Copy link to clipboard
Copied
I am trying to install (For the FIRST TIME) Cold Fusion under JBoss.
1. When I install it on my laptop (Windows 7 - JDK 6) and run in under JBoss locally it works.
2. I copied the EAR file and moved it to a Server environment (Windows Map Drive)
3. Extracted the EAR as per the instructions
4. When I access the administrator page I get the error --> unexpected constant #41 0
5. I tried delting the cfclasses etc that I found in different forums. No luck.
6. JBoss TMP folder is in a different location that the DEPLOY folder. (Just an FYI)
Any help please.....
Copy link to clipboard
Copied
Additional input -
1) I can create a simple .cfm file with just text; it gets compiled into a .class file in the cfclasses folder and displays properly
2) I can open one of the .cfm files that has htm embedded in it - it displays properly
3) The only .cfm files that return this error are those that appear to be already compiled classes.
Looking at the JBoss log, one can see the error:
15:59:19,156 INFO [STDOUT] 01/20 15:59:19 Error [http-0.0.0.0-8080-1] - unexpected constant #41 0 The specific sequence of files in
cluded or processed is: /-/J2EE/DIR/JBOSS430/server/default/deploy/cfusion.ear/cfusion.war/CFIDE/administrator/index.cfm, line: 95
Copy link to clipboard
Copied
Is your Cf Administrator page opening properly??
Long long back i got this error, i uninstalled and reinstalled it again.:( In my case, none of the .cfm page opened.
Copy link to clipboard
Copied
I am not able to load admininstrator page.
Pramod Nair
Copy link to clipboard
Copied
which ever path you selected as Web server path, in that folder, try to copy the CFIDE folder into that.
and try to open the Administrator page.
Copy link to clipboard
Copied
I did that. Same issue. I cleaned up cfclasses too
Pramod Nair