|
Home > Archive > WebLogic installation support > November 2004 > WLS 8.1 SP1 install error on Windows 2000 SP3
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 8.1 SP1 install error on Windows 2000 SP3
|
|
| Bob Koch 2004-02-04, 12:41 am |
|
We are installing WLS 8.1 SP1 on Windows 2000 Server SP3 and running into a problem.
When installing, the "Preparing Install" splash screen appears and progress bar
updates 100% complete then the screen disappears and the install wizard never
appears. In task manager I can still see the exe is running. Any ideas on how
to get past this problem.
| |
| Brian Mitchell 2004-02-04, 12:41 am |
| "Bob Koch" <kochr2@wyeth.com> wrote in message news:<3fcbbd71$1@newsgroups.bea.com>...quote:
> We are installing WLS 8.1 SP1 on Windows 2000 Server SP3 and running into a problem.
Run the MSI version of the installer and enable debugging, as seen
here:
http://support.microsoft.com/suppor...s/q223/3/00.asp
This may be due to the installer not having administrator privileges
on the machine. Did you log in as a user with admin privileges on that
machine?
Hope this helps...
Brian J. Mitchell
Systems Administrator, TRX
email: brian.mitchell@trx.com
office: +1 404 327 7238
mobile: +1 678 283 6530
| |
|
| We are having a similar issue. Did you get 8.1 installer to run? If so - how?
| |
| Unregistered 2004-02-10, 10:33 am |
| I am having the exact problem installing Weblogic 8.1 on W2K with SP2.
Any hints on a fix or workaround???
Please Help!!!
GT
QUOTE]Originally posted by Brian Mitchell
"Bob Koch" <kochr2@wyeth.com> wrote in message news:<3fcbbd71$1@newsgroups.bea.com>...
Run the MSI version of the installer and enable debugging, as seen
here:
http://support.microsoft.com/suppor...s/q223/3/00.asp
This may be due to the installer not having administrator privileges
on the machine. Did you log in as a user with admin privileges on that
machine?
Hope this helps...
Brian J. Mitchell
Systems Administrator, TRX
email: brian.mitchell@trx.com
office: +1 404 327 7238
mobile: +1 678 283 6530 [/QUOTE] | |
| Platform Team 2004-02-24, 2:36 am |
|
Hi Ben,
Please try two things:
1. Delete all old hanging processes and try installer again.
2. If it still doesn't work, please run installer from a command window and debug
options as follows and attach the log so I can see why it's failing:
platform810_win32.exe -log=<path to log file> -log_priority=debug
regards,
Platform Team
BEA Systems
Ben <bejaminjacobson@yahoo.com> wrote:
>We are having a similar issue. Did you get 8.1 installer to run? If so
>- how?
| |
|
| I'm having the same problem on SP4. Any sol'n yet?
| |
| Platform Team 2004-03-30, 12:45 pm |
|
Hi Bob,
Please run the installer from command line and add the debug options and attach
the log please:
debug options:
-log <logfile path> -log_priority=debug
regards,
Platform Team
Bob <bhill@broadviewnet.com> wrote:
>I'm having the same problem on SP4. Any sol'n yet?
| |
| Kurt Lingle 2004-04-07, 5:45 pm |
| We are having the same problem with 8.1 on W2K sp4.
Any solution for this?
| |
| newsgroups.beasys.com 2004-04-22, 3:40 am |
| I have this problem installing WLS 8.1 SP2 on Windows 2000 server SP4.
running server812_win32 -log c:\temp\wl281inst.log -log_priority=debug gave:
--
2004-04-20 13:32:37,500 INFO [main]
com.bea.plateng.wizard.WizardController - Wizard Controller Version 3.0.0.0
(Gandalf) Started.
2004-04-20 13:32:37,546 DEBUG [main]
com.bea.plateng.wizard.ControllerProxy - Attempting to create namespace
(wizard-internal) with an initial size of (109)
2004-04-20 13:32:37,546 INFO [main]
com.bea.plateng.wizard.ControllerProxy - Created Namespace (wizard-internal)
with an inital size of (109)
2004-04-20 13:32:37,546 DEBUG [main]
com.bea.plateng.wizard.ControllerProxy - Initializing namespace
(wizard-internal).
2004-04-20 13:32:37,562 DEBUG [main]
com.bea.plateng.wizard.ControllerProxy - Attempting to create namespace
(public) with an initial size of (100)
2004-04-20 13:32:37,562 INFO [main]
com.bea.plateng.wizard.ControllerProxy - Created Namespace (public) with an
inital size of (100)
2004-04-20 13:32:37,562 INFO [main]
com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
resource bundle (resources/wizard/i18n_wizard) in namespace
(wizard-internal) in locale (no_NO).
2004-04-20 13:32:37,578 DEBUG [main]
com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace - Actual
Resource Bundle Managed:
2004-04-20 13:32:37,593 INFO [main]
com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
resource bundle (resources/wizard/i18n_public) in namespace (public) in
locale (no_NO).
2004-04-20 13:32:37,593 DEBUG [main]
com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace - Actual
Resource Bundle Managed:
2004-04-20 13:32:37,593 INFO [main]
com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
resource bundle (resources/wizard/i18n_wizard_gui) in namespace
(wizard-internal) in locale (no_NO).
2004-04-20 13:32:37,625 DEBUG [main]
com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace - Actual
Resource Bundle Managed:
2004-04-20 13:32:40,515 DEBUG [main]
com.bea.plateng.wizard.ControllerProxy - Attempting to retrieve
(WizardController.-target) within namespace <wizard-internal>
2004-04-20 13:32:40,531 DEBUG [main]
com.bea.plateng.wizard.ControllerProxy - Retrieved () associated with key
(WizardController.-target) within namespace <wizard-internal>
--
Thanks in advance for any help you can give me
/Morten
"Platform Team" <wl-install@bea.com> wrote in message
news:4069af19@newsgroups.bea.com...
>
> Hi Bob,
> Please run the installer from command line and add the debug options and
attach
> the log please:
> debug options:
>
> -log <logfile path> -log_priority=debug
>
> regards,
> Platform Team
> Bob <bhill@broadviewnet.com> wrote:
>
| |
| Louis-P. Dubeau 2004-06-20, 10:50 pm |
|
Having the same problem with installer of WLS8.1 SP2 and installers of JRockit
8.1. It seems that there is a problem with all their installer on Win 2K Server
SP3 or 4. Note, we do not have this problem when installing on Win 2K Professional.
Both installer and javaw pgm are running in memory but nothing happens.
Louis-P.
"newsgroups.beasys.com" <morten.kongsvik.johansen@atosorigin.com> wrote:
>I have this problem installing WLS 8.1 SP2 on Windows 2000 server SP4.
>
>running server812_win32 -log c:\temp\wl281inst.log -log_priority=debug
>gave:
>
>--
>2004-04-20 13:32:37,500 INFO [main]
>com.bea.plateng.wizard.WizardController - Wizard Controller Version 3.0.0.0
>(Gandalf) Started.
>2004-04-20 13:32:37,546 DEBUG [main]
>com.bea.plateng.wizard.ControllerProxy - Attempting to create namespace
>(wizard-internal) with an initial size of (109)
>2004-04-20 13:32:37,546 INFO [main]
>com.bea.plateng.wizard.ControllerProxy - Created Namespace (wizard-internal)
>with an inital size of (109)
>2004-04-20 13:32:37,546 DEBUG [main]
>com.bea.plateng.wizard.ControllerProxy - Initializing namespace
>(wizard-internal).
>2004-04-20 13:32:37,562 DEBUG [main]
>com.bea.plateng.wizard.ControllerProxy - Attempting to create namespace
>(public) with an initial size of (100)
>2004-04-20 13:32:37,562 INFO [main]
>com.bea.plateng.wizard.ControllerProxy - Created Namespace (public) with
>an
>inital size of (100)
>2004-04-20 13:32:37,562 INFO [main]
>com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
>resource bundle (resources/wizard/i18n_wizard) in namespace
>(wizard-internal) in locale (no_NO).
>2004-04-20 13:32:37,578 DEBUG [main]
>com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace -
>Actual
>Resource Bundle Managed:
>2004-04-20 13:32:37,593 INFO [main]
>com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
>resource bundle (resources/wizard/i18n_public) in namespace (public)
>in
>locale (no_NO).
>2004-04-20 13:32:37,593 DEBUG [main]
>com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace -
>Actual
>Resource Bundle Managed:
>2004-04-20 13:32:37,593 INFO [main]
>com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing
>resource bundle (resources/wizard/i18n_wizard_gui) in namespace
>(wizard-internal) in locale (no_NO).
>2004-04-20 13:32:37,625 DEBUG [main]
>com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace -
>Actual
>Resource Bundle Managed:
>2004-04-20 13:32:40,515 DEBUG [main]
>com.bea.plateng.wizard.ControllerProxy - Attempting to retrieve
>(WizardController.-target) within namespace <wizard-internal>
>2004-04-20 13:32:40,531 DEBUG [main]
>com.bea.plateng.wizard.ControllerProxy - Retrieved () associated with
>key
>(WizardController.-target) within namespace <wizard-internal>
>
>--
>
>Thanks in advance for any help you can give me
>
>/Morten
>
>"Platform Team" <wl-install@bea.com> wrote in message
>news:4069af19@newsgroups.bea.com...
>and
>attach
>
>
| |
| Arturo Diaz 2004-06-20, 10:50 pm |
|
Having the same problem. dou you have a solution?
"Louis-P. Dubeau " <lpdubeau@gildan.com> wrote:
>
>Having the same problem with installer of WLS8.1 SP2 and installers of
>JRockit
>8.1. It seems that there is a problem with all their installer on Win
>2K Server
>SP3 or 4. Note, we do not have this problem when installing on Win 2K
>Professional.
>
>Both installer and javaw pgm are running in memory but nothing happens.
>
>Louis-P.
>
>"newsgroups.beasys.com" <morten.kongsvik.johansen@atosorigin.com> wrote:
>3.0.0.0
>with
>-
>-
>-
>
| |
| Harold Scanlon 2004-11-04, 5:49 pm |
| I also was encountering a problem similar to this. Once I turned on the "-log_priority=debug" option, I noticed at the very end of the log file a meesage about insufficient disk space.
Didn't think about this since it was a large drive, but I had alot of stuff in the recycle bin.
Once I emptied this it worked.
The tool probably should provide an error in non-debug mode about this.
|
|
|
|
|