WebLogic installation support - WLS instance as Windows service with Solaris adminserver

This is Interesting: Free IT Magazines  
Home > Archive > WebLogic installation support > March 2004 > WLS instance as Windows service with Solaris adminserver





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 WLS instance as Windows service with Solaris adminserver
Fredje

2004-03-12, 7:36 pm

While installing a BEA WebLogic Server testing enviroment I encounter
the following problem:

My adminserver is a Solaris 9 server with BEA WebLogic 8.1 SP2
installed. One of my managed servers is a Windows 2000 server.

I am attempting to install the managed server instance as a service on
the Windows 2000 machine.

Startservice.cmd:

echo off
SETLOCAL

set DOMAIN_NAME=test
set USERDOMAIN_HOME=/usr/local/bea/user_projects/domains/test
set SERVER_NAME=node1

set WLS_USER=weblogic
set WLS_PW=weblogic

set PRODUCTION_MODE=true

set JAVA_VM=-server
set ADMIN_URL=http://192.168.0.17:7001

set MEM_ARGS=-Xms40m -Xmx250m
call " c:\bea\weblogic8120\server\bin\installSv
c.cmd"

ENDLOCAL

This short script creates a service called beasvc test_node1. But the
following instruction shows errors:

beasvc -debug test_node1

Debugging service ....... test_node1

Unable to open Registry Key .......
System\CurrentControlSet\Services\test_n
ode1\Parameters

Which USERDOMAIN_HOME settings must I use if the adminserver is a UNIX
machine. My managed server does not have a domain directory.

Your suggestions are very much appreciated.

With best regards,

Fred
Fredje

2004-03-15, 10:38 am

Hello BEA guru's,

We reinstalled BEA on a Windows server and created a test domain
(everything on one server). We had no problems installing the
NodeManger as a service. When attemping to install the managed server
testserver as a Windows server we got the same error! We have no clue
what te problem might be... probably a basic newbie problem... ;-) I
love my Solaris box...


echo off
SETLOCAL

set DOMAIN_NAME=test
set USERDOMAIN_HOME=F:\bea\user_projects\dom
ains\test
set SERVER_NAME=testserver

set WLS_USER=weblogic
set WLS_PW=weblogic

set PRODUCTION_MODE=true

set ADMIN_URL=http://192.168.0.17:7001

set MEM_ARGS=-Xms500m -Xmx500m

call "f:\bea\weblogic81\server\bin\installSvc.cmd"

ENDLOCAL
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com