Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » unable to deal with remote WebLogic 8.1 server
unable to deal with remote WebLogic 8.1 server [message #138687] Wed, 14 September 2005 16:15 Go to next message
Udo Rader is currently offline Udo RaderFriend
Messages: 12
Registered: July 2009
Junior Member
Hi all,

I'm trying to get my feet wet with WTP and WebLogic 8.1 but so far I have
failed to add our remote weblogic server within eclipse.

The point where I fail is starting the server. I've written a small shell
script that connects to our server and starts it up:

------CUT------
#!/bin/sh
nohup ssh bea@hermes 'cd /opt/bea8/user_projects/domains/ABS;
/startWebLogic.sh ' &
------CUT------

passwordless ssh authentication is working, of course :-)

Using "start server" in the server pane successfully launches the server,
but eclipse obviously expects something more to happen and claims after a
certain period that the server could not be started and stops it. Maybe
some return code issue?

So what am I doing wrong?

Udo Rader
Re: unable to deal with remote WebLogic 8.1 server [message #140791 is a reply to message #138687] Tue, 27 September 2005 01:25 Go to previous messageGo to next message
Rob Frost is currently offline Rob FrostFriend
Messages: 64
Registered: July 2009
Member
It may be due to the fact that the ping thread used to determine when
generic servers are started always uses "localhost" (the external server
logic needs to override this for the weblogic servers since a host property
is available); I'll submit a bugzilla issue for this and add you as a cc.

-Rob

"Udo Rader" <udo.rader@bestsolution.at> wrote in message
news:0ed4896014fef0d320d048563975e026$1@www.eclipse.org...
> Hi all,
>
> I'm trying to get my feet wet with WTP and WebLogic 8.1 but so far I have
> failed to add our remote weblogic server within eclipse.
>
> The point where I fail is starting the server. I've written a small shell
> script that connects to our server and starts it up:
>
> ------CUT------
> #!/bin/sh
> nohup ssh bea@hermes 'cd /opt/bea8/user_projects/domains/ABS;
> /startWebLogic.sh ' &
> ------CUT------
>
> passwordless ssh authentication is working, of course :-)
>
> Using "start server" in the server pane successfully launches the server,
> but eclipse obviously expects something more to happen and claims after a
> certain period that the server could not be started and stops it. Maybe
> some return code issue?
>
> So what am I doing wrong?
>
> Udo Rader
>
Re: unable to deal with remote WebLogic 8.1 server [message #140823 is a reply to message #138687] Tue, 27 September 2005 01:34 Go to previous message
Rob Frost is currently offline Rob FrostFriend
Messages: 64
Registered: July 2009
Member
Another issue with remote generic servers is covered by the following:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=102308

"Udo Rader" <udo.rader@bestsolution.at> wrote in message
news:0ed4896014fef0d320d048563975e026$1@www.eclipse.org...
> Hi all,
>
> I'm trying to get my feet wet with WTP and WebLogic 8.1 but so far I have
> failed to add our remote weblogic server within eclipse.
>
> The point where I fail is starting the server. I've written a small shell
> script that connects to our server and starts it up:
>
> ------CUT------
> #!/bin/sh
> nohup ssh bea@hermes 'cd /opt/bea8/user_projects/domains/ABS;
> /startWebLogic.sh ' &
> ------CUT------
>
> passwordless ssh authentication is working, of course :-)
>
> Using "start server" in the server pane successfully launches the server,
> but eclipse obviously expects something more to happen and claims after a
> certain period that the server could not be started and stops it. Maybe
> some return code issue?
>
> So what am I doing wrong?
>
> Udo Rader
>
Previous Topic:Is v1.0 available at all in any form?
Next Topic:WTP 0.7 Final - internal error at startup: "initializing Java tooling"
Goto Forum:
  


Current Time: Thu Sep 26 12:43:55 GMT 2024

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

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

Back to the top