Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Harry Klein / Harry Klein (Harry Klein)
Created: 03/09/2016
Components: Language, Java Integration
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Linux All
Vote Count: 0
If I call this method e.g. with the argument class="org.apache.lucene.facet.FacetField"
<cffunction name="isInClassPath">
<cfargument name="class">
<cftry>
<cfset createObject("java", "#arguments.class#")>
<cfreturn "ok">
<cfcatch>
<cfreturn cfcatch.detail>
</cfcatch>
</cftry>
</cffunction>
the request crashes, the screen is white and this exception is logged:\\\\\\\]''p[]'[ouiiiiiiiiiiiiiii
java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at coldfusion.bootstrap.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:221)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at coldfusion.runtime.java.JavaProxyFactory.getProxy(JavaProxyFactory.java:121)
at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:6346)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:6309)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:6243)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:6218)
at coldfusion.runtime.CFPage.CreateObject(CFPage.java:6165)
at cfsettings_save2ecfm1987154011$funcISINCLASSPATH.runFunction(/home/wwwroot/install/settings_save.cfm:34)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126640
External Customer Info:
External Company: CONTENS
External Customer Name: Harry Klein
External Customer Email: KLEIN@CONTENS.DE
External Test Config:
Attachments:
Comments: