Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 10/21/2012
Components: Web Container (Tomcat)
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final / 283214
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
As noted by AXL, cfcompile -deploy works in Update 2 but is broken in Update 3.
Repro is simple:
In Update 3
-----------
1) create dirs C:\inetpub\wwwroot\compile & C:\inetpub\wwwroot\compiled
2) create file C:\inetpub\wwwroot\compile\page.cfm containing <cfoutput>#now()#</cfoutput>
3) from command prompt, run C:\ColdFusion10\cfusion\bin\cfcompile.bat -deploy C:\inetpub\wwwroot C:\inetpub\wwwroot\compile C:\inetpub\wwwroot\compiled
Expected Result:
File is created at C:\inetpub\wwwroot\compiled\page.cfm
Actual Result:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at coldfusion.tools.CommandLineInvoker.main(CommandLineInvoker.java:108)
Caused by: java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/l
ang/String;
at coldfusion.server.UpdateUtil.getUpdateLevel(UpdateUtil.java:57)
at coldfusion.runtime.RuntimeServiceImpl.setupServerScope(RuntimeService
Impl.java:1194)
at coldfusion.runtime.RuntimeServiceImpl.<init>(RuntimeServiceImpl.java:
79)
at coldfusion.runtime.RuntimeServiceImpl.<init>(RuntimeServiceImpl.java:
102)
at coldfusion.tools.Compiler.main(Compiler.java:253)
... 5 more
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3350377
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: