From: spellbmw on 14 Dec 2006 17:01 We have a web service that works correctly when running on a standalone Jrun4-CFMX 7 server instance. However, when we try to get it to work in a clustered Jrun4-CFMX 7 environment, the following error results. Anyone encountered this before and know what the solution might be? Here is the fault returned when invoking the web service operation: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.AbortException : null] faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:coldfusion.xml.rpc.CFCInvocationExcepti on: [coldfusion.runtime.AbortException : null] at coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(CFComponen tSkeleton.java:694) at coldfusion.xml.rpc.CFComponentSkeleton.__invoke(CFComponentSkeleton.java:640) at cf.egov.tab.webSvcs.qryAD.qryAD.getA_UsersGroups(D:\JRun4\servers\94_CFMX8\cfusi on\cf\eGov\tab\webSvcs\qryAD\qryAD.cfc) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav a:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvide... Any help would be appreciated. Thanks, Scott Pell
|
Pages: 1 Prev: CFX_excel - reading excel using coldfusion Next: Errors Creating Java Stub for COM Object |