sorry for cross posting but i don't know what i have to do with this.

I'm deploying a struts application on weblogic51sp9 on SunOS 5.8 but i get
the following exception when trying to start the weblogic server.
I have added the xerces.jar file to the weblogic classpath .The
struts-config.xml seems to be ok so i do not think this is due to some
sintax error in the xml file.The same exception is raised when deploying
struts-upload application.
The application is not deployed as .war file.It has been extracted and
everything seems to be at its proper place.
Also the weblogic startup script is set as described on the jakarta struts
web site.
Everything works fine when deploying the same application on weblogic51sp9
on Windows2000 !!!!
May someone give me a clue about whatever i can do to fix this ?
I tried to change all the file permissions to 777 (this fixed the problem
when testing struts-upload application).
My application still raises this exception !.
I'm a little bit frustated about this.
I'm using struts1.0.
Ivan. :(


javax.servlet.ServletException: Parsing error processing resource path
/WEB-INF/struts-config.xml
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at javax.servlet.ServletException.<init>(ServletException.java:132)
        at
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1279)
        at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:461)
        at javax.servlet.GenericServlet.init(GenericServlet.java:258)
        at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
:495)
        at
weblogic.servlet.internal.ServletStubImpl.createInstances(Compiled Code)
        at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
a:442)
        at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
a:361)
        at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextIm
pl.java:741)
        at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(Compiled Code)
        at weblogic.t3.srvr.HttpServer.initServletContexts(Compiled Code)
        at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
        at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
        at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:832)
        at java.lang.reflect.Method.invoke(Native Method)
        at weblogic.Server.startServerDynamically(Server.java:131)
        at weblogic.Server.main(Compiled Code)
        at weblogic.Server.main(Server.java:58)



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to