Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Weblogic startup script ?
Weblogic startup script ? [message #151607] Tue, 13 December 2005 13:15 Go to next message
romain is currently offline romainFriend
Messages: 2
Registered: July 2009
Junior Member
Hello,
I've got a big problem using Weblogic Server 8.1 with WTP0.7.1 or
WTP1.0RC3: The Servers window is never notified when the Weblogic server
is up.

->I've pointed to the correct domain / scripts defining my Weblogic server
->The start script does correctly start Weblogic server (I've got <Server
started in RUNNING mode> & <Thread "ListenThread.Default" listening on port
9001, ip address xx.xx.xx.xx> messages in the console)
->In WTP1.0RC3 I've got a "Timeout waiting for Generic BEA Weblogic v8.1 to
start. Server did not start after 75000s" error message.


The script I'm using never returns/exits while Weblogic is up.


Question:
->Is there a way to have the Generic Weblogic v8.1 server definition correctly
recognising that the server is up & running, even when the start script never
returns ?
->Or do you know a way to do a start script for Weblogic that would return as
soon as the server is up ?

Thanks a lot, I'm pretty blocked by this.

Romain
Re: Weblogic startup script ? [message #151645 is a reply to message #151607] Tue, 13 December 2005 16:07 Go to previous messageGo to next message
romain is currently offline romainFriend
Messages: 2
Registered: July 2009
Junior Member
Well,
in fact I was deploying to the Admin server, so now I created an
additional server, devServer... An I have now a script that starts the
server...
When launched manually it works perfectly, when started via the "Servers"
eclipse panel the server get launched, tells me "Server 'devServer' was
started ... Please refer to server log files for completion status ..."
Everything is okay, but I now got in the Servers view :

First:
"Status Starting..." / "Synchronized"

10 seconds later:
"Stopped" / "republish"

+ A popup :
"Starting server - Generic BEA Weblogic Server v8.1" /
"Server Generic BEA Weblogic Server v8.1 failed to start."

While the server gets really started + everything is fine (server is
running)


My question:
What does eclipse WTP use to "know" that a server startup is okay or is
running ?

Cheers, r0main
Re: Weblogic startup script ? [message #152578 is a reply to message #151645] Thu, 15 December 2005 20:48 Go to previous message
Rob Frost is currently offline Rob FrostFriend
Messages: 64
Registered: July 2009
Member
The generic server framework determines when the server is running by
repeatedly attempting to establish an http connection with the server on the
specified port. Note: the process which is executed by your designated start
script must not terminate prior to stopping your server (the standard
startWeblogic scripts work here); if it does, the server is set to the
stopped state; this may be what is occurring for you; if this is not the
case, please file a bugzilla bug.

-Rob

"Romain FARAUT" <romain.faraut@lodh.com> wrote in message
news:220f50612bb57d94711534f3fc372860$1@www.eclipse.org...
> Well,
> in fact I was deploying to the Admin server, so now I created an
> additional server, devServer... An I have now a script that starts the
> server...
> When launched manually it works perfectly, when started via the "Servers"
> eclipse panel the server get launched, tells me "Server 'devServer' was
> started ... Please refer to server log files for completion status ..."
> Everything is okay, but I now got in the Servers view :
>
> First:
> "Status Starting..." / "Synchronized"
>
> 10 seconds later:
> "Stopped" / "republish"
>
> + A popup :
> "Starting server - Generic BEA Weblogic Server v8.1" /
> "Server Generic BEA Weblogic Server v8.1 failed to start."
>
> While the server gets really started + everything is fine (server is
> running)
>
>
> My question:
> What does eclipse WTP use to "know" that a server startup is okay or is
> running ?
>
> Cheers, r0main
>
Previous Topic:Pointing a jaas file to a configured server
Next Topic:Server Definition File Explained - Update?
Goto Forum:
  


Current Time: Thu Apr 25 21:58:56 GMT 2024

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

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

Back to the top