-->
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.  [ 3 posts ] 
Author Message
 Post subject: Problem mit Hibernate logs
PostPosted: Fri Nov 09, 2007 8:09 pm 
Newbie

Joined: Fri Nov 09, 2007 7:29 pm
Posts: 3
Hi Leute,

ich habe das Problem, dass mir Hibernate beim Ausführen von DB-Queries meine Logfiles komplett mit debug Meldungen vollschreibt (20MB !)
Die Meldungen sehen alle wie folgt aus:

2007-11-09 23:25:38,777 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '23' as column: tag2_7_
2007-11-09 23:25:38,778 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '11' as column: id37_0_
2007-11-09 23:25:38,779 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '16' as column: id47_1_
2007-11-09 23:25:38,779 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '24' as column: id41_2_
2007-11-09 23:25:38,780 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '3' as column: id40_3_
2007-11-09 23:25:38,780 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '4' as column: exhibit3_6_
2007-11-09 23:25:38,781 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '11' as column: id6_
2007-11-09 23:25:38,783 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '4' as column: exhibit3_7_
2007-11-09 23:25:38,784 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '24' as column: tag2_7_
2007-11-09 23:25:38,784 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '11' as column: id37_0_
2007-11-09 23:25:38,785 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '16' as column: id47_1_
2007-11-09 23:25:38,785 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '22' as column: id41_2_
2007-11-09 23:25:38,786 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '3' as column: id40_3_
2007-11-09 23:25:38,786 DEBUG org.hibernate.type.NullableType.nullSafeGet(NullableType.java:172) - returning '4' as column: exhibit3_6_

Ich habe keine Ahnung wieso das passiert, das Problem besteht seitdem ich einem Entity eine zusätzliche 1:n Beziehung hinzugefügt habe die mit FetchType.EAGER implementiert ist. Eine Exception wird nicht geworfen, die Query dauert extrem lange und beansprucht meine komplette Leitung (DSL 3000, die DB liegt nicht lokal vor..) wird aber irgendwann abgeschlossen (nach 2+ Minuten). Wenn die Logs vollgeschrieben sind, passiert nichts mehr.

Bin für jede Antwort dankbar!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 3:47 am 
Expert
Expert

Joined: Thu Jul 05, 2007 9:38 am
Posts: 287
Da hast du dir anscheinend deine Log4J Konfiguration zerlegt. Die Logger von Hibernate sind unter http://www.hibernate.org/hib_docs/v3/re ... on-logging
beschrieben.

Hast du vielleicht den Anwendungsweiten Log Level auf DEBUG gesetzt?

J.S.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 3:57 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Hibernate logt aus vielen Packages. Du hast das Logging aus dem Package
org ... type auf debug stehen.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.