Entries in orabpel.wftaskmetadata

All,
We have bpels with 100s of human tasks and payload-body.jsp is customized to show custom data.
When we test huamn tasks we do not see customized details for some tasks and we can see for some of tasks.
What we observed is for tasks we see custom details there is an entry being made in orabpel.wftaskmetadata.
but for tasks that does not show any custom details, there is no entry being made in orabpel.wftaskmetadata.
We are deploying bpel.jar from bpel console.
Any idea entries in orabpel.wftaskmetadata does matter ?
Regards,
Praveen

I think it does matter.
All human tasks in BPEL project should be made any entry in this table and this should happen during deployment.
But this is not happening for some tasks.I am looking for ideas on what might be causing.
Regards,
Praveen

Similar Messages

  • FtpAdapter deploy problem ORABPEL-09903

    Hi,
    What's wrong with my configuration of the FtpAdapter ???
    I've configured the FTP Adapter in the following files :
    * $ORACLE_HOME/j2ee/OC4JINT/application-deployments/default/FtpAdapter/oc4j-ra.xml
    * $ORACLE_HOME /j2ee/OC4JINT/connectors/FtpAdapter/FtpAdapter/META-INF/oc4j-ra.xml
    * and also via the console of OEM : application-defaut / connexion
    factories (an other question : where is this file on the system ???)
    Stop and restart the application server.
    Then I've tried to deploy under Jdev a process with an adapter which reference the entry I've just specified in oc4j-ra.xml (the default one : eis/Ftp/FtpAdapter)
    I've tried the ftp under unix session, it's working.
    Environment
    HP-UX PA-RISC (64-bit)
    Oracle BPEL 10.1.3.1.0
    Here is the message from Jdev
    BUILD FAILED
    C:\Workspace\Application1\Fli_FTP\build.xml:79: Problème détecté lors de la connexion au serveur "frqpux08" sur le port "7778" : bpel_Fli_FTP_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
    Could not initialize activation agent.
    An error occured while initializing an activation agent for process "Fli_FTP", revision "1.0".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)
    at ...
    Here is some parts of the domain.log in debug mode, my process is called Fli_FTP and FTP_douanes is the partner link FTP Adapter
    <2008-07-17 16:42:45,090> <INFO> <default.collaxa.cube.engine.deployment> Process "Fli_FTP" (revision "1.0") successfully loaded.
    <2008-07-17 16:42:45,158> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/default/Fli_FTP~1.0/'
    domain='default'
    WSDL location='FTP_douanes.wsdl'
    portType='Get_ptt'
    operation='Get'
    activation properties={portType=Get_ptt}
    <2008-07-17 16:42:45,164> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Locating Resource Adapter for jca:address.. {http://xmlns.oracle.com/pcbpel/wsdl/jca/}address: location='eis/Ftp/FtpAdapter'
    <2008-07-17 16:42:45,164> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JNDI lookup of 'eis/Ftp/FtpAdapter' failed due to: eis/Ftp/FtpAdapter not found
    javax.naming.NameNotFoundException: eis/Ftp/FtpAdapter not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:255)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.fw.jca.AdapterLocator.findResourceAdapter(AdapterLocator.java:148)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:341)
    <2008-07-17 16:42:45,171> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Error while performing endpoint Activation: ORABPEL-12510
    Unable to locate the JCA Resource Adapter via WSDL port element jca:address.
    The Adapter Framework is unable to startup the Resource Adapter specified in the WSDL jca:address element: {http://xmlns.oracle.com/pcbpel/wsdl/jca/}address: location='eis/Ftp/FtpAdapter'
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the OC4J Application server or
    2) the 'location' attribute in $J2EE_HOME/application-deployments/default/deployed-adapter-name/oc4j-ra.xml has not been set to eis/Ftp/FtpAdapter. In the last case you might have to add a new 'connector-factory' entry (connection) to oc4j-ra.xml.
    Please correct this and then restart the BPEL/OC4J Application Server
    Here is the part of the oc4j-ra.xml, of course with correct entries for host, username and password
         <connector-factory location="eis/Ftp/FtpAdapter" connector-name="Ftp Adapter">
              <config-property name="host" value="<The name of my server>"/>
              <config-property name="port" value="21"/>
              <config-property name="username" value="<the username>"/>
              <config-property name="password" value="<the password>"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
    Many thanks for your time,
    Francis

    Hi,
    OC4JInt : the OC4J for integration in our system.
    I've already done that : see the first line of the blog :
    "and also via the console of OEM : application-defaut / connexion
    factories (an other question : where is this file on the system ???)"
    One thing is strange, here, I can't see what I create...
    I create a connexion pool, used by a connexion factory (jndi name : eis/Ftp/FtpAdapter), I try also with other names like eis/Ftp/FtpAdapter2, 3...
    I receive an error :
    Unable to add connection factory at eis/Ftp/FtpAdapterFliLast via JMX MBean
    Masquer les autres informations de trace
    oracle.oc4j.admin.jmx.shared.exceptions.JMXException: Unable to add connection factory at eis/Ftp/FtpAdapterFliLast via JMX MBean at oracle.oc4j.admin.management.mbeans.JCAConnectionDefinition.addConnectionFactory(JCAConnectionDefinition.java:244) 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:585) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953) at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke
    I can't see them after in the panel
    but I see the entry in OEM, open node OC4J / default link / FtpAdatper link / Admin tab / access on link for the proprietary deployment descriptor
    Many thanks

  • How to avoid ORABPEL-02032

    Hi,
    I am using the dashboard.jsp from orabpel\samples\demos\LoanDemoPlus\LoanFlowPlusUI.
    When I deploy a new version of the my BPEL, I get ORABPEL-02032. I know this process is stale.
    How can I avoid this.
    ORABPEL-02032
    Inconsistent process guid.
    The instance "211" was created with process guid "1966050545-1100003601918"; the current guid for the process "Antrag" (revision "1.0") is "1966050545-1100011350520". Whenever a process is deployed on top of an existing process with the same process id and revision tag, all instances created from the previous process are marked as stale.
    If you are accessing this instance from the console, your browser may be referring to an out-of-date page; please click on the Instances tab to get the current list of active instances.
    at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.load(CubeInstancePersistenceMgr.java:150)
    at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:5188)
    at com.collaxa.cube.engine.CubeEngine.getFieldValue(CubeEngine.java:2738)
    at com.collaxa.cube.beans.InstanceManagerBean.getFieldValue(InstanceManagerBean.java:350)
    at IInstanceManagerBean_StatelessSessionBeanWrapper42.getFieldValue(IInstanceManagerBean_StatelessSessionBeanWrapper42.java:228)
    at com.oracle.bpel.client.InstanceHandle.getField(InstanceHandle.java:228)
    at dashboard.jspService(_dashboard.java:186)
    [SRC:/dashboard.jsp:187]

    The best way to address this problem is to actually use the versioning capability of the product and increase the revision number of the process when you change the implementation and deploy a new version (simply update the rev property in the build.xml file).
    The alternative approach is to change the implementation of the dashboard.jsp and use the client API to determine if an instance is stalled and if so skip that entry.
    Finally, you could purge the content of your BPEL PM server from the console>instances before overwriting a process this way there are not stalled instances.
    Edwin

  • ORABPEL-12141 JMS Adapter

    BPEL 10.1.2.0.2 Deployed on OAS on Linux OS.
    Trying to use a BPEL Process which is trying to Connect to JMS on Weblogic Server but getting error as below in the domain.log
    Added the weblogic.jar in the application.xml under integration/orabpel/system/appserver/oc4j/j2ee/home/config/application.xml
    Entry added : <library path="/home/bpel/weblogic/server/lib/weblogic.jar"/>
    XML file entry for JMS Adapter in BPEL :-
    <connector-factory location="eis/jms/topic/rdh/Notification" connector-name="Jms Adapter">
    <config-property name="connectionFactoryLocation" value="oracle.enterprise.crm.rdh.jms.connection.factory"/>
    <config-property name="factoryProperties" value="java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://MYMACHINE:7050"/>
    <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
    <config-property name="isTopic" value="true"/>
    <config-property name="isTransacted" value="false"/>
    <config-property name="username" value=""/>
    <config-property name="password" value=""/>
    </connector-factory>
    Portion of Domain.log file :-
    <2007-08-17 03:25:29,146> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up oracle.enterprise.crm.rdh.jms.connection.factory: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
    <2007-08-17 03:25:29,146> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> JMSConnectionFactoryFactory_getConnectionFactory: Will now try to determine if the 'ConnectionFactoryLocation' oracle.enterprise.crm.rdh.jms.connection.factory is a loadable Java class. If so, the above exception can be ignored.
    <2007-08-17 03:25:29,148> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> Error while creating managed connection:
    <2007-08-17 03:25:29,150> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Unable to instantiate connection factory. JMS adapter was unable to look up the connection factor oracle.enterprise.crm.rdh.jms.connection.factory neither through JNDI nor instantiate it as a Java class
    Please examine the log file to determine the problem.
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:206)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getTopicConnectionFactory(JMSConnectionFactoryFactory.java:109)
    at oracle.tip.adapter.jms.JMS.JMSConnection.init(JMSConnection.java:123)
    at oracle.tip.adapter.jms.JMS.JMSConnection.<init>(JMSConnection.java:107)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:365)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createDefaultConnection(JmsManagedConnectionFactory.java:356)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:319)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createManagedConnection(JmsManagedConnectionFactory.java:101)
    at oracle.tip.adapter.jms.JmsDefaultConnectionManager.allocateConnection(JmsDefaultConnectionManager.java:76)
    at oracle.tip.adapter.jms.JmsConnectionFactory.getConnection(JmsConnectionFactory.java:94)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:201)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:158)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:115)
    at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:113)
    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)
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:652)
    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 oracle.tip.adapter.jms.JMS.JMSFactory.getInitialContext(JMSFactory.java:186)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:133)
    ... 16 more
    Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory
    at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.java:318)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.java:143)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at com.evermind.server.ApplicationContextClassLoader.findClass(ApplicationContextClassLoader.java:19)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    ... 21 more

    BPEL 10.1.2.0.2 Deployed on OAS on Linux OS.
    Trying to use a BPEL Process which is trying to Connect to JMS on Weblogic Server but getting error as below in the domain.log
    Added the weblogic.jar in the application.xml under integration/orabpel/system/appserver/oc4j/j2ee/home/config/application.xml
    Entry added : <library path="/home/bpel/weblogic/server/lib/weblogic.jar"/>
    XML file entry for JMS Adapter in BPEL :-
    <connector-factory location="eis/jms/topic/rdh/Notification" connector-name="Jms Adapter">
    <config-property name="connectionFactoryLocation" value="oracle.enterprise.crm.rdh.jms.connection.factory"/>
    <config-property name="factoryProperties" value="java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://MYMACHINE:7050"/>
    <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
    <config-property name="isTopic" value="true"/>
    <config-property name="isTransacted" value="false"/>
    <config-property name="username" value=""/>
    <config-property name="password" value=""/>
    </connector-factory>
    Portion of Domain.log file :-
    <2007-08-17 03:25:29,146> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up oracle.enterprise.crm.rdh.jms.connection.factory: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
    <2007-08-17 03:25:29,146> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> JMSConnectionFactoryFactory_getConnectionFactory: Will now try to determine if the 'ConnectionFactoryLocation' oracle.enterprise.crm.rdh.jms.connection.factory is a loadable Java class. If so, the above exception can be ignored.
    <2007-08-17 03:25:29,148> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound> Error while creating managed connection:
    <2007-08-17 03:25:29,150> <DEBUG> <CDH.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-12141
    ERRJMS_CONN_FAC_NOT_FOUND.
    Unable to instantiate connection factory. JMS adapter was unable to look up the connection factor oracle.enterprise.crm.rdh.jms.connection.factory neither through JNDI nor instantiate it as a Java class
    Please examine the log file to determine the problem.
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:206)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getTopicConnectionFactory(JMSConnectionFactoryFactory.java:109)
    at oracle.tip.adapter.jms.JMS.JMSConnection.init(JMSConnection.java:123)
    at oracle.tip.adapter.jms.JMS.JMSConnection.<init>(JMSConnection.java:107)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:365)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createDefaultConnection(JmsManagedConnectionFactory.java:356)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createConnection(JmsManagedConnectionFactory.java:319)
    at oracle.tip.adapter.jms.JmsManagedConnectionFactory.createManagedConnection(JmsManagedConnectionFactory.java:101)
    at oracle.tip.adapter.jms.JmsDefaultConnectionManager.allocateConnection(JmsDefaultConnectionManager.java:76)
    at oracle.tip.adapter.jms.JmsConnectionFactory.getConnection(JmsConnectionFactory.java:94)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:201)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:158)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:115)
    at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:113)
    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)
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:652)
    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 oracle.tip.adapter.jms.JMS.JMSFactory.getInitialContext(JMSFactory.java:186)
    at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:133)
    ... 16 more
    Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory
    at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.java:318)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.java:143)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at com.evermind.server.ApplicationContextClassLoader.findClass(ApplicationContextClassLoader.java:19)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    ... 21 more

  • WSDL chooser on 10.1.2.0.2 doesn't show entries from .wsil config

    Hi,
    I've noticed that the linux version of BPEL JDeveloper doesn't show the entries from the integration/orabpel/system/services/install/config/inspection.wsil config file in the WSDL chooser.
    Is there a fix for this?
    Toby

    Does anyone know if this problem can be resolved?

  • BPEL PM 10.1.2.0.2 Midtier Install failing. ORABPEL Schema in Infra

    Hi,
    On my laptop I have installed OracleAS 10.1.2.0.2. Then I installed a Midtier version of BPEL10.1.2.0.2 and installed the ORABPEL Schema in InfraStructure as the installer gave options Infrastructure, Database, other Database so I selected Infrastructure at the end of the installation I got the following error:
    Configuration assistant "Oracle BPEL Process Manager Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Oracle BPEL Process Manager OID Configuration Assistant":
    Install Configuration
    Install Type: ConfigureOID
    Oracle Home: C:\Oracle_Software\Portal
    JDK Home: C:\Oracle_Software\Portal\jdk
    Proxy Required: false
    Database Vendor: oracle
    OID Host: localhost
    OID Port: 389
    OID Realm: localhost
    OID Seed: seedAllUsers
    Admin User: orcladmin
    Seeding users/roles in OID realm : localhost...
    Buildfile: bpminstall.xml
    seed-oid:
    init:
    seed-oid:
    Seeding system users/roles into OID ...
    Migration of LDIF data completed. All the entries are successfully migrated
    Seeding demo users/roles into OID ...
    Migration of LDIF data completed. All the entries are successfully migrated
    BUILD SUCCESSFUL
    Total time: 6 seconds
    Exit: 0
    Configuring OID as LDAP based JAZN provider ...
    ERROR: Failed to update C:\Oracle_Software\Portal\j2ee\OC4J_BPEL\application-deployments\hw_services\orion-application.xml
    java.net.UnknownHostException: xmlns.oracle.com
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
         at sun.net.www.http.HttpClient.New(HttpClient.java:339)
         at sun.net.www.http.HttpClient.New(HttpClient.java:320)
         at sun.net.www.http.HttpClient.New(HttpClient.java:315)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
         at java.net.URL.openStream(URL.java:913)
         at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2292)
         at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:266)
         at oracle.xml.parser.v2.NonValidatingParser.pushExternalDTD(NonValidatingParser.java:540)
         at oracle.xml.parser.v2.NonValidatingParser.parseDoctypeDecl(NonValidatingParser.java:465)
         at oracle.xml.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:298)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:277)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:268)
         at oracle.tip.install.util.XMLUtil.loadDocument(XMLUtil.java:212)
         at oracle.tip.install.tasks.ConfigureOID.configureJaznProvider(ConfigureOID.java:288)
         at oracle.tip.install.tasks.ConfigureOID.install(ConfigureOID.java:130)
         at oracle.tip.install.BPMInstaller.runInstaller(BPMInstaller.java:140)
         at oracle.tip.install.BPMInstaller.main(BPMInstaller.java:77)
    ERROR: Failed while configuring JAZN provider in orion-application.xml.
    Configuration assistant "Oracle BPEL Process Manager OID Configuration Assistant" was canceled.I completed the install but when going to BPELConsole the Domain: field is empty i.e. there is no default[] domain showing so I created a new Domain. To test if all works fine I deployed a very simple process but when invoking I don't get anything i.e. no flow so checking the log file I see the followig error:
    <2006-03-23 23:41:29,856> <ERROR> <TESTDOMAIN.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery": The XML data is invalid.
    The XML data is invalid; the reason is  "null Nested exception: null".
    Please verify xml data.
    ORABPEL-09207
    The XML data is invalid.
    The XML data is invalid; the reason is  "null Nested exception: null".
    Please verify xml data.
         at com.collaxa.cube.xml.dom.DOMUtil.readBinaryRootElement(DOMUtil.java:319)
         at com.collaxa.cube.xml.dom.DOMUtil.convertToBinaryElement(DOMUtil.java:2465)
         at com.collaxa.cube.engine.delivery.DeliveryHelper.adjustMessage(DeliveryHelper.java:626)
         at com.collaxa.cube.engine.delivery.DeliveryHelper.adjustMessage(DeliveryHelper.java:386)
         at com.collaxa.cube.engine.delivery.DeliveryService.adjustMessage(DeliveryService.java:945)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:491)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:335)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1796)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-23 23:41:29,856> <ERROR> <TESTDOMAIN.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    ORABPEL-09207
    The XML data is invalid.
    The XML data is invalid; the reason is  "null Nested exception: null".
    Please verify xml data.
         at com.collaxa.cube.xml.dom.DOMUtil.readBinaryRootElement(DOMUtil.java:319)
         at com.collaxa.cube.xml.dom.DOMUtil.convertToBinaryElement(DOMUtil.java:2465)
         at com.collaxa.cube.engine.delivery.DeliveryHelper.adjustMessage(DeliveryHelper.java:626)
         at com.collaxa.cube.engine.delivery.DeliveryHelper.adjustMessage(DeliveryHelper.java:386)
         at com.collaxa.cube.engine.delivery.DeliveryService.adjustMessage(DeliveryService.java:945)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:491)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:335)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1796)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-23 23:41:29,856> <ERROR> <TESTDOMAIN.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: The XML data is invalid.
    The XML data is invalid; the reason is  "null Nested exception: null".
    Please verify xml data.
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: The XML data is invalid.
    The XML data is invalid; the reason is  "null Nested exception: null".
    Please verify xml data.
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:152)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-23 23:42:10,855> <ERROR> <TESTDOMAIN.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Instance not found in datasource.
    The process domain was unable to fetch the instance with key "11d1def534ea1be0:1829e6f:10a2a7f05e7:-7fea" from the datasource.
    Please check that the instance key "11d1def534ea1be0:1829e6f:10a2a7f05e7:-7fea" refers to a valid instance that has been started and not removed from the process domain.
    ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "11d1def534ea1be0:1829e6f:10a2a7f05e7:-7fea" from the datasource.
    Please check that the instance key "11d1def534ea1be0:1829e6f:10a2a7f05e7:-7fea" refers to a valid instance that has been started and not removed from the process domain.
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:314)
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:262)
         at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:235)
         at com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:177)
         at IFinderBean_StatelessSessionBeanWrapper42.lookupInstanceByConversationId(IFinderBean_StatelessSessionBeanWrapper42.java:669)
         at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:420)
         at _displayInstance._jspService(_displayInstance.java:111)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)Can someone help me:
    1. How to successfully install the BPEL PM in Midtier with ORABPEL Schema installed under Infrastructure. Is there anything else I have to do to make a successful install. As I followed the options provided by the install wizard.
    2. Why the OID onfiguration is failing and why the default domain doesn't showup
    3. What is the problem that none of the processes deployed work.
    Any help is really appreciated. Thanks

    there are several threads around with this issue, and a bug is filed (5028269)
    workaround
    @ in orion-application.xml change from
    @ <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime
    @ 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    @ to
    @ <!--DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime
    @ 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd"-->
    @ where 2 dashes are added before and after the entry to comment it out
    @ and press retry button the installer screen.
    or refer to this note
    @ Note 357023.1 BPEL INSTALL FAILS DURING OID CONFIGURATION ASSISTANT

  • Problem deplying Struts app under home orabpel hw_services

    Hi guys,
    I have soasuite v10.1.3.1.0 installed on my system.
    I am trying to deploy a STRUTS application under home>orabpel>hw_services:
    Application Name: gpi-mms-app (one web-module and one ejb)
    Parent Application: hw_services (Human Workflow Services)
    Binding web-module to site: default-web-site
    But after deployment when i view the application log, the action servlet is not initialized properly.
    The problem is with commons-logging.jar, but didnt find any concrete solution where to exactly copy this jar.
    I tried putting the commons-logging.jar file entry in global OC4J application.xml.
    But while starting soasuite it says class loader hierarchy is not correct and complained to remove commons-logging.jar file from global OC4J application.xml.
    I tried copying commons-logging.jar file in each and every lib folder. but got the same error class loader hierarchy is not correct.
    Here is the stack trace when I tried deploying the application.
    07/05/24 15:12:27.892 10.1.3.1.0 Started
    07/05/24 15:12:32.299 gpi-mms: Error initializing servlet
    java.lang.NoClassDefFoundError
         at org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:505)
         at org.apache.commons.digester.Rule.end(Rule.java:276)
         at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at org.apache.commons.digester.Digester.parse(Digester.java:1567)
         at org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    07/05/24 15:12:32.314 gpi-mms: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4837)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    07/05/24 15:12:32.314 gpi-mms: 10.1.3.1.0 Started

    All of your classes need to be under
    {web app directory}/WEB-INF/classes
    or if they are in a jar file
    {web app directory}/WEB-INF/lib

  • SOADemo ORABPEL-01021 error

    I am running locally on my machine an Oracle Database Server and
    Oracle SOA.
    I have also set my WebProxy and set the proxy values to the same values i use for my browser.
    For the Exceptions box I have the following entries: "|gbennett-us|localhost"
    During the installation I get the following error, I have no idea why this is happening.
    Buildfile: D:\home\projects\soademo\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/programming/java/jdev10/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 8888
    [deployDecisionServices] 07/09/27 14:59:21 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:21 Notification ==>Undeploy previous deployment
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Initialize D:\programming\java\soa\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Initialize D:\programming\java\soa\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Initializing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Initializing EJB container
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:23 Notification ==>Loading connector(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Starting up resource adapters
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Initializing EJB sessions
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Committing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Initialize DecisionService-web begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Initialize DecisionService-web ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/27 14:59:24 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 3250 msecs
    [deployDecisionServices]
    [deployDecisionServices] Successfully deployed decision services on server "localhost"
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "D:\home\projects\soademo\SOAOrderBooking\bpel\RapidService.wsdl", because "Error reading import of file:/D:/home/projects/soademo/SOAOrderBooking/bpel/RapidService.wsdl: Failed to read WSDL from http://localhost:8888/RapidService/RequestQuoteSoapHttpPort?WSDL:WSDL not found".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "D:\home\projects\soademo\SOAOrderBooking\bpel\RapidService.wsdl", because "Error reading import of file:/D:/home/projects/soademo/SOAOrderBooking/bpel/RapidService.wsdl: Failed to read WSDL from http://localhost:8888/RapidService/RequestQuoteSoapHttpPort?WSDL:WSDL not found".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    D:\home\projects\soademo\SOAOrderBooking\build.xml:72: Validation error
    Total time: 22 seconds

    You may had more luck posting BPEL related questions to the related forums:
    SOA Suite forum: SOA Suite
    BPEL forum: BPEL
    you may want to check that the WSDL BPEL is trying to access is available first - Copy the URL is a browser and see what happends.
    http://localhost:8888/RapidService/RequestQuoteSoapHttpPort?WSDL
    Also, make sure you do not have a firewall that prevent from accessing port 8888
    Best,
    -Eric

  • ORABPEL-09222 Document not found in datasource

    We are running BPEL 10.1.3.3.
    We run seperate App and Database Servers. During a test, the network was disconnected between the App and Database Server, which resulted in a message being placed on the Invoke Manual Recovery Queue.
    When I try and recovery this message, get heaps of Java Stack Trace in the domain.log and the message cannot be recovered.
    Example of the stack trace below. Has anyone else seen this, or know the cause?
    Pete
    <2008-01-17 11:49:24,257> <ERROR> <default.collaxa.cube.engine.data> <BaseDeliveryPersistenceAdaptor::loadInvokeMetaData>
    ORABPEL-09222
    Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60. The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
         at com.collaxa.cube.xml.dom.SDOMHelper.loadCompressedNormalDocuments(SDOMHelper.java:384)
         at com.collaxa.cube.xml.dom.SDOMHelper.loadDocuments(SDOMHelper.java:153)
    <2008-01-17 11:49:24,273> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery": [com.collaxa.cube.engine.data.DataStreamException: Cannot decode properties.
    The process domain was unable to decode the properties for message guid 10, which are stored in column Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60.  The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
    ; the exception reported is: {2}
    sql statement: SELECT conv_id, message_guid, domain_ref, process_id, revision_tag, operation_name, receive_date, state, priority, properties, master_conv_id, headers_ref_id FROM invoke_message WHERE message_guid = ?
    ORABPEL-04025
    Cannot decode properties.
    The process domain was unable to decode the properties for message guid 10, which are stored in column Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60. The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
    ; the exception reported is: {2}
    sql statement: SELECT conv_id, message_guid, domain_ref, process_id, revision_tag, operation_name, receive_date, state, priority, properties, master_conv_id, headers_ref_id FROM invoke_message WHERE message_guid = ?
         at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.loadInvokeMetaData(BaseDeliveryPersistenceAdaptor.java:2029)
         at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.__loadInvoke(BaseDeliveryPersistenceAdaptor.java:1932)
    ...

    looks like during recovery it is not able to fetch the message header elements for the invoke-message. is it possible to provide a test case with instructions to reproduce this problem? also can you please file a SR and upload all your supported files (test case, input xml, the current log files which has the exception trace).

  • Error- deploymnt fails - ORABPEL-00016 & 05215- Javac compiler config err

    Hi,
    We are getting the below error randomly when we try to deploy..
    ORABPEL-00016
    Javac compiler configuration error.
    Failed to execute javac compiler on file(s) "/opt/oracle/soa/bpel/domains/default/tmp/.bpel_XXXXXX_1.0_3c2c050b949f081557b49d81a3e5fe35.tmp/BPEL-INF/src/bpel/XXXXXl/BPEL_BIN.java". Exception reported is:
    Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "XXXXX" (revision "1.0"): Javac compiler configuration error.
    Failed to execute javac compiler on file(s) "/opt/oracle/soa/bpel/domains/default/tmp/.bpel_XXXXXXl_1.0_3c2c050b949f081557b49d81a3e5fe35.tmp/BPEL-INF/src/bpel/XXXXXl/BPEL_BIN.java". Exception reported is:
    Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    and a huge stack trace...
    Everything in the server.xml seems to be in the path... its getting fixed after a recycle.... we are able to deploy the same BPEL once recycled...
    Does any one of you encounter same problem.. Whts the reason why this is occuring?
    Thanks,
    Jayaprakash

    Hi Jp,
    The error message : Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    This means that you javac compiler might not be installed or not in the classpath entry. You might want to compile the bpel project using the JDev and then deploy.
    Cheers
    A

  • Error- deployments fails-ORABPEL-00016 & 05215-Javac compiler config err

    Hi,
    We are getting the below error randomly when we try to deploy..
    ORABPEL-00016
    Javac compiler configuration error.
    Failed to execute javac compiler on file(s) "/opt/oracle/soa/bpel/domains/default/tmp/.bpel_XXXXXX_1.0_3c2c050b949f081557b49d81a3e5fe35.tmp/BPEL-INF/src/bpel/XXXXXl/BPEL_BIN.java". Exception reported is:
    Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "XXXXXX" (revision "1.0"): Javac compiler configuration error.
    Failed to execute javac compiler on file(s) "/opt/oracle/soa/bpel/domains/default/tmp/.bpel_XXXXXXl_1.0_3c2c050b949f081557b49d81a3e5fe35.tmp/BPEL-INF/src/bpel/XXXXXl/BPEL_BIN.java". Exception reported is:
    Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    and a huge stack trace...
    Everything in the server.xml seems to be in the path... its getting fixed after a recycle.... we are able to deploy the same BPEL once recycled...
    Does any one of you encounter same problem.. Whts the reason why this is occuring?
    Thanks,
    Jayaprakash

    Hi Jp,
    The error message : Please verify that javac compiler is installed on this machine and is included in the classpath (check that "tools.jar" in particular is in the classpath).
    This means that you javac compiler might not be installed or not in the classpath entry. You might want to compile the bpel project using the JDev and then deploy.
    Cheers
    A

  • Urgent :Worker Bean and Invoker bean entry is not present

    All,
    We are using SOA Suite 10g. I want to configure the reciever and listener threads for Worker Bean and Invoker Bean in SOA_Oracle_Home
    \j2ee\home\application-deployments\orabpel\ejb_ob_engine\orion-ejb-jar.xml . But when I opened this file in our production env I could not see these entries.
    a) Without these entries, the BPEL processes are getting instantiated. In the absence of these entries, does it consider any default settings for receiver and listener threads for this
    b) We are facing performance issues in our environment. For that I want to tune these settings. Do I need to add these entries manually.
    c) If so, what are all things that will be required to specify these entries

    Check http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf
    hth,
    Peter Paul

  • On Android 4.2.2 on a Nexus7 tablet - No Firefox button and most text entry fields do not work at all

    I installed Firefox 19.0.2 and appears to be ok, but I don't see a Firefox button anywhere, so I cannot access any of the functions that it controls, such as bookmarks, which is why I installed it!
    The ASUS Nexus 7 tablet shows up as a supported platform.
    I set it as the default link browser, but quickly realized that I could not enter text into any data entry fields, so I reset the default back to Chrome, which works fine for that.
    I installed Firefox because bookmarks in Chrome are very lame, but I can't use bookmarks at all in Firefox, so again Chrome wins.
    Any suggestions, before I uninstall it?

    I am now a Democrat supporter. dccc.org does accept text input from my mobile.
    The forum problem I mentioned earlier is apparently a known issue but only affecting legacy phones.

  • Options - Text Editor - C/C++ missing intellisense entry. Intellisense not working

    Options -> Text Editor -> C/C++ missing intellisense entry.  Intellisense not working.    Solutions to turn options for the editor off and on are not working.  The intellisense entry is present for other languages,
    such as C#, but not C/C++.
    By not working, I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.

    Hi JerroldBrody,
    Thank you for posting in MSDN forum.
    >>I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.
    Based on your issue, could you please share me a screen shot about the intellisense right click menu items are grayed out?
    Generally, I know that it is default that we can enable the intellisense for C/C++ by going to the TOOLS->Options -> Text Editor -> C/C++ ->Advanced-> IntelliSense like the following screen shot.
    So please try to check if you set Disable Intellisense property as False in the VS IDE.
    Best Regards,
    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.

  • My new icloud acct on my imac is duplicating entries in calendar from my ipad; how do I get rid of the duplicates and how do I get one calendar to be the main one to start with

    I've just installed Mavericks on my iMac and now my calendar has duplicate and now sometimes tripled events by syncing with my ipad mini regardless of whether the item already existed in the iMac calendar already. How do I remove the duplicates? It was being able to sync calendars and contacts which was one of my reasons for moving from Snow Leopard to Mavericks and now it's a mess.

    Crista70, What is happening is you now have 2 calendars with the entries in them. If you go into View, then Show Calendar List, you will see all your calendars. Uncheck the ones listed as "From My Mac" or uncheck the ones listed as "iCloud" and they will no longer show as duplicates. Personally, I prefer unchecking the "From My Mac" calendars so that my calendars are all synced across the devices.

Maybe you are looking for

  • Improper assignment problem

    integer i; reg [7:0] test=0; always @ (xyz) begin for(i=7;i>=0;i=i-1) begin if(some condition) begin test[i]=1; end end end for example in some case the condition is true for i=5 then instead of output 8'h20 the output is 8'h01

  • IOS 8.1 and ipad

    My ipad 2 is nearly useless with the new software update. It freezes several times a minute or crashes. I´m using apple products for more than a decade but have never experienced something like this . This is the third update of iOS 8 and it is getti

  • My MacBook Air is so slow lately....I have a 3 month old new OS X, 10.9.1 version. I use Mozzilla Firefox......I am not tech savy! Arlene.

    My MacBook Air is so slow lately....I have a 3 month old new OS X, 10.9.1 version. I use Mozzilla Firefox......I am not tech savy! Arlene.

  • High Availabilty Solutions for Oracle R12.

    Hi Gurus, We are looking for a HA solution for our R12 E-Business Suite. Currently we have options like HP Service Guard from HP. Kindly provide me your valuable suggestion for HA solution from Oracle side. Please kindly provide me the details as wel

  • Is PM used in retail industry ?

    Hi everyone, I work for Loblaw the largest retailer in Canada with more than 1500 stores. We are implementing SAP, can some help and share her/his experience if PM implemented for retail organization. How PM used  successfully at retail store, wareho