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

Silent Mode installation in WinNT Server

0 views
Skip to first unread message

ashwani

unread,
Sep 10, 2002, 10:13:53 AM9/10/02
to

When i trying this command
server700_win32.exe -mode=silent -silent_xml="d:\sile
nt.xml" -log="d:\wl_install.log"
i am getting this error ...

2002-09-10 19:35:07,976 INFO [readInstallOptions] com.bea.installer.utils.InstallerUtils
- Reading: C:\bea\installoptions.bea
2002-09-10 19:35:08,006 WARN [readInstallOptions] com.bea.installer.utils.InstallerUtils
- Unable to read install options!
java.io.FileNotFoundException: C:\bea\installoptions.bea (The system cannot find
the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:59)
at java.io.FileInputStream.<init>(FileInputStream.java:90)
at com.bea.installer.utils.InstallerUtils.readInstallOptions(Unknown Source)
at com.bea.installer.tasks.ReadInstallOptionsTask.run(Unknown Source)
at java.lang.Thread.run(Thread.java:479)

Wayne W. Scott

unread,
Sep 10, 2002, 12:31:14 PM9/10/02
to ashwani
One like this drove me nuts last week.

Try making your backslashes double backslashes!

Are the options specified in a file? Don't do it all on the command line.
For example: (this is 6.1; names might be different in 7.0)

C:\Cases>cat 350475\installer.properties
INSTALLER_UI=silent
USER_LOCALE=en
BEAHOME=C:\\BEA
USER_INSTALL_DIR=C:\\bea\\wlserver6.1
C_domainName=mydomain
C_serverName=myserver
C_serverListenPort=7001
C_serverSSLListenPort=7002
INSTALL_NT_SERVICE=no
C_password=weblogic

server700_win32.exe -f C:\mypath\installer.properties


Good Luck,
Wayne Scott

0 new messages