Webservice - RFC Timeout

Hi experts, The scenario is Web Service (REST/POST) RFC. For large messages, it takes more than 60 seconds for SAP to process and send the response back. When this is tested in SOAPUI, I get SocketTimeException. Increasing the socket timeout in SOAPUI would resolve it. But the problem still happens for messages with larger volume of data that takes more than 2 minutes (sometimes 10 minutes) to complete. When it happens in SOAPUI, I usually get 'The proxy server received an invalid response from an upstream server' but when I check the actual message in SXI_MONITOR, it's still getting processed. After some time, it will actually complete. Has anyone encountered this issue before? Appreciate your inputs. Thanks!

Hi Mark,
with synchronous messages it is important to consider timeouts from each connection to be established. So soapUI-PI, then PI-BackendSystem plus anything that might be in between. If your timeout soapUI-PI is smaller than the following ones, you'll get that phenomenon. soapUI will cut the connection, but PI will hold it and maybe receive an answer from the backend. This answer will end up in the void, since the original requester (your soapUI) has already disconnected. But for PI, this will be OK and status "successful". PI does not control and monitor the client's connection.
In other words, the cancel of the connection is only performed for that same connection, it is not propagated to any subsequent connections.
Hope that I was clear enough,
Jörg

Similar Messages

  • Error after import external webservice(RFC) wsdl url to Process Composer

    Hi all,
    I try to use RFC webservice in my BPM as below:
    1. Expose RFC as webservice using CAF (import external service RFC and then create application service use this external service)
    2. Define Destination in NWA.
    3. Create a Process Composer project, and import the external webservice(RFC) wsdl file as service interface in the project.
    After importing, i get error : the port type specified for the ...binding is undefined. Check port type name and ensure it is defined.
    If i import another external service, not RFC (such as business object), there is no error.
    My system is NWCE 7.11
    Thanks in advance,
    Sinh.
    Edited by: Sinh Nguyen Van on Jul 20, 2009 8:29 AM

    Hi Bharath,
    Below is content of wsdl url and error message, thanks
    Error message:
    The 'zfm_rfc_caf_as' port type specified for the 'zfm_rfc_caf_asBinding' binding is undefined. Check the 'zfm_rfc_caf_as' port type name and ensure it is defined.
    wsdl url :
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" xmlns:b0="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as">
      <import namespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl?wsdl=binding&mode=ws_policy" />
    - <service name="zfm_rfc_caf_as">
    - <port name="zfm_rfc_caf_asBindingPort" binding="b0:zfm_rfc_caf_asBinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl" />
      </port>
      </service>
      </definitions>
    Edited by: Sinh Nguyen Van on Jul 22, 2009 4:18 AM

  • RFC Timeout

    Hi,
    I have a scenario HTTP> XI> RFC
    It is synchronos scenario.
    There can be HTTP timeout or RFC timeout.
    HTTP Timeout will return HTTP Error 500.
    In case of RFC timeout in XI I want to send timeout error in Response.
    Is this possible without BPM (I know I can catch system exception in block )
    Thanks in advance.
    Beena.

    Hi Aamir,
    I dont want to send alert but my JSP page should receive xml Response with \
    <Error>Timeout<Error>
    Thanks,
    Beena

  • Webservice - RFC

    Hello,
    I would like to establish a web service that is able to call the RFC BAPI_DOCUMENT_CREATE2 and send back the created DIS number. How have to look the integration process like?
    I created a file->rfc->file process with a integration process like :
    Receiver : async (from source file)
    Sender :   synchronous (to rfc and back)
    Sender :   async (to destination file)
    But how to for the Webservice -> RFC process? Like this:
    receiver : synchronous (from web service and back)
    sender   : synchronous (to rfc and back)
    Is this correct? Or must the receiver be asynchronous?
    If so, do I have to include an additional sender step at the end??
    Thanks
    chris

    Once again a inventory:
    Design:
    ========
    Data-Types:
    DT_Input
    DT_Output
    Message-Types:
    MT_Input - takes information from webservice
    MT_output- repsonse from bapi to webservice
    message-interface
    MI_RFC_CALL_SYNC_OUT - outbound for webservice
    do I need a second one here?
    Message-Mapping
    Webservice_to_RFC - maps infos from MT_input message to bapi
    RFC_to_Webservice - maps bapi.response to MT_output
    Interface-Mapping
    IM_Webservice_RFC - maps request and response
    RFC:
    BAPI_DOCUMENT_CREATE2 - imported BAPI
    Config:
    ========
    communication channel
    Send_SOAP - input for soap messages
    receiver_RFC - for connection with SAP
    Do I forget anything? With this I got a checked
    flag, but no document is created.
    Could it be that the original BAPI only runs test mode
    and I need a wrapper to execute it?????
    thanks

  • RFC Timeout issue in SAP

    Hi,
      I have a RFC Fucntion Module in SAP Z_BC1_BAPI_PO_CREATE02 which creates a PO using BAPI_PO_CREATE1. When I debug it using sm50 transaction I get a RFC timeout after it leaves my RFC program. I checked the RZ10 transaction and the timeout is OK. However the problem is occurs when the control leaves the RFC Function Module and moves into a sub-routine pool LZZ_M3_PURCHASEORDER02V01 where a Form exists FORM Z_BC1_BAPI_PO_CREATE02 %_RFC. which includes a FM
    Assign default values
    Call remote function
      CALL FUNCTION 'Z_BC1_BAPI_PO_CREATE02' %_RFC
    Looking forward to your inputs. This is an interface between SAP / webmethods and Ariba.
    cheers
    Aveek

    no i dont get the timeout in sap.
    cheers
    aveek

  • Rfc Timeout Webservice-XI-R/3 Scenario

    Hi
    I am having a very peculiar problem . A webservice to Rfc call in R/3 times out if R/3  does not send the response. Due to the bad design of the BAPI in R/3 , if one of the request field is empty , the BAPI will go into an infinite loop where it takes for ever to finish the process.  If for some reason ,if  that webservice call is made again and again with a missing field, even though the it times out after 3 minutes, in R/3 it will continue process the subsequent requests  also. So what is happening is,  after a while any other rfc calls to any other BAPI in the  R/3 server will also starts to fail. Eventually I was force  to restart XI server couple of times in the last two days. The R/3 team is working on fixing that BAPI causing problem and I disabled this service in XI at the receiver determination so that it wont hit my R/3 prod server, but I am not getting the real issue with XI.. why this failure is happening.. I
    Any input to this problem is highly appreciated.
    Many Thanks
    Skaria Manoj

    Hi,
    In RFC receiver communication channel we mention the number of Maximum connectiion allowed. I guess, if your CC you hav maintian value 1 for this. Thats y ur subsequent scenario go into error.
    Regards,
    Sami.

  • Webservice Connection Timeout Error in Sun Java System Application server

    I have a java code to connect to Ebay Shopping Webservice that uses the client stub generated through Axis. The code works fine when I run it from the main method of a stand alone Java application. Which means there is no issue with the Proxy settings or any other network setting that could block the webservice from my system. However when I use the same code inside a JSF based Web Application, a connection timeout error comes up. The Web application is deployed on the Sun Java System Application server. The stacktrace of the exception is
    java.net.ConnectException: Connection timed out: no further information
         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:527)
         at com.sun.enterprise.server.ss.provider.ASClientSocketImpl.connect(ASClientSocketImpl.java:206)
         at java.net.Socket.connect(Socket.java:520)
         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 org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:125)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at com.ebay.api.soap.ShoppingBindingStub.findProducts(ShoppingBindingStub.java:1217)
         at com.shopping.ebay.EbayServiceUtility.performEBaySearch(EbayServiceUtility.java:66)
         at searchProduct.SearchProductBean.search(SearchProductBean.java:98)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:151)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:96)
         at javax.faces.component.UICommand.broadcast(UICommand.java:383)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:450)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:759)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:113)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    The JDK version on my machine is 1.5.0_14. Can somebody point me as where I should be looking for errors?

    You need to delete all the files under the 'generated' directory to force the server to recompile them after the JDK upgrade. Also check in domain.xml and make sure the JVM parameter is pointing to the JDK that you have installed. It is also worthwhile to check asenv.conf to see which JDK that file is pointing to as well.

  • RFC timeout profile parameter

    Hi,
    What are the profile parameters that limit the time a RFC function module can stay runnuning in ABAP Stack?
    I mean one external system calls a RFC in ABAP Stack, for how long the RFC can run without timeout, it does not matter for me the limitation in the external system, I want to know what are the limits in ABAP, what are the profile parameters that can limit the RFC execution?
    I would like to know all of them for this scenario because based on it I can measure/study if my RFC will run in Production or not.
    Thanks for the help.
    Regards,
    Mauricio

    >
    Mauricio Miao 2 wrote:
    > I want to know what are the limits in ABAP, what are the profile parameters that can limit the RFC execution?
    Hello Mauricio,
    AFAIK the time limit for the RFC execution depends on the maximum runtime allocated to a dialog workprocess in the system. This is because the RFC calls are executed through dialog work processes.
    This is determined by the profile param: rdisp/max_wprun_time. Check this SAP documentation on [How To change the maximum dialog runtime of a process|http://help.sap.com/bp_bw370/documentation/How_To_Change_the_Maximum_Dialog_Runtime_of_a_Process_in_NW2004s.pdf]
    BR,
    Suhas

  • WebService - RFC - WebService Scenario

    Hello All,
    I have the following scenario:
    An external program wants to send customer data to R/3. in R/3 I have to run an RFC that creates a customer with this data and return the new customer number back to the external program. The external program will be using a web service for communicating. I have done a lot of XI but never Web Service.
    1. Can I do this synchronously without BPM or do I need a "proxy" RFC for the response?
    2. I guess I have to prepare a wsdl with the "define web service" tool in the integration builder. What do I do with this file? Do I have to deploy it? where? how?
    3. If I can do it synchronously with RFC, do I need to define a message interface for the RFC?
    Any pointers will be greatly appreciated.
    Thanks,
    Yoni

    Hi Yoni,
    1. Can I do this synchronously without BPM or do I need a "proxy" RFC for the response?
    Yes, you dont need BPM
    2. I guess I have to prepare a wsdl with the "define web service" tool in the integration builder. What do I do with this file? Do I have to deploy it? where? how?
    Import WSDL from WebService or create an outbound interface
    3. If I can do it synchronously with RFC, do I need to define a message interface for the RFC?
    No, you can import the RFC from R/3. It will be used as inbound interface.
    Regards,
    Udo

  • RFC timeout error: "CPI-C error CM_PRODUCT_SPECIFIC_ERROR"

    Hi all,
    There is one .bat file to which I want to call through RFC. However, when I am trying to test the connection it gave the following error:
    timeout during allocate / CPI-C error CM_PRODUCT_SPECIFIC_ERROR
    Its activation type is Start. However, when I give any other .exe file path there, the RFC test is successful!
    Can any one help me in this regard?
    Regards,
    FAisal

    Dear,
    Please refer this link and check the SM59 destination at your R/3 system
    http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/frameset.htm
    Look into this SAP Note- 47682
    This can be releated to fire-wall also.
    regards,
    R.Brahmankar

  • BPM Webservice Execution Timeout

    Hi All,
    i'm using an automated activitiy to call a webservice from BPM.
    Apparently there is also a timeout for webservice execution like in WSNavigator. Is BPM using the same value (60 sec)?
    Is there a possibility to edit this value to extend the webservice execution time in BPM?
    Best Regards,
    Timo

    Hi Tmo,
    You can set the timeout values for the profile that you use for Automated services by going into NWA > SOA Management > Communication Profiles.
    Hope this helps!!
    Cheers,
    Arafat

  • CreateObject - webservice - setting Timeout

    I'm trying to set the timeout of a webservice using the
    createObject method.
    I am running Coldfusion 8,0,1,195765.
    The coldfusion documentation specifies that you can pass a
    arguments struct to createObject that will set variation properties
    of the webservice object including the timeout.
    CreateObject:
    web service object
    As documented, I'm creating the webservice using the attached
    code. Despite specifying specifying the timeout to be 15 seconds,
    the object's timeout gets set to 0 (default, no timeout). I need to
    specify the timeout because I do not want page to hang if the
    webservice provider goes out.
    Does coldfusion 8.0.1 actually support specifying the
    timeout? If so, am I creating the Webservice object correctly?

    Hi,
    In case of Adaptive Webservice model, we can set timeout using this code.
    Request_NumberToWords requestMO = new Request_NumberToWords(model);
    requestMO.wdSetInvocationModifier(
      new IWDWSInvocationModifier() {
        public void doModifyInvocation(Object port) {
          HTTPControlInterface httpItf = HTTPControlFactory.getInterface(port);
          //timeout for this WS invocation is 120 sec; don't use global config. setting of WS-Runtime
          httpItf.setSocketTimeout(120000);
        public void doModifyAfterInvocation() {}
    Regards
    LN

  • WebService Call timeOut

    Hello,
    I have implemented a webservice generic invocation code like that:
    And i want to know how can i control the timeout and if it's posibble this way.
    WLI SP3 and a JWS WS. I don't mind if i need to make it in a JPD, JCS or JWS.
    try {
    MessageFactory mfactory = MessageFactory.newInstance();
    SOAPMessage message = mfactory.createMessage();
    SOAPPart soapPart = message.getSOAPPart();
    SOAPEnvelope envelope = soapPart.getEnvelope();
    SOAPBody body = envelope.getBody();
    Name name = envelope.createName(sMethodName, "", "http://www.openuri.org/");
    SOAPBodyElement element = body.addBodyElement(name);
    Iterator iKeys = hmParameters.keySet().iterator();
    Iterator iValues = hmParameters.values().iterator();
    int i=0;
    while (iKeys.hasNext()){
    SOAPElement symbol = element.addChildElement(envelope.createName((String)iKeys.next()));
    symbol.addTextNode((String)iValues.next());
    SOAPConnectionFactory factory = SOAPConnectionFactory.newInstance();
    SOAPConnection con = factory.createConnection();
    SOAPMessage response = con.call(message, sURL);
    sResult = getResultado (response);
    con.close();
    con = null;
    } catch (Exception e) {
    throw e;
    thanks in advance.

    usually web service call process one row or one message, hence the default value is set to less than a min, since its processing is not expected to take more than that
    the affect of increaing the value to a higher number is the Engine will wait for Max that amount of time for the response to come back in a ideal situation it may not take that long, but if there is any problem on the server side like application crash or for some reason the response was not sent back to the engine, then engine will wait for that much amount of time and then timeout. It will hang
    you might have seen this with Designer if you configure Adapter Datastore and if Adapter process crashes, the Desginer hangs, since the timeout value is set to 3 hrs, so you may have to think of trouble shooting such situation
    what is the DS version, I think this value is exposed in UI, available at Design time

  • WebService Socket Timeout Exception before reaching timeout duration

    Hi
    My Server is Websphere Application Server 6.0.2.17
    i got some times socket timeout exception before reach timeout duration. and also i have only default websphere settings for web service .
    The exception is occurred in 19 seconds after hitting the service . i am not able to get the exact problem . because default timeout time is 300 seconds (i think like that)
    Error Log
    2/12/09 11:01:28:323 CET 00000f6a SystemOut O WebService Started --> Begin webservice method invocation (Method Name : getCustomerInfo(String cusID))
    2/12/09 11:01:47:840 CET 00000f6d SystemOut Exception Occurred : java.net.SocketTimeoutException: Socket operation timed out before it could be completed
    WebService Method Invocation Started time 11:01:28
    WebService Timeout exception raised time 11:01:47
    TimeoutDuration 00:00:19

    Hi Mark,
    with synchronous messages it is important to consider timeouts from each connection to be established. So soapUI-PI, then PI-BackendSystem plus anything that might be in between. If your timeout soapUI-PI is smaller than the following ones, you'll get that phenomenon. soapUI will cut the connection, but PI will hold it and maybe receive an answer from the backend. This answer will end up in the void, since the original requester (your soapUI) has already disconnected. But for PI, this will be OK and status "successful". PI does not control and monitor the client's connection.
    In other words, the cancel of the connection is only performed for that same connection, it is not propagated to any subsequent connections.
    Hope that I was clear enough,
    Jörg

  • Wls 10.3 weblogic-webservices.xml transaction-timeout attribute not working

    Hi, need some urgent need.
    I have a stateless ejb webservice and I'm trying to set the transaction timeout for some of the methods. Right now my webservice transaction is timing out to the default of 30 secs. I've tried setting in the admin console the JTA transaction timeout option, didn't work (file a case with bea support #81233). And after days of researching and searching I came across that you can setup the weblogic webservice transaction-timeout thru the weblogic-webservices.xml deployment descriptor. Tried setting the transaction-timeout attribute to 120 secs. and that didn't work. Here is the snippet of the xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>com.starcomsoft.pp.system.jws.SystemWSImpl</webservice-description-name>
    <webservice-type>JAXRPC</webservice-type>
    <port-component>
    <port-component-name>SystemWSSoapPort</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>starcomsoft_ws</webservice-contextpath>
    <webservice-serviceuri>/SystemWSImpl</webservice-serviceuri>
    </service-endpoint-address>
         <transaction-timeout>120</transaction-timeout>
         <reliability-config>
              <inactivity-timeout>P0DT600S</inactivity-timeout>
         </reliability-config>
    </port-component>
    </webservice-description>
    </weblogic-webservice>
    Does anybody have any clue to solve my urgent need.
    Thanks in advance for your help or suggestion.

    Unhandled exception
    Type=Segmentation error vmState=0x00040000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=F144C588 Handler2=F1446A9C
    Module=/app/oracle/product/Middleware/wlserver_10.3/server/native/aix/ppc/libmuxer.so
    Module_base_address=D8457000
    Target=2_40_20091214_049398 (AIX 5.3)
    CPU=ppc (4 logical CPUs) (0x600000000 RAM)
    ----------- Stack Backtrace -----------
    (0xD696E748 [libj9vm24.so+0x48748])
    (0xD8383EDC [libjclscar_24.so+0x10edc])
    (0xD8384514 [libjclscar_24.so+0x11514])
    (0xD6967718 [libj9vm24.so+0x41718])
    (0xD6967158 [libj9vm24.so+0x41158])
    (0xD69640D0 [libj9vm24.so+0x3e0d0])
    (0xD6932C9C [libj9vm24.so+0xcc9c])
    (0xD69BBA18 [libj9prt24.so+0x3a18])
    (0xD6932BB8 [libj9vm24.so+0xcbb8])
    (0xD69A77CC [libj9thr24.so+0x27cc])
    pthreadbody+0x118 (0xD010D784 [libpthreads.a+0x3784])

Maybe you are looking for

  • Mac mail send problem

    hi a problem with mac mail. while the laptop is at the office the mail program works fine, out of office it does not - it recives mail but does not send. we have our own mail server (leopard server) it's on the office network. We use IMAP. We connect

  • I have restored a old version of a back up and have fogotten my password and mail account is not active to change password ???

    while updating my phone software it incured a problem with comunication with my current laptop i then tried by connecting my old lap top and worked. all the time my phone was in restore mode. i then updated on old laptop and restored a old version. i

  • ICal To Do's Multi-Level Sort

    Since there does not appear to be a way to sort To Do's by more than one level in iCal's interface, does anyone know if there is a way to do this via AppleScript? Essentially, I would like to sort my To Do's by Due Date, then Priority, then Title. Th

  • Importing XML, XML disappears when FCPX is closed and reopened.

    I am attempting to use 7 to X to bring in an FCP7 project into FCPX. It works (remarkebly well I might add) and I can work on my project and everything normally. However, if I close FCPX for the day and open it again, the Project created from the XML

  • Count records

    Hi All, I'm using form builder 6i, I have a browsing Tab in my form that have one block and a lot of check boxes (5) for browse criteria that can be checked and concatenated together with || 'and' into a variable (condition) to make a (value) for the