File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes getting errors I can't explain...anyone can help out ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "getting errors I can Watch "getting errors I can New topic
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"
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: getting errors I can't explain...anyone can help out ?
 
Similar Threads
OutOfMemoryError: java heap size while starting jboss4.2.2 in solaris
Jboss Problem while starting
Running application on web start
please help ..... error while running program using eclipse
please help me... getting error while starting JBoss server.