Adding an External Resource - ALBPM Enterprise Server V 6.0

Hi ,
In our BPM application, we are consuming an external webservice. In BPM studio, when we tested the application, It was working fine.
But when we deployed our application in Enterprise server, We are facing issues while invoking the external web service.
We are getting the following exception in the logs of Enterprise Server.
A component failed while executing activity '/LocateTerminal#Default-1.0/ComponentExecution[fetchlocation]' (BP-method fetchlocation) over instance '/LocateTerminal#Default-1.0/82/0'.
Details:
The method 'CIL_fetchlocation' from class 'bea.LocateTerminal.Default_1_0.Instance' could not be successfully executed.
Caused by: The configuration name [null] and type [Web Service] is not defined.
Detail:The connector must be configured in the appropiate context.
fuego.lang.ComponentExecutionException: The method 'CIL_fetchlocation' from class 'bea.LocateTerminal.Default_1_0.Instance' could not be successfully executed.
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:506)
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:260)
     at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:215)
     at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1175)
     at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.runCil(ComponentExecutionMicroActivity.java:127)
     at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.execute(ComponentExecutionMicroActivity.java:85)
     at fuego.server.execution.microactivity.MicroActivityEngineExecutionHandler.executeActivity(MicroActivityEngineExecutionHandler.java:89)
     at fuego.server.execution.ImmediateActivity.execute(ImmediateActivity.java:42)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
     at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:63)
     at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
     at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:264)
     at fuego.server.execution.ToDoItem.run(ToDoItem.java:559)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:767)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:747)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:143)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:135)
     at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:446)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:831)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:409)
Caused by: fuego.connector.ConnectorException: The configuration name [null] and type [Web Service] is not defined.
Detail:The connector must be configured in the appropiate context.
     at fuego.connector.ConnectorException.connectorNotFound(ConnectorException.java:55)
     at fuego.connector.CompositeConnectorService.getConnectorInterface(CompositeConnectorService.java:268)
     at fuego.connector.ConnectorTransaction.registerConnectorInterfaceCoordinator(ConnectorTransaction.java:649)
     at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:265)
     at fuego.webservices.connector.WSConfiguration.create(WSConfiguration.java:57)
     at fuego.soaptype.WebServiceInstantiator.instantiate(WebServiceInstantiator.java:70)
     at fuego.component.Component.instantiateDynamic(Component.java:133)
     at bea.LocateTerminal.Default_1_0.Instance.CIL_fetchlocation(Instance.xcdl:3)
     at bea.LocateTerminal.Default_1_0.Instance.CIL_fetchlocation(Instance.xcdl)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:499)
Can you please tell me , to how to configure an external webservice in Enterprise Server.
please help me in resolving this issue.
Thanks,
Krishnaveni.

Hi,
There is nothing to do with the versioning. There is a problem with the tool (Configuration Wizard).
This is how the problem was solved,
After creating the Directory Service start and login to the Process Admininstrator,
ALBPM web console-> Organizational settings->Export->Views, export the views.xml and check for any invalid characters.
After removing the invalid characters save the xml and import the modified views.xml to the same location.
This should solve the problem.
Thanks,
Krina

Similar Messages

  • Scope of ALBPM Studio and ALBPM Enterprise Server

    Hi
    I have some simple questions about ALBPM Enterprise Server:
    it is really necessary to have this component in a production environment?.
    For example, if a company is very small with 10 or 15 employees and you have only 2 processes in the company, ALBPM Studio is not enough to execute and to administrate these processes?
    What are the problems that I would have if I decided to set up a production environment only with ALBPM Studio?
    What things I could not do if I will not have the Enterprise Server?
    How many users simultaneosly support the ALBPM Studio in a testing environment?
    Thank you so much...

    Hi,
    The short answer is 'yes', you'll need an Enterprise server. Here are some of the issues with using Studio:
    Functionality:
    You can't do everything you can do in the Enterprise server in the Studio engine. However, whether this is an issue would depend on the complexity of your processes/requirements. For example, the Studio engine doesn't support the versioning of processes.
    Licensing:
    I don't know for sure, but I doubt the ALBPM licensing allows for Studio to be used in 'production'.
    Runtime
    The Studio engine can't be isolated from the Studio application. So you'd always have to make sure someone had studio running on a PC somewhere.
    Users
    You are limited to 5 concurrent users in Studio.
    There did actually used to be a copy of the Engine that was aimed at small scale deployments called 'Express' (I think), but it disappeared a while back.
    Hope this helps,
    Tim

  • Issue with Deploying and calling a BPEL process on ALBPM enterprise server

    Hi,
    I am trying to put in place a POC using Aqualogic BEA products (using ALBPM 5.7, Enterprise Server 5.7, ALSB 2.6, Weblogic App server 9.2). My goal is to put in place a simple BPEL process (using ALBPM) which would call a webservice exposed through ALSB. This BPEL process is initiated by a wrapper BPMN process calling the BPEL process through fuego code.
    Though we are able to do the above on a standalone ALBPM studio, When we try to deploy the exported BPM project on the enterprise server and access it through the hiper workspace portal we are getting the following error in the BPM Process Administrator Log of the Engine.
    A component failed while executing activity '/Process#Default-1.0/Global' (BP-method Global). Details: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. Caused by: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:916) at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1068) at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:389) at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:106) at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:481) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:655) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:616) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:442) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:164) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:142) at fuego.server.execution.Global.execute(Global.java:81) at fuego.server.AbstractProcessBean$38.execute(AbstractProcessBean.java:2496) at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:290) at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:462) at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:540) at fuego.transaction.TransactionAction.start(TransactionAction.java:213) at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:117) at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66) at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2491) at fuego.ejbengine.EJBProcessControlAdapter.runGlobalActivity(EJBProcessControlAdapter.java:386) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl.runGlobalActivity(EJBProcessControlAdapter_hu750h_EOImpl.java:2877) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_921_WLStub.runGlobalActivity(Unknown Source) 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 fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:48) at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:111) at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:66) at $Proxy77.runGlobalActivity(Unknown Source) 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 fuego.lang.JavaClass.invokeMethod(JavaClass.java:1478) at fuego.lang.JavaObject.invoke(JavaObject.java:185) at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:200) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:157) at fuego.portal.wapi.WebInteractiveExecution.process(WebInteractiveExecution.java:54) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:200) at fuego.portal.servlet.ExecutionDispatcher.runGlobalActivity(ExecutionDispatcher.java:659) at fuego.portal.servlet.ExecutionDispatcher.processRequest(ExecutionDispatcher.java:144) at fuego.portal.servlet.ExecutionDispatcher.doPost(ExecutionDispatcher.java:105) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at fuego.portal.servlet.AuthenticatedWamServlet.service(AuthenticatedWamServlet.java:1049) at fuego.portal.servlet.SingleThreadPerSession.service(SingleThreadPerSession.java:73) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at fuego.servlet.multipart.BaseMultipartFilter.doFilter(BaseMultipartFilter.java:57) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Caused by: fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. at fuego.connector.ConnectorException.connectorNotFound(ConnectorException.java:55) at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:586) at fuego.connector.ConnectorTransaction.getConnectorInterface(ConnectorTransaction.java:618) at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:254) at fuego.soaptype.WSConfiguration.getInstance(WSConfiguration.java:55) at fuego.soaptype.Endpoint.create(Endpoint.java:42) at fuego.soaptype.WebServiceInstantiator.instantiate(WebServiceInstantiator.java:58) at fuego.component.Component.instantiateDynamic(Component.java:123) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:241) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:307) 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 fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:907) ... 64 more
    Two things here that might help to understand the problem better :
    1) As I understand the error is due to some issue while calling the BPEL process from the Fuego code.
    The Fuego code which call's the BPEL from the BPMN process is as follows :
    helloResponse as String = "someoutput"
    helloRequest as String = "someinput"
    sessionid as String
    // Starting a Session.
    // In case you are testing this in the Studio,
    // the password must be the same as the user
    startSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using user = "test",
    password = "test"
    returning sessionid = result
    // createTest is the name of the operation
    // in the exposed process.
    // In this case the process "ExposedProcess"
    // has a web service operation
    // called "createTest" that is a "Process Creation" type
    // and uses the Begin activity's argument set
    callHello BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid,
    arg1 = helloRequest
    returning helloResponse = result
    // Closing the session
    discardSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid
    display "The BPEL's response : " + helloResponse
    2) Further, I had catalogued the BPEL's wsdl to the location http://localhost:9000/fuegoServices/ws/ProcessServiceListener?WSDL while running the same in Studio, but while deploying on the enterprise server , I made this point to http://localhost:7001/fuegoServices/ws/ProcessServiceListener?WSDL Is this correct ?
    Any thought on this issue would be appreciated.
    Regards
    Deepak

    Hi Deepak,
    We are also facing a similar problem, while accessing an external webservice from a BPM process.
    Were you able to resolve this issue.
    If so, Could you please let us know the procedure that you followed to resolve the issue.
    Thanks in Advance,
    Krishnaveni.

  • Error while running an albpm process on enterprise server 5.7

    Hi,
    I am trying to run an ALBPM project on the ALBPM Enterprise Server 5.7 on weblogic 9.2
    This Order management process, makes a call to the sub process < CreateOrderWSCaller >, which using an interactive activity further calls the webservice <OrderService>. This webservice is hosted at http://localhost:7001/webservices/OrderService
    The process is getting successfully deployed but when running the same on the enterprise server, I am getting the following exeption
    A component failed while executing activity '/CreateOrderWSCaller#Default-1.0/callWS' (BP-method Add Order) over instance '/CreateOrderWSCaller#Default-1.0/2/0'. Details: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. Caused by: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '.
    Please help.
    Thanks
    deepak

    Hi Wilson,
    Iam trying to install Siebel 8.1.1.0, with the next image creator utility (Linux_ImageCreator ) in console mode.
    But i got the error message when creating the install image. I have downloaded the file four times, and also i checked the MD5 and SHA-1 codes in order to validate the integrity of the downloaded file. The codes are the same that are available in Oracle Edelivery.
    About the O.S. i will change it, however, at this time i have not be able neither create the install image.
    What could i do for solving this issue?
    Thanks in advance.

  • Configuring a J2EE Aplication Server in ALBPM as an external resource.

    The J2EE Application Server is my JNDI provider. I need to figure out these connections asap. The provider is coming from Websphere 7. If anyone can help please either e-mail me or post back here.
    Thank you all.

    Sorry - my friend working with WebSphere hasn't done it yet for 7. He mentioned that he did not have to bring in any JMS librairies for WebSphere MQ, but that he thought the configuration for the JNDI provider external resource should be the same as in 6. You just need the URL for the WebSphere server and the SOAP port.
    Dan

  • ALBPM use external resource (web service) ConnectorException

    I use a web service (external resource) in a ALBPM automatic activity, but when i depoly this BPM project to Enterprise BPM server. it does'nt work and has a exception :
    fuego.connector.ConnectorException\: configuration name [DataClearService] and type [Web Service] is not defined.\nDetail\:The connector must be configured in the appropiate context.\n'.\nCaused by\: The configuration name [DataClearService] and type [Web Service] is not defined.
    provider web serivce name is "DataClearService"
    and i can see the web service in BPM Process administrator 's external resource
    why ? if i miss something?
    atomchen

    I figured it out.
    When I deployed the project I got a strange error message "Duplicate configuration name" each time I tried to create an external resource or a role from the deployment wizard. Still, the resources appeared in the list as they were created. In fact they were not. After restarting the administration console the resources were gone. After adding them by hand everything worked fine.
    Still don't know why I got "Duplicate configuration name", even with empty base.

  • Deployment of enterprise app with external resources (binary file)

    Hi. Where do I configure/add external resources (such as a text or binary file) in an enterprise app so that they will also be deployed to a WebSphere Express server? Should they be added to the enterprise app at all, or should they simply be moved up to a server directory? (I am trying to avoid a hardcoded file path in my servlet.)
    I could use a properties file, but I was wondering if there is something in one of the deployment descriptor settings that would help me out?
    I need one of my servlets to stream in this external binary file after the enterprise app has been deployed to a WebSphere Express server.
    Thank you.

    Normally, the context of the bin directory or the WASHOME will be the startup directory for the server. If you use File IO without a path it will pick it up from this directory. so u can place the file in this directory so that ur Servlet can stream the file.

  • External Resource JAR configuration in BPM Enterprise

    I have External resource(a JAR file) in my BPM Studio. This External JAR calls some web service and gets data. Everything is working fine when I run from BPM Studio with its in bulit Derby engine and all.
    The same BPM project I exported by using the 3rd option(Include Versionable libraries only - Recommended for publishing with Enterprise).
    I have configured BPM enterprise by using weblogic server and Oracle express as engine also. Deployed newly exported project. Everything works fine except getting following error while calling JAR which in turn call web services.
    I am getting following error in Engine.
    ===================================================================================
    The task could not be successfully executed. Reason: 'java.lang.NoClassDefFoundError: org/alfresco/sample/webservice/ContentReadAndWrite'. Caused by: org/alfresco/sample/webservice/ContentReadAndWrite fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'java.lang.NoClassDefFoundError: org/alfresco/sample/webservice/ContentReadAndWrite'. at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:1094) at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1280) at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.runCil(ComponentExecutionMicroActivity.java:126) at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.execute(ComponentExecutionMicroActivity.java:84) at fuego.server.execution.microactivity.MicroActivityEngineExecutionHandler.executeActivity(MicroActivityEngineExecutionHandler.java:57) at fuego.server.execution.ImmediateActivity.execute(ImmediateActivity.java:42) at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304) at fuego.transaction.TransactionAction.startNestedTransaction(TransactionAction.java:527) at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:548) at fuego.transaction.TransactionAction.start(TransactionAction.java:212) at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123) at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:62) at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42) at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:251) at fuego.ejbengine.ItemExecutionBean$1.execute(ItemExecutionBean.java:212) at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304) at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470) at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551) at fuego.transaction.TransactionAction.start(TransactionAction.java:212) at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123) at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66) at fuego.ejbengine.ItemExecutionBean.processMessage(ItemExecutionBean.java:198) at fuego.ejbengine.ItemExecutionBean.onMessage(ItemExecutionBean.java:110) at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466) at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371) at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327) at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547) at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233) at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709) at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114) at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.lang.NoClassDefFoundError: org/alfresco/sample/webservice/ContentReadAndWrite at oracle.ExpenseReport.Default_1_0.Instance.CIL_checkCompanyPolicy1(Instance.xcdl) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:1085) ... 33 more
    ==================================================================================
    Did I missed configuring something in Enterprise? Any other ideas?

    Hi,
    You could either try marking the External Resource(s) with the Jar files as versionable or copy the Jar files to these directories:
    <Enterprise Home Directory>/enterprise/webapps/webconsole/WEB-INF/lib
    <Enterprise Home Directory>/enterprise/ext
    Dan

  • I have a 5s which has been working fine until about a week ago when any calender event added to my phone will not sync with my enterprise server. Any calender event entered on my PC (enterprise) does show on my phone. Mail is working fine both ways,ideas?

    i have a 5s which has been working fine until about a week ago when any calender event added to my phone will not sync with my enterprise server. Any calender event entered on my PC (enterprise) does show on my phone. Mail is working fine both ways,ideas?Iphne 5s and enterprise

    See my reply to this message:
    https://discussions.apple.com/thread/2557520?start=15&tstart=0
    The problem is that the POP3 client is not issuing a DELE command to remove the email from the server.

  • Distiller Server 8: Where to put external resources.

    Hi, I need to process PostScript files that run external postscript files (with the run command). There is no path before the resource name in the Postscript files. In the desktop version of Distiller, we copy files directly in the same path where AcroDist.exe is, but where should I copy the resources on my server (Using Distiller Server 8 ) ?
    Example of a file to convert to PDF:
    %!PS-Adobe
    (logo.ps) run
    (background.ps) run
    100 100 moveto
    Thanks

    You don't, you put them in the WEB-INF/lib directory of your webapp. So you put them inside the WAR file.

  • Adding weblogic.jar in BPM enterprise 10.3.1

    Hi I am loking to add weblogic.jar file into enterprise I have added jar file in enterprise_home/lib folder but it is not recognizing from there can anybody suggest where is the exact place.
    If I am adding as an external resource in studio and trying deploy the exp file it is saying The attachment size exceeds the allowable limit of 10000000 bytes.
    in the process admistrator.
    Please help me it is urgent.
    Thanks

    Hi YE,
    If you are deploying BPM on a Weblogic Server you'll find your workspace on the following url
    http://localhost:7001/workspace
    This is because the all the jar services are deployed to the WLS. You can monitor if it is installed by going into the Process administrator -> Engines -> J2EE jar deployment (or something)
    There you'll find all the jars that are/can be deployed. If you make any changes using the BPM admin center configuration don't forget to recreate and redeploy the jar file.
    Hope this helps.
    Kind regards
    Nils

  • Use of Remote JDBC  SQL Database External Resource

    Does anybody here uses a Remote JDBC External Resource to connect to a database? If so, can you tell me if had any impediment with this approach?
    I'm asking this because our company has a lot of tools to monitor a lot of weblogic assets (such as jdbc connection pools and datasources) and We'd like to monitor all BPM-to-database connections usage and pool health. Other feature that we'd like to give to BPM application is the weblogic's capability to use an Multi-DataSource (one logical DS that represents more than one phisical DS).
    Thanks and Best Regards,
    Luiz Rocha

    Hi,
    We are facing connection leak in our application .We have defined External resouce as Remote JDBC which is defined in weblogic config.Xml. If any body could explain is there is anyway to handle closing connections manually as we do in J2ee conn.close() in ALBPM ??? . I found runtime configuration in oracle implementation type when defining external resource (i.e supported type:oracle database) an attribute
    "*Connection idle time* (mins): The connection is closed after the defined time"
    But i dont find any equivalent entry in my config.xml as we do our implementation of type Remote JDBC.....
    Any advice on this and how connection closing happens in Normal scenarios within ALBPM will be very useful.
    Our connection pool attributes reads like.....(Note *the values of few attributes deleted)
    <JDBCConnectionPool AddOracleFlagToXAResource="true"
    CountOfTestFailuresTillFlush="1"
    DriverName=""
    InitialCapacity="150" KeepXAConnTillTxComplete="true"
    MaxCapacity="200" Name=""
    PasswordEncrypted=""
    Properties="user=" ShrinkingEnabled="false"
    SupportsLocalTransaction="true" Targets=""
    TestConnectionsOnCreate="false" TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="true"
    TestTableName="SQL SELECT 1 FROM DUAL"
    URL=""
    XARetryDurationSeconds="300" XASetTransactionTimeout="true" XATransactionTimeout="420"/>
    .Advice us can the below attribute can be added in Connection pool properties or anything else......
    **{[(*Inactive Connection Timeout The number of inactive seconds on a reserved connection before WebLogic Server reclaims the connection and releases it back into the connection pool.***
    ***You can use the Inactive Connection Timeout feature to reclaim leaked connections - connections that were not explicitly closed by the application. Note that this feature is not intended to be used in place of properly closing connections.***
    ***When set to 0, the feature is disabled*.)}]**

  • Log filtering in BPM Enterprise Server

    Hi ,
    How can we filter logs based on different processes viewed inside the Log Viewer in the Process Administrator of Enterprise Server connected via. Weblogic?
    So I want to see logs of Process A separately and Process B separately in the Log Viewer..
    How can I do that?

    Out of the box, ALBPM/Oracle BPM only allows for one level of logging across all projects, activities, business objects, etc. per engine. The only way to see projects separately is to ensure that log messages are standardized and consistently applied throughout all the projects. Since that tends to be a relatively difficult thing to enforce across all development teams and resources, we have created an Extended Logging Framework that enforces standardized logging for processes, activities, screenflows, and objects. It also outputs the log messages in a standard Log4j format that can be viewed and filtered through external log viewers such as LogMx. This allows the log messages to be filtered at an extremely granular level. In addition, the log level for each type of log message can be modified independently and adjusted in real time without having to restart the engine. You can check out a screencast here .

  • BAM database creation problem in Enterprise Server

    Hi,
    We are trying to create a new database and config BAM inside the Enterprise Server. We have already created the engine db and the directory service db but we did not start the BAM or create any db or configure anything for BAM inside the Enterprise Server.
    Now when we create a new external resource to create a new db for BAM and then goto Process Monitoring ---> Manage Database
    and then create a new database and a new data structure and enter the Database Administrator User and the Database Administrator Password, it gives us an error:-
    Username and password already exists and it could not be created..
    We have tried all usernames and passwords but could not create the BAM..
    We also used the system user and the password..
    What could be the possible problem? Do we have to create the BAM db while configuring the engine db and directory service db or can we start and configure BAM later?
    How do we resolve this problem?
    The documents do not specify what is the
    Database Administrator Password
    and
    Database Administrator User is?
    What are these?
    Anybody knows?

    Hi,
    Lilach's tip should get you going.
    Suspect you won't need it, but here's a link to a BAM installation document I wrote that might also help you with your Oracle BPM 10g installation - http://www.4shared.com/file/136283546/ca086174/ALBPM_60_-Configuringthe_BAM_Updater.html. It's an update of the excellent ALBPM 5.7 BAM installation document that Gustavo in Customer Support wrote a few years ago. Although it was written for ALBPM 6.0, the steps will work with Oracle BPM 10g.
    Here's another thread on this forum regarding BAM installation - Re: Problems with the albpmwarehouse service
    Hope this helps,
    Dan

  • How to connect to the REMOTE_JDBC external resource in oracle BPM 10.3

    Hi,
    I am trying to configure REMOTE_JDBC extrenal resource. I have created the J2EE application server external resource and REMOTE_JDBC extrenal resource. After that in catolog components trying to connect to the DB. At that time it's giving below exception. I have added all the required jar files in the lib folder. But it's not working. Plz help me.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [newConfiguration:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [newConfiguration:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: An exception occurred while getting a resource from a connector.
    Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
         at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:79)
         at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:145)
         at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:129)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:90)
         ... 5 more
    Caused by: fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [J2EE Server:J2EE:J2EE] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:89)
         at fuego.connector.impl.BaseRemoteConnector.getContext(BaseRemoteConnector.java:99)
         at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:114)
         at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:107)
         at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:75)
         ... 8 more
    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:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
         ... 22 more
    Regards,
    Sudhakar.
    Edited by: user11091548 on Aug 17, 2010 11:42 PM

    Hi Narasimha,
    Now it's giving different exception after creating the external resource and place the jar files.
    weblogic/security/subject/AbstractSubject
    java.lang.NoClassDefFoundError: weblogic/security/subject/AbstractSubject
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         at fuego.connector.impl.BaseRemoteConnector.getContext(BaseRemoteConnector.java:99)
         at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:114)
         at fuego.connector.impl.BaseRemoteConnector.getReferencedObject(BaseRemoteConnector.java:107)
         at fuego.connector.impl.RemoteJDBCConnector.getConnection(RemoteJDBCConnector.java:75)
         at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:145)
         at fuego.connector.impl.RemoteJDBCConnector.getResource(RemoteJDBCConnector.java:129)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:90)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:595)
    Regards,
    Sudhakar.

Maybe you are looking for

  • A challenge for the pros

    this one is a tough one.. ive checked all the forum archives this topic has not been "discussed" yet so maybe there is a "pro" out there up to the challenge!! i am trying to convert an mpeg1 into dv for use in imovie. streamclip 1.5.1 will not work i

  • Can't see my iPhone in iTunes.

    This is crap. I haven't been able to see my iPhone in iTunes for a few weeks now. Not too bad as I've not needed to put anything on there recently, but now I do want to put some TV on there, oh and OS4 as well. Any clues? Cheers

  • Empirix - e-Test for Web Application

    Hi, Where can I download free empirix, e-Test load test tool for testing the Oracle web Application. Thanks, Yacoob

  • What light bulb to use when processing photos in Photoshop

    The recommended temperature is 5600k Daylight balanced, now I'm curious - does it matter what kind of "brand" of lightbulb to use when lighting my room when working at night in processing photographs? I am new at this and so far I have made sure my m

  • Capturing pal questions

    Hi, I have a ntsc camcorder that also reads pal, so I use it to capture the pal footage with it. It looks like it works fine, however, when I make a clip (exporting) it comes like pixelated (mostly with black&white video). The exporting setup is: DV-