After upgrading jdk. JBoss service stops immediately after starting
search cancel

After upgrading jdk. JBoss service stops immediately after starting

book

Article ID: 4614

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM) CA Privileged Access Manager (PAM)

Issue/Introduction

After upgrading jdk. JBoss service stops immediately after starting:

"The JBoss Applicattion Server 4.2.3 service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."

Environment

Release: ACP1M005900-12.9-Privileged Identity Manager
Component:

Cause

In <jboss>\bin\run_idm.bat and <jboss>\bin\compile_jsp.bat JAVA_HOME was set using double quotes: 

 

JAVA_HOME="C:\jdk1.7.0_80" 

 

Resolution

In <jboss>\bin\run_idm.bat and <jboss>\bin\compile_jsp.bat set JAVA_HOME without double quotes:

 

JAVA_HOME=C:\jdk1.7.0_80