>I just installed service pack 1a for JRun 4 and now when I try to start up >either the default or the admin server I get the following error: > >03/19 08:54:31 error Error thrown in operation init >[1]java.lang.NoClassDefFoundError: >org/apache/axis/deployment/DeployableItem > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:502) > at
This error occurs because of conflicting Apache Axis engine versions between ColdFusion and JRun (JRun SP 1a uses the full 1.0 version, whereas CF uses the beta version). You need to follow the SP1a Release Notes (under the "Other SP1a changes, additions, and notes" section) very carefully in order to correct the conflict. It's not hard, just a couple of XML file tweaks (The tradeoff is that you can't run web services from JRun, but I don't know if that matters to you). Here's the link: <http://www.macromedia.com/support/jrun/releasenotes/4/releasenotes_4_sp1a.html> Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

