Setting up an admin server (win) + a managed server (linux)
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebLogic support > WebLogic installation support > Setting up an admin server (win) + a managed server (linux)




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Setting up an admin server (win) + a managed server (linux)  
Henrik


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-21-04 03:50 AM


I am trying to set up the following domain on weblogic 8.1 SP2:
1. An administration server (+workshop) on my local Windows box
2. A managed server running on a red hat enterprise box, that connects to th
e
administration server on my windows box.

I've not been able to find any documentation on this, and the installation p
rocess
is far from intuitive.

Can someone help me with a step-by-step guide? I'm not trying to do anything
 fancy
here ;-) Thanks!





[ Post a follow-up to this message ]



    Re: Setting up an admin server (win) + a managed server (linux)  
Michael Zanchelli


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-21-04 03:50 AM


Involving multiple machines obviously adds some complexity but for a develop
ment
environment that you describe, you'll want to use the Configuration Wizard t
o
create domains (with the same name) on both machines. On the admin server ma
chine,
use the Custom path in Config Wiz to add the managed server, and on the mana
ged
server machine, you can use Express mode. Start the admin server, then use s
tartManagedWeblogic
on the managed server machine, specifying the managed server name and admin 
url
as command line args.

In a production environment, you'll likely use node manager to start managed
 servers
and a domain does not need to be created on the managed server machine in th
at
case.

edocs has lots of good overview information and details on using Config Wiz.

"Henrik" <henrik.pettersen@ontologyx.com> wrote:
>
>I am trying to set up the following domain on weblogic 8.1 SP2:
>1. An administration server (+workshop) on my local Windows box
>2. A managed server running on a red hat enterprise box, that connects
>to the
>administration server on my windows box.
>
>I've not been able to find any documentation on this, and the installation
>process
>is far from intuitive.
>
>Can someone help me with a step-by-step guide? I'm not trying to do anythin
g
>fancy
>here ;-) Thanks!






[ Post a follow-up to this message ]



    Re: Setting up an admin server (win) + a managed server (linux)  
Henrik Pettersen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-21-04 03:50 AM


Thank you for the information. Just what I needed. But I am now encountering
 another
problem when I try to startManagedWebLogic:

<03-Jun-2004 16:48:03 o'clock BST> <Info> <Configuration Management> <BEA-15
0015>
<Connecting to the administration server http://banana:7001 to retrieve the 
initial
configuration.>
<03-Jun-2004 16:48:06 o'clock BST> <Notice> <Log Management> <BEA-170019> <T
he
server log file /usr/local/bea/user_projects/domains/domain/managed/managed.
log
is opened. All server side log events will be written to this file.>
<03-Jun-2004 16:48:06 o'clock BST> <Emergency> <Configuration Management> <B
EA-150011>
<There was an attempt to start a managed server ( null:7001 ) using the same
 address
as the admin server ( banana:7001 ).>
<03-Jun-2004 16:48:06 o'clock BST> <Emergency> <WebLogicServer> <BEA-000342>
 <Unable
to initialize the server: weblogic.management.configuration.ConfigurationExc
eption:
[Configuration Management:150011]There was an attempt to start a managed
 server
( null:7001 ) using the same address as the admin server ( banana:7001 ).>
 ****************************************
***********************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException:
 [Configuration
Management:150011]There was an attempt to start a managed server ( null:7001
 )
using the same address as the admin server ( banana:7001 ).'
Reason: weblogic.management.configuration.ConfigurationException: [Confi
guration
Management:150011]There was an attempt to start a managed server ( null:7001
 )
using the same address as the admin server ( banana:7001 ).
 ****************************************
***********************************

I am trying to run Weblogic 8.1 Portal Domain on Red Hat Enterprise 3.

The Linux config file is attached. Any clues would be most appreciated.

Thank you for your help.

Henrik

"Michael Zanchelli" <Michael.Zanchelli@bea.com> wrote:
>
>Involving multiple machines obviously adds some complexity but for a
>development
>environment that you describe, you'll want to use the Configuration Wizard
>to
>create domains (with the same name) on both machines. On the admin server
>machine,
>use the Custom path in Config Wiz to add the managed server, and on the
>managed
>server machine, you can use Express mode. Start the admin server, then
>use startManagedWeblogic
>on the managed server machine, specifying the managed server name and
>admin url
>as command line args.
>
>In a production environment, you'll likely use node manager to start
>managed servers
>and a domain does not need to be created on the managed server machine
>in that
>case.
>
>edocs has lots of good overview information and details on using Config
>Wiz.
>
>"Henrik" <henrik.pettersen@ontologyx.com> wrote: 
>anything 
>






[ Post a follow-up to this message ]



    Re: Setting up an admin server (win) + a managed server (linux)  
Henrik Pettersen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-21-04 03:50 AM


Resolution found:

Went through the config.xml file. Found that in the server tag the listen ad
dress
for the server and managed server is not there. Entered the Corresponding li
sten
address for both Admin and Managed server


"Henrik Pettersen" <henrik.pettersen@ontologyx.com> wrote:
>
>
>
>Thank you for the information. Just what I needed. But I am now encounterin
g
>another
>problem when I try to startManagedWebLogic:
>
><03-Jun-2004 16:48:03 o'clock BST> <Info> <Configuration Management>
><BEA-150015>
><Connecting to the administration server http://banana:7001 to retrieve
>the initial
>configuration.>
><03-Jun-2004 16:48:06 o'clock BST> <Notice> <Log Management> <BEA-170019>
><The
>server log file /usr/local/bea/user_projects/domains/domain/managed/managed
.log
>is opened. All server side log events will be written to this file.>
><03-Jun-2004 16:48:06 o'clock BST> <Emergency> <Configuration Management>
><BEA-150011>
><There was an attempt to start a managed server ( null:7001 ) using the
>same address
>as the admin server ( banana:7001 ).>
><03-Jun-2004 16:48:06 o'clock BST> <Emergency> <WebLogicServer> <BEA-000342
>
><Unable
>to initialize the server: weblogic.management.configuration.ConfigurationEx
ception:
>[Configuration Management:150011]There was an attempt to start a manage
d
>server
>( null:7001 ) using the same address as the admin server ( banana:7001
> ).>
> ****************************************
***********************************
>The WebLogic Server did not start up properly.
>Exception raised: 'weblogic.management.configuration.ConfigurationException
:
>[Configuration
>Management:150011]There was an attempt to start a managed server ( null:700
1
> )
>using the same address as the admin server ( banana:7001 ).'
>Reason: weblogic.management.configuration.ConfigurationException: [Conf
iguration
>Management:150011]There was an attempt to start a managed server ( null:700
1
> )
>using the same address as the admin server ( banana:7001 ).
> ****************************************
***********************************
>
>I am trying to run Weblogic 8.1 Portal Domain on Red Hat Enterprise 3.
>
>
>The Linux config file is attached. Any clues would be most appreciated.
>
>
>Thank you for your help.
>
>Henrik
>
>"Michael Zanchelli" <Michael.Zanchelli@bea.com> wrote: 
>Wizard 
>the 
>






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:01 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register