Hi there,
Some code a production server which uploaded files has seemingly stopped working with the following error:
JRun Servlet Error as the title of the page and the following in the page body:
500
The system cannot find the path specified
java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem....
Hi Folks,
I'm hoping someone can help me. For my website I have a corresponding mobile site that has the same content as my full site but display it for mobile devices. Basically I want to send all requests from the full site to the mobile site unless the url variable sms exists
So in my htaccess file for my full site I have this:
R...
I'm working on upgrading an app from MX7 to 9 and testing it on my Mac's Dev server. I have a page with a large cfswitch--20 or so different cases, but none more than about 10-12 lines long. In CF9 only, whenever one of these cases does a cfinclude (which is almost all of them), I get an error along the lines of:
org.apache.bcel.generic...
I am working on upgrading our codebase from MX7 to 9. I have the Developer Edition of 9 installed on my 10.6 Mac with MAMP Pro 1.9 to verify everything works before we buy upgrade licenses. Many things work just fine. But on several pages I am getting an error that I simply cannot explain. I have gone over the erroring page, report_list....
Is there a way to reset the JRun server from within a ColdFusion page?
...
First off, my code works perfectly on all app servers except jrun. I have a jsp named trends.jsp. In my web.xml I create multiple instances.
<servlet-name>trendsA</servlet-name>
<jsp-file>/trends.jsp</jsp-file>
<init-param>
<param-name>server</param-name>
<param-value>serverA</param-value>
</init-param>
<servlet-name...
I am a Coldfusion wiz, but my JVM error logs are filling up with the following types of errors. Could someone shed some light on these for me and how to fix? Much appreciated. Searched for an hour everywhere and found no good answer or much of any reference. That LCK part has me baffled, as the actual cfm file does indeed exist.
10/...