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:339515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to