I am trying to run Jetspeed in WebSphere with DB2 on windows
I did not have jetspeed.war so i jarred up the webapps/jetspeed directory into a war file(hope that was OK?).
Created the datasource , database , tables and then installed the jetspeed.war file.
The server comes up but looks like jetspeed repeatedly fails to install needed war files.
I must be missing something to do with FileSystemPAM. Need help !


selected lines from the log:

49 56:[12/11/04 23:06:00:978 CST] 00000022 deployment I Deploying portlet applicaion WAR demo.war
114 56:[12/11/04 23:06:09:010 CST] 00000022 deployment I Deploying portlet applicaion WAR jsf-demo.war
179 56:[12/11/04 23:06:11:453 CST] 00000022 deployment I Deploying portlet applicaion WAR pam.war
244 56:[12/11/04 23:06:16:651 CST] 00000022 deployment I Deploying portlet applicaion WAR perl.war
309 56:[12/11/04 23:06:18:023 CST] 00000022 deployment I Deploying portlet applicaion WAR php.war
374 56:[12/11/04 23:06:19:465 CST] 00000022 deployment I Deploying portlet applicaion WAR rss.war
439 56:[12/11/04 23:06:22:068 CST] 00000022 deployment I Deploying portlet applicaion WAR security.war
504 56:[12/11/04 23:06:24:973 CST] 00000022 deployment I Deploying portlet applicaion WAR struts-demo.war
569 56:[12/11/04 23:06:37:330 CST] 00000022 deployment I Deploying portlet applicaion WAR demo.war
634 56:[12/11/04 23:06:43:920 CST] 00000022 deployment I Deploying portlet applicaion WAR jsf-demo.war
699 56:[12/11/04 23:06:46:974 CST] 00000022 deployment I Deploying portlet applicaion WAR pam.war



Typical stack for one of the WAR files looks like this:


[12/11/04 23:06:00:978 CST] 00000022 deployment I Deploying portlet applicaion WAR demo.war
[12/11/04 23:06:01:329 CST] 00000022 deployment I Portlet application deployment target directory is C:\Program Files\IBM\WebSphere\AppServer\profiles\default\installedApps\tp41pNode01Cell\jetspeed_war.ear\jetspeed.war/..//demo
[12/11/04 23:06:05:244 CST] 00000022 deployment E Unexpected exception deploying portlet application: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method attempting rollback...
[12/11/04 23:06:05:274 CST] 00000022 deployment E TRAS0014I: The following exception was logged java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.util.descriptor.PortletApplicationWar.processWebXML(PortletApplicationWar.java:503)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:297)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.deploy(FileSystemPAM.java:121)
at org.apache.jetspeed.tools.pamanager.ApplicationServerPAM.deploy(ApplicationServerPAM.java:80)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:259)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:162)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:304)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:195)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:458)
.
java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.util.descriptor.PortletApplicationWar.processWebXML(PortletApplicationWar.java:503)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:297)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.deploy(FileSystemPAM.java:121)
at org.apache.jetspeed.tools.pamanager.ApplicationServerPAM.deploy(ApplicationServerPAM.java:80)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:259)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:162)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:304)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:195)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:458)


[12/11/04 23:06:05:645 CST] 00000022 deployment I Exception in deploy. Rollback of application deployment...
[12/11/04 23:06:05:655 CST] 00000022 deployment I Rollback: Remove C:\Program Files\IBM\WebSphere\AppServer\profiles\default\installedApps\tp41pNode01Cell\jetspeed_war.ear\jetspeed.war/..//demo and all sub-directories.
[12/11/04 23:06:08:629 CST] 00000022 deployment E org.apache.jetspeed.deployment.DeploymentException: Error (re)deploying portlet app: org.apache.jetspeed.tools.pamanager.PortletApplicationException: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
[12/11/04 23:06:08:679 CST] 00000022 deployment E TRAS0014I: The following exception was logged org.apache.jetspeed.deployment.DeploymentException: Error (re)deploying portlet app: org.apache.jetspeed.tools.pamanager.PortletApplicationException: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:299)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:162)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:304)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:195)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:458)
Caused by: org.apache.jetspeed.tools.pamanager.PortletApplicationException: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:333)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.deploy(FileSystemPAM.java:121)
at org.apache.jetspeed.tools.pamanager.ApplicationServerPAM.deploy(ApplicationServerPAM.java:80)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:259)
... 4 more
Caused by: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.util.descriptor.PortletApplicationWar.processWebXML(PortletApplicationWar.java:503)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:297)
... 7 more
.
org.apache.jetspeed.deployment.DeploymentException: Error (re)deploying portlet app: org.apache.jetspeed.tools.pamanager.PortletApplicationException: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:299)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:162)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:304)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:195)
at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:458)
Caused by: org.apache.jetspeed.tools.pamanager.PortletApplicationException: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:333)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.deploy(FileSystemPAM.java:121)
at org.apache.jetspeed.tools.pamanager.ApplicationServerPAM.deploy(ApplicationServerPAM.java:80)
at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.doDeploy(DeployPortletAppEventListener.java:259)
... 4 more
Caused by: java.lang.VerifyError: (class: org/apache/jetspeed/tools/deploy/JetspeedWebApplicationRewriter, method: processWebXML signature: ()V) Incompatible argument to method
at org.apache.jetspeed.util.descriptor.PortletApplicationWar.processWebXML(PortletApplicationWar.java:503)
at org.apache.jetspeed.tools.pamanager.FileSystemPAM.sysDeploy(FileSystemPAM.java:297)
... 7 more


[12/11/04 23:06:08:699 CST] 00000022 deployment E Error deploying C:\Program Files\IBM\WebSphere\AppServer\profiles\default\installedApps\tp41pNode01Cell\jetspeed_war.ear\jetspeed.war\WEB-INF\deploy\demo.war



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



Reply via email to