EJB Service , 11g, Error on deployment.

I am trying to use EJB adapter in my SOA Composite.
I used Eclipselink's sdo-compiler to generate the SDO from a schema definition, and then imported them to the project.
The approach to be followed is given in this link [http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/sca_sdo_ejb.htm]
I am deploying from Jdeveloper, it compiles successfully but the deployment fails.
While deploying the composite, I get the error posted below.
where com.oracle.schemas.service.bpel.common.PropertiesTypeImpl is one of the SDO object generated by the sdo-compiler.
and from the error log it seems org.eclipse.persistence_1.0.0.0_1-1-0.jar is the library in Weblogic server to handle SDOs.
The eclipselink utility has another jar(Eclipselink.jar) that contains classes to generate SDO.
I am not sure if this is error is due to inconsistencies between the jar in Eclipselink and Weblogic server.
Any pointers to this is much appreciated.
Error log on deployment--
[11:57:26 AM] Error deploying archive sca_MessageInboundComp_rev1.0.jar to soa_server1 [lmryzd2:8001]
[11:57:26 AM] HTTP error code returned [500]
[11:57:26 AM] Error message from server:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 500--Internal Server Error</TITLE>
<META NAME="GENERATOR" CONTENT="WebLogic Server">
</HEAD>
<BODY bgcolor="white">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
<FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 500--Internal Server Error</H2>
</FONT></TD></TR>
</TABLE>
<TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><pre>javax.servlet.ServletException: oracle.classloader.util.AnnotatedLinkageError: Implementing class
     Invalid class: com.oracle.schemas.service.bpel.common.PropertiesTypeImpl
     Loader: default.composite.MessageInboundComp.0dcaa68c-61ab-490e-8f32-2ffa4825e13b:1.0
     Code-Source: /C:/Installed/wls11g_orahome/user_projects/domains/base_domain/deployed-composites/MessageInboundComp_rev1.0/sca_MessageInboundComp_rev1.0/0dcaa68c-61ab-490e-8f32-2ffa4825e13b/SCA-INF/lib/MessageProcessorService.jar
     Configuration: Application component in user-defined-origin
     Dependent class: org.eclipse.persistence.sdo.SDOType
     Loader: sun.misc.Launcher$AppClassLoader@20929799
     Code-Source: /C:/Installed/wls11g_orahome/modules/*org.eclipse.persistence_1.0.0.0_1-1-0.jar*
     Configuration: /C:/Installed/wls11g_orahome/modules/org.eclipse.persistence_1.0.0.0_1-1-0.jar
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
     at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: oracle.classloader.util.AnnotatedLinkageError: Implementing class
     Invalid class: com.oracle.schemas.service.bpel.common.PropertiesTypeImpl
     Loader: default.composite.MessageInboundComp.0dcaa68c-61ab-490e-8f32-2ffa4825e13b:1.0
     Code-Source: /C:/Installed/wls11g_orahome/user_projects/domains/base_domain/deployed-composites/MessageInboundComp_rev1.0/sca_MessageInboundComp_rev1.0/0dcaa68c-61ab-490e-8f32-2ffa4825e13b/SCA-INF/lib/MessageProcessorService.jar
     Configuration: Application component in user-defined-origin
     Dependent class: org.eclipse.persistence.sdo.SDOType
     Loader: sun.misc.Launcher$AppClassLoader@20929799
     Code-Source: /C:/Installed/wls11g_orahome/modules/org.eclipse.persistence_1.0.0.0_1-1-0.jar
     Configuration: /C:/Installed/wls11g_orahome/modules/org.eclipse.persistence_1.0.0.0_1-1-0.jar
     at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2410)
     at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1546)
     at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
     at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1728)
     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1689)
     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
     at org.eclipse.persistence.sdo.helper.SDOClassLoader.loadClass(SDOClassLoader.java:70)
     at org.eclipse.persistence.sdo.SDOType.getInstanceClass(SDOType.java:151)
     at org.eclipse.persistence.sdo.SDOType.preInitialize(SDOType.java:770)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.startNewComplexType(SDOTypesGenerator.java:487)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.startComplexType(SDOTypesGenerator.java:442)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processComplexType(SDOTypesGenerator.java:397)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processGlobalComplexType(SDOTypesGenerator.java:387)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processGlobalItem(SDOTypesGenerator.java:2136)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processSimpleElement(SDOTypesGenerator.java:1292)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processElement(SDOTypesGenerator.java:1187)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processGlobalElement(SDOTypesGenerator.java:1151)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processGlobalElements(SDOTypesGenerator.java:1139)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processSchema(SDOTypesGenerator.java:244)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:126)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImportIncludeInternal(SDOTypesGenerator.java:298)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImports(SDOTypesGenerator.java:259)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processSchema(SDOTypesGenerator.java:241)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:126)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImportIncludeInternal(SDOTypesGenerator.java:298)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImports(SDOTypesGenerator.java:259)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processSchema(SDOTypesGenerator.java:241)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:126)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImportIncludeInternal(SDOTypesGenerator.java:298)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processImports(SDOTypesGenerator.java:259)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.processSchema(SDOTypesGenerator.java:241)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:126)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:117)
     at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:112)
     at org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate.define(SDOXSDHelperDelegate.java:299)
     at oracle.integration.platform.blocks.sdox.BaseSDOBindingComponent.registerSDOFromTypes(BaseSDOBindingComponent.java:270)
     at oracle.integration.platform.blocks.sdox.BaseSDOBindingComponent.registerSDOs(BaseSDOBindingComponent.java:208)
     at oracle.integration.platform.blocks.sdox.BaseSDOBindingComponent.registerSDOs(BaseSDOBindingComponent.java:221)
     at oracle.integration.platform.blocks.sdox.BaseSDOBindingComponent.getPortMetaData(BaseSDOBindingComponent.java:191)
     at oracle.integration.platform.blocks.sdox.BaseSDOBindingComponent.registerSDOs(BaseSDOBindingComponent.java:103)
     at oracle.integration.platform.blocks.sdox.JavaEntryBindingComponent.load(JavaEntryBindingComponent.java:386)
     at oracle.integration.platform.blocks.sdox.JavaEntryBindingComponent.load(JavaEntryBindingComponent.java:33)
     at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployServices(DeploymentConnection.java:233)
     at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:90)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
     at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy214.loadComposite(Unknown Source)
     at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:37)
     at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:274)
     at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:195)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:149)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:101)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:88)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:72)
     at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:140)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     ... 19 more
Caused by: java.lang.IncompatibleClassChangeError: Implementing class
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
     at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2364)
     ... 89 more
</pre></FONT></TD></TR>
</TABLE>

Any clues to this one?

Similar Messages

  • EJB QL Sample errors in deploying

    I get following error when deploying ear file in oc4j10g. =>
    D:\oc4j10g\j2ee\home>java -jar admin.jar ormi://localhost:23791 admin welcome -d
    eploy -file d:\myj2ee\oc4jsamples\accounts\ejbql\build\ejbql.ear -deploymentName
    Ejbql
    Error: Deploy error: deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-mod
    ule, Exception: Missing method-params in query-method; see page 478 in ejb 2.0 s
    pec
    com.evermind.client.orion.AdminCommandException: Deploy error: deploy failed!: ;
    nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-mod
    ule, Exception: Missing method-params in query-method; see page 478 in ejb 2.0 s
    pec
    at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:95
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
    nsole.java:117)
    at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
    :26)
    java.rmi.RemoteException: deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-mod
    ule, Exception: Missing method-params in query-method; see page 478 in ejb 2.0 s
    pec
    at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_R
    EMOTE_SERVER(RMIConnection.java:1504)
    at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java
    :1456)
    at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocati
    onHandler.java:55)
    at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(Rec
    overableRemoteInvocationHandler.java:22)
    at __Proxy0.deploy(Unknown Source)
    at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:92
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminCo
    nsole.java:117)
    at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java
    :26)
    Caused by: oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-
    module, Exception: Missing method-params in query-method; see page 478 in ejb 2.
    0 spec
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:94)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:140)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:54)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:199)
    at java.lang.Thread.run(Thread.java:534)
    ---- Embedded exception
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module, Exc
    eption: Missing method-params in query-method; see page 478 in ejb 2.0 spec
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:94)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:140)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:54)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:199)
    at java.lang.Thread.run(Thread.java:534)
    ---- Embedded exception
    java.lang.InstantiationException: Error initializing ejb-module, Exception: Miss
    ing method-params in query-method; see page 478 in ejb 2.0 spec
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1792)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServe
    r.java:1654)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(Applica
    tionDeployer.java:414)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:132)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:76)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:140)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:54)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:199)
    at java.lang.Thread.run(Thread.java:534)
    ---- Embedded exception
    java.lang.InstantiationException: Error initializing ejb-module, Exception: Miss
    ing method-params in query-method; see page 478 in ejb 2.0 spec
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1792)
    at com.evermind.server.Application.postInit(Application.java:635)
    at com.evermind.server.Application.setConfig(Application.java:206)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServe
    r.java:1654)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(Applica
    tionDeployer.java:414)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:132)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:76)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:140)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:54)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:199)
    at java.lang.Thread.run(Thread.java:534)
    D:\oc4j10g\j2ee\home>

    Hello Ravi,
    The EJB 2.0 specification has made it mandatory to have <method-params> tag within the ejb-jar.xml. Due to the absence of this tag, you are getting the error...
    Please modify ejb-jar.xml and add an empty <method-params></method-params> tag for the findByAllAccounts and ejbSelectByTopAccounts methods. For example,
    <query>
    <description>This query retrieves all the accounts</description>
    <query-method>
    <method-name>findByAllAccounts</method-name>
    <method-params></method-params>
    </query-method>
    <ejb-ql>select distinct object(ua) from UserAccount ua</ejb-ql>
    </query>
    Notice the empty <method-params> tag added. Please do the same for the ejbSelectByTopAccounts method.
    Another thing to be changed is the jsp:usebean tag in index.jsp and DisplayAccounts.jsp. In the mentioned files, replace jsp:usebean with jsp:useBean. Please notice the capital 'B'. JDK 1.4 has made this mandatory.
    Futher more, as you would be aware, 10G onwards, the CMP beans accesses the database tables through the Toplink. Toplink is the default persistence manager now. To use the orion-ejb-jar.xml, please start the OC4J with the following command
    java -Ddefault.cmp.pm=native_cmp -jar oc4j.jar
    I would like to point out that the sample works fine in OC4J 904 developers preview without any of the above mentioned changes. The sample application has been certified in that version.
    Thanks for pointing this problem out. We are making the necessary changes in the sample and the updated jar will be uploaded on OTN shortly.
    Hope this helps,
    Rajat

  • Bpm 11g error while deploying composite. BPM_CUBE_PROCESS_INDX1

    Hello,
    Got the following error while deploying the very first composite to a newly installed bpm 11.1.1.5.0 server on windows 2003 server with Oracle 10g Express Data base:
    Deploying on partition "default" from "/Farm_BPM_11g_Domain/BPM_11g_Domain/soa_server1"...
    Deployment failed on "/Farm_BPM_11g_Domain/BPM_11g_Domain/soa_server1".
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    ; nested exception is:
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    ; nested exception is:
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV_SOAINFRA.BPM_CUBE_PROCESS_INDX1) violated
    Query: InsertObjectQuery(CubeProcess(domain:default composite:ComunicacionesOficiales revision:1.01 name:CorrespondenciaExternaEnviada hasNametab:false)).
    BPM_CUBE_PROCESS_INDX1 is an index from the SOAINFRA schema... should I change it to be not unique?
    Thanks in advance,
    Josue

    I'm getting the same issue deploying my first application on to a fresh 11.1.1.4 install.
    Also win2003 server, also XE.
    install is going into partition "default"
    On further review, this table is empty before the deploy. Does the deployment try to create the Process twice? Or perhaps I have two different Processes with the same name (but in different Folders?) don't think that jdev will allow this....)
    Edited by: wylderbeast on Jun 21, 2011 12:55 PM

  • Error while deploying EJB 1.1 on Weblogic 10.3.0.0

    I am trying to deploy an EJB (1.1) jar which is succesfully running on JBoss5.0 on WebLogic 10.3.0.0; I am getting following Error while deploying the jar on weblogic;
    Exception preparing module: EJBModule(ejb_RemoteServicesEjb) Unable to deploy EJB: RemoteServicesEjb.jar from RemoteServicesEjb.jar: There are 1 nested errors: weblogic.ejb.container.compliance.ComplianceException: In EJB com.package.ejbimpl.RemoteServicesEjb, the throws clause for ejbCreate method ejbCreate() contains exceptions that are NOT in the throws clause of the corresponding home interface method. at weblogic.ejb.container.compliance.HomeInterfaceChecker.checkCreateMethodsMatchBeanCreates(HomeInterfaceChecker.java:365) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at weblogic.ejb.container.compliance.EJBComplianceChecker.check(EJBComplianceChecker.java:337) at weblogic.ejb.container.compliance.EJBComplianceChecker.checkDeploymentInfo(EJBComplianceChecker.java:286) at weblogic.ejb.container.ejbc.EJBCompiler.complianceCheckJar(EJBCompiler.java:952) at weblogic.ejb.container.ejbc.EJBCompiler.checkCompliance(EJBCompiler.java:920) at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:246) at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:552) at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:519) at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:393) at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:715) at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:618) at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1154) at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:425) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Does anybody knows what must be going wrong?
    Can't I deploy EJB 1.1 jar directly on Weblogic 10.3.0.0 or I need to change or configure something before doing it?

    Does the ejbCreate() method of the com.package.ejbimpl.RemoteServicesEjb class have an exception on it's throws clause that is not present on the ejbCreate() method of your home interface? If so, does the error go away if you add the exception to the home's ejbCreate() method? In general, you want checked exceptions in a throws clause to match between the interface declaration of the method and the implementation of the method on the bean class.
    - Matt

  • Error while deploying web service in Netweaver application

    Hi,
    In my group, two members working in the development of a WebDynpro based application.  We have created a track and are using the same for development. For our application
    the team member 1 created a Dc say DC1 for EJBS(both
    entity and session) and another DC say DC2 for the application archieve 'ear'
    and activated the two DCS. When another member of
    the team is trying to create a webservice in the checked out DC, the
    webservice was created successfully but while deploying the
    application archive DC it gives an error (details furnished below).
    Error:
    :Caught exception during application deployment from SAP J2EE Engine's
    deploy service:java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear.. Reason: Webservices common
    deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to update web services
    for application asianpaints.com/pe_mgt_ear.
    WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. .
    So we created one more DC3(referring the entity beans of DC1) and
    created the required session bean and webservice in that
    DC. It got deployed successfully. Again when we are trying to create
    new webservice it got created but the deployment got
    aborted with the same error as mentioned above:
    The detailed error description we got in both the cases is given below:
    Mar 30, 2006 1:07:39 PM /userOut/deploy
    (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy
    Thread,5,main]] INFO:
    [005]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[/usr/sap/J2E/JC00/SDM/program/log/sdmcl20060330074205.log]/>
    <!PATTERN[sdmcl20060330074205.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[ISO8859_1]/>
    <!LOGHEADER[END]/>
    Mar 30, 2006 1:12:07 PM Info: -
    Starting deployment -
    Mar 30, 2006 1:12:07 PM Info: Loading selected archives...
    Mar 30, 2006 1:12:07 PM Info: Loading
    archive '/usr/sap/J2E/JC00/SDM/program/temp/temp35515asianpaints.com~pe_mgt_ear.ear'
    Mar 30, 2006 1:12:17 PM Info: Selected archives successfully loaded.
    Mar 30, 2006 1:12:17 PM Info: Actions per selected component:
    Mar 30, 2006 1:12:17 PM Info: Update: Selected development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: The deployment prerequisites finished
    without any errors. All items are correct.
    Mar 30, 2006 1:12:17 PM Info: Saved current Engine state.
    Mar 30, 2006 1:12:17 PM Info: Error handling strategy: OnErrorStop
    Mar 30, 2006 1:12:17 PM Info: Update strategy: UpdateAllVersions
    Mar 30, 2006 1:12:17 PM Info: Starting: Update: Selected development
    component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: SDA to be deployed:
    /usr/sap/J2E/JC00/SDM/root/origin/asianpaints.com/pe_mgt_ear/J2E_HSSPNEW_D/20060330130420/temp35515asianpaints.com~pe_mgt_ear
    .ear
    Mar 30, 2006 1:12:17 PM Info: Software type of SDA: J2EE
    Mar 30, 2006 1:12:17 PM Info: ***** Begin of SAP J2EE Engine
    Deployment (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Info: Begin of log messages of the target
    system:
    06/03/30 13:12:17 -
    06/03/30 13:12:20 - Start updating EAR file...
    06/03/30 13:12:20 - start-up mode is lazy
    06/03/30 13:12:23 - EAR file updated successfully for 3161ms.
    06/03/30 13:12:23 - Start updating...
    06/03/30 13:12:24 - EAR file uploaded to server for 525ms.
    06/03/30 13:15:07 - ERROR: Not updated. Deploy Service returned ERROR:
    java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception!
    The reason is: Error occurred, trying to update web
    services for application asianpaints.com/pe_mgt_ear. . Additional info:
    none; nested exception is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException:
    Webservices common deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:596)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to update web services for
    application asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException.writeReplace(WSDeploymentException.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0
    (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke
    (Method.java:324)
    at java.io.ObjectStreamClass.invokeWriteReplace
    (ObjectStreamClass.java:896)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1011)
    at java.io.ObjectOutputStream.defaultWriteFields
    (ObjectOutputStream.java:1332)
    at java.io.ObjectOutputStream.writeSerialData
    (ObjectOutputStream.java:1304)
    at
    java.io.ObjectOutputStream.writeOrdinaryObject
    (ObjectOutputStream.java:1247)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1052)
    at java.io.ObjectOutputStream.writeObject
    (ObjectOutputStream.java:278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl.throwException
    (DispatchImpl.java:135)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:296)
    ... 8 more
    For detailed information see the log file of the
    Deploy Service.
    06/03/30 13:15:07 -
    Mar 30, 2006 1:15:07 PM Info: End of log messages of the target
    system.Mar 30, 2006 1:15:07 PM Info: ***** End of SAP J2EE Engine
    Deployment
    (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Error: Aborted: development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420':
    Caught exception during application deployment from SAP J2EE Engine's
    deploy service:
    java.rmi.RemoteException: Cannot deploy application
    asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception! The reason is: Error
    occurred, trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to update
    web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160)
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices deployment exception! The
    reason is: Error occurred, trying to generate web services deployment
    files for application asianpaints.com/pe_mgt_ear. . The
    error refers to application: none, jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. . Additional
    info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Mar 30, 2006 1:15:17 PM Info: J2EE Engine is in same state
    (online/offline) as it has been before this deployment process.
    Mar 30, 2006 1:15:17 PM Error: -
    At least one of the Deployments
    failed -
    Deployment failure happens only when the DC contains a web service; else, it goes through properly. 
    Can anyone of you indicate where we are going wrong and what should be done to resolve this issue?
    Thanks a lot in advance.
    Regards,
    Ravi

    Hi,
    You can go to the Visual Administrator -> <SID> -> Server -> Services -> Deploy -> Runtime tab -> option Container at the bottom and see if everything is correct and running in the webservices_container.
    If something necessary to the deployment is not started you can select it and click in start.
    I hope it helps.
    Thanks,
    Anderson

  • Error when deploying a service

    When I want to deploy my business object methods which are exposed as web service, I get the following error message:
    --- Deploying file(s):
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           3
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         Name:request~dictionary
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104909
         Deploy status:Success
         Version:NEW
    2. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         Name:request~metadata
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104913
         Deploy status:Success
         Version:NEW
    3. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         Name:request~permissions
         Vendor:de.btc
         Location:localDevelopment
         Version:20080509131541
         Deploy status:Success
         Version:NEW
    4. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
         Name:request~ear
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104912
         Deploy status:Warning
         Version:NEW
         Description:
              1. Exception has been returned while the 'de.btc/request~ear' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 37028650:com.sap.engine.services.deploy.container.DeploymentException:
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:692)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:182)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:143)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:449)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:437)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:444)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:334)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:248)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3387)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3373)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3276)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3249)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Exception occured during web services deployment. Unable to generate serialization framework for web service RequestService, application de.btc/request~ear.
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:360)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:220)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.execute(WSInitialStartProcess.java:140)
         at com.sap.engine.services.webservices.server.deploy.WSBaseAbstractDProcess.makeProcess(WSBaseAbstractDProcess.java:316)
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:687)
         ... 37 more
    Caused by: com.sap.engine.services.webservices.jaxws.j2w.JaxWsInsideOutException: Error compiling bean!
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.compile(JaxWsSchemaGenerator.java:232)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.genJaxbMappings(JaxWsSchemaGenerator.java:261)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsIMappingGenerator.generateWSDL(JaxWsIMappingGenerator.java:103)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:286)
         ... 41 more
    Caused by: java.io.IOException: Compilation fails...
    Compilation Failed! Exit Code=1
    Command line executed: D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010/sapjvm_5\bin
    javac  -source 1.5 -target 1.5 -encoding Cp1252 -d "D:\usr\sap\NCE\J03\j2ee\cluster\server0\.\temp\tcjewebservicessrv\apps\de.btc\requestear\ws1210841463508" -classpath ".;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\webservices_container\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\de.btcrequestejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\sap.comcafcoreearpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\orpersistence\jars\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\EJBContainer\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\servlet_jsp\RequestService\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ejb\sap.comtcjeejbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ejb20\ejb20.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jms.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jmsclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\webservices_lib\sap.comtcjewebservices_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxiesassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxyjavaassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimeuicouplingejbjar.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimedictddic_types_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\orpersistence\jars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmcafdataservice.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmproxyapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\webservices_container\sap.comcafkmcafdataservice_EJB\types\CAFDataService\CAFDataService.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\servlet_jsp\CAFDataService\Config\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\app_libraries_container\sap.comcafcoreejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\orpersistence\jars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\EJBContainer\applicationjars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\orpersistence_client_lib\lib\orpersistence_client_lib_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jperflib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jta.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblcache_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblframeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblguiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbliqlibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljdsrjdsr.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_cacheframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_classloadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_clusterframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_configurationframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_databaseframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_licensingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_lockingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_logapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_poolframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_serviceframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_threadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_utilimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblopensqlkernelimplOpenSQLFrame.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcexceptionimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcjesessionmgmtapi_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimplPerf.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\vmc_storage_provider.jar;D:\usr\sap\NCE\SYS\exe\uc\NTI386\jstartup.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\jvmx.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\iqlib.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\sap.comtcbljkernel_bootimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\jaas.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\dnsns.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\localedata.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunjce_provider.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunpkcs11.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\com.sap.security.core.ume.service\sap.comtcsecumeserviceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sap.comtcjeconstantslib\lib\tcjeconstants.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\schemaprocessorsrv\sap.comtcjeschemaprocessor.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcjewebcontainerapi\sap.comtcjewebcontainerwebcontainer_api_impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.ip.basecomps\sap.comtcblbasecompsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttps

    Hi,
    Check this: Re: Web Service deployment warning
    Reward points if it's helpful.

  • Error while deploying WC application: Unable to deploy EJB

    Hi All,
    we are getting the below error quite frequently, whenever we deploy the application to server:
    [03:35:14 AM] Weblogic Server Exception: weblogic.application.ModuleException: Exception preparing module: EJBModule(CAWrapperEJB.jar)
    Unable to deploy EJB: CAService from CAWrapperEJB.jar:
    [EJB:011055]Error deploying the EJB 'CAService(Application: CAPortal, EJBComponent: CAWrapperEJB.jar)', the JNDI name 'CAPortal-CAPModel-CAService2#com.lexisnexis.service.CAService' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    [03:35:14 AM] Caused by: java.lang.Throwable: Substituted for missing class [EJB - 11055]Error deploying the EJB 'CAService(Application: CAPortal, EJBComponent: CAWrapperEJB.jar)', the JNDI name 'CAPortal-CAPModel-CAService2#com.lexisnexis.service.CAnService' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    [03:35:14 AM] See server logs or server console for more details.
    -to solve this issue we just delete the cache and restart the Managed server.
    Please tell me what is the cause of this error and how can we fix it permanently, as restarting the server everytime is not very convenient.
    TIA,
    Bob

    The content of "weblogic-ejb-jar.xml" present in code is:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-ejb-jar http://www.bea.com/ns/weblogic/weblogic-ejb-jar/1.0/weblogic-ejb-jar.xsd"
    xmlns="http://www.bea.com/ns/weblogic/weblogic-ejb-jar">
    </weblogic-ejb-jar>

  • Error while deploying web-determinations in 10gR3 & weblogic 11g

    Hi,
    I am installing OPA 10.0.1 for configuring Siebel connector, for this on Linux I am deploying web-determinations & determination-server on 10gR3.
    I was able to successfully deploy determination-server and I am facing error while deploying web-determinations
    I am facing below error when accessing web-determinations URL after deploying in 10gR3 ( 10.1.3.3 ).
    ===================
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details
    ===================
    No error is being logged in while application logs.
    I also tried deploying in weblogic 11g (10.3.1) and I have below error ,
    ===================
    [HTTP:101216]Servlet: "WebDeterminationsServlet" failed to preload on startup in Web application: "web-determinations.war". com.oracle.determinations.interview.engine.exceptions.EngineConfigurationException: No rulebase directory specified at com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:49) at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91) at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34) at com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91) at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1913) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1887) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1805) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206) at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:40) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    =====================
    Pls let us know any configuration needs to be done.
    Pls advise.

    Hey Suni,
    It appears that there is a section missing out of the current installation guide for Web Determinations. The reason you're getting that error is because you are deploying to application to WebLogic which doesn't expand the war by default so you need to configure the rulebase loader. Before you add proceed with the steps in the install guide you need to:
    # Unpack the web-determinations.war file
    # Copy the rulebases you wish to install to <webroot>/WEB-INF/classes/rulebases
    # Edit the following setting in the application.properties file (<webroot>/WEB-INF/classes/configuration):
    load.rulebase.from.classpath =true
    rulebase.path                    =rulebases# Repack the war file
    # Proceed with the installation steps as set out in the installation guide
    I'll have the installation guide fixed and updated as soon as possible.
    Thanks,
    Kristy

  • Error while deploying BPEL code to the server in 11g

    Hi all,
    I am trying to deploy bpel process in 11g. I have followed the doc for migration from 10g to 11g http://download.oracle.com/docs/cd/E12839_01/upgrade.1111/e10127/upgrade_soa_apps.htm#CHDCHCEB .
    But still could not deploy successfully. It is compiling successfully but while deploying the code facing the below issue
    [07:06:28 AM] Error deploying archive sca_Invoice_B2B_rev1.0.jar to partition "default" on server soa_server1 [148.87.197.163:45713]
    [07:06:28 AM] HTTP error code returned [500]
    [07:06:28 AM] Error message from server:
    Error during deployment: Deployment Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/Invoice_B2B}Invoice_B2B and port Invoice_B2B. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    [07:06:28 AM] Check server log for more details.
    [07:06:28 AM] Error deploying archive sca_Invoice_B2B_rev1.0.jar to partition "default" on server soa_server1 [148.87.197.163:45713]
    [07:06:28 AM] #### Deployment incomplete. ####
    [07:06:28 AM] Error deploying archive file:/E:/Shared/jDev11113/v11113.24D/Invoice_B2B/deploy/sca_Invoice_B2B_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Can anyone let me know whether i am missing anything? also can anyone let me know some of the steps that need to be looked upon while migration.
    Thanks in advance

    Hi all,
    This is the underlying error that i found in the logs
    "Cause=null schema location for ns=http://xmlns.oracle.com/pcbpel/adapter/db/top/DB_ERROR]
    Check the XML schema and make sure your query string is valid"
    2011-02-02T03:22:29.066-07:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ohsadmin] [ecid: 0000Ir_tGToCom55zR0FyW1DIIY6000008,0:1] [APP: soa-infra] [dcid: 49c8ed318246db94:-5a93ef1d:12d7abb4670:-7ffd-00000000000252fb] <BPEL1Processor::generateProcessClass> Response_B2B.bpel(line 29): unresolved element[[
    XML element "{http://xmlns.oracle.com/pcbpel/adapter/aq/Invoice_RosettaNet-V02.00/}Header" of variable "Header_Var" is not defined
    Make sure the XML element "{http://xmlns.oracle.com/pcbpel/adapter/aq/Invoice_RosettaNet-V02.00/}Header" is defined in one of WSDLs that are referenced by the deployment descriptor
    [2011-02-02T03:22:29.067-07:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ohsadmin] [ecid: 0000Ir_tGToCom55zR0FyW1DIIY6000008,0:1] [APP: soa-infra] [dcid: 49c8ed318246db94:-5a93ef1d:12d7abb4670:-7ffd-00000000000252fb] <BPEL1Processor::generateProcessClass> Response_B2B.bpel(line 234): unresolved part element[[
    part "Invoice" of variable "Receive_Response_InputVariable" is defined as XML element "{http://www.api.org/pidXML/v1.0}Invoice" whose definition cannot be resolved because "java.lang.IllegalArgumentException: null schema location for ns=http://www.api.org/pidXML/v1.0 [Cause=null schema location for ns=http://www.api.org/pidXML/v1.0]".
    Make sure the XML element "{http://www.api.org/pidXML/v1.0}Invoice" is defined in one of the XML schemas
    [2011-02-02T03:22:29.067-07:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ohsadmin] [ecid: 0000Ir_tGToCom55zR0FyW1DIIY6000008,0:1] [APP: soa-infra] [dcid: 49c8ed318246db94:-5a93ef1d:12d7abb4670:-7ffd-00000000000252fb] <BPEL1Processor::generateProcessClass> Response_B2B.bpel(line 340): invalid query[[
    query "/ns10:XxexhBpelErrorLogCollection/ns10:XxexhBpelErrorLog/ns10:invoiceNumber" is invalid, because java.lang.IllegalArgumentException: null schema location for ns=http://xmlns.oracle.com/pcbpel/adapter/db/top/DB_ERROR [Cause=null schema location for ns=http://xmlns.oracle.com/pcbpel/adapter/db/top/DB_ERROR]
    Check the XML schema and make sure your query string is valid
    Can anyone let me know what could be the reason?
    Thanks in advance

  • Log4j error while deploying EJB 3.0 in weblogic 10

    Hi Friends,
    I am migrating an application EJB from 2.0 to 3.0 annotations.
    The log4j-1.2.3 for the project is configured in this way, it is added to the startWeblogic.cmd in weblogic 10 as :
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=log4j.properties
    Now i am trying to deploy my EAR file that contains an EJB 3.0 Project and a Web project , it gives following error while deployment.
    ###<Jan 29, 2010 8:21:01 PM EST> <Warning> <Deployer> <ALPITSWXP00001> <wlw-pricingdev-s10> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1264814461242> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Exception preparing module: EJBModule(streamlinesuspenseEJB.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    org.apache.log4j.spi.RootCategory.<init>(Lorg/apache/log4j/Level;)V.
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.NoSuchMethodError: org.apache.log4j.spi.RootCategory.<init>(Lorg/apache/log4j/Level;)V
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.Logger.getLogger(Logger.java:124)
    at com.jmfamily.common.log.LogManager.getLogger(LogManager.java:33)
    at com.jmfamily.common.log.LogManager.getLogger(LogManager.java:42)
    at com.jmfamily.jma.contract.ejb.SuspendedContractSOBean.<clinit>(SuspendedContractSOBean.java:33)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processWLSAnnotations(EjbAnnotationProcessor.java:1699)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processWLSAnnotations(EjbDescriptorReaderImpl.java:346)
    at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:192)
    at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
    at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1198)
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:380)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    If i remove the "set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=log4j.properties" from the weblogic statrup script and install the EAR it will be installed , but the logger is not initialized.
    If the option "set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=log4j.properties" added to the startup script and i deployed the OLD EJB 2.0 app , it is installed successfully, but it didnt let me deploy EJB 3.0 app.
    I am hitting my head around it for a day now, no success so far..
    Please provide you suggestions , thanks a lot to all in advance.
    Thanks
    Sachin

    Does the ejbCreate() method of the com.package.ejbimpl.RemoteServicesEjb class have an exception on it's throws clause that is not present on the ejbCreate() method of your home interface? If so, does the error go away if you add the exception to the home's ejbCreate() method? In general, you want checked exceptions in a throws clause to match between the interface declaration of the method and the implementation of the method on the bean class.
    - Matt

  • Error while deploying decision services on server "bg1ws0044"

    hi'
    I have followed tutorial provided in the sample in the SOA suite
    "C:\product\10.1.3.1\OracleAS_1\bpel\samples\demos\ExpenseRequestApproval"
    for integrating BPEL and business rules, however the after deploying the ant is giving following below error
    I am using JDeveloper studio edition 10.1.3.1.0 and SOA 10.1.3.1.0
    please tell me what is the issue
    thanks
    Yatan
    error:
    Buildfile: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/Oracle-SaaS/Downloads/jdevstudio10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] url is file:/D:/Oracle-SaaS/Downloads/jdevstudio10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process ExpenseRequest3 on bg1ws0044, port 80
    [deployProcess] Deploying process D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\output\bpel_ExpenseRequest3_1.0.jar
    [deployProcess] Successfully deployed the process "ExpenseRequest3" on server "bg1ws0044" and port "80"
    deployTaskForm:
    [echo]
    | Deploying workflow form for ExpenseRequest3 on bg1ws0044, port 80
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Application Deployer for default_ExpenseRequest3_1_0_ExpenseApproval STARTS.
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Copy the archive to C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear begins...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Unpacking default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Done unpacking default_ExpenseRequest3_1_0_ExpenseApproval.ear
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:07 Notification ==>Unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Done unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\oc4j_soa\applications\default_ExpenseRequest3_1_0_ExpenseApproval.ear ends...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Starting application : default_ExpenseRequest3_1_0_ExpenseApproval
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing EJB container
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Loading connector(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Starting up resource adapters
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initializing EJB sessions
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Committing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize workflowform begins...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Initialize workflowform ends...
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Started application : default_ExpenseRequest3_1_0_ExpenseApproval
    [deployTaskForm]
    [deployTaskForm] 09/07/24 15:17:08 Notification ==>Application Deployer for default_ExpenseRequest3_1_0_ExpenseApproval COMPLETES. Operation time: 344 msecs
    [deployTaskForm]
    [deployTaskForm] Successfully deployed form on server "bg1ws0044"
    deployDecisionServices:
    [echo]
    | Deploying decision services for ExpenseRequest3 on bg1ws0044, port 80
    BUILD FAILED
    D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\ExpenseRequest3\build.xml:116: Error while deploying decision services on server "bg1ws0044"
    Total time: 9 seconds

    after "verbose=true"
    this is the error:
    | Deploying decision services for SalesRequest1 on bg1ws0044, port 80
    [deployDecisionServices] Start of deploying decision services.
    [deployDecisionServices] Deploy decision service in directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService
    [deployDecisionServices] Start deploying decision service from directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService to J2EE context /rules/default/SalesRequest1/1.0/DecisionService
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl done.
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp
    [deployDecisionServices] Replace placeholders in file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp done.
    [deployDecisionServices] Start compiling fact type classes in directory D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes
    [deployDecisionServices] Compiling from shell, src=D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes, classpath=D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\ojc.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-oracle.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-common.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-thirdparty.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\webservices\lib\orawsdl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xmlparserv2.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xml.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\oc4j-internal.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\adminclient.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\bpm\support\files;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\jdev.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xml-apis.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xercesImpl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\jakarta-oro-2.0.8.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\commons-net-1.3.0.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xslp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xalan1.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-weblogic.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-vaj.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-trax.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-swing.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-stylebook.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-starteam.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-nodeps.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-netrexx.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-launcher.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-junit.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jsch.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jmf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jdepend.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-javamail.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jai.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-icontract.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-net.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-logging.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-resolver.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-regexp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-oro.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-log4j.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bsf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bcel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-antlr.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdk\lib\tools.jar
    [deployDecisionServices] Source file exists. Read Java source file names.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java to the list of Java sources to compile.
    [deployDecisionServices] Adding D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Compiled class(es) "D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java"
    [deployDecisionServices] Error in ant execution: Java compilation failed.
    Failed to compile file(s) "D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java".
    Exception reported is: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated\SalesRequestTypeImpl.java:87: Class generated.ItemsType not found.
    return (ItemsType) super.getElement("items", "http://xmlns.oracle.com/ExpenseRequest", (oracle.xml.jaxb.JaxbNode)obj, 4);
    ^
    1 error
    Please verify that file D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/ObjectFactory.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChain.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesApprovalChainTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequest.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestType.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesRequestTypeImpl.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponse.java, D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\decisionservices\DecisionService\war\WEB-INF\classes\generated/SalesResponseImpl.java is valid java file or if all required libraries are included in your classpath.
    classpath: D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\ojc.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-oracle.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-common.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\lib\orabpel-thirdparty.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\webservices\lib\orawsdl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xmlparserv2.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\lib\xml.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\oc4j-internal.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\j2ee\home\lib\adminclient.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\integration\bpm\support\files;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\lib\jdev.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xml-apis.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\xercesImpl.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\jakarta-oro-2.0.8.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\commons-net-1.3.0.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xslp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-xalan1.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-weblogic.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-vaj.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-trax.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-swing.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-stylebook.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-starteam.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-nodeps.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-netrexx.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-launcher.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-junit.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jsch.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jmf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jdepend.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-javamail.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-jai.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-icontract.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-net.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-commons-logging.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-resolver.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-regexp.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-oro.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-log4j.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bsf.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-apache-bcel.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\ant\lib\ant-antlr.jar;D:\Oracle-SaaS\Downloads\jdevstudio10131\jdk\lib\tools.jar
    BUILD FAILED
    D:\Oracle-SaaS\Downloads\jdevstudio10131\jdev\mywork\BPELIntegrationwithBusinessRules\SalesRequest1\build.xml:116: Error while deploying decision services on server "bg1ws0044"
    Total time: 9 seconds

  • [EJB:015001] error while deploying an ejb on weblogic app server

    Hi,
    I'm trying to deploy an ear which has lot of modules and it is failing for one of the ejb module. The exception is as follows:
    <Mar 22, 2011 7:47:01 PM GMT+05:30> <Error> <Deployer> <WL-149265> <Failure occurred in the execution of deployment request with ID '1300803398704' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(triv.product.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .'
    weblogic.application.ModuleException: Exception preparing module: EJBModule(triv.product.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class trivnet.product.services.svams.ProjSVAMServiceBean in Jar D:\ccm_wa\TICP-yogesh_3.4.0\TICP\product\classes : java.lang.NoClassDefFoundError: trivnet/service/svams/SVAMService
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
         at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1322)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         Truncated. see log file for complete stacktrace
    >
    <Mar 22, 2011 7:47:01 PM GMT+05:30> <Warning> <Deployer> <WL-149004> <Failures were detected while initiating deploy task for application 'ear'.>
    <Mar 22, 2011 7:47:01 PM GMT+05:30> <Warning> <Deployer> <WL-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Exception preparing module: EJBModule(triv.product.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class trivnet.product.services.svams.ProjSVAMServiceBean in Jar D:\ccm_wa\TICP-yogesh_3.4.0\TICP\product\classes : java.lang.NoClassDefFoundError: trivnet/service/svams/SVAMService
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1323)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
         at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1245)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addProcessingError(BaseJ2eeAnnotationProcessor.java:1322)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.addFatalProcessingError(BaseJ2eeAnnotationProcessor.java:1328)
         at weblogic.ejb.container.dd.xml.EjbAnnotationProcessor.processAnnotations(EjbAnnotationProcessor.java:161)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.processStandardAnnotations(EjbDescriptorReaderImpl.java:344)
         at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:204)
         Truncated. see log file for complete stacktrace
    >
    There are two scenarios one of which is working and the other is not. The details are below:
    Scenario 1: (Working)
    There is an ejb module in the ear (say ModA) which has two session beans (SessionA and SessionB having Remote interfcaes RemoteIntA and RemoteIntB).
    There is another ejb module in the ear (say ModB) which has few more session beans.
    Now I want to add an ejb which will extend from SessionA.
    So, I did following changes:
    i. added a remote interface in ModB - RemoteIntPA implements RemoteIntA
    ii. added session bean SessionPA extends SessionA implements RemoteIntPA
    iii. added ejb related annotations in SessionPA and removed the annotations from SessionA (i.e., SessionA is just a normal class by itself)
    Now in the application.xml I declare both modules (ModA and ModB) as ejb modules.
    I deploy the application everything works fine.
    Scenario 2: (Not Working)
    For some reason, I didn't required SessionB in ModA (which was the only ejb bean left in that module as SessionA was converted to normal java class). So I removed SessionB and RemoteIntB.
    Now as there are no ejb beans in ModA, I cannot define this as ejb module in application.xml and hence I defined it as java module.
    Now if I deploy the same application, I get the exception mentioned above.
    I think it has to do with the classpath issue. But how is that the classpath issue is arising when I declaring a module as java and not when I declare it as ejb. I have this module in classpath of ModB. So it doesn't matter what type of module it is.
    Am I missing something?
    Please help me in this regards.

    java.lang.NoClassDefFoundError: trivnet/service/svams/SVAMService
    The JAR with the class trivnet/service/svams/SVAMService is not in the classpath.

  • Invalid change to class error when deploying EJB

    We have EJBs that were built by Webgain Visual Cafe and successfully deploy
    to WLS 5.1. We then use the WLE EJB Deployer Tool to build WLE container
    classes and deploy the same EJBs in WLE 5.1.
    One EJB does not deploy in WLE. The ULOG error message is:
    133929.EA-LAWSTUC!JavaServer.517: main: IJENGINE_CAT:150: ERROR: Invalid
    change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: main: EJB_CAT:29: ERROR: While deploying
    jar ServiceEJB : com.beasys.weblogic.classloader.RedeploymentException:
    ERROR: Invalid change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: Finalizer: IJENGINE_CAT:152: INFO: Closing
    jar C:\aj\ServiceEJB_WLE.jar
    Does anyone know what can cause an "invalid change to class" error when
    deploying to WLE 5.1? Especially since the EJB deploys successfully in
    WLS.
    Carl Lawstuen

    Reason: database keeps a reference of the class in JAVA$CLASS$MD5$TABLE table. This table keeps a refrence to all java classes loaded in database, and is present in each schema you deploy classes. That's the reason why if you change the application module name, you can load this classes. It instead keeps a reference if you use DROP JAVA CLASS command to drop a java class from de database. Use DROP JAVA command to clear the reference of the dropped classes when dropping it.
    You can see this table as a class dictionary of the database, and you don't have to handle this records manually.

  • 11g BPEL Code Deployment Error

    Hi All,
    I have migrated a 10g bpel code to 11g. Migration got successful. While compiling got the following error.
    Failed to compile bpel generated classes. failure to compile the generated BPEL classes for BPEL process "PROCESSNAME" of composite "default/PROCESSNAME!1.0" The class path setting is incorrect. Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Since we are using java embedding in the bpel code, it requires log4j.jar. So added the log4j.jar in the libraries and class path in JDev and when I compiled again, compilation got successful.
    When I try to deploy the code to the server, I am getting the following error:
    +[08:45:28 PM] Error deploying archive sca_PROCESSNAME_rev1.0.jar to partition "default" on server soa_server1 [m1-18322.wipro.com:8001]+
    +[08:45:28 PM] HTTP error code returned [500]+
    +[08:45:28 PM] Error message from server:+
    Error during deployment: Deployment Failed: Error occurred during deployment of component:PROCESSNAME to service engine: implementation.bpel, for composite: PROCESSNAME: ORABPEL-01005
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "PROCESSNAME" of composite "default/PROCESSNAME!1.0*soa_120500e8-4351-4a10-94bc-448c2eff6c16"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    +.+
    +[08:45:28 PM] Check server log for more details.+
    +[08:45:28 PM] Error deploying archive sca_PROCESSNAME_rev1.0.jar to partition "default" on server soa_server1 [m1-18322.wipro.com:8001]+
    +[08:45:28 PM] #### Deployment incomplete. ####+
    +[08:45:28 PM] Error deploying archive file:/11g code/PROCESSNAME_v1/deploy/sca_PROCESSNAME_rev1.0.jar+
    +(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)+
    I guess that it expects the log4j.jar in the server for deployment to be successful. But since the jar is not present in the server, I am getting the error.
    There was no error with 10g.
    Can anybody help me resolve this issue?
    Thanks & Regards,
    Vishwanath
    Edited by: Vishwa on Aug 12, 2010 6:13 AM

    Vishwa,
    I know it's been a while since your post, but did you ever find what the problem was with this deployment issue?

  • Error in deploying a simple EJB 3.0

    Hi ,
    I am getting the following error while deploying my simple ejb of version 3.0 in Weblogic 9.2.
    Exception preparing module: EJBModule(build) [EJB:011023]An error occurred while reading the deployment descriptor. The error was: Error processing annotations: java.lang.NullPointerException.
    During my evaluation of Weblogic 9.2 for EJB 3.0 , I have got the following questions.
    EJB Specification states that EJB's in EJB 3.0 can be developed and deployed without the need of deployment descriptors. I have created a simple EJB with two file Env.java and EnvBean.java and the source code is given below.
    a) I just complied these class files and when I was trying to deploy without ejb-jar.xml and weblogic-ejb-jar.xml, the console was not at all allowing me to deploy.Why is this so?
    b) After I created a META-INF file under root of classes directory by placing ejb-jar.xml with empty <enterprise-beans> element, console was allowing me to deploy with errors in parsing ejb-jar.xml. The error was either session/entity/mdb is a required under <enterprise-beans> element. Why is this required when there are several examples stating <enterprise-beans> element can be empty.
    c) Later I updated ejb-jar.xml with <session> element under <enterprise-beans> with the following values. I got the above error when deployed with this change.
    I had been struggling to deploy this simple bean for almost a day.Pleas point me if there is any documentation that solves my stated problem or if there is a solution.Thanks in advance.
    regards
    Karim
    ejb-jar.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
    <enterprise-beans>
    <session>
    <description>This is the stateless ejb</description>
    <display-name>Env Bean</display-name>
    <ejb-name>EnvBean</ejb-name>
    </session>
    </enterprise-beans>
    </ejb-jar>
    Env.java
    package examples ;
    public interface Env {
    public void display();
    EnvBean.java
    package examples;
    import javax.ejb.Remote;
    import javax.ejb.Stateless;
    @Stateless
    @Remote(Env.class)
    public class EnvBean implements Env {
    public void display() {
    System.out.println("Welcome to EJB 3.0");
    }

    Presumably you're using the EJB3 tech preview, and not a vanilla WebLogic 9.2 install, right?
    Can you post the full stack trace?
    -Patrick

Maybe you are looking for

  • Can and how do you connect multiple apple IDs to Apple TV?

    I would like my roommates to be able to share their music through my Apple TV unit, is this even possible and if so how? Thanks for your help! iPad4, iphone4s, iphone5 (2 roommates)

  • Reading trace file on the fly.

    I came across one cool trick mentioned by Tanel Poder, but it doesn't seem to work for me. Could anyone please help in reading trace file on the fly. Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production With the

  • Skype on Nokia 630 - typed wrong name

    Just got a Nokia 630. Already have Skype on laptop with established Skype name and contacts, etc. Went to set up Skype on N 630 but mis typed my name and registered without checking. Now have new account that I do not want which is not synched to my

  • Tidal Transporter

    Any one else using transporter to move between non-prod and prod environments?  Any "best practices" you can offer?

  • Best Practices vs. BPM

    Hi, I'm new on XI, and I have to define some best-practices and naming convention that will be used by our company. The goal is to try to start working in XI the right way. I found following sources of information : <a href="https://websmp207.sap-ag.