It's all about the answers!

Ask a question

WAS Administrative Console cannot be open after setting RTC ENV.


Elvin Jiang (1178) | asked Mar 18 '13, 3:04 a.m.

I installed WAS 8.0.0.3 in a pure Win2008 R2 and installed a JTS, then I create a new profile(Note:This profile admin console can be opened at this time), I want to use Jython to config the JTS ENV.

here is the script:

wsadmin.bat -language jython -user Administrator -password afeng_1234 -f C:/IBM/JazzTeamServer/server/was/clm_was_config.py C:/IBM/JazzTeamServer/server/conf

Just after then, I cannot open the Administrative console any more.

I got some log as following:

************ Start Display Current Environment ************
Host Operating System is Windows Server 2008 R2, version 6.1
Java version = 1.6.0, Java Compiler = j9jit26, Java VM name = IBM J9 VM
was.install.root = C:\IBM\WebSphere\AppServer
user.install.root = C:\IBM\WebSphere\AppServer\profiles\AppSrv01
Java Home = C:\IBM\WebSphere\AppServer\java\jre
ws.ext.dirs = C:\\IBM\\WebSphere\\AppServer\\java\\lib;C:\\IBM\\WebSphere\\AppServer\\classes;C:\\IBM\\WebSphere\\AppServer\\lib;C:\\IBM\\WebSphere\\AppServer\\installedChannels;C:\\IBM\\WebSphere\\AppServer\\lib\\ext;C:\\IBM\\WebSphere\\AppServer\\web\\help;C:\\IBM\\WebSphere\\AppServer\\deploytool\\itp\\plugins\\com.ibm.etools.ejbdeploy\\runtime
Classpath = C:\IBM\WebSphere\AppServer\profiles\AppSrv01\properties;C:\IBM\WebSphere\AppServer\properties;C:\IBM\WebSphere\AppServer\lib\startup.jar;C:\IBM\WebSphere\AppServer\lib\bootstrap.jar;C:\IBM\WebSphere\AppServer/lib/lmproxy.jar;C:\IBM\WebSphere\AppServer/lib/urlprotocols.jar;C:\IBM\WebSphere\AppServer\java\lib\tools.jar
Java Library path = C:\IBM\WebSphere\AppServer\java\jre\bin\default;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\Windows\system32;C:\Windows;C:\IBM\WebSphere\AppServer\lib\native\win\x86_64;C:\IBM\WebSphere\AppServer\bin;C:\IBM\WebSphere\AppServer\java\bin;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;;.
Orb Version = IBM Java ORB build orb626sr1fp1-20120206.00
Current trace specification = *=info:com.ibm.*=all
************* End Display Current Environment *************
[3/17/13 23:44:14:047 PDT] 00000000 ManagerAdmin  I   TRAS0017I: The startup trace state is *=info:com.ibm.*=all.
[3/17/13 23:44:14:078 PDT] 00000000 WsServerContr 1   Executing executeUtilityOnWindows with args: C:\IBM\WebSphere\AppServer\profiles\AppSrv01\config WIN-PKIRTCNode01Cell RTCNODE RTCServer -fromWinService \\.\pipe\w6SvcPipe_1FB81_E788
[3/17/13 23:44:14:078 PDT] 00000000 WsServerContr 1   invokedByWindowsService has been set to true earlier
[3/17/13 23:44:14:078 PDT] 00000000 ManagerAdmin  I   TRAS0018I: The trace state has changed. The new trace state is *=info.
[3/17/13 23:44:14:359 PDT] 00000000 AdminTool     A   ADMU0128I: Starting tool with the AppSrv01 profile
[3/17/13 23:44:14:359 PDT] 00000000 AdminTool     A   ADMU3100I: Reading configuration for server: RTCServer
[3/17/13 23:44:14:453 PDT] 00000000 ImplFactory   W   WSVR0072W: Ignoring undeclared override of interface, com.ibm.websphere.cluster.topography.DescriptionManager, with implementation, com.ibm.ws.cluster.propagation.bulletinboard.BBDescriptionManager
[3/17/13 23:44:15:641 PDT] 00000000 ModelMgr      I   WSVR0801I: Initializing all server configuration models
[3/17/13 23:44:21:562 PDT] 00000000 WorkSpaceMana A   WKSP0500I: Workspace configuration consistency check is disabled.
[3/17/13 23:44:25:906 PDT] 00000000 AdminTool     A   ADMU3200I: Server launched. Waiting for initialization status.
[3/17/13 23:44:27:297 PDT] 00000000 AdminTool     A   ADMU3011E: Server launched but failed initialization. Server logs, startServer.log, and other log files under C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\RTCServer should contain failure information.(from startServer.log)

************ Start Display Current Environment ************
Log file started at: [3/17/13 23:13:26:449 PDT]
************* End Display Current Environment *************
JVMJ9VM015W Initialization error for library j9gc26(5): Failed to allocate default memory space
Could not create the Java virtual machine.
JVMJ9VM015W Initialization error for library j9gc26(5): Failed to allocate default memory space
Could not create the Java virtual machine.
JVMJ9VM015W Initialization error for library j9gc26(5): Failed to allocate default memory space
Could not create the Java virtual machine.(from natvie_stderr.log)

I 'v no idea what happened, is WAS so unstable? even I do all the things acording to the cofig doc, it still wont work!!


Comments
Ralph Schoon commented Mar 18 '13, 4:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Is it possible your machine has insufficient RAM? Which version of CLM are you trying to run?


Elvin Jiang commented Mar 18 '13, 4:46 a.m.

I want to install JTS 4.0.1. I am sue there is no problem in RAM, I give the VM 4 Gb memery

Accepted answer


permanent link
KrishnaKanth Naik (7651915) | answered Mar 18 '13, 4:52 a.m.
JAZZ DEVELOPER
I agree with Ralph, it appears that the server on which the script is being run might not have 4 GB of available RAM. Since this is a Windows machine you could check for the output of the command:
systeminfo | find "Memory"
To get a clearer picture of the available memory on this machine.

Additional resource:
Resolving a JVMJ9VM015W error when starting the repository server
Elvin Jiang selected this answer as the correct answer

One other answer



permanent link
Mastanaiah Mannem (3611) | answered Aug 09 '17, 6:36 a.m.

 i have the same problem even after my system has 6GB available ram(12 GB). can you please suggest me how to resolve this issue. I did multiple times and i am getting this error afer setting of RTC envoronment even after folllowing up the steps in the document.


Awaiting for reply.


Comments
Ralph Schoon commented Aug 09 '17, 6:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Your answer


Register or to post your answer.