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

WLS8.1SP2 install error on linux

6 views
Skip to first unread message

ara

unread,
Feb 26, 2004, 9:07:28 PM2/26/04
to

When using the console mode, I have a problem installing WLS8.1SP2 on Redhat Linux
AS2.1(IA32).
But i use the graphical mode, installing successful...

Console mode install log is ...

2003-07-31 16:34:04,426 INFO [main] com.bea.plateng.wizard.WizardController -
W
izard Controller Version 3.0.0.0 (Gandalf) Started.
2003-07-31 16:34:04,444 INFO [main] com.bea.plateng.wizard.ControllerProxy -
Cr
eated Namespace (wizard-internal) with an inital size of (109)
2003-07-31 16:34:04,446 INFO [main] com.bea.plateng.wizard.ControllerProxy -
Cr
eated Namespace (public) with an inital size of (100)
2003-07-31 16:34:04,457 INFO [main] com.bea.plateng.common.util.ResourceBundleM
anager - Attempting to managing resource bundle (resources/wizard/i18n_wizard)
i
n namespace (wizard-internal) in locale (ja_JP).
2003-07-31 16:34:04,496 INFO [main] com.bea.plateng.common.util.ResourceBundleM
anager - Attempting to managing resource bundle (resources/wizard/i18n_public)
i
n namespace (public) in locale (ja_JP).
2003-07-31 16:34:04,517 INFO [main] com.bea.plateng.common.util.ResourceBundleM
anager - Attempting to managing resource bundle (resources/wizard/i18n_wizard_co
nsole) in namespace (wizard-internal) in locale (ja_JP).
2003-07-31 16:34:05,009 INFO [main] com.bea.plateng.wizard.WizardController -
E
xecuting BEA Installer 3.0.0.0 in Console Mode.
2003-07-31 16:34:05,249 INFO [main] com.bea.plateng.wizard.WizardController -
L
oaded target: transfer
2003-07-31 16:34:05,250 INFO [WizardController] com.bea.plateng.wizard.WizardCo
ntroller - Excecuting.
2003-07-31 16:34:05,311 INFO [loadNamespace] com.bea.plateng.wizard.ControllerP
roxy - Created Namespace (bids) with an inital size of (100)
2003-07-31 16:34:05,330 WARN [loadNamespace] com.bea.plateng.wizard.silent.task
s.LoadObjectStoreTask - Unable to load object store namespace <bids> with file
(
bids_bsu_namespace.properties)!
java.io.FileNotFoundException: Unable to read namespace property file: (bids_bsu
_namespace.properties)!
at com.bea.plateng.wizard.WizardController.loadNamespace(WizardControlle
r.java:455)
at com.bea.plateng.wizard.ControllerProxy.storeAll(ControllerProxy.java:
302)
at com.bea.plateng.wizard.silent.tasks.LoadObjectStoreTask.execute(LoadO
bjectStoreTask.java:102)
at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSi
lentTask.java:32)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.FileNotFoundException: bids_bsu_namespace.properties (No such
file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:103)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at com.bea.plateng.wizard.WizardController.loadNamespace(WizardControlle
r.java:447)
... 4 more
2003-07-31 16:34:05,415 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/bids/i18n_bi
ds) in namespace (bids) in locale (ja_JP).
2003-07-31 16:34:05,435 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/comdev/comde
v) in namespace (comdev) in locale (ja_JP).
2003-07-31 16:34:05,446 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/comdev/gpr)
in namespace (comdev) in locale (ja_JP).
2003-07-31 16:34:05,475 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/bids/i18n_bi
ds_console) in namespace (bids) in locale (ja_JP).
2003-07-31 16:34:05,507 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/comdev/comde
v_console) in namespace (comdev) in locale (ja_JP).
2003-07-31 16:34:05,527 INFO [loadResources] com.bea.plateng.common.util.Resour
ceBundleManager - Attempting to managing resource bundle (resources/comdev/gpr_c
onsole) in namespace (comdev) in locale (ja_JP).
2003-07-31 16:34:29,433 WARN [readCachedArchiveInfo] com.bea.plateng.wizard.ins
taller.silent.tasks.ReadCachedArchiveInfoTask - Unable to read archive.bea from
/tmp
2003-07-31 16:34:29,674 INFO [transferControl] com.bea.plateng.wizard.WizardCon
troller - Executing WebLogic Platform 3.0.0.0 in Console Mode.
2003-07-31 16:34:29,888 INFO [transferControl] com.bea.plateng.wizard.WizardCon
troller - Loaded target: wls-install
2003-07-31 16:34:43,405 FATAL [Thread-1] com.bea.plateng.wizard.installer.utils.
InstallFiles$ExtractFiles - FATAL ERROR installing files, exiting...
java.lang.IllegalArgumentException
at java.nio.Buffer.position(Buffer.java:218)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:575)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:440)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at com.bea.plateng.common.util.crlf.FixCRLF$OneLiner.nextLine(FixCRLF.ja
va:952)
at com.bea.plateng.common.util.crlf.FixCRLF$OneLiner.<init>(FixCRLF.java
:930)
at com.bea.plateng.common.util.crlf.FixCRLF.processFile(FixCRLF.java:492
)
at com.bea.plateng.wizard.installer.utils.InstallFiles$ExtractFiles.run(
InstallFiles.java:389)
at java.lang.Thread.run(Thread.java:536)
2003-07-31 16:34:43,803 WARN [WizardController] com.bea.plateng.wizard.installe
r.cleanup.tasks.CleanupShortcutsTask - No shortcuts to cleanup??
2003-07-31 16:34:43,804 WARN [WizardController] com.bea.plateng.wizard.installe
r.cleanup.tasks.CleanupWinRegistryTask - No winregs to cleanup??
2003-07-31 16:34:43,805 INFO [WizardController] com.bea.plateng.wizard.WizardCo
ntroller - Terminating.


Please advise.

Platform Team

unread,
Mar 3, 2004, 11:35:08 AM3/3/04
to

Hi Ara,
Does this problem happens everytime you install in the console mode?
I will look into this and get back to you.
regards,
Platform Team
BEA Systems

ara

unread,
Mar 4, 2004, 1:00:35 AM3/4/04
to

>Does this problem happens everytime you install in the console mode?
Yes,in the console mode,the same error always occurs.

Wen

unread,
May 14, 2004, 5:42:08 PM5/14/04
to
I get the same error installing on Windows 2000 with silent mode too.

sonia castaño

unread,
Aug 10, 2004, 3:30:04 PM8/10/04
to
I have the same error when I install WebLogic Server on Windows 2000 Service Pack 4 platform, in Silent-Mode.
Anyway, the server is installed correctly.
In which way does this error affect to the WebLogic Server installation?

Thank you in advance to everyone.

Kazuyoshi Nakagawa

unread,
Aug 20, 2004, 4:41:00 AM8/20/04
to
This may be concerned about LANG setting as "EUC". In my case, this error disappeared and WLS could be installed after setting LANG C or SJIS in RedHat. I hope that this information could help you.

kazu

Dan Hancock

unread,
Sep 28, 2004, 10:38:33 AM9/28/04
to
I am having the same problem install 8.1 on a Unix Sun Solaris 8 system.
Error:

java.io.FileNotFoundException: Unable to read namespace property file: (bids_bsu_namespace.properties)!

If it try to install using the GUI I get
"Product is not installed"

help!

0 new messages