BEA-381951 JCA inbound request only invocation failed

Hi there,
I'm using OSB to create a series of interfaces between a couple of applications.
Since this Monday for some reason whenever I try to test my application on the server I'm getting the error <BEA-381951> JCA inbound request only invocation failed (I'll post the stack trace on the end of the post).
I'm using the OEPE to create the OSB services and publish them... The publish functions OK and the OEPE says that it is synchronized with the server, but when I try to do Run on server to test my Services it takes long time without anything happening and at the end appears a message saying that there was an unknown error. If I try again to Run on Server nothing happens. After this I can't even access the web sbconsole, it stays loading and nothing happens...
I don't know if it is relevant but I have 3 kinds of services, some are listening to a Table in a Data Base, other are Webservices and other listen to a Topic.
Can anybody help me?
Best Regards,
Daniel Alves
The stack trace of the error is the following:
<Error> <JCATransport> <SERVER NAME> <AdminServerOsb> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <BEA1-002646A254E4F8C4A298> <a7acfb4f5f216892:-40aaf1d3:12a130eb503:-8000-000000000001fa2f> <1280220202417> <BEA-381951> <JCA inbound request only invocation failed, exception: java.security.PrivilegedActionException: com.bea.wli.sb.transports.TransportException: com.bea.wli.sb.pipeline.PipelineException
java.security.PrivilegedActionException: com.bea.wli.sb.transports.TransportException: com.bea.wli.sb.pipeline.PipelineException
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at weblogic.security.Security.runAs(Security.java:61)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl.sendMessage(JCATransportInboundOperationBindingServiceImpl.java:411)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl.invokeOneWay(JCATransportInboundOperationBindingServiceImpl.java:126)
     at com.bea.wli.sb.transports.jca.binding.JCAInboundRequestListener.post(JCAInboundRequestListener.java:40)
     at oracle.tip.adapter.sa.impl.inbound.JCAInboundListenerImpl.onMessage(JCAInboundListenerImpl.java:171)
     at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:462)
     at oracle.tip.adapter.db.InboundWork.onMessageImmediately(InboundWork.java:2008)
     at oracle.tip.adapter.db.InboundWork.onMessageDirectly(InboundWork.java:1957)
     at oracle.tip.adapter.db.InboundWork.onMessage(InboundWork.java:1849)
     at oracle.tip.adapter.db.InboundWork.transactionalUnitDirectly(InboundWork.java:1569)
     at oracle.tip.adapter.db.InboundWork.processDeliveryException(InboundWork.java:1810)
     at oracle.tip.adapter.db.InboundWork.transactionalUnit(InboundWork.java:1523)
     at oracle.tip.adapter.db.InboundWork.runOnce(InboundWork.java:720)
     at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:581)
     at oracle.tip.adapter.db.inbound.InboundWorkWrapper.run(InboundWorkWrapper.java:44)
     at weblogic.work.ContextWrap.run(ContextWrap.java:41)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: com.bea.wli.sb.transports.TransportException: com.bea.wli.sb.pipeline.PipelineException
     at com.bea.wli.sb.transports.TransportException.newInstance(TransportException.java:197)
     at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:390)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl$4.run(JCATransportInboundOperationBindingServiceImpl.java:407)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl$4.run(JCATransportInboundOperationBindingServiceImpl.java:405)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at weblogic.security.Security.runAs(Security.java:61)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl.sendMessage(JCATransportInboundOperationBindingServiceImpl.java:405)
     at com.bea.wli.sb.transports.jca.binding.JCATransportInboundOperationBindingServiceImpl.invokeOneWay(JCATransportInboundOperationBindingServiceImpl.java:126)
     at com.bea.wli.sb.transports.jca.binding.JCAInboundRequestListener.post(JCAInboundRequestListener.java:39)
     at oracle.tip.adapter.sa.impl.inbound.JCAInboundListenerImpl.onMessage(JCAInboundListenerImpl.java:171)
     at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:462)
     at oracle.tip.adapter.db.InboundWork.onMessageImmediately(InboundWork.java:2008)
     at oracle.tip.adapter.db.InboundWork.onMessageDirectly(InboundWork.java:1957)
     at oracle.tip.adapter.db.InboundWork.onMessage(InboundWork.java:1849)
     at oracle.tip.adapter.db.InboundWork.transactionalUnitDirectly(InboundWork.java:1569)
     at oracle.tip.adapter.db.InboundWork.processDeliveryException(InboundWork.java:1810)
     at oracle.tip.adapter.db.InboundWork.transactionalUnit(InboundWork.java:1523)
     at oracle.tip.adapter.db.InboundWork.runOnce(InboundWork.java:720)
     at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:581)
     at oracle.tip.adapter.db.inbound.InboundWorkWrapper.run(InboundWorkWrapper.java:43)
     at weblogic.work.ContextWrap.run(ContextWrap.java:41)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: com.bea.wli.sb.pipeline.PipelineException
     at com.bea.wli.sb.pipeline.PipelineContextImpl$SynchronousListener.onError(PipelineContextImpl.java:1345)
     at com.bea.wli.sb.transports.LoadBalanceFailoverListener.onError(LoadBalanceFailoverListener.java:439)
     at com.bea.wli.sb.transports.CoLocatedMessageContext.sendResponse(CoLocatedMessageContext.java:305)
     at com.bea.wli.sb.transports.CoLocatedMessageContext.close(CoLocatedMessageContext.java:285)
     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 com.bea.wli.sb.transports.Util$4.invoke(Util.java:351)
     at $Proxy166.close(Unknown Source)
     at com.bea.wli.sb.pipeline.MessageProcessor.finishProcessing(MessageProcessor.java:422)
     at com.bea.wli.sb.pipeline.RouterCallback.onReceiveResponse(RouterCallback.java:108)
     at com.bea.wli.sb.pipeline.RouterCallback.run(RouterCallback.java:183)
     at weblogic.work.ContextWrap.run(ContextWrap.java:41)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>

Hi,
Did you find a solution for this? I am stuck with this error. can you please help

Similar Messages

  • Asynchronous Web Service Request-Reply Invocation from Service Control

    Hi all
    I need to invoke a reliable web service call using a Service Control. when trying to make that invocation for an operation that returns data. It gives the following exception. For the methods that marked with @Oneway() annotation in the service implementation, it works.
    javax.xml.rpc.JAXRPCException: Reliable messaging will only work with one way messages or asynchronous request/response messages.
    </bea_fault:stacktrace></detail>]; nested exception is:
    weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Reliable messaging will only work with one way messages or asynchronous request/response messages.
    Caused by: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [Reliable messaging will only work with one way messages or asynchronous request/response messages.
    ] FaultActor [null] Detail [<detail><bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">javax.xml.rpc.JAXRPCException: Reliable messaging will only work with one way messages or asynchronous request/response messages.
    </bea_fault:stacktrace></detail>]; nested exception is:
    weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Reliable messaging will only work with one way messages or asynchronous request/response messages.
    So I need to make Asynchronous Request-Reply Invocation from Service Control, which is apparently doesn't happen in this case.
    Thanks

    Hi HP,
    I included the following snippet in job source:
    //Set completion strategy to external
    jcsJobContext.setCompletionStrategy(CompletionStrategyType.External);
    I get the following error when compiled:
    JCS-102183: Compile failed for Job Definition SOAP_GlobalWeatherSoap_GetCitiesByCountry (Latest Version): SOAP_GlobalWeatherSoap_GetCitiesByCountry.java:user code 24:40:cannot find symbol symbol : variable CompletionStrategyType location: class com.redwood.scheduler.custom.SOAP_GlobalWeatherSoap_GetCitiesByCountry jcsJobContext.setCompletionStrategy(CompletionStrategyType.External);
    I am not able to find any information from the API documentation on the method setCompletionStrategy, so I'm not able to figure what type of variable am i passing, so that i can initialize it. Please shed some light on it.
    Also there is no path called Scripting > Built-In Web Services
    I have only Scripting>Published Web Services
    Thanks
    Nanda

  • JCA Inbound adapter error

    Hi everybody,
    I have an ESB project which reads a file from a folder and writes it into another folder. The issue is that sometimes it works ok, but some others the in adapter fails and I get this error:
    JCA inbound adapter service listener for "SUBIRA.INM.LeerCarpetaINM_RS.LeerINM" with endpoint ID "[LeerINM_ptt::LeerINM(opaque)]" has
    been requested to shutdown by Resource Adapter due to fatal error. Reason : ORABPEL-11004
    Error al publicar el mensaje.
    Se ha producido un error al publicar el mensaje del archivo C:\FTPINM\20070402221542_82AVC00001540.dat
    Compruebe la pila de errores y corrija la causa del error. Póngase en contacto con los Servicios de Soporte Oracle si no se puede
    corregir el error.
    Resuming it in english it would be: Error trying to publish the message. An error has occurred while publishing the file message. Check the error stack and fix it. Contact Oracle Support Services if you are not able to fix the error.
    This error appears randomly, I mean, I haven't change anything in the project. Any suggestions?

    Hi alex,
    Cause of problem
    Both OC4J running BPEL and the database adapter reached the maximum number of connections and were unable to establish new ones.
    The reason for the problem is a database adapter Bug 5595347.
    According to Bug 5595347, the database adapter might leave open connections behind.
    The fix for Bug 5595347 is included in Patch 5638122.
    Solution
    To implement the solution, please execute the following steps:
    Apply Patch 5638122.
    References
    Bug 5595347 - ORIONCMTCONNECTION NOT CLOSED IN ORABPEL~OC4J_BPEL~DEFAULT_ISLAND~1
    Note 314422.1 - Remote Diagnostic Agent (RDA) 4 - Getting Started
    Patch 5638122 - MERGE LABEL REQUEST ON TOP OF 10.1.2.0.2 FOR BUGS 5149866 5595347 5205630
    Cheers,
    Abhi...

  • Request status in Fail over

              Process to Find request status if fail over happen in middle of some request at
              application level, because I need this to do control at application level. Some
              will help me in this issue.
              

    failover is automatic. you only failover for idempotent method invocations.
              there is no control that you can use in the application. except when the
              failover also fails and returns an exception to the application for the
              application to handle.
              sree
              "srouthu" <[email protected]> wrote in message
              news:40bec785$1@mktnews1...
              >
              > Process to Find request status if fail over happen in middle of some
              request at
              > application level, because I need this to do control at application level.
              Some
              > will help me in this issue.
              

  • I can not create a JCA Service (Request / Response)

    Hi
    I need to generate a JCA Service (Request / Response) to call a MBF that exists in JDE.
    I install Oracle Applications Adapters 11.1.1.3.0 in Oracle SOA Suite 11.1.1.4.0 and follow the Installation Guide and User Guide for applications adapters.
    I can view the Business Functions that I packaged with Genjava but when I try to Generate a JCA Service (Request / Response) does not generate the expected files.
    The machine on which I have installed the adapters is different from the machine where it was installed JDE
    The first warning message appears when i connect to the target:
    ADVERTENCIA: Unable to successfully register object with name 'jde:instanceName=*unknown.syworksoa*,metricName=jdenet_connection_manager,metricType=runtime.
    javax.management.RuntimeMBeanException: RuntimeException thrown in preRegister method
    Note: sywork-soa is the machine on which I have installed the adapters.
    The second message appears when i try to generate the JCA Service from a MFB in application explorer.
    java.lang.NullPointerException
    at java.io.StringReader.<init>(StringReader.java:33)
    at com.iwaysoftware.af.container.tools.wsdl.oracle.WSDLGenerator.getType
    Definition(WSDLGenerator.java:546)
    at com.iwaysoftware.af.container.tools.wsdl.oracle.WSDLGenerator.addRequ
    estResponseElements(WSDLGenerator.java:220)
    at com.iwaysoftware.af.container.tools.wsdl.oracle.WSDLGenerator.createW
    SDL(WSDLGenerator.java:275)
    at com.iwaysoftware.af.container.tools.wsdl.oracle.WSDLGenerator.getWSDL
    Document(WSDLGenerator.java:199)
    at com.iwaysoftware.af.container.tools.wsdl.oracle.IWayWSILBrowser.gener
    ateIWayWSDL(IWayWSILBrowser.java:130)
    at com.iwaysoftware.af.container.OracleAEManager.generateWSDL(OracleAEMa
    nager.java:83)
    at com.iwaysoftware.af.container.OracleAEManager.generateWSDL(OracleAEMa
    nager.java:64)
    at com.iwaysoftware.af.container.ae.AEComponentMessage.buildEXPORTWSDL(A
    EComponentMessage.java:182)
    at com.iwaysoftware.af.container.ae.AEComponentMessage.build(AEComponent
    Message.java:86)
    at com.iwaysoftware.af.container.ae.AEComponentMessage.<init>(AEComponen
    tMessage.java:58)
    at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:134)
    at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFCon
    tainer.java:809)
    at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:279)
    at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:164)
    at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:98)
    at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:1
    66)
    at com.iwaysoftware.iwae.common.AdapterClient.generateWSDL(AdapterClient
    .java:437)
    at com.ibi.bse.gui.ExportWSDLDialog.saveWSDL(ExportWSDLDialog.java:502)
    at com.ibi.bse.gui.ExportWSDLDialog.okButtonActionPerformed(ExportWSDLDi
    alog.java:416)
    at com.ibi.bse.gui.ExportWSDLDialog.access$000(ExportWSDLDialog.java:29)
    at com.ibi.bse.gui.ExportWSDLDialog$2.actionPerformed(ExportWSDLDialog.j
    ava:387)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
    95)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
    a:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:387)
    any help you can give me I am very grateful
    Carlos Andres Gonzalez.

    I have tried to create an account via ePrintCenter and it seems that the published application has several flaws in interpreting the provided input.
    1) In the Filed for last Name I enter my last name, which consist of only Alph Characters. The form however thinks that there is some sort of special character and rejects my Input.
    2) E-Mail address. is not identical; OK, so I do a quick OCR on the E-Mail and guess what they are identical. Again the form Fails to recognize this.
    3) Enter a password (2 Fields) and a third is displayed which is marked as "*required" but is not labeled as to what the required info could possibly be. Or is it a 3 password confirmation box, who knows.
    All I know is that a simple registration is a major pain with this HP site.
    Any Help as to how to alleviate this would of course be greatly appreciated.

  • Request message mapping failed in QAS server

    Hi ,
    I've transported the Developed  objects from DEV Server to QAS Server using CTS method , now when i m making any changes in the development system and re transporting it back to quality server , its showing one or the other error ,
    In one case it shows "Request message mapping failed"  just we added one filed and mapped it. The filed can be seen in the repository but in the moni it says this filed is missing  even though it is working fine in development, but in quality , i dont know why this problem is coming
    The scenario is jdbc -
    > xi ---> proxy,
    this problem is only is quality , in dev its working fine
    pl help  , i running short of time , 
    rgds
    mojib

    Ravi,
    In test tab , both in message mapping and configuration , its successful but still this error..
    rgds
    mojib

  • Uploading Photos to MobileMe Gallery results in "Request to Server Failed"

    Hello everyone!
    I've run across a very frustrating problem.
    I am wanting to upload some photos to a MobileMe gallery from within iPhoto '08 (Version 7.1.4; Mac OS X 10.4.11). When I start the upload, it runs for several minutes and the progress bar appears with the message "Uploading Thumbnails". After several minutes of this (usually the progress bar gets about 1/4 of the way through), I get an error message that says "Request to Server Failed". If I try to then restart the upload by clicking on the alert icon next to the gallery name in the sidebar, the gallery disappears.
    I have tried deleting the iPhoto caches from ~/Library/Caches and the "com.apple.iPhoto.plist" file from ~/Library/Preferences. I have logged out of MobileMe from System Preferences and had iPhoto log me back in. Nothing seems to work. I keep getting this error.
    I have published photos to .Mac Gallery in the past (but not since the transition to MobileMe. Those galleries are still there on the web and listed in the sidebar. I'm afraid of messing with them though for fear that they too will disappear.
    I've done Google searches and searches here on Apple Discussions and found no definite solutions.
    I could really use some help on this one. Any assistance would be greatly appreciated!
    Thank you!

    How many galleries do you have? If only a few try deleting them manually from the iDisk/Web/Sites/_gallery folder and republish from iPhoto.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Synchronous HL7 Inbound request-reply

    Hello All,
    This is my first please sorry for any mistakes
    I'm currently using,
    Oracle JDeveloper 11g Release 1 (11.1.1.7.0)
    Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
    My task looks very simple
    I need synchronous HL7 Inbound request-reply.
    What I'm trying to do is:
    Using Jdeveloper create SOA composite project
    1) Set up synchronous HL7 Inbound request-reply using "HL7 Adapter" (Inbound type: QRY_T12, Outbound type: DOC_T12)
    2) Set up synchronous BPEL (also tried specify later) and wire it to "Exposed service" created on step 1
    3) Add simple transformation between BPEL Recieve and Reply (setting ACK.1 == "AA")
    Compile: no warnings or errors
    Deploy: no warnings or errors
    Send HL7 message -> getting "IDeliveryService.post() invoked for two-way operation 'request-reply'. This method can only be used to invoke one-way operations which don't return any messages. Please check the WSDL which defines this operation and use the method IDeliveryService.request() to invoke a two-way operation"
    What am i doing wrong?
    Is such thing as HL7 request-reply is possible?
    Will highly appreciate any help, being struggling with this more than a week
    Thanks in advance!
    PS Endpoint Acknowledgement Mode is set to SYNC

    Bob,
    I don't think PS4 (11.1.1.5) has this option available -
    http://docs.oracle.com/cd/E21764_01/integration.1111/e10229/intro_ui.htm#CHDEGEEB
    Please re-check your local setup version.
    Regards,
    Anuj

  • RWCGI - Recieves Request only in GET???

    Hi,
    We have a problem, where our URL with Query parameters is beyond 2048 chars. The browser trims beyond 2048 chars and submits(This is IE limitation) and Reports server fails in serving the request.
    We wanted to send the request to CGI as POST, but looks lik CGI re-directs back as GET only?
    Now my question is Does RWCGI recieves the request only in HTTP - GET?
    We are using Reports 6i.
    Any info is highly appreciated.
    Regards
    Arun

    Hello James,
    You can delete the previous data from PSA if it not required instead of looking for the request ID. Suggest not hard-coding the request number in the Start routine.
    You can include PSA deletion process as part of process chain to make sure only the latest data remains in the PSA.
    Hope this helps.
    Cheers
    Bala

  • Iphoto/MobileMe request to server failed

    In attempting to publish an iPhoto album (Life '09) on MobileMe after loading the thumbnails, I receive a message that it cannot publish that album "request to server failed". I have Life '09 version of iPhoto and my MobileMe account is working well otherwise for mail. When I look at my Gallery on MobileMe I see the name of the album I am trying to publish and only when I mouseover the blank box which should show the photos do I see the photos. beneath the box it is written, "no photos". I have previously published four albums with no problem. Is there a problem with the MobileMe Server or with iPhoto?

    It's very frustrating when these things don't work and extremely time consuming when solving these issues ...but persistence does pay off!
    Initially I had exactly the same issue. I then tested to see if I could publish another set of photos to my Mobile Me account from one of my other macs, and presto, no issues!!
    I then proceeded to copy all the photos from one computer to the other. Once done I had a dialogue box that told me there was an issue with one photo and I could not transfer it to my MacBook Pro ...that's when I found out that this photo was causing a "request to server failed" error! I deleted the photo, and tried again. Now it's happy, and my album is uploaded to MobileMe.
    Sometimes the smallest of problems become the biggest, it's worth cross checking all your bases

  • ProcessControl invocation failed - Process not found

    I have built and deplyed a small integration application. When I try to test this
    application I get the following run-time error:
    [WLI-Core:530214]ProcessControl invocation failed[Service at /TestWeb/process/AddProcess.jpd
    not found]
    caused by: : com.bea.wlw.runtime.core.dispatcher.ServiceHandleException: Service
    at /TestWeb/process/AddProcess.jpd not found
    I am pretty sure that this process is deplyed on the server. I can see the following
    modules deployed in the WebLogic console:
    .workshop/TestWeb/EJB/AddProcess_54emdkdnnj
    .workshop/TestWeb/EJB/AddProcessControl_54emdkdnnj
    The JNDI tree also has entries for /TestWeb/process/AddProcess and /TestWeb/process/AddProcessControl.
    Any idea what is going on?
    Thanks.

    Well, I cannot reproduce the problem anymore. I don't know what changed!
    Steven Ostrowski <[email protected]> wrote:
    And does the WLI Console show AddProcess under the Process Instance Monitor?
    Naresh Bhatia wrote:
    I have built and deplyed a small integration application. When I tryto test this
    application I get the following run-time error:
    [WLI-Core:530214]ProcessControl invocation failed[Service at /TestWeb/process/AddProcess.jpd
    not found]
    caused by: : com.bea.wlw.runtime.core.dispatcher.ServiceHandleException:Service
    at /TestWeb/process/AddProcess.jpd not found
    I am pretty sure that this process is deplyed on the server. I cansee the following
    modules deployed in the WebLogic console:
    .workshop/TestWeb/EJB/AddProcess_54emdkdnnj
    .workshop/TestWeb/EJB/AddProcessControl_54emdkdnnj
    The JNDI tree also has entries for /TestWeb/process/AddProcess and/TestWeb/process/AddProcessControl.
    Any idea what is going on?
    Thanks.

  • Read of HTTP Request POST parameters failed:Read timed out

    Hi !
    Any one seen this exception . any ideas of the cause?
    java.lang.RuntimeException: Read of HTTP Request POST parameters failed: Read timed out
    at org.apache.catalina.connector.HttpRequestBase.parseParameters(HttpRequestBase.j ava:665)
    at org.apache.catalina.connector.HttpRequestBase.getParameterValues(HttpRequestBase.java :737)
    at org.apache.catalina.connector.RequestFacade.getParameterValues(RequestFacade.java:170 )
    Thanks,

    Assuming there is nothing wrong with
    org.apache.catalina.connector.HttpRequestBase.parseParameters
    I can only think of 2 things:
    1. The timeout is set for an extremely short time in the Apache settings (server.xml&#51032;)
    2. The client application is sending the POST verry slow or incorrect. For example the
    client says that the POST is 500 long than sends 200 and leaves the connection open.
    You can try and post the following:
    request.txt:
    POST /somePath/somefile.js HTTP/1.1
    Host: localhost:44
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 45
    depreciatedButWontPostWithoutAName=some+valueThe client sending the request:
    import java.io.*;
    import java.net.*;
    import java.io.DataOutputStream;
    import java.applet.Applet;
    public class appTest extends Applet implements Runnable {
         public static final int HTTP_PORT = 80;
         public static final String hostName = "localhost";
         public void run() {
              try{
                   InetAddress addr = InetAddress.getByName(hostName);
                   Socket s = new Socket(addr,HTTP_PORT);
                   BufferedWriter wr = new BufferedWriter(new OutputStreamWriter(s.getOutputStream(), "UTF8"));
                   s.setSoTimeout(2000);
                   File fileToSend = new File("request.txt");
                   FileInputStream fleHTML = new FileInputStream(fileToSend);
                   StringBuffer sbHTMFile = new StringBuffer();
                   int b = fleHTML.read();
                   while(b!=-1){
                        sbHTMFile.append((char) b);
                        b = fleHTML.read();
                   wr.write(sbHTMFile.toString());
                   wr.flush();
                   BufferedReader rd = new BufferedReader(new InputStreamReader(s.getInputStream()));
                   String line;
                   while ((line = rd.readLine()) != null) {
                        System.out.println(line);
                   wr.close();
                   rd.close();
                   } catch (Exception e) {
                        e.printStackTrace();
         public void init(){
              new Thread(this).start();
         public appTest(){
              new Thread(this).start();
         // main program
         public static void main(String argv[]) throws Exception {
              new appTest();
    }In appTest.java change HTTP_PORT to the port you need and hostName to the
    hostname you need.
    In request.txt change the /somePath/somefile.js to the location you desire.
    And change Host: localhost:44 to the hostname and post you desire.

  • Request to server failed-message I get when trying to publish to MobileMe

    Hi-I am having issues with my iPhoto '09 publishing to MobileMe Gallery. I have had 2 chats with MobileMe technicians and after a lengthy discussion it appears that it's a problem with iPhoto '09. I get a message that the request to server failed. It attempts to publish but then I get that message.
    In talking with the MobileMe guys I tried all sorts of things: logging in to MobileMe with a test MobileMe user name and password; tried publishing just one photo; I had repaired permissions already; logged out of my main admin account and logged into a test user account (this was the only method that worked to publish) and; uploaded pictures from my MobileMe Gallery to iPhoto (this worked). There were all sort of other tricks I tried but I can't remember them all.
    I should mention that earlier this week I had an issue that resulted in me having to do an Erase and Install of my operating system. My MBP had an "Invalid Node Structure." I restored my stuff from my Time Machine backup and all seems to be working fine except for publishing to MobileMe. I also installed the 10.6.2 Combo update thinking that maybe there was a small piece missing from the update I did via Software Update. It didn't make any difference.
    I also used my husband's MacBook to see if I could publish from his iPhoto '08 and yes, I was able to.
    The last MobileMe guy I talked to said to talk to Apple but since I am not home and don't have my case number with me, I thought I'd try posting here first.
    I have some great pictures of my grandson that are just waiting for my family to see so I would be grateful if someone could help me. One thing I was wondering is that when I installed my operating system, I did not install any apps from the Application disk-could that be the problem? Well, anyway, any help would be appreciated! Judy

    Let me summarize what you've tried:
    1 - deleted iPhoto's pref file.
    2 - cleared the cache by logging out of MMe (System/MMe preference pane), logging in with bogus username and password which clears the cache and then logging back in with the correct username and password.
    logged out of my main admin account and logged into a test user account (this was the only method that worked to publish) and; uploaded pictures from my MobileMe Gallery to iPhoto (this worked).
    That indicates that there's something amiss with your primary account that is causing the problem. It could be a preference file other than iPhoto's. Here's how to determine if that's the case:
    Trouble Shooting Preferences in Leopard
    1 - Create a folder titled "Preferences A" on the Desktop.
    2 - Open the working Preferences folder, HD/Users/your_name/Library/Preferences, and move the contents to the Preferences A folder on the Desktop.
    3 - With the working Preferences folder empty run the application again and determine if the problems is fixed.
    NOTE: you may have to drag the contents of the working folder to the trash and empty if moving the contents to the A folder only copies them instead of moving.
    4 - If the problem is fixed:
    A - open the working Preferences folder (HD/Users/your_name/Library/Preferences).
    B - Open the Preferences A folder on the Desktop, select all of the contents and drag them into the working Preferences folder.
    C - When the Copy window pops up check the "Apply to All" check box and then click on the Don't Replace button.
    Click to view full size
    5 - If the problem is NOT fixed, empty the working Preferencess folder and move the contents of the Preferences folder on the desktop back into it.

  • Iphoto lost all photos - request to server failed?

    I have a 2011 intel iMac. It is the (supposedly) powerful 3.1ghz i5, and i upgraded the RAM to 12 Gig. Before buying this machine I had a 2008 iMac and LOVED it, it was superb. But this machine is SLOWER than that one was?! I am running OSX lion, iLife 09 and iWork 11. I am having a nightmare with this machine, it hands constantly, i only have a few apps open and still it can take 5-10 seconds (beachballing) for finder to draw my files when i open a folder. This can't be right. I have reloaded the entire machine from scratch twice by  cloning files off and then MANUALLY rebuilding it (not using Migrate Assistant to ensure to i was not bringing any bad data or bugs across from old installation or old machine).
    It is slow as a dog, way slower than my old iMac which had a mere 2 Gig of Ram! If i open more than 10 browser tabs in Safari it goes so slow I can't use the internet. The machine crashes at least twice a week and just hands so I have to force shutdown, and my latest error is iPhoto just lost ALL my photos, 5 years worth and gives the error "Request to server failed" but says nothing else of any use. I am hoping to recover them with TimeMachine but wait and see on that score as nothing seems to be right with this machine so no doubt TM will play up as well.
    I have VMWare Fusion installed, latest version. It does seem slower when running that, but it still crashed and plays up when that is not running so I am sure that is not the source of any problems, it just makes them a bit worse due to processor usage.
    Is it possible to get an iMac diagnostically checked (hardware) at an Apple store? It is still under warranty this machine, but I can't drop it off at a store without wiping all my data (clone) to external drive, because I have confidential information stored on it which I can't leave on if the machine leaves my office.
    Appreciate it if anyone with any similarly bad experiences of newer iMacs could chip in and suggest any ideas. I struggled to afford to buy this machine, and thought it would sky rocket my performance and speed after my old machine started to get slow due to age, but even at its worst it was never this bad. I am now a very very disappointed Apple lover, ex-lover?!
    One final point I should mention, I upgraded the RAM myself, using proper stuff from Crucial. I read that it didn't matter what order the RAM cards were fitted in, is that true or should I try moving them around?
    Thanks

    Thanks very much for such a quick reply, really appreciate any help I can get with this as I have basically had problems daily for months now and its really ruining my business now. I am not as techie savvy as many others on here, but will do my best.
    I did everything you said and here are the results:
    Activity Monitor shows top 3 (fluctuating) processes as:
    shockwave flash (chrome Plug-In Host) 26% now but jumping between that and down to 8%
    Google Chrome renderer 3-7%
    Safari Web Content this varies usually between 2% right up to well over 100% (i have seen 120%). When machine is playing up i often see this as being over 100%.
    Memory Tab:
    2.1MB Pageouts
    Disk Usage - free space is, have a 1TB drive so plenty of free space. 289 GB free
    I looked in Console. Have never looked at that before.
    I clicked "All Messages" and notice something possibly a bit odd.
    There are THOUSANDS of messages like this one:
    "29/05/2012 18:41:54.292 1PasswordAgent: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x1058098d0 {NSLocalizedDescription=Socket closed by remote peer}" - I use 1Passwd to manage my passwords for browsers. There are lines and lines of these in Console messages. Looking through them, they appear every single minute of every hour, sometimes two per minute. They all look identical to this one quoted here.
    Another noteworthy message in Console is:
    "29/05/2012 19:21:17.000 kernel: IOSurface: buffer allocation size is zero". There was one in last few minutes, a few 20 mins ago, and some further up but not on any pattern of frequency.
    Should I paste a long list in here so you can see what my console looks like?
    Thanks so much

  • SCOM 2012 SP1 "Task invocation failed with error code -2146232576"

    Hi,
    I`m trying to discover a Linux RHEL 5.9 Server which is in another untrusted domain and from the Discovery wizard I receive the following error:
    Task invocation failed with error code -2146232576. Error message was 0x80131700.
    Any ideas ?
    Greetings.

    Hi,
    @Simon, I restart the SCOM services and I also verify the UAC and it's disabled.
    @Mai Ali, thank you for you reply. I don't have a "&" symbol in my password, but only a "$" ..I hope it's fine.
    If the SCOM discovery doesn't work, I installed the agent manually on the Linux server.
    BTW I also use a "monuser" account configured using this procedure:
    http://social.technet.microsoft.com/wiki/contents/articles/7375.configuring-sudo-elevation-for-unix-and-linux-monitoring-with-system-center-2012-operations-manager.aspx
    I also verify the ports 22 and 5723 and are opened, but I also noticed that if you restart the scxadmin, is listening on HTTPS on port 1207.
    Now..if I try to re-discover the Linux server from SCOM, I receive the following error:
    "The pool managing the instance is not available or the location monitoring object cannot be found"
    Regards.

Maybe you are looking for

  • Can I enter Credit Card for iTunes account on web?

    I just created an iTunes account recently for my son who has an iPad.  He'll be using this to purchase apps.  He has the iPad and also his Mac which has iTunes on it.  I want to be able to enter my credit card information into his account so that any

  • How to get the component name in webdynpro

    Hi all,         how can i get the name of the webdynpro component. The component is being displayed in the portal. Now i need the component name for this.Can any one suggest of how to get this. Regards, Kalyan Chakravarthi.M

  • Upgrade to CUCM 7.1

    I need to perform an upgrade from 6.1.3 to CUCM version 7.1 for phones that support 6921. Grateful to indicate the link of the guide which explains step by step procedure. greetings

  • OC4J 10.1.2 - No XPathFactory implementation found for the object model

    Hello, We are doing some maintenance on an old 10.1.2.3.0 container. The project has to be extended with a library built with xml-apis-1.3.03.jar. I know you will suggest a upgrade, but that is a no-go - sorry, since other projects also are running o

  • Setup of NI-TimeSync with MAX in LabVIEW 2010

    Hi, I have a set of PXI systems running LabVIEW 2010 RT and want to start using NI-TimeSync for my timestamping.   My systems have NI-TimeSync 1.0.1 installed and NI-Sync 3.2.1 installed.  I have a system with a PXI-6682 card in slot 2, and have succ