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.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks