JavaRanch » Java Forums »
Databases »
Object Relational Mapping
| Author |
getting errors I can't explain...anyone can help out ?
|
Frans Verbeke
Greenhorn
Joined: Mar 30, 2009
Posts: 11
|
|
Hello,
I am working on a webapp here. It uses hibernate. Recently I had some problem. I fixed it by downloading and using the latest version of hibernate.
But now I am getting errors on deployment. Although they don't seem to cause any trouble I would like to know what's going on.
It's the errors like these I am worried about:
Anyone knows ?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
None of the errors look like errors. Have you redirected output to stderr?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Frans Verbeke
Greenhorn
Joined: Mar 30, 2009
Posts: 11
|
|
Not that I know of...where would I do such a thing ?
My best guess is here. the jboss-log4j.xml(when I make changes while jboss is running I see jboss loading the new settings in the console) in "jboss-4.2.2.GA\server\default\conf":
I just replaced the old one with a fresh one from within jboss-4.2.2.GA.zip, but the STDERR-lines are still showing.
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
An info message isn't an error. It's just an info message.
In your logging configuration, you can simply turn off info messages and you won't get this information.
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Frans Verbeke
Greenhorn
Joined: Mar 30, 2009
Posts: 11
|
|
Sorry, but a normal info message doesn't start with "ERROR" like this one:
I prefer getting info messages. It would also be nice if they didn't start with "ERROR"
|
 |
 |
|
|
subject: getting errors I can't explain...anyone can help out ?
|
|
|
|