Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Bradley Wood / ()
Created: 07/24/2018
Components: Web Services
Versions: 2018
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: / Platforms All
Vote Count: 1
Problem Description:
When creating a webservice, there is an error related to a "jikes" binary not existing. This appears to affect a WAR deploy.
Steps to Reproduce:
Start up a 2018 WAR and create a webservice.
Actual Result:
Cannot run program "jikes": error=2, No such file or directory
StackTrace java.io.IOException: Cannot run program "jikes": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at java.lang.Runtime.exec(Runtime.java:528) at coldfusion.jsp.JavaCompiler.outProcessCompile(JavaCompiler.java:648) at coldfusion.jsp.JavaCompiler.compileClass(JavaCompiler.java:147) at coldfusion.xml.rpc.Axis1ServiceInfoGeneratorStrategy$2.run(Axis1ServiceInfoGeneratorStrategy.java:153) at java.security.AccessController.doPrivileged(Native Method) at coldfusion.xml.rpc.Axis1ServiceInfoGeneratorStrategy.generateServiceInfo(Axis1ServiceInfoGeneratorStrategy.java:129) at coldfusion.xml.rpc.XmlRpcServiceImpl.generateServiceInfo(XmlRpcServiceImpl.java:456) at coldfusion.xml.rpc.XmlRpcServiceImpl.registerWebService(XmlRpcServiceImpl.java:390) at coldfusion.xml.rpc.XmlRpcServiceImpl.getWebServiceProxy(XmlRpcServiceImpl.java:813) at coldfusion.xml.rpc.WebServiceProxyFactory.getProxy(WebServiceProxyFactory.java:22) at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:69) at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:8300) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:8099) at cfBuilder2ecfc1258239364$funcBUILDWEBSERVICE.runFunction(/Users/lmajano/Sites/cboxdev/coldbox/system/ioc/Builder.cfc:321) at
Expected Result:
The webservice should be created
Any Workarounds:
Place tools.jar in your cfusion/lib folder.
Attachments:
Comments: