- Part 1: Preparation Steps
- Part 1b: Ugrading Tuxedo
- Part 2: Installing the Software
- Part 3: Weblogic and PIA
- Part 4: Change Assistant
- Part 5: Running Change Assistant
- Step 6: Web Server Startup(You are here)
- Step 7: Finishing Up
Next, you need to boot the web server. To do so, open a command window, and go to the <PS Home>/webserv/<domain name>/bin directory. Then, type “startManagedWebLogic.cmd PIA”.
When I tried, it gave me an error when booting. I think the error is because I am using Sun’s version of the JDK, and it trying to pass a JRocket specific command line option:
I fixed it by opening the setEnv.cmd file. Then, I removed the first three options from the JAVA_OPTIONS_WIN variable. So, I copied the set JAVA_OPTIONS_WIN line and commented out the original. I deleted “-jrockit -XnoOpt -XXnoJITInline”.
I found another -jrockit location in the file, too, and I did the same thing, but I still had an issue with authentication. So, I decided to go back to the -jrockit options, and I set the Java Home to my JRockit installation:
</p> <div id="_mcePaste"><Feb 11, 2011 9:42:07 PM EST> <Critical> <Security> <BEA-090402> <Authentication</div> <div id="_mcePaste">denied: Boot identity not valid; The user name and/or password from the boot id</div> <div id="_mcePaste">entity file (boot.properties) is not valid. The boot identity may have been chan</div> <div id="_mcePaste">ged since the boot identity file was created. Please edit and update the boot id</div> <div id="_mcePaste">entity file with the proper values of username and password. The first time the</div> <div id="_mcePaste">updated boot identity file is used to start the server, these new values are enc</div> <div id="_mcePaste">rypted.></div> <div id="_mcePaste"><Feb 11, 2011 9:42:07 PM EST> <Critical> <WebLogicServer> <BEA-000386> <Server s</div> <div id="_mcePaste">ubsystem failed. Reason: weblogic.security.SecurityInitializationException: Auth</div> <div id="_mcePaste">entication denied: Boot identity not valid; The user name and/or password from t</div> <div id="_mcePaste">he boot identity file (boot.properties) is not valid. The boot identity may have</div> <div id="_mcePaste">been changed since the boot identity file was created. Please edit and update t</div> <div id="_mcePaste">he boot identity file with the proper values of username and password. The first</div> <div id="_mcePaste">time the updated boot identity file is used to start the server, these new valu</div> <div id="_mcePaste">es are encrypted.</div> <div id="_mcePaste">weblogic.security.SecurityInitializationException: Authentication denied: Boot i</div> <div id="_mcePaste">dentity not valid; The user name and/or password from the boot identity file (bo</div> <div id="_mcePaste">ot.properties) is not valid. The boot identity may have been changed since the b</div> <div id="_mcePaste">oot identity file was created. Please edit and update the boot identity file wit</div> <div id="_mcePaste">h the proper values of username and password. The first time the updated boot id</div> <div id="_mcePaste">entity file is used to start the server, these new values are encrypted.</div> <div id="_mcePaste">at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do</div> <div id="_mcePaste">BootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)</div> <div id="_mcePaste">at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in</div> <div id="_mcePaste">itialize(CommonSecurityServiceManagerDelegateImpl.java:1050)</div> <div id="_mcePaste">at weblogic.security.service.SecurityServiceManager.initialize(SecurityS</div> <div id="_mcePaste">erviceManager.java:875)</div> <div id="_mcePaste">at weblogic.security.SecurityService.start(SecurityService.java:141)</div> <div id="_mcePaste">at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)</div> <div id="_mcePaste">Truncated. see log file for complete stacktrace</div> <div id="_mcePaste">Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Auth</div> <div id="_mcePaste">entication Failed: User system weblogic.security.providers.authentication.LDAPAt</div> <div id="_mcePaste">nDelegateException: [Security:090295]caught unexpected exception</div> <div id="_mcePaste">at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.log</div> <div id="_mcePaste">in(LDAPAtnLoginModuleImpl.java:244)</div> <div id="_mcePaste">at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(Log</div> <div id="_mcePaste">inModuleWrapper.java:110)</div> <div id="_mcePaste">at com.bea.common.security.internal.service.LoginModuleWrapper.login(Log</div> <div id="_mcePaste">inModuleWrapper.java:106)</div> <div id="_mcePaste">at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div> <div id="_mcePaste">at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.</div> <div id="_mcePaste">java:39)</div> <div id="_mcePaste">Truncated. see log file for complete stacktrace</div> <div id="_mcePaste">></div> <div id="_mcePaste"><Feb 11, 2011 9:42:07 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta</div> <div id="_mcePaste">te changed to FAILED></div> <div id="_mcePaste"><Feb 11, 2011 9:42:07 PM EST> <Error> <WebLogicServer> <BEA-000383> <A critical</div> <div id="_mcePaste">service failed. The server will shut itself down></div> <div id="_mcePaste"><Feb 11, 2011 9:42:08 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta</div> <div id="_mcePaste">te changed to FORCE_SHUTTING_DOWN></div> <div id="_mcePaste">WebLogic is no longer running.</div> <p>
The solution ended out being to start the Admin server first. So, from the PIA home bin directory, run “startWebLogicAdmin.cmd”:
Then, “startManagedWeblogic.cmd PIA” works:
And, it works now!
So, that wraps up our booting the servers step:
Please continue with Step 7.
Resources
- Learn with Pavan: Run Weblogic in Production mode
- On The Peoplesoft Road: Peopletools 8.51 : Weblogic 11gR1 (10.3.2 – JRockit 27.6.7)
- ITToolbox: Cannot View Peoplesoft Signon Page
- Part 1: Preparation Steps
- Part 1b: Ugrading Tuxedo
- Part 2: Installing the Software
- Part 3: Weblogic and PIA
- Part 4: Change Assistant
- Part 5: Running Change Assistant
- Step 6: Web Server Startup(You are here)
- Step 7: Finishing Up
Hi,
I am facing issue setting up JAVA_OPTIONS_WIN.Can you assist. You have said in your post that ” I decided to go back to the -jrockit options, and I set the Java Home to my JRockit installation ” You haven’t said us that you have installed JRockit ?, You have just said you have installed JDK 1.6.0_23. Is it part of the JDK installation? During the weblogic installation i have pointed my local JDK(C:Javajdk1.6.0_24). But when i specify the above java path in setenv.cmd i still face this issue. Can you please assist asap.
Below is the content from setenv.cmd
—————————————-
–>Set JAVA_HOME=C:Javajdk1.6.0_24
@REM Java options and memory heap settings.
–> SET JAVA_OPTIONS_WIN= -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform
Karthik,
I am sorry about the confusion. I am not sure where I got off on the instructions. I may have already had the JRockit installed.
So, I have both a Sun JDK and a JRockit JDK installed on the machine. I think I may have used the Sun JDK for the installer, but Weblogic is currently using the JRockit JDK.
Here’s what my Java Home setting is in my setenv.cmd:
@REM JAVA_HOME is set via commEnv.sh, to override set it here.
set JAVA_HOME=E:Javajrockit-jdk1.6.0_20-R28.1.0-4.0.1
Hi,
Thankyou for your immediate response.
When i google i am not able to find the below software. Can you please paste the link in you post so that it will be very helpful.
Software:
———
Jrockit jdk 1.6.0_20-r28.1.0-4.0.1 software
Thankyou !
Sure no problem.
Here’s the Download page:
http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html
You can hit one of the download links under the “Oracle JRockit JDK 28.1.5” section. The version may be slightly differnt, but I see a reference to Java 6, which means it should be version 1.6.something.