Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Unable to launch Weblogic 8.1 server
Unable to launch Weblogic 8.1 server [message #79185] Wed, 02 March 2005 16:14 Go to next message
Eclipse UserFriend
Originally posted by: chabert.fimasys.fr

Hello,

I have successfully launched a Tomcat 4 and and JBoss 3.2.3 from eclipse.
I'm trying now to launch a Weblogic 8.1 from the server view of eclipse.
I defined server runtime environnement and a server based on this
environnement.
The server starts to launch:

<Mar 2, 2005 5:03:30 PM CET> <Info> <WebLogicServer> <BEA-000377>
<Starting WebLogic Server with Java HotSpot(TM) Client VM Version
1.4.2_07-b05 from Sun Microsystems Inc.>
<Mar 2, 2005 5:03:31 PM CET> <Info> <Configuration Management>
<BEA-150016> <This server is being started as the administration server.>
<Mar 2, 2005 5:03:31 PM CET> <Info> <Management> <BEA-141107> <Version:
WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
<Mar 2, 2005 5:03:31 PM CET> <Notice> <Management> <BEA-140005> <Loading
domain configuration from configuration repository at
/home/chabersy/weblogic/myproject/./config.xml.>
<Mar 2, 2005 5:03:34 PM CET> <Notice> <Log Management> <BEA-170019> <The
server log file /home/chabersy/weblogic/myproject/myserver/myserver.log
is opened. All server side log events will be written to this file.>
<Mar 2, 2005 5:03:37 PM CET> <Notice> <Security> <BEA-090082> <Security
initializing using security realm myrealm.>
<Mar 2, 2005 5:03:37 PM CET> <Notice> <WebLogicServer> <BEA-000327>
<Starting WebLogic Admin Server "myserver" for domain "myproject">

Then, I have a popup with the following message:
Server BEA WebLogic Server v8.1 1-06 failed to start.

In the .metadata/.log, I have no more information.


Is there anyway I can have more information about how the weblogic
server is called by eclipse ? I guess there is a little trick between my
installation and the way eclipse call weblogic.

If you need more information, simply ask :)

Thanks
Sylvain
Re: Unable to launch Weblogic 8.1 server [message #79996 is a reply to message #79185] Thu, 03 March 2005 14:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gercan.REMOVEME.acm.org

You can look at the launchConfiguration created. Do a Run>Run... an you
should see the launch config.


Sylvain Chabert wrote:
> Hello,
>
> I have successfully launched a Tomcat 4 and and JBoss 3.2.3 from eclipse.
> I'm trying now to launch a Weblogic 8.1 from the server view of eclipse.
> I defined server runtime environnement and a server based on this
> environnement.
> The server starts to launch:
>
> <Mar 2, 2005 5:03:30 PM CET> <Info> <WebLogicServer> <BEA-000377>
> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version
> 1.4.2_07-b05 from Sun Microsystems Inc.>
> <Mar 2, 2005 5:03:31 PM CET> <Info> <Configuration Management>
> <BEA-150016> <This server is being started as the administration server.>
> <Mar 2, 2005 5:03:31 PM CET> <Info> <Management> <BEA-141107> <Version:
> WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
> WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
> <Mar 2, 2005 5:03:31 PM CET> <Notice> <Management> <BEA-140005> <Loading
> domain configuration from configuration repository at
> /home/chabersy/weblogic/myproject/./config.xml.>
> <Mar 2, 2005 5:03:34 PM CET> <Notice> <Log Management> <BEA-170019> <The
> server log file /home/chabersy/weblogic/myproject/myserver/myserver.log
> is opened. All server side log events will be written to this file.>
> <Mar 2, 2005 5:03:37 PM CET> <Notice> <Security> <BEA-090082> <Security
> initializing using security realm myrealm.>
> <Mar 2, 2005 5:03:37 PM CET> <Notice> <WebLogicServer> <BEA-000327>
> <Starting WebLogic Admin Server "myserver" for domain "myproject">
>
> Then, I have a popup with the following message:
> Server BEA WebLogic Server v8.1 1-06 failed to start.
>
> In the .metadata/.log, I have no more information.
>
>
> Is there anyway I can have more information about how the weblogic
> server is called by eclipse ? I guess there is a little trick between my
> installation and the way eclipse call weblogic.
>
> If you need more information, simply ask :)
>
> Thanks
> Sylvain
Re: Unable to launch Weblogic 8.1 server [message #80195 is a reply to message #79996] Fri, 04 March 2005 15:48 Go to previous message
Eclipse UserFriend
Originally posted by: chabert.fimasys.fr

Hello Gorkem,

I found most on the data I needed in the launchConfiguration created,
and in the server type definition:
${ECLIPSE_HOME}/plugins/org.eclipse.jst.server.generic.core_ 1.0.0/servers/weblogic81.server

I created a new JavaApplication launch configuration with exactly the
same parameters in my weblogic launchConfiguration (vm arguments,
classpath, JRE, etc).
The only difference is on the main/server tab:
- for the weblogic launchConfiguration, I have only my server selected
(BEA Weblogic Server v8.1 (Generic))
- for the java application, I define the main class to launch:
weblogic.Server . To have it available, I had to add the
${WEBLOGIC_HOME}/server/lib/weblogic.jar as an external jar of my
projetc and to check the "Include external jars when searching for a
main class".

The fact is that I launch and run successfuly weblogic with my
JavaApplication launch configuration, but the WTP weblogic
launchConfiguration still halts after the same step:
<Starting WebLogic Admin Server "myserver" for domain "myproject">
I still have no more information/log (in eclipse, as in weblogic log)
about the reason of this halt.

Any idea of why there are different comportements for this 2
launchConfigurations that are so close in fact ?

Thx
Sylvain

Gorkem Ercan wrote:
> You can look at the launchConfiguration created. Do a Run>Run... an you
> should see the launch config.
>
>
> Sylvain Chabert wrote:
>
>> Hello,
>>
>> I have successfully launched a Tomcat 4 and and JBoss 3.2.3 from eclipse.
>> I'm trying now to launch a Weblogic 8.1 from the server view of eclipse.
>> I defined server runtime environnement and a server based on this
>> environnement.
>> The server starts to launch:
>>
>> <Mar 2, 2005 5:03:30 PM CET> <Info> <WebLogicServer> <BEA-000377>
>> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version
>> 1.4.2_07-b05 from Sun Microsystems Inc.>
>> <Mar 2, 2005 5:03:31 PM CET> <Info> <Configuration Management>
>> <BEA-150016> <This server is being started as the administration server.>
>> <Mar 2, 2005 5:03:31 PM CET> <Info> <Management> <BEA-141107>
>> <Version: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
>> WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
>> <Mar 2, 2005 5:03:31 PM CET> <Notice> <Management> <BEA-140005>
>> <Loading domain configuration from configuration repository at
>> /home/chabersy/weblogic/myproject/./config.xml.>
>> <Mar 2, 2005 5:03:34 PM CET> <Notice> <Log Management> <BEA-170019>
>> <The server log file
>> /home/chabersy/weblogic/myproject/myserver/myserver.log is opened. All
>> server side log events will be written to this file.>
>> <Mar 2, 2005 5:03:37 PM CET> <Notice> <Security> <BEA-090082>
>> <Security initializing using security realm myrealm.>
>> <Mar 2, 2005 5:03:37 PM CET> <Notice> <WebLogicServer> <BEA-000327>
>> <Starting WebLogic Admin Server "myserver" for domain "myproject">
>>
>> Then, I have a popup with the following message:
>> Server BEA WebLogic Server v8.1 1-06 failed to start.
>>
>> In the .metadata/.log, I have no more information.
>>
>>
>> Is there anyway I can have more information about how the weblogic
>> server is called by eclipse ? I guess there is a little trick between
>> my installation and the way eclipse call weblogic.
>>
>> If you need more information, simply ask :)
>>
>> Thanks
>> Sylvain
>
>
Previous Topic:Add Server - New Generic...RunTime - Missing classpath...
Next Topic:Result.jsp
Goto Forum:
  


Current Time: Sat Oct 19 11:16:38 GMT 2024

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

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

Back to the top