Results 1 to 1 of 1

Thread: Web Service Exception

  1. #1
    nnamdi is offline Junior Member
    Join Date
    Jan 2009
    Posts
    1

    Default Web Service Exception

    Good day All,

    I have a system that is updated regularly using the web service interface of sugarcrm, after an upgrade of the PHP and the Apache the integration scripts stopped working (it is implemented in java by the way), When you run the script you get an internal server error (500) from the Apache server. A snippet of the error is shown

    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (500)Internal Server Error
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 500

    {http://xml.apache.org/axis/}HttpErrorCode:500

    (500)Internal Server Error
    at org.apache.axis.transport.http.HTTPSender.readFrom Socket(HTTPSender.java:744)
    at org.apache.axis.transport.http.HTTPSender.invoke(H TTPSender.java:144)
    at org.apache.axis.strategies.InvocationStrategy.visi t(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain .java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.jav a:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClien t.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.vas.kie.soapLogic.SugarsoapBindingStub.set_ent ry(SugarsoapBindingStub.java:2028)
    at com.vas.kie.soapLogic.SugarsoapPortTypeProxy.set_e ntry(SugarsoapPortTypeProxy.java:87)
    at com.vas.kie.dataTransformer.ThreeMTransformers.Cus tomerTransformer3M.synchronizeCustomer(CustomerTra nsformer3M.java:292)
    at com.vas.kie.dataTransformer.Transformer.main(Trans former.java:74)
    DEBUG main org.apache.axis.utils.NSStack - NSPush (32)

    I have attached the entire error log file in case if any one needs to look at it. My guess is that axis is sending the message as an xml file but probaly the server does not have xml installed, is that a possibility? Any help is highly appreciated.

    Regards

    Nnamdi.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SOAP: Uncaught SoapFault exception
    By yfor in forum Developer Help
    Replies: 4
    Last Post: 2010-09-18, 06:54 AM
  2. Soap exception in Sugarcrm 4.5
    By moschap in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2008-05-28, 05:16 PM
  3. Soap Exception in Sugarcrm 4.5
    By moschap in forum Help
    Replies: 0
    Last Post: 2008-05-27, 05:36 PM
  4. Replies: 0
    Last Post: 2007-08-06, 01:27 AM
  5. Exception error from Apache
    By o_baeko in forum Help
    Replies: 2
    Last Post: 2005-11-08, 03:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •