• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

getting errors I can't explain...anyone can help out ?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ?
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
None of the errors look like errors. Have you redirected output to stderr?
 
Frans Verbeke
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Frans Verbeke
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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"
 
What a stench! Central nervous system shutting down. Save yourself tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic