You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Chitharanjan Das <cd...@accordiasys.com> on 2002/05/08 22:47:22 UTC

Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2 - Additional Info


Tried to deploy with cocoon.war, same error

This time the config.xml has the entry
    <Application Deployed="true" Name="cocoon"
Path=".\config\mydomain\applications">
        <WebAppComponent Name="cocoon" Targets="myserver"
URI="cocoon.war"/>
    </Application>


-----Original Message-----
From: Chitharanjan Das [mailto:cdas@accordiasys.com] 
Sent: Wednesday, May 08, 2002 1:18 PM
To: cocoon-users@xml.apache.org
Subject: Urgent: Error Installing Cocoon latest war using in Weblogic
6.1 sp2

Hello.
	I followed the instructions as depicted in the cocoon website:

I built cocoon (latest from CVS )
1. Copied cocoon\build\cocoon\webapp into config\mydomain\applications\
directory
	Renamed the webApp directory as cocoon. i.e. After rename
config\mydomain\applications\cocoon

2. copied xerces-xxx.jar and xmlapis.jar to weblogic/lib directory
3. Modified startweblogic.cmd and added the above 2 jar files into the
classpath
4. Added the following snippet in config.xml 
<Application Deployed="true" Name="Cocoon"
    Path="./config/mydomain/applications">
  <WebAppComponent Name="cocoon"
                   Targets="myserver"
                   URI="cocoon"/>
</Application>


5. restarted weblogic

During startup I get an exception, the log file states the following 


java.lang.StringIndexOutOfBoundsException: String index out of range: -1
	at java.lang.String.substring(String.java:1525)
	at
weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.
java:469)
	at
weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.ja
va:234)
	at
weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppS
ervletContext.java:3407)
	at
weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletC
ontext.java:3376)
	at
weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext
.java:862)
	at
weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletConte
xt.java:815)
	at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
	at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
	at weblogic.j2ee.Application.addComponent(Application.java:163)
	at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
	at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploym
entTarget.java:329)
	at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploym
entTarget.java:144)
	at
weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.j
ava:76)
	at java.lang.reflect.Method.invoke(Native Method)
	at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBean
Impl.java:636)
	at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.ja
va:621)
	at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configuration
MBeanImpl.java:359)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
	at $Proxy29.addWebDeployment(Unknown Source)
	at
weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeplo
yment(WebServerMBean_CachingStub.java:1121)
	at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploym
entTarget.java:315)
	at
weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deploy
mentTarget.java:279)
	at
weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploymen
ts(DeploymentTarget.java:233)
	at
weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Dep
loymentTarget.java:193)
	at java.lang.reflect.Method.invoke(Native Method)
	at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBean
Impl.java:636)
	at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.ja
va:621)
	at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configuration
MBeanImpl.java:359)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
	at $Proxy28.updateDeployments(Unknown Source)
	at
weblogic.management.configuration.ServerMBean_CachingStub.updateDeployme
nts(ServerMBean_CachingStub.java:2761)
	at
weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(
ApplicationManager.java:370)
	at
weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationMa
nager.java:160)
	at java.lang.reflect.Method.invoke(Native Method)
	at
weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBean
Impl.java:636)
	at
weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.ja
va:621)
	at
weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configuration
MBeanImpl.java:359)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
	at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
	at
weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
	at $Proxy36.start(Unknown Source)
	at
weblogic.management.configuration.ApplicationManagerMBean_CachingStub.st
art(ApplicationManagerMBean_CachingStub.java:480)
	at
weblogic.management.Admin.startApplicationManager(Admin.java:1180)
	at weblogic.management.Admin.finish(Admin.java:590)
	at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
	at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java
		


Am I missing anything...

Has anybody able to install cocoon 2.x on weblogic 6.1


My environment is Windows2000, Weblogic 6.1 and latest CVS revison from
Cocoon

Thanks in advance,
Chiths


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>