Skip to main content
Participant
June 20, 2012
Question

License Error

  • June 20, 2012
  • 1 reply
  • 1988 views

I tried to call Adobe and they basically told me they can't help. I found a similar error somewhere on these forums, but the solution (re-apply serial number) doesn't work. Here's what's happening:

I run CF 9 on Ubuntu 10.04 with all the patches and hotfixes, etc. It ran fine from August '11 to April '12. Then it started taking increasing amounts of time to start up as well as printing the following warning:

warning Invalid license; reverting to Developer Version

This coincides with an IP limit (localhost or 5 external):

error IP license restriction is in effect.  Can only accept connection from either localhost or five IP addresses, attempted from x.  Previous accesses were from [ {y}  {z}  {a}  {b}  {c} ].

The result of this is that if I'm not quick, I can't log into cfadmin (the server runs in the cloud, so I have to use an external IP).

However, when I *do* log into cfadmin, I see the correct serial number that my company bought from Adobe and the version is listed as "Enterprise":

Your current edition is: ColdFusion Enterprise.

Does anybody have any experience with this? Like I said, re-applying the license does not fix the issue.

Thanks!

This topic has been closed for replies.

1 reply

Participating Frequently
June 20, 2012

It could be the under lying JRun that has got its knickers in a twist.

Also, If you're running multi server, make sure the cfusion instance has a

valid serial number installed (but the 5 valid ip address message points at

JRun ).

We've had this before, but because we run multiple instances across

multiple servers we just copy and paste the license.properties file from a

working instance to solve the problem.

Adobe SHOULD be able to help you with this as it is still an issue, albeit

a rare one.

Andy

Sent from my iPad

ResistyAuthor
Participant
June 20, 2012

Thanks fo the reply, Andy!

I thought the same about Adobe, but upon calling them, they told me "we are not trained on ColdFusion, you will need to obtain a contract from an Adobe Reseller and call the number they give you."

Could you give me the skeleton of your license.properties file or, more specifically: I found a reference somewhere on google that mentioned putting the SN on both the sn= and previous_sn= lines. Is this the case for you?

Also, do you know anything about the "underlying JRun has its knickers in a twist" issue? I found a post that suggested having a "JRun license" in cf_home/runtime/lib was bad, but I'm not sure what a "JRun license" is. I do have a symlink in that directory to cf_home/lib/license.properties. Might that be the issue?

Thanks!

-Brian

Participating Frequently
June 20, 2012

As this is a genuine issue (it's been around since CF 6.1) you don't need a

support contract. We ARE a reseller, so I can guarantee that fact

The JRun license key is stored in /opt/jrun4/lib/license.properties (on

multi server). I'll assume it's

/opt/coldfusion9/runtime/lib/license.properties for Server Configuration

(which is what you've mentioned before).

My file contains:

previous_sn=

sn=

I'm on a train at the moment with dodgy wifi so looking at one of our

production servers is proving troublesome, but I'll take a proper look

later. And worst case, I WILL get you some help via Adobe support by

putting you in touch with the right person.

Andy