-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate Logging blockiert die Webanwendung
PostPosted: Sat Oct 18, 2008 3:32 pm 
Newbie

Joined: Sat Oct 18, 2008 3:13 pm
Posts: 2
Hallo,

nachdem ich Hibernate-Search in meine Webanwendung integriert habe liefert Hibernate beim Start Unmengen an Log-Daten. Trotz des Deaktivierens in der Datei <b>log4j.properties</b> erscheinen für jede Tabelle bei sämtlichen Zugriffsversuchen auf die DB die Debug-Infos:

Debug level Hibernate log excerpt:

31453 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: DB.webapp_BProfil
31453 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [profilstatus, geburtsdatum, telefon, password]
31516 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: []
31516 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [primary]

Name and version of the database you are using: MySQL 5.1

Seit dem "Einbau" der Hibernate-Search" Bibliotheken erhalte ich die folgende Exception:

java.lang.NullPointerException
org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge.nextTimestamp(RegionFactoryCacheProviderBridge.java:85)
org.hibernate.impl.SessionFactoryImpl.openSession(SessionFactoryImpl.java:557)
org.hibernate.context.ThreadLocalSessionContext.buildOrObtainSession(ThreadLocalSessionContext.java:142)
org.hibernate.context.ThreadLocalSessionContext.currentSession(ThreadLocalSessionContext.java:103)
org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:574)
db.BewaPRO4WebDBLayer_Hibernate.getAlleStellenProfile(BewaPRO4WebDBLayer_Hibernate.java:252)
org.apache.jsp.selectStelle_jsp._jspService(selectStelle_jsp.java:185)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

beim Versuch eine Liste aus der DB zu lesen und anzuzeigen. Vorher funktionierte die Seite problemlos.

Kann der Fehler mit einem Timing Problem in Folge der vielen Debug Ausgaben zusammenhängen?

Wie unterdrücke ich die Log-Daten?

Vielen Dank und viele Grüße

Mirko


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 12, 2008 9:30 pm 
Newbie

Joined: Wed Nov 12, 2008 9:03 pm
Posts: 2
Hallo,

entschuldigung, kann ich Deutsches nicht sehr gut schrieben. Ich gerade jetzt erlerne.

So, ich auch auch dieses Problem.

In org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge, es scheint das cahceProvider ist null, aber hatte ich das "cache provider" in der Konfiguration wie so eingestellt:

Code:
<property name="hibernate.cache.provider_class">
   net.sf.ehcache.hibernate.EhCacheProvider
</property>


und die Anwendung arbeitet an der ersten Last, aber auf der zweiten und danach fällt der Cache aus.

Ich verstehe nicht!

Danke,
delsvr


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.