hi, I have installed WAS(AE)4.0 on windows2000 Advanced server .When i starting "start admin server" It shows an error in in event log file "IBM WS AdminServer 4.0 service terminated with service-specific error 10" can any one comment on this what's all this. Thanks
Regards,
James
Dharmesh Chheda
Ranch Hand
Joined: May 08, 2001
Posts: 204
posted
0
Hello james To my knowledge there can be two things which cause this error. 1> if you have stopped the adminserver and starting it again you will get this error. Solution for above: kill the java.exe processes running on the server. 2> in the admin.config file there might be some blank lines at the end of the text .. solution: delete all the blank line in the file and try starting again.
regards,<br />Dharmesh Chheda
Balbir Singh
Ranch Hand
Joined: Jun 01, 2001
Posts: 79
posted
0
Hi James, If the database specified for WebSphere Application Server to use as its repository has not been created, you will see a Specific error 10 message. To ensure that the WAS40 database exists, do the following (for DB2): 1. Start the Control Center dialog. Open it by selecting Start > Programs > IBM DB2 > Control Center. 2. In the DB2 Control Center, expand the tree under Systems. Your DB2 databases are listed under Databases. Examine the list to see if WAS40 is in it. Alternatively, use the following command: $db2 list db directory If the DB2 database WAS40 has not been created, do the following: 1. From the Start menu, select Programs > IBM DB2 > Command Line Processor. 2. Enter CREATE DATABASE WAS40 3. Wait a minute to allow time for DB2 to create the database. 4. Enter UPDATE DB CFG FOR WAS40 USING APPLHEAPSZ 256. 5. Type quit to leave the CLP, and then exit to finish the command prompt. 6. Restart the machine making sure that the following parameters are still set in the admin.config file: com.ibm.ejs.sm.adminServer.createTables =true install.initial.config =true Perform the same tests if you are using Oracle.
Thanks and Regards<br />Balbir Singh<br />Sun Certified Java Programmer<br />IBM Certified Administrator for WebSphere4.0
james edwin
Ranch Hand
Joined: Nov 22, 2001
Posts: 393
posted
0
Hi, Thanks for the help. Right now i unstalled WAS4.0 as my db2 image extenders were also not working after this and my work was getting halt. Will try yr suggestions and get back yo u. Thanks for help.
james edwin
Ranch Hand
Joined: Nov 22, 2001
Posts: 393
posted
0
hi Balbir Singh , can u pls share some info,how u prepared for IBM 489 exam. This info will be of great help. Thanks,