SOAP call causes POA to crash

Hi,
I have GroupWise 8 SP1 HP1 installed on a Windows server with the SOAP services enabled.
I'm trying to test the SOAP services using the vcsClient example solution shipped in the novell-gwsoap-devel-2008.12.23-1cross_platform NDK.
The problem I am having is that when the vcsClient calls the GroupWise service it causes the POA to crash with the following error
Faulting application gwpoa.exe, version 8.0.1.9145, faulting module gwenv1.dll, version 8.0.1.9145, fault address 0x0059ee3a.
Is this a known issue with the version of the POA I'm running or with the sample app?
Thanks in advance

This short answer is I don't know.
I created a bug to investigate.
What version of .NET are you using?
Preston
>>> On Wednesday, May 26, 2010 at 3:56 AM,
paulward<[email protected]> wrote:
> Hi,
>
> I have GroupWise 8 SP1 HP1 installed on a Windows server with the SOAP
> services enabled.
>
> I'm trying to test the SOAP services using the vcsClient example
> solution shipped in the
novell‑gwsoap‑devel‑2008.12.23‑1cross_plat form
> NDK.
>
> The problem I am having is that when the vcsClient calls the GroupWise
> service it causes the POA to crash with the following error
>
> Faulting application gwpoa.exe, version 8.0.1.9145, faulting module
> gwenv1.dll, version 8.0.1.9145, fault address 0x0059ee3a.
>
> Is this a known issue with the version of the POA I'm running or with
> the sample app?
>
> Thanks in advance

Similar Messages

  • Network call causes app to crash in WP8

    I have created hybrid app using cordova. We have 1 post service which gives list of cities. When app hits the service, app gets crashed. This network call working fine in android and iOS.
    Message is : 
    An unknown error has occurred. Error: 80020101.
    Source is : 
    Microsoft.Phone.Interop
    Stack Trace is :
       at Microsoft.Phone.Controls.NativeMethods.ValidateHResult(Int32 hr)
       at Microsoft.Phone.Controls.WebBrowserInterop.InvokeScript(String scriptName, String[] args)
       at Microsoft.Phone.Controls.WebBrowser.InvokeScript(String scriptName, String[] args)
       at WPCordovaClassLib.CordovaLib.XHRHelper.HandleCommand(String commandStr)
       at WPCordovaClassLib.CordovaView.CordovaBrowser_ScriptNotify(Object sender, NotifyEventArgs e)
       at Microsoft.Phone.Controls.WebBrowser.FireScriptNotifyEvent(String value)
       at Microsoft.Phone.Controls.WebBrowserInterop.ReversePInvokeThunk.OnScriptNotify(Int32 webBrowserControlId, String value)
    I made wp8 native app and just wrote above network call. here it works fine and returns list of cities. But in hybrid app it directly crashes app as soon as it hits service.
    As app is hybrid, I do not find any way to debug this issue.

    Do you have IsScriptEnabled = true in the WebBrowser control?
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Calling throwNew 2 times cause hotspot to crash

    I've been running into a problem in my program where it would crash if we
    happened to call throwNew 2 times in a row (from different invocations of
    a native method). I have been able to reproduce this in a very simple test case.
    basically I have code which does the following in Java:
    for (int i = 0; i < 2; i++) {
    try {
       jniException.loadLib(args[0]);
    catch(Exception e) {
       e.printStackTrace();
    }In my native code I do the following:
        (*env)->ExceptionClear(env);
        throwJavaException(env, "Throw test error");The throwJavaException function is as follows:
    static jboolean throwJavaException(JNIEnv* env, const char* err)
         static jclass clz = NULL;
         jboolean ret = JNI_TRUE;
    // see if we have gotten the class yet
         if (clz == NULL)
              // nope, clear any existing exceptions
            (*env)->ExceptionClear(env);
            // Find the exception class
              clz = (*env)->FindClass(env, "java/lang/Exception");
            // again clear any exceptions created by the above
              (*env)->ExceptionClear(env);
              if (clz == NULL)
                   // We did not get the class, fail
                   ret = JNI_FALSE;
         if (ret == JNI_TRUE)
              // Everything is OK, throw the exception
              if ((*env)->ThrowNew(env, clz, err) != 0)
                   // eek - failed. now what??!!
                   ret = JNI_FALSE;
         return ret;
    }When I run this code I get the following output:
    C:\Documents and Settings\jmars\workspace-jnitest\jni_exp>java jniException nosuchlib
    java.lang.Exception: Throw test error
    at jniException.loadLib(Native Method)
    at jniException.main(jniException.java:28)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6baad0, pid=10056, tid=492
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)
    # Problematic frame:
    # V [jvm.dll+0x8aad0]
    # An error report file with more information is saved as hs_err_pid10056.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    C:\Documents and Settings\jmars\workspace-jnitest\jni_exp>notepad hs_err_pid10056.log
    As you can see the first exception is caught and printed, but the second call causes the VM to crash.
    Any ideas what I might be doing wrong?
    I have this simple example and I can send it to you to look at if you want.
    Thanks

    Hi Jim,
    the previous poster was right that removin the "static" from jclass clz will work, but if you know the reason, you will find another solution.
    The jclass returned from FindClass is a reference to a java.lang.Class object. It is a so called local rerefence which means, that it gets freed when the JNI call returns. So after calling your throwJavaException for the first time you end up with a value in clz which is an invalid local reference.
    One solution is of course to acquire the clz each time. Another solution would be to create a global reference and to store that in clz:
    jclass clz = (jclass)(*env)->NewGlobalRef(env, (*env)->FindClass(env, "java/lang/Exception")));This clz value is then valid during multiple JNI invocations. To clean up, you should however delete this global reference when the Java class owning the JNI code gets unloaded, i.e. in a finalizer.
    Hope this helps and makes things clearer.
    Martin

  • Iisforward.dll causes IIS5 to crash

    Hello,
    I followed the installation procedure for the ISAPI filter iisforward.dll, but, as
    soon that i have registered the .dll. IIS crashes each time I send an HTTP request
    (even if it is a classical one wo proxying).
    Can someone help me ?
    My configuration is :
    WLCS 3.2/WLS 5.1 SP6/W2K Server/IIS5
    Thanks in advance,
    Yannick

    This short answer is I don't know.
    I created a bug to investigate.
    What version of .NET are you using?
    Preston
    >>> On Wednesday, May 26, 2010 at 3:56 AM,
    paulward<[email protected]> wrote:
    > Hi,
    >
    > I have GroupWise 8 SP1 HP1 installed on a Windows server with the SOAP
    > services enabled.
    >
    > I'm trying to test the SOAP services using the vcsClient example
    > solution shipped in the
    novell‑gwsoap‑devel‑2008.12.23‑1cross_plat form
    > NDK.
    >
    > The problem I am having is that when the vcsClient calls the GroupWise
    > service it causes the POA to crash with the following error
    >
    > Faulting application gwpoa.exe, version 8.0.1.9145, faulting module
    > gwenv1.dll, version 8.0.1.9145, fault address 0x0059ee3a.
    >
    > Is this a known issue with the version of the POA I'm running or with
    > the sample app?
    >
    > Thanks in advance

  • Ca60.dll causes RWRBE60 to crash

    We have a custom form with a custom menu that we use to select
    and run our custom reports.
    The whole system works fine using Developer 1.6.1 against
    Oracle 7.3.4 (VMS)in our production environment.
    The form / report server is NT sp4.
    The forms, menu's and reports have all been converted
    succesfully to Developer 6i against Oracle 8.1.6 (VMS)
    on the same NT form /report server.
    All reports run fine in report builder.
    The user selects a report to run by double clicking it. The
    problem is our 'simple' reports run fine from the
    menu, but the more complex reports cause RWRBE60 to throw an
    invalid page fault in module CA60.dll.
    This causes the background engine to crash and the menu to
    freeze because of an illegal operation.
    Has anyone else run into this? How did you fix / work around it?
    Thank you

    This short answer is I don't know.
    I created a bug to investigate.
    What version of .NET are you using?
    Preston
    >>> On Wednesday, May 26, 2010 at 3:56 AM,
    paulward<[email protected]> wrote:
    > Hi,
    >
    > I have GroupWise 8 SP1 HP1 installed on a Windows server with the SOAP
    > services enabled.
    >
    > I'm trying to test the SOAP services using the vcsClient example
    > solution shipped in the
    novell‑gwsoap‑devel‑2008.12.23‑1cross_plat form
    > NDK.
    >
    > The problem I am having is that when the vcsClient calls the GroupWise
    > service it causes the POA to crash with the following error
    >
    > Faulting application gwpoa.exe, version 8.0.1.9145, faulting module
    > gwenv1.dll, version 8.0.1.9145, fault address 0x0059ee3a.
    >
    > Is this a known issue with the version of the POA I'm running or with
    > the sample app?
    >
    > Thanks in advance

  • SOAP  Call to SAP RFC

    Hi,
    I have a scenario in which I am calling a RFC from SOAP client. RFC has been exposed as a web service. The RFC takes a table parameter. The Table param is Not Optional.
    Everything works fine except when I try to send an invalid value in the Export Param to the RFC. The SOAP Call Fails and I get a fault Message.
    If there is an invalid value in the Export Param the Table Parameter is Null. So is that the reason why the SOAP call fails??
    Any help regarding this would be appreciate. Tried searching OSS but could not find anything on this.
    Here is the Fault Message:
    <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
      <SOAP:Body>
        <SOAP:Fault>
          <faultcode>SOAP:Server</faultcode>
          <faultstring>failed to call the adapter engine</faultstring>
          <detail>
            <s:SystemError xmlns:s='http://sap.com/xi/WebService/xi2.0'>
              <context>XIAdapter</context>
              <code>DeliveryException</code>
              <text><![CDATA[
    com.sap.aii.af.mp.module.ModuleException
         at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:697)
         at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl3.process(ModuleLocalLocalObjectImpl3.java:103)
         at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java(Compiled Code))
         at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0.process(ModuleProcessorLocalLocalObjectImpl0.java(Compiled Code))
         at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:513)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java(Compiled Code))
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java(Compiled Code))
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Inlined Compiled Code))
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Compiled Code))
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code))
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code))
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code))
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code))
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: com.sap.aii.messaging.srt.BubbleException: failed to call the adapter engine [null "null"]; nested exception caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:
         at com.sap.aii.af.mp.soap.ejb.AFCallerApplication.perform(AFCallerApplication.java:122)
         at com.sap.aii.messaging.srt.ApplicationBubble.onMessage(ApplicationBubble.java:29)
         at com.sap.aii.messaging.srt.ExtensionBubble.onMessage(ExtensionBubble.java:56)
         at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:576)
         ... 21 more
    Caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java(Compiled Code))
         at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:123)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java(Compiled Code))
         at com.sap.engine.frame.core.thread.Task.run(Task.java(Compiled Code))
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java(Compiled Code))
              ]]></text>
            </s:SystemError>
          </detail>
        </SOAP:Fault>
      </SOAP:Body>
    </SOAP:Envelope>
    Thanks
    Ashish

    Hi Ashish,
    Were you able to resolve this problem? I am facing a similar situation.
    After doing all the steps necessary when I try to send a request to the soap_sender channel I get a message unable to post:error 500
    ANy help would be appreciated.
    Thanks

  • Microsoft Office for Mac open recent File menu option causing AFP to crash

    Hi all,
    We have an Xserve running Mac OS X Server Leopard 10.5.8. The Xserve hosts three file shares for about 60 users. Our network is 99% Mac based running mostly 10.5.8 with a few 10.6.x. We have historically over the past several years had the AFP service become unreliable and crash frequently. Late last week the AFP service crashes constantly. The quick solution to getting it up and running is to delete the AFP.conf file in /etc.
    We have troubleshot one cause of AFP crashing to the Open Recent... File menu option in Microsoft Office for Mac applications. That is, through some amount (haven't been able to narrow it down to how much) of opening documents on the share via the Open Recent menu the AFP service will crash.
    Here's what's happening in the AppleFileServer .crash file:
    Process: AppleFileServer [26065]
    Path: /usr/sbin/AppleFileServer
    Identifier: AppleFileServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-04-12 13:25:54.666 -0700
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: 273147DD-D725-4DAB-B403-95391FF85FE1
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000015
    Crashed Thread: XX
    ******** blah *********
    Thread XX Crashed:
    0 AppleFileServer 0x0004bc15 operator+(OSException&) + 103513
    1 AppleFileServer 0x00064988 operator+(OSException&) + 205260
    2 AppleFileServer 0x0006da4e operator+(OSException&) + 242322
    3 AppleFileServer 0x000711f3 operator+(OSException&) + 256567
    4 AppleFileServer 0x00071446 operator+(OSException&) + 257162
    5 AppleFileServer 0x00076686 operator+(OSException&) + 278218
    6 AppleFileServer 0x000790d7 operator+(OSException&) + 289051
    7 AppleFileServer 0x0004560c operator+(OSException&) + 77392
    8 AppleFileServer 0x00044269 operator+(OSException&) + 72365
    9 AppleFileServer 0x00044343 operator+(OSException&) + 72583
    10 libSystem.B.dylib 0x9587c155 pthreadstart + 321
    11 libSystem.B.dylib 0x9587c012 thread_start + 34
    This is followed by a lot of these entries in AppleFileService.log file:
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "Login username" 0 0 0
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "No matching key: username" 1271103954 1271103943 1
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME1" 0 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME2" 1 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "DiskArbStart -" 0 0 0
    Our solution is to have all our users turn off the open recent option in Word, Excel, and PowerPoint. Not an ideal solution but it may get the AFP service running "good enough."
    Has anyone had an experience like this before or can anyone duplicate the AFP service crashing when trying to open documents on a share via the open recent menu? Any other ideas?
    Thanks

    Update.
    I have been able to consistently reproduce a problem where the AFP service will crash if a file that a user has an alias to is moved to a folder and the user is denied access to .
    1. On your Mac create an alias to a file or folder, that you have access to, that is stored on a share served via AFP. The alias can be in the Places section of a Finder window, on the Desktop, or anywhere an alias can be created. Lets call what the alias points to the target.
    2. Move the target to a folder on the AFP share and deny the user or group Read & Write access to that folder.
    3. Try accessing the target via the alias created in step 1.
    The AFP service should crash.
    Can anyone reproduce this crash scenario too?

  • External hard drive causing finder to crash

    The problem in a nutshell:
    On 2 different occasions today, trying to open the hard drive folder (after not accessing the EHD for a couple hours) caused Finder to crash and my Macbook hung on shutdown - I had to unplug the USB hub or do a forced manual shutdown. When restarting the computer, my computer couldn't read the hard drive - I did find a way to fix that (see details below).
    I don't know why this is happening in the first place or whether this indicates a bigger problem. Thus far, all data on these drives is backed up elsewhere, but I want these drives to be my backup (aside from DVD hard copies, of course). If anyone knows what may be causing this problem, I'd appreciate your help, thanks!
    My system:
    I have an early 2008 Macbook with OSX 10.6.8 and 4GB RAM.
    Last week I bought two identical Hitachi DeskPro 3TB USB hard drives -- call them External HD A & B --, connected to my Macbook via a USB hub that has its own power source. The EHDs have their own power sources as well. All power sources are plugged into surge-protected power strips. (The EHD B is a cloned copy of the EHD A using backup software).
    Each EHD is divided into 3 partitions.
    In System Preferences, I did NOT choose to have the hard drive(s) go to sleep whereever possible.
    Both EHDs run cool - I've never seen any sign of overheating.
    Details of What Happened:
    Both times, I was actively using my computer but hadn't accessed the EHD for a couple hours or so.  Both times, only EHD A was present in the Finder. (EHD B was physically plugged in, but ejected from Finder, as is my ususal practice.)
    Upon restart, I got a message that "a drive plugged into this computer cannot be read", giving me the option to Initialize, Ignore, or Eject. Restarting my Macbook (with one or both EHDs connected) didn't make a difference.
    Neither drive showed up in Disk Utility, but they both showed up in System Profiler under USB, albeit with much fewer details than when the drives are showing up normally. The scanner attached to the USB hub has worked just fine.
    Both times, the solution to the undetectable EHD problem was to plug in the drive's power source directly into the wall socket and the drive would promptly show up on my desktop. (It doesn't matter whether I plugged the USB directly into my Macbook or kept it plugged into the USB hub.) Once I do that, I can eject the drive, plug it back into the power strip, and it works just fine. I verified the drives in Disk Utility both times and they tested ok.

    I'm replying to my own post here since it's far to late to update the original message: To update: after more than 6 months, I can verify that the solution given at bottom of my original post (plugging the drive directly into a wall socket) has worked every time, both in the US and in Asia.  I have no idea why this is so, just that it works.

  • Running the VI causes LabVIEW to crash

    Hello
    While debugging a SW, I found that a particular VI, when run, causes LabVIEW to crash. This happens whether this VI is called while executing an exe or called by higher VI or even when it is run separately.
    The VI to be run is NLD_Test_PP_Plot.vi present in the folder "Generic VI's".
    The input for this VI is .csv file, which is attached. The csv file needs to be placed in a separate location and that path needs to be entered in the string constant in the VI.
    Note: This VI is developed and run in LV v2009.
    Thanks
    Sharath
    Attachments:
    SpecimenCW_20150407_193059.csv ‏67 KB
    NLD_Test_PP_Plot Folder.zip ‏208 KB

    LabVIEW did not crash for me (nor did it throw an error).  It made a bmp of your data and then exited.  I am using LV 2013.
    Did it actually crash or did it throw an error?  If it crashed, do you have the crash zip file?
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Using Intel's MKL C++ Library in JNI causes JVM to Crash at GC

    We're using JDK 1.6.0_07 on RedHat 4 (32-bit) and RedHat 5 (32-bit JVM on 64-bit processor). Our app uses JNI to access Intel's Math Kernel Library (MKL) for optimized algorithms; however, it crashes in libjvm.so/libpthread.so in the GC thread once the garbage collector runs (usually pretty quick).
    The MKL library uses it's own threading model built on pthreads. So, the basic flow goes like this:
    A Java GUI spawns a separate thread to:
    1) Call native method to initialize settings and allocate buffers
    2) Call native method to load data (using mapped buffers)
    3) Call native method to process data
    4) Call native method to unload data back into mapped buffers
    It seems like the MKL threading model (parallel processing) is causing issues with the JVM. Is there a safe way to call a MT native method? BTW, the native code never calls back into Java.

    Crashes normally indicate
    1. A problem with pointers in your code
    2. Incorrect usage of the library that you are calling (which cause a problem with pointers.)
    3. Incorrect usage of JNI.
    C/C++ pointer problem can cause failure much latter than the actual point where the error occurred. Much later in this case would be the garbage collector.
    Might or might not help....as far as I can recall, a recent thread had a gc problem because the JNI code was constructing java objects incorrectly.

  • SOAP: call failed: java.io.IOException: unable to create a socket ??

    Hi
    I am getting the following error in PI for one of my sync interfaces.
    SOAP: call failed: java.io.IOException: unable to create a socket
    The interface works most of the time, but i get this error couple of times a day.
    Regards,
    XIer

    Hav you able to resolve this issue? Please let me know what was cause of this "unable to create a socket"
    Thanks,
    Sagar

  • Error SOAP: call failed: java.io.IOException: Read timed out; HTTP 200 OK

    Hi PI gurus,
      Need some suggestions on one issue below -
      Scenario - proxy (SAP) to SOAP (Web based system)
      In the RWB Communication Channel Monitirong we are receiving the below error
      " Error SOAP: call failed: java.io.IOException: Read timed out; HTTP 200 OK"
    the request from XI system is going to target system and printing the lables (as per the functionality) with no issues but the comminication channel is giving the above error and this is causing the repeated sending the same request to target sytem and the data is printing repeateadly. This issues is occuring in Quality environment.
    Strangley the same Interface with the same connectivity details is working fine in Development environment. But not working in Quality environment. Checked the firewalls settings on both in XI and Target system side and confirmed that everything is fine.
    Below are the Logs both from Quality and developement are as follows
    Quality ( Failure Case) 
    17.03.2011 07:19:59 Success SOAP: request message entering the adapter with user J2EE_GUEST
    17.03.2011 07:25:03 Error SOAP: call failed: java.io.IOException: Read timed out; HTTP 200 OK
    Development     (Success ful)
    17.03.2011 07:27:55 Success SOAP: request message entering the adapter with user J2EE_GUEST
    17.03.2011 07:27:58 Success SOAP: completed the processing
    When we checked with basis team on user id J2EE_GUEST,  they confirmed that they are same in Development and Quality.
    I repeat,, that the same target url and everthing is same in XI Configuration
    Thanks in Advance. Points would be rewared for the best solution.
    Thanks,
    Jitender

    HI Jitender,
          If your scenariois working in DEV and if it is not working in QAS.Could you please check if both the systems are at same patch levels..
    Please refer below notes :1551161,817894,952402.
    Cheers!!!
    Naveen.

  • SOAP Call Failure

    Hi All,
    We are facing the below error in receiver SOAP channel.. We are on PI7.1 ..Are there any installation checks that needs to be looked at as we are facing lot of inconsistencies with SOAP...
    What may be the cause of the below error...Also please let me know what all checks are needed as there are inconsistencies with SOAP adapter...
    SOAP: call failed: java.net.SocketException: Connection reset
    Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset.

    Hi Amit,
    Having the same issue :
    SOAP: call failed: java.net.SocketException: Connection reset
    has your issue been solved and how ?
    Regards,

  • SOAP: call failed: java.io.EOFException

    Hi all,
    I have build a proxy to soap scenario that generates errors during runtime. The scenario
    consists of an ABAP program consuming a webservice through PI. The communication
    channel shows the following errorlog:
    - Message processing started
    - request entering
    - SOAP: call failed: java.io.EOFException: Connection closed by remote host.
    - Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.
    MessagingException: java.io.EOFException: Connection closed by remote host.
    Does anyone know the cause of this error?
    Thanks in advance.
    Regards,
    Ivo

    Hi Ravi,
    although I was able to reach the URL through a webbrowser, this problem was indeed caused by unavailability of the webservice. I just tried the connection without making any changes in PI and everything is working fine now.
    Case closed.
    Regards,
    Ivo

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

Maybe you are looking for

  • How to print '≤' or '≥' Signs Through SAP script

    Hi Experts, i am trying to print 'u2264' or 'u2265'  from SAP script. but i am not able to print is. In the final output through printer i am getting '#' printed. Thanks Rajpal Sehrawat

  • All email links have stopped working from both Windows Mail and Thunderbird. It is probably caused by a recent update to Firefox. How can I sort this?

    It was OK until a few days ago but now no links work in either Thunderbird or Windows Mail. I have changed nothing so I can only assume that this is another case of an update changing things without my knowledge. Links within web pages still work. Fi

  • Claim Payment

    Dear All,               I've created internal Claim by CL01 and assign this claim to WBS Element.And Cost Collector is also greated.I've approved this clim and internal order is also created .                                                          

  • Stock opening balance missing on Trial Balance report

    Hi all, A client is having a problem with their trial balance report. The report does not balance and the problem seems specific to the Stock account in the Assets drawer which does not show the opening balance. They are running a report from the sta

  • IOS 5.0.1 on iphone 4 device not compatable

    Keep getting device not compatable message on my iphone 4 running ios 5.0.1 anytime i try to dock it on my Ihome alarm clock or when connecting to my hyundai sante fe radio using the hyundai car connector kit.  On the dock the phone will charge but n