Skip to main content



      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 12:15 Go to next message
Eclipse UserFriend
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] Mon, 26 September 2005 21:25 Go to previous messageGo to next message
Eclipse UserFriend
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] Mon, 26 September 2005 21:34 Go to previous message
Eclipse UserFriend
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: Sun Jun 08 12:12:54 EDT 2025

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

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

Back to the top