Difference between revisions of "Unable to initialize server environment"

From CMOD.wiki
Jump to navigation Jump to search
m (Added db2ln command to troubleshooting)
m (Formatting changes.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== What was the error? ===
{{TOCright}}


<code> Unable to initialize server environment. rc=1 </code>
== What was the error? ==
Message Number: 147


=== What were you doing? ===
Message Severity: Error (Corrective action is required to continue)
 
Message Name:  ARS0147E
 
Message Text:
 
Unable to initialize server environment. rc=1
 
== Related Errors ==
[[ARS4012E|ARS4012E - Unable to initialize environment]]
 
== What were you doing? ==


Probably trying to start OnDemand with the arssockd command.
Probably trying to start OnDemand with the arssockd command.


=== Troubleshooting ===
== What happened? ==


Is the database engine up and running? 
The OnDemand daemon, [[arssockd]] was NOT started, probably because the database wasn't available.


    <code> db2 start database manager </code>
== Troubleshooting ==


Is the database activated?  
* Is the database engine up and running?
  db2 start database manager


    <code>db2 activate database archive</code>
* Is the database activated?
  db2 activate database archive


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 '''db2ln''' as root to create the links to the DB2 libraries?

Latest revision as of 12:46, 11 August 2017

What was the error?

Message Number: 147

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

Message Name: ARS0147E

Message Text:

Unable to initialize server environment. rc=1

Related Errors

ARS4012E - Unable to initialize environment

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?