Getting error in BPEL Console

I am getting following error on checking the flow of a running/completed BPEL process in BPEL Console
Error: Internal Bug (#188)
Element has no child: creation-date
I am running SOA Suite 10.1.3.3 on Microsoft Vista.
I already resolved a number of issues to make SOA Suite running on Vista.
Please help.

I found the error was caused by %ORACLE_HOME%\bpel\system\appserver\oc4j\j2ee\home\applications\orabpel_ear\console_war\xmlGetInstanceTrace.jsp, the jsp is as below:
{color:#0000ff}<?xml version="1.0" encoding="UTF-8" ?>
<%@page contentType="text/xml; charset=UTF-8" %>
<%@page import="com.oracle.bpel.client.Locator" %>
<%@page import="com.oracle.bpel.client.IInstanceHandle" %>
<%@page import="com.collaxa.cube.fe.util.ServletUtils" %>
<%
String referenceId = request.getParameter( "referenceId" );
try
// get locator object from the session
Locator l = ServletUtils.getLocatorWithoutUrlRewrite(request, response);
{color}
{color:#0000ff}
IInstanceHandle instanceHandle = l.lookupInstance( referenceId );
out.println( instanceHandle.getInstanceTrace() );
catch( Throwable e )
%>
<exception><% out.println( e.getMessage() ); %></exception>
<%
%>{color}
I found {color:#0000ff}out.println( instanceHandle.getInstanceTrace() );{color:#000000} will generate a sippet of xml to describle a instance of a process, the correct format is as below:{color}
{color:#ff0000}<work-items>
<work-item xmlns:ns10="http://www.w3.org/1999/XMLSchema-instance" is-complete="false" has-exception="false" xmlns:ns11="http://www.collaxa.com/bpel/schemas" ns10:type="ns11:WorkItem">
<key ns10:type="ns11:WorkItemKey">
<instance-id>1</instance-id><node-id>BpAss1</node-id><scope-id>BpSeq2.5</scope-id>
<count-id>1</count-id></key><domain-id>default</domain-id><creation-date>1220071304046</creation-date><creator /><modify-date>1220071304140</modify-date>
<modifier /><state>closed.finalized</state><expiration-date /><priority>3</priority><label>assign (78)</label><custom-id /><comments /><reference-id />
</work-item>
</work-items>
{color}But after applying the 10.1.3.3.0 patchset , the generated xml is as below:
{color:#ff0000}<work-item ns1:type="ns2:WorkItem">
<key ns1:type="ns2:WorkItemKey">
<instance-id>20001</instance-id>
<node-id>BpRpl1</node-id>
<scope-id>BpSeq2.5</scope-id>
<count-id>2</count-id>
</key>
<state>关闭.结束</state>
</work-item>{color}
And in work-item element there was no create-date child element, so that the error occurred. So I think {color:#ff0000}the error was caused by InstanceHandle's getInstanceTrace() method{color}, maybe after upgrade serveral .jars was not updated? Could you give some suggestions?
Edited by: user8028217 on Aug 30, 2008 2:25 PM

Similar Messages

  • Error accessing BPEL console

    Hi,
    I'm getting the following error when trying to access BPEL Control, any idea what the problem could be?
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    ***************************************************************************** Oracle BPEL Server version 10.1.3.3.0 Build: 0 Build time: Fri Jun 15 06:05:31 PDT 2007 Build type: release Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception Message:
    [java.lang.NoSuchMethodException] com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth)
    Exception Trace:
    java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth) at java.lang.Class.getMethod(Class.java:1581) at com.evermind.server.ejb.interceptor.MethodStateFactory.createMethodState(MethodStateFactory.java:112) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.createMethodStates(ExposableBeanDescriptor.java:657) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getRemoteComponentMethodStates(ExposableBeanDescriptor.java:723) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getMethodState(ExposableBeanDescriptor.java:599) at com.evermind.server.ejb.AbstractEJBObject.OC4J_getMethodState(AbstractEJBObject.java:385) at FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source) at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228) at index.jspService(_index.java:78) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)
    thanks
    Saul

    Well. Here is an exact copy of that Metalink note:
    Subject:      ERROR: java.lang.NoSuchMethodException in BPEL Console after upgrade to 10.1.3.3
         Doc ID:      Note:471035.1      Type:      PROBLEM
         Last Revision Date:      14-DEC-2007      Status:      REVIEW_READY
    In this Document
    Symptoms
    Cause
    Solution
    References
    @ (AuthWiz 2.5.2) Created from SR 18354652.6 with ODM
    @ Click here to edit in wizard.
    Applies to:
    Oracle(R) BPEL Process Manager - Version: 10.1.3.3
    This problem can occur on any platform.
    Symptoms
    -- Problem Statement:
    After upgrading 10.1.3.1.0 SOA to 10.1.3.3 you're unable to access BPEL Console, and get the following exception :
    Exception Message: [java.lang.NoSuchMethodException] com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String,com.oracle.bpel.client.auth.DomainAuth)
    -- Steps To Reproduce:
    1. Upgrade 10.1.3.1.0 to 10.1.3.3
    Cause
    There has been a problem with the orabpel.ear file in some environments. The issue
    can be vefified by checking the size of the orabpel.ear files in the the following locations
    SOA_HOME\bpel\system\services\lib
    and
    SOA_HOME\j2ee\home\applications
    If only one of them is of size 2530260, then you have hit upon the cause for this issue in your environment.
    Solution
    -- To implement the solution, please execute the following steps:
    Copy the orabpel.ear from SOA_HOME\bpel\system\services\lib (the one that is of size 2530260) to the location
    SOA_HOME\j2ee\home\applications (to replace the one that is not 2530260) and restart.
    References
    @ Bug 6448400 - BPEL DOMAIN FAILS TO INITIALIZE AFTER UPGRADE TO 10.1.3.3

  • Error Launching BPEL Console - java.lang.NoClassDefFoundError

    Hi All,
    After Installed standard SOA Basic install
    I am able to launch the below consoles
    - Application Server
    - ESB
    - Rules Author
    - Web Services Manager
    but when i launch the BPEL console i get the below error
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NoClassDefFoundError]
    org/apache/log4j/Category
    Exception Trace:
    java.lang.NoClassDefFoundError: org/apache/log4j/Category
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
         at java.lang.Class.getConstructor0(Class.java:2640)
         at java.lang.Class.getConstructor(Class.java:1629)
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
         at org.collaxa.thirdparty.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)
         at org.collaxa.thirdparty.apache.axis.encoding.TypeMappingImpl.(TypeMappingImpl.java:68)
         at com.collaxa.cube.engine.deployment.TypeSoapRegistry.registerHeaderTypes(TypeSoapRegistry.java:251)
         at com.collaxa.cube.engine.deployment.TypeSoapRegistry.load(TypeSoapRegistry.java:79)
         at com.collaxa.cube.engine.core.TypeRegistry.load(TypeRegistry.java:126)
         at com.collaxa.cube.engine.CubeEngine.__load(CubeEngine.java:613)
         at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:474)
         at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111)
         at com.collaxa.cube.admin.ServerManager.loadAllDomains(ServerManager.java:924)
         at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:111)
         at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
         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 com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
         at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
         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.(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.(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    any pointers in how to resolve the issue or what is causing it ?
    thanks

    one way of overcoming the error is to include the below entry in server.xml
    <code-source path="D:\product\10.1.3.1\OracleAS_1\bpel/lib/orabpel-thirdparty.jar"/>

  • Error using BPEL console

    I just encountered an error using the BPEL console in one of our test environments. I got the error when I clicked 'Manage BPEL Domain' and then clicked the 'Threads' tab. I also get the error when I click the 'Statistics' tab. Other tabs are OK, 'Configuration', 'Logging', 'Adapter Stats'.
    Note that this is happening on one test server, other dev/test servers are OK.
    Oracle BPEL Server version 10.1.3.3.1
    Build: 0
    Build time: Wed Jan 16 02:42:55 PST 2008
    Build type: release
    Source tag: PCBPEL_10.1.3.3.1_GENERIC_RELEASE
    Exception Message:
    [javax.servlet.ServletException]
    The system encounters errors while running as the authenticated identity.
    Exception Trace:
    javax.servlet.ServletException: The system encounters errors while running as the authenticated identity.
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:429)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at domain.jspService(_domain.java:210)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    I just encountered an error using the BPEL console in one of our test environments. I got the error when I clicked 'Manage BPEL Domain' and then clicked the 'Threads' tab. I also get the error when I click the 'Statistics' tab. Other tabs are OK, 'Configuration', 'Logging', 'Adapter Stats'.
    Note that this is happening on one test server, other dev/test servers are OK.
    Oracle BPEL Server version 10.1.3.3.1
    Build: 0
    Build time: Wed Jan 16 02:42:55 PST 2008
    Build type: release
    Source tag: PCBPEL_10.1.3.3.1_GENERIC_RELEASE
    Exception Message:
    [javax.servlet.ServletException]
    The system encounters errors while running as the authenticated identity.
    Exception Trace:
    javax.servlet.ServletException: The system encounters errors while running as the authenticated identity.
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:429)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at domain.jspService(_domain.java:210)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

  • Error in BPEL console (jdbc/BPELServerDataSourceWorkflow)

    Hi all,
    When I enter in BPEL console I'm getting this error:
    The following exception occured while processing this request:
    No se puede recuperar una conexión de origen de datos.
    El dominio de proceso no ha podido establecer una conexión con el origen de datos con la dirección URL de conexión "jdbc/BPELServerDataSourceWorkflow". La excepción mostrada es: [POL-3011] se ha detectado un error de lectura del dispositivo
    Compruebe que la máquina que contiene el origen de datos está conectada físicamente a la red. De lo contrario, compruebe que los parámetros de conexión de origen de datos (usuario/contraseña) son válidos actualmente.
    In English: Unable to get a connection to the data source. The process' domain couldn't establish a connection with the data source with URL "jdbc/BPELServerDataSourceWorkflow". Shown exception is: [POL-3011] a reading error has been detected. Make sure that the machine is connected to the net, otherwise, make sure the connection parameters for the data source (user/password) are actually correct.
    I'm working with my local Application Server so I don't need to be connected to the net (although, I am) and I have never changed my user and password to enter to the console....
    I have a BPEL process that is running correctly (it does some transformations that I've seen the results). When I enter in BPEL console and I look for the created instances I get the error I specified above. I would like to debug my processes, so it is necessary to access to the BPEL console. Anyone knows what could be happening? This error has happened suddenly, I've been able to enter to the BPEL console until today.
    Thanks for your help...

    Hi,
    If your bpel process is changing to an OFF state, it means that there is an error.
    For example, if you poll a file from a directory, and the file has a bad format, it might change to OFF.
    Look at the log files and find out what is the error.
    Arik

  • Error in Bpel console of oracle application server 10.1.3

    Hi everyone,
    I am using oracle application server 10.1.3.
    I am having an issue in BPEL console of server.the issue is...
    After few instances the BPEL process state is going to OFF mode even though I m trying to change its state it is not changing.
    How to resolve this issue?
    what is the reason behind this issue?
    Thanks in advance!!!
    Sarala

    Hi,
    If your bpel process is changing to an OFF state, it means that there is an error.
    For example, if you poll a file from a directory, and the file has a bad format, it might change to OFF.
    Look at the log files and find out what is the error.
    Arik

  • HTTP 500 Internal Server Error for BPEL Console

    Hi,
    I am facing a issue like "HTTP 500 Internal Server Error" while trying to access BPEL Console. We have not deployed any BPEL Portlets.
    when we face this issue we have to bounce the server for the console to come up.
    we are using SOA 10g (10.1.3.3.17).
    Database 11g.
    Please suggest how to trouble shoot the problem.
    Regards
    Surya

    We have established the reason for the HTTP 500 error. This is due to the fact the the oc4j_soa container is down.
    Now we need to understand why the oc4j_soa container is going down. You mention is goes down the same time every day. To me this sounds like there is some sort of background script running that, either crashes the instance or shuts it down, e.g. backup.
    Are you able to tell me what activity is happening during the time of the crash?
    Otherwise I really need to see the logs. I forget exactly where they are in 10g.
    something like
    {OracleHome}/bpel/domains/xxx/log {OracleHome}/j2ee/bpel/log {OracleHome}/opmn/logs
    there will be a file there with oc4j_soa in the name.
    cheers
    James

  • No domains accessible to the user logged in Error in BPEL Console

    HI All ,
    We have done cluster for two servers , but when we try to open BPEL Console then we are facing this issue
    No domains accessible to the user logged in .
    Can anyone help on this .
    Regards,
    Karthik

    HI Anuj ,
    When i debug the issue , this was the msg written in log file
    <2011-03-08 12:57:39,752> <DEBUG> <collaxa> <ServerObserverRegistry::__registerObserver> Registering observer class com.collaxa.cube.admin.adaptors.platform.PlatformAdaptor_oc4j_10g$1 for aspect class com.collaxa.cube.admin.observer.DomainInitAspect
    <2011-03-08 12:57:39,752> <DEBUG> <collaxa> <ServerObserverRegistry::__registerObserver> Registering observer class com.collaxa.cube.admin.adaptors.platform.PlatformAdaptor_oc4j_10g$1 for aspect class com.collaxa.cube.admin.observer.DomainUninitAspect
    <2011-03-08 12:57:39,776> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSourceWorkflow
    <2011-03-08 12:57:39,776> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSource
    <2011-03-08 12:57:39,776> <DEBUG> <collaxa> <ServerObserverRegistry::__registerObserver> Registering observer class com.collaxa.cube.admin.data.ServerConnectionFactory for aspect class com.collaxa.cube.admin.observer.ServerConfigChangeAspect
    <2011-03-08 12:57:40,171> <INFO> <collaxa> <ServerManager::__init> Detected datasource 'oracle'
    <2011-03-08 12:57:40,208> <INFO> <collaxa> <gsServerSchemaManager::validateCompatibility> Detected database version '10.1.3.4.0'
    <2011-03-08 12:57:40,208> <INFO> <collaxa> <ServerAdaptorManager::init> Initialized adaptors for platform 'ias_10g'
    <2011-03-08 12:57:40,869> <DEBUG> <collaxa> <BPELServerXPathRegistry::init> Done loading XPath service for server
    <2011-03-08 12:57:40,932> <DEBUG> <collaxa> <ClusterService::createJChannel> Creating jgroup channel
    <2011-03-08 12:57:40,934> <DEBUG> <collaxa> <ClusterService::createJChannel> Creating the jgroups channel using the install jgroups config file from /opt/oracle/product/OracleAS/bpel/system/config/jgroups-protocol.xml
    <2011-03-08 12:57:41,609> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2011-03-08 12:57:41,609> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    <2011-03-08 12:57:41,610> <DEBUG> <collaxa> <ServerObserverRegistry::__registerObserver> Unregistered observer class com.collaxa.cube.admin.data.ServerConnectionFactory from aspect list class com.collaxa.cube.admin.observer.ServerConfigChangeAspect
    Can you suggest on this .
    Regards,
    Karthik

  • Error in BPEL console Urgent

    Hi,
    I try to invoke an OSB project in BPEL process, i deployed it in em console. when i try to test it by giving inputs i am getting the following error,
    empty variable/expression result. The XPath variable or expression /ns1:GetEmployee_Output/ns3:ListOfEmployeeInterface/ns3:Employee/ns3:PersonalId is empty at line 164. An attempt to read or copy data referenced or computed by the XPath expression either had invalid data, according to the XML schema, or did not contain certain optional data. Ensure that the variable or expression result named in the error message is not empty. Enable XML schema validation of related variables to ensure the run-time data is valid.
    can anyone help me to solve this issue.
    Thanks

    Hi -
    I guess you are trying to do a copy operation on the element which is empty.
    Please check if your element PersonalId is empty.
    Edited by: Ramesh Menon on Jun 21, 2011 3:41 PM

  • Error on BPEL console

    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NullPointerException]
    null
    Exception Trace:
    java.lang.NullPointerException
         at javax.security.auth.SubjectDomainCombiner.combineJavaxPolicy(SubjectDomainCombiner.java:365)
         at javax.security.auth.SubjectDomainCombiner.combine(SubjectDomainCombiner.java:191)
         at java.security.AccessControlContext.goCombiner(AccessControlContext.java:390)
         at java.security.AccessControlContext.optimize(AccessControlContext.java:304)
         at java.security.AccessController.getContext(AccessController.java:385)
         at javax.security.auth.Subject.doAs(Subject.java:393)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at ServerBean_RemoteProxy_4bin6i8.isDomainListingEnabled(Unknown Source)
         at com.oracle.bpel.client.Server.isDomainListingEnabled(Server.java:451)
         at login.jspService(_login.java:83)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.FormHttpAuthenticator.reject(FormHttpAuthenticator.java:82)
         at com.evermind.server.http.HttpApplication.checkAuthenticationAndAuthorize(HttpApplication.java:6417)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3009)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Please go for a fresh installation, looks like some install configuration files and jars got corrupted or missing.

  • Getting error in admin console when trying to expand web applications node

    Hi
    Thank you for reading my post
    I get the folowing page as result when i try to expand the web applications node in application server admin console.
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'webApplications'"
    The root cause is "com.sun.enterprise.admin.common.exception.MBeanConfigException: Component not registered"
    See the HTML source for more detailed (stack trace) information.
    what should i do ?
    Thanks

    Check this thread in the app server forum
    http://swforum.sun.com/jive/thread.jspa?forumID=130&threadID=56332

  • Starting PI after install getting error in management console

    Fresh install of PI 7.1
    Starting from inside management console:
    See syslog entry
    FATAL Native layer fro Jco is too old guarantee correct behavior Found version 711.121 require 711.134.
    I would have assumed that the install package would contain correct version for starting J2EE engine.
    Any Ideas?
    Downloaded newest version from SAPMARKET place but trying to find the directory to replace files ?
    sapjco3.jar
    Thanks
    Edited by: FC7600 on Jun 24, 2011 1:31 AM

    Hi Checkout this link ..
    http://fuller.mit.edu/spring/jco_install.html
    It might be helpful for you ..
    Deepthi Kuchimanchi

  • BPEL Console error

    Hi,
    I am getting the below error in BPEL console:
    Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with the connection URL "jdbc/BPELServerDataSourceWorkflow". The exception reported is: Listener refused the connection with the following error:
    ORA-12516, TNS:listener could not find available handler with matching protocol stack
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=XE)))
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    I checked the BPELServerDataSourceWorkflow source in server control and working fine but when I am running application and open BPEL consol, it is giving me an error.
    Please let me know if I can get any solution for it.
    regards,
    Sreejit

    Hi sreejit,
    Restart your database. Probably there is some problem with the database.
    or
    Check your datasource connection details in EM-> JDBC connections.
    Cheers,
    Abhi...

  • Error Handling mechanism in BPEL Console

    Hi
    One of our client wanted to handle the situations where a BPEL Instance at BPEL console got errored for different reasons.
    We Know that we can handle all possible error combinations with in a BPEL. But, here client requirement is because of any reasons (May be not problem because of any BPEL code) if BPEL Process Instance will complete with error in BPEL Console how do we handle those errors. Do, we have any control on BPEL console.
    Please do share your experience on this requriement.
    Regards
    Kiran Akkiraju

    I have tried to chain two conditions when a remote fault occurs, as described in the links suggested.
    ora-retry and then ora-human-intervention.
    But only the last condition is executed, in this case it is the human-intervention. The retry is definitively not executed.
    If I do the other way around human then retry, only retry is executed.
    Does someone has the same issue?
    Extract from DefaultPolicy.xml:
         <Conditions>
              <!-- Fault if wsdlRuntimeLocation is not reachable -->
              <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension" name="bpelx:remoteFault">
                   <condition>
                        <action ref="ora-retry"/>
                   </condition>
                   <condition>
                        <action ref="ora-human-intervention"/>
                   </condition>

  • FTP Move file error in bpel 10.1.3.5

    I got this error in bpel console
    The IO operation failed.
    The "COPY[NOOP][NONE]" IO operation ORABPEL-11096
    After enabling debug logs found this,
    Caused by: ORABPEL-11445
    The SSH API threw an exception.
    The SSH API threw an exception.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    at oracle.tip.adapter.ftp.SshImpl.SFTPChannelImpl.get(SFTPChannelImpl.java:247)
    at oracle.tip.adapter.ftp.SFTPClient.getBinaryFileAsStream(SFTPClient.java:511)
    at oracle.tip.adapter.ftp.SFTPAgent.getBinaryFileAsStream(SFTPAgent.java:440)
    at oracle.tip.adapter.ftp.SFTPAgent.getContentAsStream(SFTPAgent.java:417)
    at oracle.tip.adapter.ftp.inbound.FTPSource.getContents(FTPSource.java:879)
    at oracle.tip.adapter.ftp.inbound.FTPSource.getFileFromSource(FTPSource.java:799)
    at oracle.tip.adapter.ftp.outbound.FTPIoOperation.ioOnly(FTPIoOperation.java:124)
    ... 45 more
    Caused by: com.maverick.sftp.SftpStatusException: No such file
    at com.maverick.sftp.SftpSubsystemChannel.A(Unknown Source)
    at com.maverick.sftp.SftpSubsystemChannel.getAttributes(Unknown Source)
    at com.sshtools.sftp.SftpClient.stat(Unknown Source)
    at com.sshtools.sftp.SftpClient.get(Unknown Source)
    at com.sshtools.sftp.SftpClient.get(Unknown Source)
    at oracle.tip.adapter.ftp.SshImpl.SFTPChannelImpl.get(SFTPChannelImpl.java:243)
    Please advice.

    Check if the solution proposed in this blog can help you...
    http://milind-soablog.blogspot.com/2009/12/connection-break-up-while-connecting-to.html
    It could also be that the license for the maverick sftp expired.
    hth,
    Peter Paul
    Edited by: ppvandebeek on 17-jan-2012 0:03

Maybe you are looking for

  • Purchase order (MM)

    Hello experts I want some interactive reports on purchase orders. also if u can give for purchase order reqisition. thanx in advanced

  • Raise statemnt use in exception block

    in one procedure i found code like this begin.. exception when NO_DATA_FOUND then dbms_output.put_line('error in data fetching'); when others then raise; end; in when others if we use raise as mentioned above what will happen when other than no data

  • How to view/edit/delete the user created profile in oracle 9i? Very Urgent

    Friends, I logged in as system in oracle 9i. SQL> create profile testpro limit 2 idle_time 1; Profile created. SQL> alter user scott profile testpro; User altered. Then i logged in to sqlplusw as a scott user. and i waited for 10 mins after that. sql

  • What is the benefit for geting minimac server?

    What would one use the server OS for? I pruchased the MiniMac Server, for the two 1Tb hard drives. I need to run Maverics on one, and Windows 7 on the other (for my needed PC based work software). Can one link both respective email programs together?

  • Creative Software dont show me volume anymore (on top of the info taskb

    i have a Audigy2 ZS in combination with a Teufel 5. System, so i control the volume via Keyboard (Volume up/ Volume down) Anytime i use the Volume buttons on my Keyboard, a small whiteFramed black Bar popped up on my desktop (right over my systemcloc