Question
JAVA Error??
I've got two ColdFusion MX 6.1 servers, one for development,
one for production, both set up almost identically. Code works fine
on development site, but not on production site. Error pasted
below:
==================
The CFML compiler encountered an unexpected java.lang.NullPointerException exception.
The reason for this was: Occurred at:
java.lang.NullPointerException
at coldfusion.jsp.JRunTagLibraryInfo.getPropertyType(JRunTagLibraryInfo.java:574)
at coldfusion.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:544)
at coldfusion.jsp.JRunTagLibraryInfo.getTag(JRunTagLibraryInfo.java:248)
at coldfusion.compiler.NeoTranslationContext.findTagName(NeoTranslationContext.java:317)
at coldfusion.compiler.NeoTranslationContext.isKnownTag(NeoTranslationContext.java:193)
at coldfusion.compiler.CFMLParserBase.isKnownTagName(CFMLParserBase.java:62)
at coldfusion.compiler.cfml40TokenManager.TokenLexicalActions(cfml40TokenManager.java:6507)
at coldfusion.compiler.cfml40TokenManager.getNextToken(cfml40TokenManager.java:6384)
at coldfusion.compiler.cfml40.getToken(cfml40.java:6603)
at coldfusion.compiler.CFMLParserBase.isTrivialAngleBracket(CFMLParserBase.java:135)
at coldfusion.compiler.cfml40.jj_3_1(cfml40.java:5977)
at coldfusion.compiler.cfml40.jj_3R_46(cfml40.java:6016)
at coldfusion.compiler.cfml40.jj_3_28(cfml40.jav...
The error occurred in D:\Operational Web Sites\DeployedTemplates\CF_protected\Application.cfm: line 76
74 : <cfset LDAP_Search2Failed = false>
75 :
76 : <cftry>
77 : <cfldap
78 : action="QUERY"
==================
Any hints as to why this would work fine on one server but not the other?
==================
The CFML compiler encountered an unexpected java.lang.NullPointerException exception.
The reason for this was: Occurred at:
java.lang.NullPointerException
at coldfusion.jsp.JRunTagLibraryInfo.getPropertyType(JRunTagLibraryInfo.java:574)
at coldfusion.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:544)
at coldfusion.jsp.JRunTagLibraryInfo.getTag(JRunTagLibraryInfo.java:248)
at coldfusion.compiler.NeoTranslationContext.findTagName(NeoTranslationContext.java:317)
at coldfusion.compiler.NeoTranslationContext.isKnownTag(NeoTranslationContext.java:193)
at coldfusion.compiler.CFMLParserBase.isKnownTagName(CFMLParserBase.java:62)
at coldfusion.compiler.cfml40TokenManager.TokenLexicalActions(cfml40TokenManager.java:6507)
at coldfusion.compiler.cfml40TokenManager.getNextToken(cfml40TokenManager.java:6384)
at coldfusion.compiler.cfml40.getToken(cfml40.java:6603)
at coldfusion.compiler.CFMLParserBase.isTrivialAngleBracket(CFMLParserBase.java:135)
at coldfusion.compiler.cfml40.jj_3_1(cfml40.java:5977)
at coldfusion.compiler.cfml40.jj_3R_46(cfml40.java:6016)
at coldfusion.compiler.cfml40.jj_3_28(cfml40.jav...
The error occurred in D:\Operational Web Sites\DeployedTemplates\CF_protected\Application.cfm: line 76
74 : <cfset LDAP_Search2Failed = false>
75 :
76 : <cftry>
77 : <cfldap
78 : action="QUERY"
==================
Any hints as to why this would work fine on one server but not the other?
