Link to home
Start Free TrialLog in
Avatar of Rush_2112
Rush_2112

asked on

Jrun error on Coldfusion 9 box

We're hosting a site on cf 9 server.  

Sometimes the users get an error:

The server encountered an internal error and was unable to complete your request.
JRun closed connection.

It's not all the time though, there doesn't seem to be a pattern as to when someone gets that error.  The default page itself isn't doing anything, it's a login form that waits for input.  

I allowed all IPs, I think, I have this:

*.*.*.*
Avatar of Jones911
Jones911

Is the server under heavy load?
Avatar of Rush_2112

ASKER

No, it's under basically no load at all.  It's the only site on there right now.
OK thats weird.  Try uninstalling and reinstalling.  Or resetting the connectors to IIS ( I'll assume IIS )
It's on linux , apache...
A missconfigureation somewhere and jrun is restarting itself?
is there something I could do to check that?  
ASKER CERTIFIED SOLUTION
Avatar of Jones911
Jones911

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The hosting company helped us figure out what the issue was.  CF 9 was installed as the developer edition first.  We then put the license for Standard.  The problem was that the server kept switching randomly between the licenses.  Sometimes everyone would be let in, other times, everyone would be shut out.

This is from hosting.com:

I did find somewhat of a conflict.  There are two license files and they may be causing this to jump back into developer mode when it doesn't it's recycle.  I have renamed the one located in /opt/coldfusion9/runtime/lib/ and restarted Coldfusion.  

This solved our problem once and for all.