• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

installation problem

 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 204
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
james edwin
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Balbir Singh ,
can u pls share some info,how u prepared for IBM 489 exam.
This info will be of great help.
Thanks,
 
Balbir Singh
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi James,
Please check this Thread
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi James,
If you are successful in dowloading websphere
please let me know from where you are downloading
websphere.
thanks
kumar
 
Slideshow boring ... losing consciousness ... just gonna take a quick nap on this tiny ad ...
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic