Hi all,

I'm having some issues with server to server data exchange over webservices
both running CF8 Ent.
Sometimes I get this message:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: coldfusion.xml.rpc.CFCInvocationException:
    [java.lang.NullPointerException : null]
 faultActor:
 faultNode:
 faultDetail:
    {
http://xml.apache.org/axis/}stackTrace:coldfusion.xml.rpc.CFCInvocationException:
[java.lang.NullPointerException : null]
    at
coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(CFComponentSkeleton.java:723)
    at
coldfusion.xml.rpc.CFComponentSkeleton.__invoke(CFComponentSkeleton.java:670)
    at api.webservers._1_5_0.I18n.getStringByID(.....

It's not constant, but comes up every now and then and a little bit more
with calls that are contain a lot of string data (text columns in the DB)

Any idea what might cause it?  I already do a try and catch and refresh the
XmlRpcService with the ServiceFactory like this

<cfset var reset = createObject("java",
"coldfusion.server.ServiceFactory").XmlRpcService />
        <cfset reset.refreshWebService(application.somevar  &
"/user.cfc?wsdl") />


-- 
Michael van Leest
----------------------------------------
E:   [email protected]
W:  http://michaelvanleest.com

Yahoo! IM:  [email protected]
MSN IM:     [email protected]
GTalk:         [email protected]
Skype:        mvanleest
AIM:            mikefromnl


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327313
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to