Difference between revisions of "Unable to initialize server environment"
Jump to navigation
Jump to search
m (Added error number ARS4012E to the description of the error.) |
m (Removed ARS4012E, moved into new article. Added related error.) |
||
| Line 2: | Line 2: | ||
== What was the error? == | == What was the error? == | ||
Message Number: | Message Number: 147 | ||
Message Severity: Error (Corrective action is required to continue) | Message Severity: Error (Corrective action is required to continue) | ||
Message Name: | Message Name: ARS0147E | ||
Message Text: | Message Text: | ||
Unable to initialize server environment. rc=1 | Unable to initialize server environment. rc=1 | ||
== Related Errors == | |||
[[ARS4012E|ARS4012E - Unable to initialize environment]] | |||
== What were you doing? == | == What were you doing? == | ||
| Line 35: | Line 38: | ||
* 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 12:13, 21 August 2016
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
db2lnas root to create the links to the DB2 libraries in the/usr/liband/libdirectories?