Well, I've removed the extra JVM's and rebooted. Same Error. The jvm.config
file is below - its the default...this is so weird..

#
# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
java.home=C:/ColdFusion8/runtime/jre
#
# If no java.home is specified a VM is located by looking in these places in
this
# order:
#
#  1) bin directory for java.dll (windows) or lib/<ARCH>/libjava.so (unix)
#  2) ../jre
#  3) registry (windows only)
#  4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
#

# Arguments to VM
java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false
-XX:MaxPermSize=192m -XX:+UseParallelGC
-Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/cfform/jars -Dcoldfusion.libPath={application.home}/../lib

#
# commas will be converted to platform specific separator and the result
will be passed
# as -Djava.ext.dirs= to the VM
java.ext.dirs={jre.home}/lib/ext

#
# where to find shared libraries
java.library.path={application.home}/../lib,{application.home}/../jintegra/b
in,{application.home}/../jintegra/bin/international
system.path.first=false

#
# set the current working directory - useful for Windows to control
# the default search path used when loading DLLs since it comes
# before system directory, windows directory and PATH
java.user.dir={application.home}/../../lib

# JVM classpath
java.class.path={application.home}/servers/lib,{application.home}/../lib/mac
romedia_drivers.jar,{application.home}/lib/cfmx_mbean.jar,{application.home}
/lib

-----Original Message-----
From: Mark A. Kruger [mailto:[email protected]] 
Sent: November-30-10 8:27 PM
To: cf-talk
Subject: RE: Webservice error after CF 8.01 update CF FAILS TO START! Error
loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll


Can I see the rest of your JVM.config file?

Also... have you tried commenting it out? Perhaps you have a JAVA_HOME
set.....

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-----Original Message-----
From: Brook Davies [mailto:[email protected]] 
Sent: Tuesday, November 30, 2010 8:19 PM
To: cf-talk
Subject: RE: Webservice error after CF 8.01 update CF FAILS TO START! Error
loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll


Its plain jane:

#
# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
java.home=C:/ColdFusion8/runtime/jre


-----------

Brook


-----Original Message-----
From: Mark A. Kruger [mailto:[email protected]] 
Sent: November-30-10 6:05 PM
To: cf-talk
Subject: RE: Webservice error after CF 8.01 update CF FAILS TO START! Error
loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll


What's the path look like in the JVM.config file?  Paste the top part of the
file for us :)

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-----Original Message-----
From: Brook Davies [mailto:[email protected]] 
Sent: Tuesday, November 30, 2010 7:53 PM
To: cf-talk
Subject: RE: Webservice error after CF 8.01 update CF FAILS TO START! Error
loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll


I deleted all the class files clicked 'clear template cache now' in the
cfadmin. The CF server hung so I rebooted only to find that CF 8.01 would no
longer start. The only thing in the log " Error loading:
C:/ColdFusion8/runtime/jre\bin\server\jvm.dll".

I tried a different JVM and checked to make sure the jvm.config file was not
corrupt. Same error (different path) with a different JVM. 

I tried everything I could think of and eventually decided to re-install
CF8. I'm getting the exact same error after the re-install. CF will not
start. The error message is the same as above. 

I've never had this happen before, to this extent. I don't know what it
could be. This server has ran fine for years..

Anybody have any pointers on where to look?

Brook


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


I've installed cumulative hot fix 4... 


-----Original Message-----
From: Russ Michaels [mailto:[email protected]] 
Sent: November-30-10 4:07 PM
To: cf-talk
Subject: Re: Webservice error after CF 8.01 update


have you applied all the updates and hotfixes for 8,0,1

On Tue, Nov 30, 2010 at 11:16 PM, Brook Davies <[email protected]> wrote:

>
> 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<http://schem
as.xmlsoap.org/soap/envelope/%7DServer.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<http://xml.apache.org/axis/%
7Dhostname: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:339670
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to