Error when deploying composite with BPEL

We are trying to deploy a composite with a BPEL component (in the Enterprise Manager) but it fails with this error:
Error deploying BPEL suitcase.
error while attempting to deploy the BPEL component file "/oraclesoa/Middleware/user_projects/domains/MY_DOMAIN/servers/soa_server1/dc/soa_a7c83be2-5ae4-40eb-b4c4-15669c07d4ed"; the exception reported is: java.lang.NoClassDefFoundError: Could not initialize class com.collaxa.cube.util.JavaHelper
This error contained an exception thrown by the underlying deployment module.
Verify the exception trace in the log (with logging level set to debug mode).
     at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:896)
     at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:128)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:242)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
     at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:616)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:68)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy313.load(Unknown Source)
     at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:57)
     at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:378)
     at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:226)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:160)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
     at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:78)
     at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
     at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:124)
     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:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: ORABPEL-05250We can deploy a composite without a BPEL component.
Someone who knows what can cause this error?

This was indeed the problem. The installation was done with a 64 bit version where you need to download the JDK seperately, this was not done and an old JDK was used.
Downloaded the jrockit JDK and changed the setDomainEnv.sh and commEnv.sh to point to the correct JDK restarted the server and now we can deploy without a problem.

Similar Messages

  • Error when deploying AIA Demo BPEL project to SAR file

    Hi,
    I am trying to deploy the AIADemoCreateRequestForQuoteSupplierProvABCSImpl project (in AIA Demo) to a SAR file, and I am getting this error:
    Buildfile: /scratch/ifan/jdevhome_5912/jdeveloper/bin/ant-sca-compile.xml
    scac:
    [scac] Validating composite "/ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/composite.xml"
    [scac] INFO: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Setting BPELC option 'classpath' to /scratch/ifan/jdevhome_5912/jdeveloper/jdev/extensions/oracle.sca.modeler.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/scratch/ifan/jdevhome_5912/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/scratch/ifan/jdevhome_5912/jdeveloper/soa/modules/oracle.soa.mediator_11.1.1/mediator_client.jar:/scratch/ifan/jdevhome_5912/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar::/ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF\classes
    [scac] Composed "AIADemoCreateRequestForQuoteSupplierProvABCSImpl" in 92.9 milliseconds [nodes 56=1+55, 602.9 nodes/sec]
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe14.java:699: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe14.java:708: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe4.java:205: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe12.java:634: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe12.java:646: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe3.java:178: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe9.java:400: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe9.java:409: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe7.java:360: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:482: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:485: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:489: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:523: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:526: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:540: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe10.java:543: package oracle.apps.aia.core.config does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe2.java:154: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe11.java:601: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe11.java:613: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe1.java:131: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe6.java:298: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe15.java:727: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe5.java:274: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe0.java:109: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe13.java:673: package oracle.apps.aia.core.eh.logging does not exist
    [scac] /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/ExecLetBxExe13.java:682: package oracle.apps.aia.core.eh.logging does not exist
    [scac] Note: /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF/bpel/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/src/orabpel/aiademocreaterequestforquotesupplierprovabcsimpl/BPEL_BIN.java uses unchecked or unsafe operations.
    [scac] Note: Recompile with -Xlint:unchecked for details.
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(210): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}CodeType"
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(210): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}TextType"
    [scac] warning: in AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel(557): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://schemas.xmlsoap.org/ws/2003/03/addressing}AttributedURI"
    *[scac] error: location {ns:composite}: SCAC-50012*
    BUILD FAILED
    /scratch/ifan/jdevhome_5912/jdeveloper/bin/ant-sca-compile.xml:269: Java returned: 1 Check log file : /ade/ifan_nov29/aiafp/apps/fp/components/samples/AIADemo/ProviderABCS/AIADemoCreateRequestForQuoteSupplierProvABCSImpl/SCA-INF\classes/scac.log for errors
    Total time: 16 seconds
    In particular, we keep seeing the compilation fail with error "SCAC-50012" have not seen helpful information on how to resolve that.
    The log file:
    Jan 7, 2011 7:05:50 PM oracle.mds
    WARNING: The default CharSet US-ASCII is not a unicode character set. File names with non-ASCII characters may not operate as expected. Check locale settings.
    Jan 7, 2011 7:05:51 PM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    Jan 7, 2011 7:05:55 PM com.collaxa.cube.CubeLogger info
    INFO: validating "AIADemoCreateRequestForQuoteSupplierProvABCSImpl.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
    at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
    at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
    at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:154)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:282)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:156)
    at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:49)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
    at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
    at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
    at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
    at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
    at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
    at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
    at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
    at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
    at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
    at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
    at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Jan 7, 2011 7:06:01 PM CubeProcessGenerator compile
    << and then long classpath >>
    Any ideas on how to resolve this issue and deploy the project? Thanks in advance.
    Irene

    Here are some alternatives:
    1.Consider creating an application server connection and select deploy to your new application server connection, not to sar.
    2.Consult for example: SCAC-50012
    3. Recompile with -Xlint:unchecked for details
    4.Although they seem harmless, get rid of the warnings
    5. Consider posting to another forum such as SOA Suite
    NA
    http://nickaiva.blogspot.com

  • Error when deploying ear with war module.

    Can somebody help me with a problem? This problem is realy strange.
    I have three projects: ordinary project (jar project), war project and ear project.
    The war project uses classes form jar project and it is a part of ear project.
    There is an abstract class in jar:
    public abstract class MyDataTable {
    public abstract String method1();
    public abstract String method2();
    //And some others abstract methods
    Class MyResultSetTable extends MyDataTable class:
    public class MyResultSetTable extends MyDataTable {
    private ResultSet rs;
    public MyResultSetTable(ResultSet resSet) {
    rs = resSet;
    //Implementation of abstract methods
    In jar there is another class MyDataPacket, which performs transformation between MyDataTable and XML document (Delphi data packet):
    public class MyDataPacket {
    public static String tableToXML(MyDataTable table) {/Implementation}
    public static MyDataTable xmlToTable(String xmlSource) {/Implementation}
    In war there is a simple Web service which interact with clients by means of the data packets:
    @WebService
    public class MyWebService {
    @WebMethod
    public String myMethod(){
    //Creating connection and opening ResultSet rs
    MyDataTable t = new MyResultSetTable(rs);
    return MyDataPacket.tableToXML(t);
    This war application belongs to Enterprise Application (ear project). I use Sun Java System
    Application Server Platform Edition 9.0_01 (build b02-p01). When I deploy ear into server an
    error occurs:
    Exception occured in J2EEC Phase
    java.lang.NoClassDefFoundError: jarSource/MyDataTable
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
    at java.lang.Class.privateGetPublicMethods(Class.java:2519)
    at java.lang.Class.getMethods(Class.java:1406)
    When I change abstract class MyDataTable on MyResultSetTable in static method
    tableToXML, the error disappears. I think that the problem is that I use abstract
    class in this method. Please, can somebody explanes me this situation.
    PS: Sorry for my bad English. I jast start to study this language.
    PSS: You can copy-past these classes for simple testing this misunderstanding:
    jar:
    public abstract class MyDataTable {
    public abstract String method1() throws Exception;
    public abstract String method2() throws Exception;
    public class MyResultSetTable extends MyDataTable{  
    public String method1() throws Exception {return "method1";}
    public String method2() throws Exception {return "method2";}
    public class MyDataPacket {
    public static String tableToXML(MyDataTable t) {return "tableToXML";}
    war:
    import jarSource.MyDataPacket;
    import jarSource.MyDataTable;
    import jarSource.MyResultSetTable;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    @WebService()
    public class MyView {
    @WebMethod
    public String myMethod1(){
    MyDataTable t = new MyResultSetTable();
    return MyDataPacket.tableToXML(t);
    ear: Adding war to ear.

    I beleive this is a classpath problem, namely the classespath does not exist for the .jar file when the .war is trying to access the files. I would think if the .jar file is in WEB-INF/classes in your .war your error would go away. If you are placing the .jar in the root of the .ear then you must set the classpath.

  • Error when deploy EAR with JSF to OC4J

    Hello
    can anybody tell me how to deploy the EAR to OCJ4J version 10.1.3.3.0. My application is simple JSF application without ADF..
    This is my log:
    Done unpacking webapp1.war
    Initialize /oracle/oc4j_extended_101330/j2ee/home/applications/obnovajsf.ear ends...
    Starting application : obnovajsf
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Initializing EJB sessions
    Committing ClassLoader(s)
    Initialize webapp1 begins...
    Initialize webapp1 ends...
    Started application : obnovajsf
    Binding web application(s) to site default-web-site begins...
    Binding webapp1 web-module for application obnovajsf to site default-web-site under context root obnovajsf
    Exception: NoClassDefFoundError:
         Missing class: oracle.adf.share.logging.ADFLogger
         Dependent class: oracle.adfinternal.view.faces.application.StateManagerImpl
         Loader: obnovajsf.web.webapp1:0.0.0
         Code-Source: /oracle/oc4j_extended_101330/j2ee/home/applications/obnovajsf/webapp1/WEB-INF/lib/adf-faces-impl.jar
         Configuration: WEB-INF/lib/ directory in /oracle/oc4j_extended_101330/j2ee/home/applications/obnovajsf/webapp1/WEB-INF/lib
    The missing class is not available from any code-source or loader in the system.
    Operation failed with error:
         Missing class: oracle.adf.share.logging.ADFLogger
         Dependent class: oracle.adfinternal.view.faces.application.StateManagerImpl
         Loader: obnovajsf.web.webapp1:0.0.0
         Code-Source: /oracle/oc4j_extended_101330/j2ee/home/applications/obnovajsf/webapp1/WEB-INF/lib/adf-faces-impl.jar
         Configuration: WEB-INF/lib/ directory in /oracle/oc4j_extended_101330/j2ee/home/applications/obnovajsf/webapp1/WEB-INF/lib

    If i look at the properties ->Technology Scope -> Selected technology I have: Java, JSF, JSP and Servlets..
    if I look at the properties -> JSP tag libraries I have also ADF faces components and adf faces html 10_1_3_4_0..
    I I remove the ADF tag library from my project I get the error:
    ============
    C:\java_ide\jdevlast\jdk\bin\javaw.exe -client -classpath C:\java_ide\jdevlast\j2ee\home\oc4j.jar;C:\java_ide\jdevlast\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\java_ide\jdevlast\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    16.4.2009 15:31:31 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    16.4.2009 15:31:31 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 15500 ms.
    Target URL -- http://172.16.201.30:8991/ObnovaAOJSF-ObnovaJSF-context-root/faces/polica.jspx
    09/04/16 15:31:40 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    09/04/16 15:31:41 java.lang.IllegalArgumentException: No renderKitClass for renderKit oracle.adf.core
    09/04/16 15:31:41      at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:931)
    09/04/16 15:31:41      at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:426)
    09/04/16 15:31:41      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:348)
    09/04/16 15:31:41      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1140)
    09/04/16 15:31:41      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    09/04/16 15:31:41      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    09/04/16 15:31:41      at com.evermind.server.Application.getHttpApplication(Application.java:586)
    09/04/16 15:31:41      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    09/04/16 15:31:41      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1970)
    09/04/16 15:31:41      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1922)
    09/04/16 15:31:41      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:423)
    09/04/16 15:31:41      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:398)
    09/04/16 15:31:41      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:439)
    09/04/16 15:31:41      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    09/04/16 15:31:41      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    09/04/16 15:31:41      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    09/04/16 15:31:41      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    09/04/16 15:31:41      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    09/04/16 15:31:41      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    09/04/16 15:31:41      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    09/04/16 15:31:41      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.ru
    =================================================
    I I look inside my EAR archive under root I have
    oracle folder with adf subfolder present which has other subfolders.. also adf-faces-config.xsd is present..
    If I look inside WEB-INF/web.xml i have
    ==================
    <?xml version = '1.0' encoding = 'windows-1250'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>obnovajsf.DataBindings</param-value>
    </context-param>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>/polica.jspx</welcome-file>
    </welcome-file-list>
    </web-app>
    =====================================
    thank you for any answer!

  • Simple SOA composite with BPEL  not working

    I Selected composite with BPEL.Used Invoke activity to File Adapter- .
    In Composite.xml I dont see any wire between component and File Adapter. When i deploy Error: Reference File AdapterBPEL Process Read Input does not exist as wire target
    And in composite.xml if i drag a wire from component to File Adapter , a new (file adapter) is added in BPEL process.
    Thank You
    Edited by: user13374451 on Jul 23, 2010 11:01 AM
    Edited by: user13374451 on Jul 23, 2010 7:14 PM
    Edited by: user13374451 on Jul 23, 2010 10:32 PM
    Edited by: user13374451 on Jul 23, 2010 10:33 PM
    Edited by: user13374451 on Jul 24, 2010 12:09 PM

    Hi,
    For this issue to be resolved, when it gives the compilation error saying "wire does not exist", you need to drag the a wire from the file adapter to the bpel process.
    This error comes when we use the service(In your case file adapter) as a partnerlink in the BPEL, but did not wire the service and bpel manually in composite.
    Generally when you create a service/reference in composite.xml, you need to wire it to the BPEL and this would create a reference automatically in the bpel and this error can be prevented

  • Error when deploying a map

    hello i have the following error when deploying a map in a local database, the mapping is a simple transfert of data between two table,
    ORA-06550: line 0, column 0:
    ORA-04052: erreurs lors de la consultation de l'objet distant [email protected]@KCDBDEV
    ORA-00604: une erreur s'est produite au niveau SQL récursif 1
    ORA-01882: région de fuseau horaire introuvable
    ORA-02063: pré
    any help please
    thanks,
    tarek

    Hello thank u for helping, i have exactly the same problème in Error executing a query using a DB-Link
    but i am not inderstanding the solution, i found the same probleme in metalink, and the solution posted is:
    1. Create an errorstack of the ORA-1882 to see the ALTER SESSION SET TIME_ZONE statement that is causing the ORA-1882 during deployment. To create this errorstack, follow step 1 to 4 below:
    1. Just before you reproduce the error, open a SQL*Plus session with user SYSTEM.
    SQL> alter system set events '1882 trace name ERRORSTACK level 3'
    2. Deploy the mapping to reproduce the ORA-1882
    3. Disable the system event
    SQL> alter system set events '1882 trace name errorstack off';
    4. Take a look at the errorstack (located in the udump directory). Suppose the following statement is in there:
    ALTER SESSION SET TIME_ZONE = 'GMT+02:00'
    2. Modify the run_service.sh(.bat) file as follow:
    * For UNIX:
    Modify owb_server_home/owb/bin/unix/run_service.sh as follows:
    Add the parameter -Duser.timezone="+02:00" to the line where java is started (last line of run_service.sh)
    $JAVAPATH/bin/java -Xmx768M -Djava.awt.headless=true -DORACLE_HOME.....
    e.g:
    $JAVAPATH/bin/java -Xmx768M -Duser.timezone="+02:00" -Djava.awt.headless=true -DORACLE_HOME
    * For Windows:`
    Modify owb_server_home\owb\bin\win32\run_service.bat as follows:
    Add the parameter -Duser.timezone="+02:00" to the line where java is started
    %JAVAPATH%\jre\bin\javaw.exe %JVM_OPTIONS%
    e.g.:
    %JAVAPATH%\jre\bin\javaw.exe -Duser.timezone="+02:00" %JVM_OPTIONS%
    3. Save the file and re-start the Runtime Service using stop_service.sql/start_service.sql.
    but in creating the errorstack of the ORA-1882 i not found the ALTER SESSION SET TIME_ZONE
    and i Modify the run_service i fixed -Duser.timezone="+01:00" cause the time zone here is Europe/Paris but there is no changes.
    the db link is from Oracle 10.2.0.2.0 to 9.2.0.1.0. and owb 10g R2
    other solution?
    thanks,
    tarek

  • Error when deploying ear file

    Hello
    What could be the problem that I get this error when deploying my ear file with a web service within.
    [#|2008-03-29T17:43:02.640+0100|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=12;_ThreadName=Thread-26;_RequestID=0a164c90-57bc-4d4a-8b3f-270fc4584891;|Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- C:\Sun\AppServer\domains\domain1\generated\xml\j2ee-apps\agency_app\agency_jar\META-INF\wsdl\AgencyModuleWebServiceService.wsdl (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at java.net.URL.openStream(URL.java:1007)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:699)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:643)
         at com.sun.enterprise.deployment.backend.WebServiceDeployer.doWebServiceDeployment(WebServiceDeployer.java:165)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:855)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:580)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:339)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:222)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:359)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:214)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:129)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
    |#]when I deployed this application on a custom domain setup, it does not fail. But it fails on default domain.
    Regards
    Michael

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

  • Getting Error when deploying the WD application

    hi all,
    Anybody have idea about , what is the reason for the following error. Till now it is working properly. suddenly it is giving the following error when deploying the application.
    2.4.2007 13:17:36 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : eimkopdvs4
    SDM port : 50118
    URL to deploy : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Aborted: development component 'TestWebDynproProj'/'local'/'LOKAL'/'0.2007.04.02.13.17.28'/'0':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [EIMKOPDVS4] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:167)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         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 com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
         at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
         at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
         ... 37 more
    Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/10.4.71.36,port=50104,localport=3057]
         at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)
         ... 1 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

    Hi,
    Check if the server is running. If so, try restarting it and then retry.

  • Error while deploying composite to weblogic

    Getting following error while deploying composite to weblogic; As I got some reason from google that, its because of jdk8. If it is a known issue, does oracle released any patch for this?
    8:16:43 AM] Server is most likely down. Please check the server status and make sure it is up.
    [08:16:43 AM] Error deploying archive sca_ValidatePayment_rev1.0.jar to partition "default" on server AdminServer [http://192.168.2.1:7001]
    [08:16:43 AM] HTTP error code returned [-1]
    [08:16:43 AM] Error message from server:
    Server is most likely down. Please check the server status and make sure it is up.
    [08:16:43 AM] Check server log for more details.
    [08:16:43 AM] Error deploying archive sca_ValidatePayment_rev1.0.jar to partition "default" on server AdminServer [http://192.168.2.1:7001]
    [08:16:43 AM] Deployment cancelled.
    [08:16:43 AM] ----  Deployment incomplete  ----.
    [08:16:43 AM] Error deploying archive file:/C:/JDeveloper/mywork/e2e-1201-composites/ValidatePayment/deploy/sca_ValidatePayment_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Hi Priya,
    Can you check the server status.It clearly says that the server is down.Check the status of the server and also the disk space .
    [08:16:43 AM] Error message from server:
    Server is most likely down. Please check the server status and make sure it is up.

  • Error when opening document with ECL control: INVALID_DATA

    Hi Gurus,
    I've tried to search the net for this problem but could not find anything and I'm stuck now.
    Description:
    we're using ECL to view attached documents (to POs etc.) which are stored through ArchiveLink on the content repository.
    when we try to open this document, time-to-time we get following error:
    Error when opening document with ECL control: INVALID_DATA
    Message no. SDV004
    by time-to-time I mean that when we try to open same attachment again it opens successfully (sometimes we need to re-open it 3-4 times to get it)
    what we've tried is to enlarge timeout for HTTP protocol (tx SMICM, from former 30 to actual 60) but only effect we got is that we're waiting for the error longer time
    It will be really great if anybody of you guys can give me an advice where the problem can be or where should I look and what to check
    Thanks,
    David

    Hi Christoph,
    thanks for tip, unfortunately this was already flagged, currently settings are:
    for Display Settings:
    yes - include ECL control
    use HTML control
    empty - maximum viewer wait time
    (do you think that setting some value for this could help)
    yes - deactivate generic object services in viewer
    no - doc display as dialog box
    yes - deactivate data provider cache
    Storage Settings:
    yes - always copy document class from document type
    yes - permit multiple assignment
    Thanks,
    David

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • Error when extracting data with extractor 2lis_04_matnr - NEED HELP ASAP !!

    Hi experts!
    Got an error when extracting data with extractor 2lis_04_matnr.
    System says (short dump):
    DUMP TEXT START----
    Runtime error:    CONNE_IMPORT_WRONG_COMP_TYPE
    Exception:   CX_SY_IMPORT_MISMATCH_ERROR
    Error when attempting to import object "MC04P_0MAT_TAB".
    The current ABAP program "SAPLMCEX" had to be terminated because one of the statements could not be executed. This is probably due to an error in the ABAP program. When attempting to import data, it was discovered that the data type of the stored data was not the same as that specified in the program.
    An exception occurred. This exception is dealt with in more detail below. The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_ERROR', was neither caught nor passed along using a RAISING clause, in the procedure  "MCEX_BW_LO_API" "(FUNCTION)".                                                                             
    Since the caller of the procedure could not have expected this exception      
    to occur, the running program was terminated.                                
    The reason for the exception is:  When importing the object "MC04P_0MAT_TAB", the component no. 5 in the dataset has a different type from the corresponding component of the target object in the program "SAPLMCEX". <b>The data type is "D" in the dataset, but "C" in the program.</b>
    DUMP TEXT END----
    Please, can someone explain me how to solve it? 
    Really need help ASAP!
    Thanks in advance,
    Jaume
    Message was edited by:
            Jaume Saumell
    Message was edited by:
            Jaume Saumell

    Hi,
    Check this note: 328181
    So you need to delete entries in SM13/LBWQ for application and also detup table content.
    And then refill teh set up table.
    If you are in production clear the entries by running collective run no of times for this application 04.
    With rgds,
    Anil Kumar Sharma .P

  • Error when make controller with MVC entity framework

    error when make MVC with entity framework, WHY??

    Hi Arif Kalbu,
    It would be better if you could share us the detailed error message, so I could provide useful informaiton or provide the correct forum for this issue, you know that this forum is to discuss the VS IDE.
    But if the real issue is related to the MVC project, maybe the ASP.net forum would be better: http://forums.asp.net. If then, you could get an answer more quickly and professional. Thanks for your cooperation.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 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.

  • I have this error on deployed process (in BPEL console). What is this?

    I have this error on deployed process (in BPEL console). What is this?
    The following exception occured while loading this Process:
    Exception Name:
    java.lang.ClassCastException
    Exception Description:
    null
    Suggested Fix:
    Context:
    Stack Trace:
    --------------------------------------------------------------------------------------------

    There is some more log (debug mode on domain).
    thanks.
    <2006-07-05 09:53:43,276> <DEBUG> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up Resource Adapter JNDI location 'eis/AQ/aqSample'
    <2006-07-05 09:53:43,276> <INFO> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Creating new instance of Resource Adapter oracle.tip.adapter.aq.AQResourceAdapter
    <2006-07-05 09:53:43,276> <DEBUG> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up Resource Adapter JNDI location 'eis/AQ/aqSample'
    <2006-07-05 09:53:43,276> <INFO> <askatin.collaxa.cube.activation> <AdapterFramework::Inbound> Creating new instance of Resource Adapter oracle.tip.adapter.aq.AQResourceAdapter
    <2006-07-05 09:53:43,431> <DEBUG> <askatin.collaxa.cube.engine.deployment> <DeploymentHelper::deployProcess> Deployed file /oracle/product/oas1012/ias/integration/orabpel/domains/askatin/deploy/bpel_NotifyUserOfChange_1.0.jar
    <2006-07-05 09:53:43,809> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessMonitorWork::run> Loading process archive bpel_NotifyUserOfChange_1.0.jar
    <2006-07-05 09:53:43,811> <DEBUG> <askatin.collaxa.cube.engine.deployment> <BPELArchive::unpack> Unpacking process 'NotifyUserOfChange', revision '1.0' from BPEL archive 'bpel_NotifyUserOfChange_1.0.jar'
    <2006-07-05 09:53:43,841> <DEBUG> <askatin.collaxa.cube.engine.deployment> <BPELArchive::unpack> Extracted archive stale ... reextract
    <2006-07-05 09:53:44,386> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::create> Creating process 'NotifyUserOfChange' (revision '1.0')
    <2006-07-05 09:53:44,389> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::loadProcess> Cannot find process class bpel.p0.BPEL_BIN ... recompile process
    <2006-07-05 09:53:44,389> <DEBUG> <askatin.collaxa.cube.compiler> home directory is: /oracle/product/oas1012/ias/integration/orabpel
    <2006-07-05 09:53:44,426> <DEBUG> <askatin.collaxa.cube.compiler> lib dir is: /oracle/product/oas1012/ias/integration/orabpel/lib
    <2006-07-05 09:53:44,426> <DEBUG> <askatin.collaxa.cube.xml> <ProcessSchemaManager::loadWSDLs> Begin loading wsdl for partner "ReceiveFromIfs" from "file:/C:/distr/oracle/collabration/ContentServices_WebServices/sample_code/sample_custom_workflows/jdev_projects/SetLinkOnNew/Dequeue.wsdl"
    <2006-07-05 09:53:44,426> <ERROR> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "NotifyUserOfChange" (revision "1.0") compilation failed.
    <2006-07-05 09:53:44,427> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessFactory::create> Error creating process
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,428> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessLoader::create>
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,429> <ERROR> <askatin.collaxa.cube.engine.deployment> <CubeProcessLoader::create>
    <2006-07-05 09:53:44,429> <ERROR> <askatin.collaxa.cube.engine.deployment> Process "NotifyUserOfChange" (revision "1.0") load FAILED!!
    <2006-07-05 09:53:44,429> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message log process event message 11d1def534ea1be0:1ee2c2c:10c3a1465c2:-7fea for set system
    <2006-07-05 09:53:44,430> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <Dispatcher::adjustThreadPool> Allocating 1 thread(s); pending threads: 1, active threads: 0, total: 463
    <2006-07-05 09:53:44,430> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <QueueConnectionPool::getConnection> Fetched a queue connection from pool java:comp/env/jms/collaxa/BPELWorkerQueueFactory, available connections=24, total connections=25
    <2006-07-05 09:53:44,432> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent message to queue
    <2006-07-05 09:53:44,432> <DEBUG> <askatin.collaxa.cube.engine.dispatch> <QueueConnectionPool::releaseConnection> Released queue connection to pool java:comp/env/jms/collaxa/BPELWorkerQueueFactory, available connections=25, total connections=25
    <2006-07-05 09:53:44,433> <DEBUG> <askatin.collaxa.cube.engine.deployment> <CubeProcessHolder::bind> Exception while loading process
    java.lang.NullPointerException
    at com.collaxa.cube.engine.CubeContextHelper.getLocationResolver(CubeContextHelper.java:113)
    at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDL(WSDLManager.java:200)
    at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaManager.java:214)
    at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:148)
    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateServerSide(BPELValidator.java:56)
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateServerSide(CubeProcessor.java:1192)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformServerSide(CubeProcessor.java:663)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileServerSide(CubeParserHelper.java:89)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.generateProcessClass(CubeProcessFactory.java:224)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:174)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.loadProcess(CubeProcessFactory.java:117)
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:52)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:391)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:302)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:881)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    <2006-07-05 09:53:44,434> <ERROR> <askatin.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "domain manager": Error while loading process.
    The process domain encountered the following errors while loading the process "NotifyUserOfChange" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "NotifyUserOfChange" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:1269)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:882)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:824)
    at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:939)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:390)
    at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:2157)
    at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:130)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Due date analysis  for open  items

    Hello All, I have to do the following things..can anyone of you help me .....to say is this possible and yes then may be just overview of how could i do this.... i have been asked to go to transaction S_ALR_87012168...then the report will come ..in t

  • Work center decision

    Dear all, Ex- Reactor is main work center main  , under this we r having different type of reactors like R1,R2, R3 my client want to maintain main rector(work center) in master recipt, and they  will take a perticular work center decision at time of

  • User Exits for Invoice creation ,cancellation and sales return

    Hi Gurus, Pl help me it's very urgent. I did not find any user exit invoice creation so i wrote the following code in include program MV60AF0B_BELEG_SICHERN. This code is to update the Z*table while saving invoice ,cancellation and sales return. The

  • Is there a built-in samba capability in Lion?

    I have tried everything I could think of using system preferences' sharing dialog to enable smb access to my Mac, but my android host cannot connect to it. Looking over the discussions I found by searching on "samba" it seems that many folks are usin

  • How to manage X source subinv with WMS for Kanban replanishment process

    Hello I'm using EBS 11i and WMS I'm trying to setup Kanban process When I'm setuping a Pull Sequence within Oracle for Kanban process, I have to declare a Source Subinventory. It is a mandatory field. When we're replanishing a Kanban card, Oracle all