Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3
Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196268] Thu, 12 July 2007 10:45 Go to next message
Eclipse UserFriend
Originally posted by: debabrata.pani.gmail.com

Hi,
I have some problem while starting up websphere 6.1 from eclipse WTP 1.5.3.
I debugged into the eclipse code and this is what i observe. A thread is
trying to stop the server and that is preventing the PingingThread from
actually finding out the status of the server and setting the
"serverState" variable . The trial version of Websphere 6.1 that I have
installed has automatically installed itself as a window service. Can this
be the reason for this behavior. In the installation of Websphere 6.0 ,
which is not made into a window service, I haven't observed this problem.

As a consequence of this stopping of the server, eclipse throws an
Exception without any stack trace. Just a single line of error saying that
"Websphere 6.1 couldn't be started"

Thread [Worker-10] (Suspended (breakpoint at line 478 in
GenericServerBehaviour))
GenericServerBehaviour.stopImpl() line: 478
GenericServerBehaviour$1.handleDebugEvents(DebugEvent[]) line: 468
DebugPlugin$EventNotifier.run() line: 1076
SafeRunner.run(ISafeRunnable) line: 37
DebugPlugin$EventNotifier.dispatch(DebugEvent[]) line: 1108
DebugPlugin$EventDispatchJob.run(IProgressMonitor) line: 344
Worker.run() line: 58
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196328 is a reply to message #196268] Thu, 12 July 2007 14:01 Go to previous messageGo to next message
Angel Vera is currently offline Angel VeraFriend
Messages: 63
Registered: July 2009
Member

Try removing WAS 6.1 from running as a service. In the bin directory there
is a wasservice executable that you can use.

debabrata.pani@gmail.com (Debabrata Pani) wrote in
news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:

> a window service, I hav


Regards,
--
Angel Vera
WTP Server Tools Developer
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196375 is a reply to message #196328] Thu, 12 July 2007 14:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: debabrata.pani.gmail.com

Angel Vera wrote:
> Try removing WAS 6.1 from running as a service. In the bin directory there
> is a wasservice executable that you can use.
>
> debabrata.pani@gmail.com (Debabrata Pani) wrote in
> news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:
>
>> a window service, I hav
>


Hi Angel Vera,
Thanx for your suggestion. But i don't understand your point about using
the startServer.bat file. Since I am using the WTP to launch the server
and publish the projects, I need not use the startServer.bat or any
other batch file publishing, isn't it ? That is what I feel. Please
explain if I m wrong.
Thanx again.
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196384 is a reply to message #196375] Thu, 12 July 2007 14:50 Go to previous messageGo to next message
Angel Vera is currently offline Angel VeraFriend
Messages: 63
Registered: July 2009
Member

Hi Debabrata,

> The trial version of Websphere 6.1 that I have
> installed has automatically installed itself as a window service.


You were saying that you suspect that the problem us because your WAS is
installed as a Windows Services. If you think that is the problem, you
can confirm it by removing WAS from running as a Windows Service. To
remove WAS from running as a Windows Service you can use the bin
\wasservice.exe -remove <serviceName> to remove WAS 6.1 to be run as a
Windows Service.


Debabrata Pani <debabrata.pani@gmail.com> wrote in
news:f75efj$ovq$1@build.eclipse.org:

> Angel Vera wrote:
>> Try removing WAS 6.1 from running as a service. In the bin directory
>> there is a wasservice executable that you can use.
>>
>> debabrata.pani@gmail.com (Debabrata Pani) wrote in
>> news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:
>>
>>> a window service, I hav
>>
>
>
> Hi Angel Vera,
> Thanx for your suggestion. But i don't understand your point about
> using the startServer.bat file. Since I am using the WTP to launch the
> server and publish the projects, I need not use the startServer.bat or
> any other batch file publishing, isn't it ? That is what I feel.
> Please explain if I m wrong.
> Thanx again.


Regards,
--
Angel Vera
WTP Server Tools Developer
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196412 is a reply to message #196384] Fri, 13 July 2007 05:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: debabrata.pani.gmail.com

Hi Angel,
I removed the WAS 6.1 from the service(Thanx for your help) and tried to
start the server from the WTP. But it failed again, with a new error
message. The paths of JRE/JAVA are all properly set as such. The
particular executable that is supposed to be invalid(by eclipse WTP) has
been found to work properly. If you paste that executable to the command
line, it runs but gives the help instructions as the output.

The error output is as shown below:

ADMU0116I: Tool information is being logged in file

C:\IBM2\WebSphere\AppServer\profiles\AppSrv01\logs\server1\s tartServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU0111E: Program exiting with error:
com.ibm.ws.process.exception.InvalidExecutableException:
PROC0004E:
Executable: [C:/IBM2/WebSphere/AppServer/java/bin/java] does not
appear to be a valid executable. Process could not be created.
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:

C:/IBM2/WebSphere/AppServer/profiles/AppSrv01\logs\server1\s tartServer.log
















Angel Vera wrote:
> Hi Debabrata,
>
>> The trial version of Websphere 6.1 that I have
>> installed has automatically installed itself as a window service.
>
>
> You were saying that you suspect that the problem us because your WAS is
> installed as a Windows Services. If you think that is the problem, you
> can confirm it by removing WAS from running as a Windows Service. To
> remove WAS from running as a Windows Service you can use the bin
> \wasservice.exe -remove <serviceName> to remove WAS 6.1 to be run as a
> Windows Service.
>
>
> Debabrata Pani <debabrata.pani@gmail.com> wrote in
> news:f75efj$ovq$1@build.eclipse.org:
>
>> Angel Vera wrote:
>>> Try removing WAS 6.1 from running as a service. In the bin directory
>>> there is a wasservice executable that you can use.
>>>
>>> debabrata.pani@gmail.com (Debabrata Pani) wrote in
>>> news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:
>>>
>>>> a window service, I hav
>>
>> Hi Angel Vera,
>> Thanx for your suggestion. But i don't understand your point about
>> using the startServer.bat file. Since I am using the WTP to launch the
>> server and publish the projects, I need not use the startServer.bat or
>> any other batch file publishing, isn't it ? That is what I feel.
>> Please explain if I m wrong.
>> Thanx again.
>
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196443 is a reply to message #196412] Fri, 13 July 2007 14:26 Go to previous messageGo to next message
Angel Vera is currently offline Angel VeraFriend
Messages: 63
Registered: July 2009
Member

Hi Debabrata,

That is as far as I can go to help you with this problem. I don't own
the WAS WTP server adapters, but I do have some knowledge about them. I
was trying to help you out, but someone else is going to have to take
over, or you can open a bugzilla.

Pani <debabrata.pani@gmail.com> wrote in
news:f772p5$20b$1@build.eclipse.org:

>
>
> Hi Angel,
> I removed the WAS 6.1 from the service(Thanx for your help) and tried
> to start the server from the WTP. But it failed again, with a new
> error message. The paths of JRE/JAVA are all properly set as such. The
> particular executable that is supposed to be invalid(by eclipse WTP)
> has been found to work properly. If you paste that executable to the
> command line, it runs but gives the help instructions as the output.
>
> The error output is as shown below:
>
> ADMU0116I: Tool information is being logged in file
>
> C:\IBM2\WebSphere\AppServer\profiles\AppSrv01\logs\server1
\startServer.
> log ADMU0128I: Starting tool with the AppSrv01 profile
> ADMU3100I: Reading configuration for server: server1
> ADMU0111E: Program exiting with error:
> com.ibm.ws.process.exception.InvalidExecutableException:
> PROC0004E:
> Executable: [C:/IBM2/WebSphere/AppServer/java/bin/java]
> does not appear to be a valid executable. Process could
> not be created.
> ADMU1211I: To obtain a full trace of the failure, use the -trace
> option. ADMU0211I: Error details may be seen in the file:
>
> C:/IBM2/WebSphere/AppServer/profiles/AppSrv01\logs\server1
\startServer.
> log
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Angel Vera wrote:
>> Hi Debabrata,
>>
>>> The trial version of Websphere 6.1 that I have
>>> installed has automatically installed itself as a window service.
>>
>>
>> You were saying that you suspect that the problem us because your WAS
>> is installed as a Windows Services. If you think that is the problem,
>> you can confirm it by removing WAS from running as a Windows Service.
>> To remove WAS from running as a Windows Service you can use the bin
>> \wasservice.exe -remove <serviceName> to remove WAS 6.1 to be run as
>> a Windows Service.
>>
>>
>> Debabrata Pani <debabrata.pani@gmail.com> wrote in
>> news:f75efj$ovq$1@build.eclipse.org:
>>
>>> Angel Vera wrote:
>>>> Try removing WAS 6.1 from running as a service. In the bin
>>>> directory there is a wasservice executable that you can use.
>>>>
>>>> debabrata.pani@gmail.com (Debabrata Pani) wrote in
>>>> news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:
>>>>
>>>>> a window service, I hav
>>>
>>> Hi Angel Vera,
>>> Thanx for your suggestion. But i don't understand your point about
>>> using the startServer.bat file. Since I am using the WTP to launch
>>> the server and publish the projects, I need not use the
>>> startServer.bat or any other batch file publishing, isn't it ? That
>>> is what I feel. Please explain if I m wrong.
>>> Thanx again.
>>


Regards,
--
Angel Vera
WTP Server Tools Developer
Re: Some Problem during launching websphere 6.1 from eclipse WTP 1.5.3 [message #196652 is a reply to message #196443] Wed, 18 July 2007 14:14 Go to previous message
Eclipse UserFriend
Originally posted by: debabrata.pani.gmail.com

Thanx man, anyway for the help.
Ciao !


Angel Vera wrote:
> Hi Debabrata,
>
> That is as far as I can go to help you with this problem. I don't own
> the WAS WTP server adapters, but I do have some knowledge about them. I
> was trying to help you out, but someone else is going to have to take
> over, or you can open a bugzilla.
>
> Pani <debabrata.pani@gmail.com> wrote in
> news:f772p5$20b$1@build.eclipse.org:
>
>>
>> Hi Angel,
>> I removed the WAS 6.1 from the service(Thanx for your help) and tried
>> to start the server from the WTP. But it failed again, with a new
>> error message. The paths of JRE/JAVA are all properly set as such. The
>> particular executable that is supposed to be invalid(by eclipse WTP)
>> has been found to work properly. If you paste that executable to the
>> command line, it runs but gives the help instructions as the output.
>>
>> The error output is as shown below:
>>
>> ADMU0116I: Tool information is being logged in file
>>
>> C:\IBM2\WebSphere\AppServer\profiles\AppSrv01\logs\server1
> \startServer.
>> log ADMU0128I: Starting tool with the AppSrv01 profile
>> ADMU3100I: Reading configuration for server: server1
>> ADMU0111E: Program exiting with error:
>> com.ibm.ws.process.exception.InvalidExecutableException:
>> PROC0004E:
>> Executable: [C:/IBM2/WebSphere/AppServer/java/bin/java]
>> does not appear to be a valid executable. Process could
>> not be created.
>> ADMU1211I: To obtain a full trace of the failure, use the -trace
>> option. ADMU0211I: Error details may be seen in the file:
>>
>> C:/IBM2/WebSphere/AppServer/profiles/AppSrv01\logs\server1
> \startServer.
>> log
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Angel Vera wrote:
>>> Hi Debabrata,
>>>
>>>> The trial version of Websphere 6.1 that I have
>>>> installed has automatically installed itself as a window service.
>>>
>>> You were saying that you suspect that the problem us because your WAS
>>> is installed as a Windows Services. If you think that is the problem,
>>> you can confirm it by removing WAS from running as a Windows Service.
>>> To remove WAS from running as a Windows Service you can use the bin
>>> \wasservice.exe -remove <serviceName> to remove WAS 6.1 to be run as
>>> a Windows Service.
>>>
>>>
>>> Debabrata Pani <debabrata.pani@gmail.com> wrote in
>>> news:f75efj$ovq$1@build.eclipse.org:
>>>
>>>> Angel Vera wrote:
>>>>> Try removing WAS 6.1 from running as a service. In the bin
>>>>> directory there is a wasservice executable that you can use.
>>>>>
>>>>> debabrata.pani@gmail.com (Debabrata Pani) wrote in
>>>>> news:42a4e6ad4e3adb9e02b64b241824b920$1@www.eclipse.org:
>>>>>
>>>>>> a window service, I hav
>>>> Hi Angel Vera,
>>>> Thanx for your suggestion. But i don't understand your point about
>>>> using the startServer.bat file. Since I am using the WTP to launch
>>>> the server and publish the projects, I need not use the
>>>> startServer.bat or any other batch file publishing, isn't it ? That
>>>> is what I feel. Please explain if I m wrong.
>>>> Thanx again.
>
Previous Topic:When I install WTP I meet Install bundel error.
Next Topic:Tomcat 6 and Eclipse 3.3 trouble
Goto Forum:
  


Current Time: Thu Mar 28 13:04:42 GMT 2024

Powered by FUDForum. Page generated in 0.02969 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top