• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Inexplicable error

 
Greenhorn
Posts: 21
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends, I have got a strange warning when i run my struts application in oracle OC4J app server...(that as shown below....)

As this error got displayed in the log ..NONE of the TAGLIBS works properly ... particularly the <bean:message> (that it brings text from ApplicatonResources ,here i've got two resource files with different keys...) returns NULL ..i dont know what heck is this all about.. i would be grateful if someone shows me the way to getta this hell.....

Thanks in advance.;-)


INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
28-Nov-2008 11:08:06 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
28-Nov-2008 11:08:08 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='community.view.SchoolsnetApplicationResources', returnNull=true
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see any errors, just some info-level log msgs; did part of your post get truncated?

Without further information about the JSP, resource file locations, and configs it's hard to say what might be wrong.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic