I have tried to deploy the stripes-examples on weblogic 10.0, weblogic 10.3 and
weblogic 10.3.2 (11gR1), all javaee 5 compliant. Every single deployment
results in this error:
04.des.2009 kl 09.54 CET Error HTTP BEA-101165
Could not load user defined filter in web.xml:
net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.excepti
on.StripesRuntimeException:
Problem instantiating default configuration objects.
at net.sourceforge.stripes.config.DefaultConfiguration.init
(DefaultConfiguration.java:220)
at net.sourceforge.stripes.config.RuntimeConfiguration.init
(RuntimeConfiguration.java:272)
at net.sourceforge.stripes.controller.StripesFilter.init
(StripesFilter.java:125)
at weblogic.servlet.internal.FilterManager$FilterInitAction.run
(FilterManager.java:332)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs
(AuthenticatedSubject.java:321)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at java.io.FilterInputStream.read(FilterInputStream.java:116)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
Truncated. see log file for complete stacktrace
To reproduce this, simply try to deploy the stripes-examples.war application on
a weblogic server. I used the wldeploy ant task to deploy the app.
It is important to note that JRockit seems to give some really strange error
reports. To get the correct stacktrace, you need to start weblogic with Sun's
JDK. Simply modify the setDomainEnv file adding "JAVA_VENDOR=Sun" at the start,
to accomplish this.
Would be really nice if you guys could take a look at this, and help me find a
solution. I have searched around, but so far been unable to find a good answer
to this.
Regards
Morten
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users