I am getting this error again, now with a different custom return type
class. This error is making our web service unusable. Has any one
encountered this:

The fault returned when invoking the web service operation is:<br>
<pre>AxisFault faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode: faultString: coldfusion.xml.rpc.CFCInvocationException:
[java.lang.ClassNotFoundException :
components.bridge.Cp_register][java.lang.LinkageError : loader (instance of
coldfusion/xml/rpc/SkeletonClassLoader): attempted duplicate class
definition for name: &quot;components/bridge/Cp_register&quot;] faultActor:
faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:YOURMAMA2
''</pre>



Brook

-----Original Message-----
From: Brook Davies [mailto:[email protected]] 
Sent: November-24-10 4:49 PM
To: cf-talk
Subject: RE: Webservice error after CF 8.01 update


Just an update on this. Clearing the generated class files and the
cfcskeletons classes did not resolve the issue. Restarting the server did. 

However, I don't trust it will continue working since it has been
intermittent. Fingers crossed it was a left over class file prior to
upgrading to 8.01 (although I thought I had cleared all class files during
the upgrade.

Brook

-----Original Message-----
From: Brook Davies [mailto:[email protected]] 
Sent: November-24-10 11:57 AM
To: cf-talk
Subject: Webservice error after CF 8.01 update


Hello,

 

We recently updated to CF 8.01. Now we're getting this intermittent error on
a webservice call that seems to be related to the custom return type:

 

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

 <soapenv:Body>

  <soapenv:Fault>

   <faultcode>soapenv:Server.userException</faultcode>

   <faultstring>coldfusion.xml.rpc.CFCInvocationException:
[java.lang.ClassNotFoundException :
components.bridge.Cp_startup][java.lang.LinkageError : loader (instance of
coldfusion/xml/rpc/SkeletonClassLoader): attempted  duplicate class
definition for name: &quot;components/bridge/Cp_startup&quot;]</faultstring>

   <detail>

    <ns1:hostname
xmlns:ns1="http://xml.apache.org/axis/";>YOURMAMA</ns1:hostname>

   </detail>

  </soapenv:Fault>

 </soapenv:Body>

</soapenv:Envelope>

 

 

The problem is described in good detail here:

http://blog.coldfusionpowered.com/?p=28

 

Clearing the cfc skeletons worked once, but does not work anymore. All
referenced to custom return types use the same case. 

 

Has anyone else seen this? Google turned up nothing...








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339644
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to