Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

silent domain configuration

1 view
Skip to first unread message

James Weavers

unread,
Oct 28, 2002, 6:12:42 AM10/28/02
to

Does anyone know the call to make to run the domain configuration wizard in silent
mode (directly, without using the weblogic installer)?

Thanks,
James

Simon Nunn

unread,
Oct 30, 2002, 11:44:50 AM10/30/02
to James Weavers
James,

Here is how to start in silent mode:

#!/bin/sh
# $1 is the xml file for the installer.
#
cd /export/home/snunn/cust/bea/weblogic700/common/lib
echo `date`

if [ "$1" = "console" ]; then
/export/home/snunn/cust/bea/jdk131_02/bin/java
-Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
-Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=console
else
/export/home/snunn/cust/bea/jdk131_02/bin/java
-Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
-Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=silent
-silent_xml=/export/home/snunn/$1 -log=/export/home/snunn/install.log
fi


Thanks,
Simon

Adam Grohs

unread,
Dec 17, 2002, 5:43:39 PM12/17/02
to

Hello all, I am trying to execute the domain configuration wizard in silent mode,
but appear to be having some classpath problems. The class that is complains
about not finding exists in the weblogic.jar of the ebcc and server lib, but I
have tried several times and different ways (ie. export CLASSPATH, pass -classpath,
execute set-environment, etc.) to include these classes in the classpath. Any
help would be greatly appreciated. The wizard still returns that it completed
successfully, however, all of the files for the domain template have not been
copied to the new instance. An excerpt from the dmwiz filent log containing the
error receieved is as follows:


2002-12-17 22:19:47,198 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
- pname=WLS_PASSWORD before=@B
EA_WEBLOGIC_SERVER_ADMIN_PASSWORD@ after=$C_password$ value=q1w2e3r4
2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
- pname=WL_HOME before=@WL_HOM
E after=$USER_INSTALL_DIR$ value=
2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
- pname=BEAHOME before=@BEA_HO
ME after=$BEAHOME$ value=
2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
- pname=JAVA_HOME before=@JAVA
_HOME after=$JAVA_HOME$ value=
2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
- pname=DOMAIN_NAME before=@DO
MAIN_NAME after=$C_domainName$ value=portalDevDomain
java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
at com.bea.installer.tasks.SecurityTask.updateFileRealm(SecurityTask.java:105)
at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:75)
at java.lang.Thread.run(Thread.java:479)
2002-12-17 22:19:47,912 ERROR [updateSecurity] com.bea.installer.tasks.SecurityTask
- Error creating ldift file for doma
in: /home/agrohs/web7.0/portalDevDomain
java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
at com.bea.installer.tasks.SecurityTask.updateLDAP(SecurityTask.java:150)
at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:78)
at java.lang.Thread.run(Thread.java:479)
2002-12-17 22:19:48,340 INFO [BEAInstallController] com.bea.installer.BEAInstallController
- Terminating.


Thanks,
Adam S. Grohs
agr...@sbiandcompany.com

0 new messages