• 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

Struts2 classloader problem.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm working with struts2, jboss 5, spring and datanucleus. Everything was working good, but after I decided to use jca and deployed the datanucleus-jca.rar, I started getting the following error:

2010-05-17 16:04:18,168 ERROR [com.opensymphony.xwork2.util.classloader.ReloadingClassLoader] (main) Exception while trying to build the ResourceStore for URL [file://3j011-ebbsl5-g9bd7p0a-1-g9bd89fr-2c/]

java.lang.IllegalArgumentException: URI has an authority component

at java.io.File.<init>(File.java:368)

at com.opensymphony.xwork2.util.classloader.ReloadingClassLoader.<init>(ReloadingClassLoader.java:50)

…..
…...

It looks like struts2 has some problem with the classloader. Has someone got any ideas?
Any suggestion would be really appreciated.
Please, let me know if you need some more info.

Thanks a lot,
Fabrizio
 
reply
    Bookmark Topic Watch Topic
  • New Topic