I have had no luck getting CFMX to recognize the class path for

        org/w3c/dom/Node

either in the startup shell script or the CFMX administrator JVM 
settings.

No doubt, my lack of Java expertise ... I'll do some reading and see if 
I can make it worh

I think that it is close, thanks to Matt Liotta

Dick

current error



Error Occurred While Processing Request
org/w3c/dom/Node


�
The Error Occurred in /opt/coldfusionmx/wwwroot/mycfmxapps/WS1.cfm: line 
10

8 :   <cfinvokeargument
9 :     name="sourcedata" value="Hello world, friend">
10 : </cfinvoke>
11 : <cfoutput>#varName#</cfoutput>
12 :


------------------------------------------------------------------------

Please Try The Following:

*       Check the CFML Reference Manual to verify that you are using the 
correct syntax.

*       Search the Knowledge Base to find a solution to your problem.




Browser��       Mozilla/4.0 (compatible; MSIE 5.14; Mac_PowerPC)
Remote Address��        127.0.0.1
Referer��       http://127.0.0.1:8500/mycfmxapps/
Date/Time��     31-Jul-02 06:29 PM
Stack Trace (click to expand)
at 
cfWS12ecfm1726113412.runPage(/opt/coldfusionmx/wwwroot/mycfmxapps/WS1.cfm:
10) at 
cfWS12ecfm1726113412.runPage(/opt/coldfusionmx/wwwroot/mycfmxapps/WS1.cfm:
10)


java.lang.NoClassDefFoundError: org/w3c/dom/Node
        at coldfusion.xml.rpc.XmlRpcServiceImpl$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at coldfusion.xml.rpc.XmlRpcServiceImpl.registerWebService(Unknown 
Source)
        at coldfusion.xml.rpc.XmlRpcServiceImpl.registerWebService(Unknown 
Source)
        at coldfusion.xml.rpc.XmlRpcServiceImpl.getWebService(Unknown Source)
        at coldfusion.xml.rpc.XmlRpcServiceImpl.getWebServiceProxy(Unknown 
Source)
        at coldfusion.tagext.lang.InvokeTag.doEndTag(Unknown Source)
        at 
cfWS12ecfm1726113412.runPage(/opt/coldfusionmx/wwwroot/mycfmxapps/WS1.cfm:
10)
        at coldfusion.runtime.CfJspPage.invoke(Unknown Source)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source)
        at coldfusion.filter.CfincludeFilter.invoke(Unknown Source)
        at coldfusion.filter.ApplicationFilter.invoke(Unknown Source)
        at coldfusion.filter.PathFilter.invoke(Unknown Source)
        at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown 
Source)
        at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
        at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
        at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
        at coldfusion.CfmServlet.service(Unknown Source)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:
294)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



On Wednesday, July 31, 2002, at 05:45 PM, Dick Applebaum wrote:

> I found it in DWMX, not in CFMX
>
> That changed the error
>
> now it can't find:
>
>       java.lang.NoClassDefFoundError: org/w3c/dom/Node
>
>
> But, I do have that in several places  WebObjects and several others.
>
> The most promising looks to be
>
>       /System/Library/Frameworks/JavaXML.framework/WebServerResources/Java/orgw3c/
> dom/Node.class
>
> I'll put that in my classpath and see what happens
>
> Thanks
>
> Dick
> On Wednesday, July 31, 2002, at 05:19 PM, Matt Liotta wrote:
>
>> I found the class in tt-bytecode.jar, which was part of the Axis
>> distribution. Not sure where the class is supposed to be.
>>
>> Matt Liotta
>> President & CEO
>> Montara Software, Inc.
>> http://www.montarasoftware.com/
>> V: 415-577-8070
>> F: 415-341-8906
>> P: [EMAIL PROTECTED]
>>
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to