Wednesday, December 12, 2007

10.1.3.3.1 deployment

After deploying 10.1.3.3.1 I got the following startup errors (even if I followed the README to the point)

--------
07/12/11 22:10:41 Start process--------
07/12/11 22:11:39 log4j:WARN No appenders could be found for logger (wsif).
07/12/11 22:11:39 log4j:WARN Please initialize the log4j system properly.¨

07/12/11 22:11:44 WARNING: Application.setConfig Application: orabpel is in failed state as initialization failed. java.lang.InstantiationException: Error initializing ejb-modules: error in opening zip file; nested exception is: java.util.zip.ZipException: error in opening zip file
07/12/11 22:11:44 WARNING: Application.setConfig Application: hw_services is in failed state as initialization failed. java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundException:
Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean
Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor Loader: oc4j:10.1.3 Code-Source: /oracle/product/soa_10.1.3/j2ee/home/lib/oc4j-internal.jar Configuration: in META-INF/boot.xml in /oracle/product/soa_10.1.3/j2ee/home/oc4j.jar
This load was initiated at hw_services.root:0.0.0 using the Class.forName() method.
The missing class is available from the following locations:
1. Code-Source: /oracle/product/soa_10.1.3/bpel/system/services/lib/bpm-services.jar (from in /oracle/product/soa_10.1.3/j2ee/oc4j_soa/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3. This shared-library can be imported by the "hw_services" application.

07/12/11 22:11:50 Initializing B2BDiscoveryServlet07/12/11 22:11:54 Finished initializing B2BDiscoveryServlet07/12/11 22:11:56 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized


I then tried to redeploy BPEL services by using the $ORACLE_HOME/config/deploy_bpel.sh script.

This script gave me the following error:

config>> ./deploy_bpel.sh
BUILD FAILED/oracle/product/soa_10.1.3/bpel/system/services/install/ant-tasks/redeploy.xml:33: The following error occurred while executing this line:/oracle/product/soa_10.1.3/bpel/system/services/install/ant-tasks/redeploy.xml:66: Error while expanding /oracle/product/soa_10.1.3/bpel/system/services/lib/workflow_javadoc.jar


I then commeted out the workflow_javadoc.jar from bpel/system/services/install/ant-tasks/redeploy.xml, and then the redeploy works again!

Sphere: Related Content

No comments: