Won't work, rather deploy as a normal directory...we looked into the feasibility of removing the getRealPath commands, but it wasn't worth it on our side. Weblogic is in the right by returning null for getRealPath as per the J2EE spec.
-----Original Message----- From: Nithin V.H. [mailto:[EMAIL PROTECTED] Sent: Friday 28 November 2003 07:54 To: '[EMAIL PROTECTED]' Subject: Jetspeed deployment problem on Weblogic 7.0 Importance: High > -----Original Message----- > From: Nithin V.H. > Sent: Thursday, November 27, 2003 4:42 PM > To: '[EMAIL PROTECTED]' > Subject: Jetspeed deployment problem on Weblogic 7.0 > > > > -----Original Message----- > From: Nithin V.H. > Sent: Thursday, November 27, 2003 4:33 PM > To: '[EMAIL PROTECTED]' > Subject: Jetspeed deployment problem on Weblogic 7.0 > > > Hi, > > I've read quite a few replies pertaining to this problem of > Deployment of jetspeed .war file on Weblogic but it still remains > unresolved.When i deploy the war file,no problems are reported on the > console.I'ts only when i try to access jetspeed through the browser do > i get the following Stack Trace : > > <Nov 27, 2003 4:24:40 PM IST> <Error> <HTTP> <101017> > <[ServletContext(id=5544696,name=jetspeed > ,context-path=/jetspeed)] Root cause of ServletException > org.apache.turbine.services.InstantiationException: ServiceBroker: > unknown service PoolService requested > at > org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseServi > ceBroker.j > ava:354) > at > org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker > .java:296) > > at > org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226) > at org.apache.turbine.Turbine.doGet(Turbine.java:242) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run( > Serv > letStubImp > l.java:1058) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja > va:401) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja > va:306) > at > weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestD > ispatcherI > mpl.java:342) > at > weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceMana > ger.java:7 > 80) > at > weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherI > mpl.java:2 > 52) > at > weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:132) > at jsp_servlet.__index._jspService(__index.java:91) > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) > at > weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Serv > letStubImp > l.java:1058) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja > va:401) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja > va:445) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja > va:306) > at > weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run > (WebAppSer > vletContext.java:5445) > at > weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceMana > ger.java:7 > 80) > at > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServlet > Context.ja > va:3105) > at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.ja > va:2588) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189) > > Many had suggested that the root cause stems from > the use of "getRealPath" within the Turbine Class in Turbine jar > file.I even tried hard coding the Application root & webapp root in > the Turbine Class according to my Weblogic File System configuration > but the problem still persists. > Any solutions to the above problem are most welcome.I am using > Jetspeed-1.4-b4 on Weblogic 7.0.2 > > Regards, > Nithin Hegde > > ********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. ********************************************************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
