|
Home > Archive > WebLogic installation support > June 2004 > Setting up an admin server (win) + a managed server (linux)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Setting up an admin server (win) + a managed server (linux)
|
|
| Henrik 2004-06-20, 10:50 pm |
|
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 anything fancy
here ;-) Thanks!
| |
| Michael Zanchelli 2004-06-20, 10:50 pm |
|
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:
>
>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 anything
>fancy
>here ;-) Thanks!
| |
| Henrik Pettersen 2004-06-20, 10:50 pm |
|
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-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.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 ).>
****************************************
***********************************
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: [Configuration
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
>
| |
| Henrik Pettersen 2004-06-20, 10:50 pm |
|
Resolution found:
Went through the config.xml file. Found that in the server tag the listen address
for the server and managed server is not there. Entered the Corresponding listen
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 encountering
>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.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
> ).>
> ****************************************
***********************************
>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: [Configuration
>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:
>Wizard
>the
>
|
|
|
|
|