Hi Mahesh,
I am using this server for a long time.
Websphere Server was installed by another person and he dont remember the userName and Password. Is there any by which we can know the UserName and Password.
My Websphere Admin Service was not running. i went to Control Panel-Administrative tools-services and Started the Admin Service.
Then i observed that error msg of UserName and Password has gone, but it had some problem with
wasHome="WebSphere Installation directory".
The Server is on the another machine, i am trying to start the server from my pc, so i have given the
wasHome="\\<MACHINE NAME OF SERVER>\<SERVER INSTALLATION DIRECTORY>".
Ex

wasHome="\\mtmum_apps02\c$\Program Files\WebSphere\AppServer")
Now i am getting the message as below, when i try to run server
*****************************************************************
C:\harcourt_Nov4_11\bin>ant serverRun
Buildfile: build.xml
serverRun:
[startServer] ADMU0116I: Tool information is being logged in file \\mtmum_apps02\c$\Pr
ogram
[startServer] Files\WebSphere\AppServer\logs\server1\startServer.log
[startServer] ADMU3100I: Reading configuration for server: server1
[startServer] ADMU0111E: Program exiting with error:
[startServer] com.ibm.ws.process.exception.ProcessOpException: The system c
annot
[startServer] find the path specified.
[startServer] 003: No such process
[startServer] ADMU0211I: Error details may be seen in the file: \\mtmum_apps02\c$\Prog
ram
[startServer] Files\WebSphere\AppServer\logs\server1\startServer.log
[startServer] ADMU1211I: To obtain a full trace of the failure, use the -trace option.
[startServer]
Java Result: 111
BUILD SUCCESSFUL
Total time: 10 seconds
C:\harcourt_Nov4_11\bin>
*****************************************************************
Now i am not sure where it is failing,,
*does it still looks for UserName and Password(But according to
Doc UserName and Password are optional).
*Or its not getting server path?
Thanks for your help.