Difference between revisions of "Unable to initialize server environment"

From CMOD.wiki
Jump to navigation Jump to search
m (Updated error severity text)
m (Formatting)
Line 20: Line 20:
== Troubleshooting ==
== Troubleshooting ==


Is the database engine up and running?   
* Is the database engine up and running?   


<code>
<code>
Line 26: Line 26:
</code>
</code>


Is the database activated?  
* Is the database activated?  


<code>
<code>
Line 32: Line 32:
</code>
</code>


Did you run <code> db2ln </code> as root to create the links to the DB2 libraries in the <code>/usr/lib</code> and <code>/lib</code> directories?
* Did you run <code> db2ln </code> as root to create the links to the DB2 libraries in the <code>/usr/lib</code> and <code>/lib</code> directories?

Revision as of 01:55, 10 May 2015

What was the error?

Message Number: N/A

Message Severity: Error (Corrective action is required to continue)

Message Text:

Unable to initialize server environment. rc=1

What were you doing?

Probably trying to start OnDemand with the arssockd command.

What happened?

The OnDemand daemon, arssockd was NOT started, probably because the database wasn't available.

Troubleshooting

  • Is the database engine up and running?

db2 start database manager

  • Is the database activated?

db2 activate database archive

  • Did you run db2ln as root to create the links to the DB2 libraries in the /usr/lib and /lib directories?