Saturday, December 18, 2010

License issue in weblogic

We migrated our application from old machine to new machine after that we got an issue, some users not able to access the application and they are getting a error message as
“web page not authenticated to display” and they got error code as 403.

We got the following log message in server log

#### DynamicListenThread[Default] <> <> <> <> <1292597967156> Connection rejected, the server license allows connections from only 5 unique IP addresses.

First we thought, its related to application license and we sent this to application team, but they told, its not their issue.

In the log message there is no application related information and there is a error code

We got the error code description from the following site,
http://download.oracle.com/docs/cd/E13222_01/wls/docs90/messages/Server.html


But we didn’t get any clue, why we are getting this issue. Then we tried to look into the license file of the weblogic.

In the license file, its clearly mentioned that, servlet session for only 5 units.

component="Servlet Session"
cpus="unvalued"
expiration="never"
ip="any"
licensee="BEA Evaluation Customer"
serial="616351266349-2030864056716"
sessions="unlimited"
type="SDK"
units="5"
signature="MCwCFE7tDgaAw2zNpvoMIn0MqtUoBjk2AhR3TgeRWbb6sQWvRgrh8rCZyfG0Qg=="
/>

Root cause of the issue is weblogic license file.







We have updated the license file with the old weblogic installation.


component="Servlet Session"
cpus="unvalued"
expiration="never"
ip="any"
licensee="Customer"
serial="454493271161-2646859048"
sessions="unlimited"
signature="MC0CFLx94IvLftg7XVEvQIUeAjR0VFg3fR3XSQhT7Opi47Hgig="
type="RTK"
units="unlimited"
/>

Last time we have installed the demo version instead of rela product version.

We have upated the license file with the product version, issue resolved.

4 comments:

  1. Sundar,
    I am really pleased by your blog
    keep rocking
    you need to push your self more
    keep achieving more.
    Thanks for sharing the info.

    ReplyDelete
  2. Can you please tell me in which path we can find this Weblogic license file

    ReplyDelete
  3. Thank you for inform us to resolve this issue with license file with the product version.
    Regards,
    Weblogic training in Hyderabad

    ReplyDelete

Followers