• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

StackOverFlow (Unable to open property file)

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I tried to access my Spring-WS application (web service) deployed on weblogic.

I encounter StackOverFlow exception, seems like some application keep printing..
Unable to open property file: [null]java.lang.NullPointerException
Unable to open property file: [null]java.lang.NullPointerException
Unable to open property file: [null]java.lang.NullPointerException
...

here are the log..




The Spring-WS was developed using maven. And I don't use any property file inside my application

Any Idea what are the possible causes of this error?

Thanks
[ July 22, 2008: Message edited by: arief hidayat ]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Please refer this blog, May be you will get some idea.

http://forums.bea.com/thread.jspa?threadID=200046055

Thanks,
Yacoob
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic