[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

Error while starting server1

Asked by Saurav_Chatterjee in IBM Websphere Application Server

Tags: server, launched, failed

Hello,

I am facing a queer problem with websphere 5.1. The server is failing to initialize.

************ Start Display Current Environment ************
WebSphere Platform 5.1 [BASE 5.1.0 b0344.02]  running with process name sauravchatterjee\sauravchatterjee\myserver and process id 2076
Host Operating System is Windows XP, version 5.1
Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = D:\Softwares\WebSphere\AppServer
user.install.root = D:\Softwares\WebSphere\AppServer
Java Home = D:\Softwares\WebSphere\AppServer\java\jre
ws.ext.dirs = D:\Softwares\WebSphere\AppServer\java/lib;D:\Softwares\WebSphere\AppServer/classes;D:\Softwares\WebSphere\AppServer/classes;D:\Softwares\WebSphere\AppServer/lib;D:\Softwares\WebSphere\AppServer/lib/ext;D:\Softwares\WebSphere\AppServer/web/help;D:\Softwares\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = D:\Softwares\WebSphere\AppServer/properties;D:\Softwares\WebSphere\AppServer/properties;D:\Softwares\WebSphere\AppServer/lib/bootstrap.jar;D:\Softwares\WebSphere\AppServer/lib/j2ee.jar;D:\Softwares\WebSphere\AppServer/lib/lmproxy.jar;D:\Softwares\WebSphere\AppServer/lib/urlprotocols.jar
Java Library path = D:\Softwares\WebSphere\AppServer\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\Softwares\WebSphere\AppServer\bin;D:\Softwares\WebSphere\AppServer\java\bin;D:\Softwares\WebSphere\AppServer\java\jre\bin;D:\Softwares\IBM\WebSphere MQ\Java\lib;D:\SOFTWA~1\RATIONAL\RATION~1\NUTCROOT\bin;D:\SOFTWA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11;D:\SOFTWA~1\RATIONAL\RATION~1\NUTCROOT\mksnt;D:\j2sdk1.4.2_08\bin;D:\j2sdk1.4.2_08\jre\lib;D:\Softwares\xmlbeans-1.0.4\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Softwares\javacc-3.2\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;D:\Softwares\iWay55\lib;D:\Softwares\Rational\common;D:\Softwares\Rational\ClearCase\bin;D:\Softwares\Rational\ClearQuest;D:\Softwares\Rational\Rose\TopLink\;D:\Softwares\Rational\Rational Test;D:\Softwares\Rational\RUPBuilder;;D:\Softwares\Rational\Coverage;D:\Softwares\Rational\Coverage\cache;D:\Softwares\Perforce;D:\Softwares\IBM\WebSphere MQ\bin;D:\Softwares\IBM\WebSphere MQ\WEMPS\bin;D:\Softwares\Sun\jwsdp1.5\jwsdp-shared\bin;D:\Softwares\IBM\WebSphere MQ\bin;D:\Softwares\IBM\WebSphere MQ\java\bin;D:/Softwares/IBM/WebSphere MQ/WEMPS\bin
************* End Display Current Environment *************
The above shows my environment. The error is connectionException. The stack trace follows:
[12/6/05 14:42:14:000 IST] 7dd4ed70 AdminTool     A ADMU3200I: Server launched. Waiting for initialization status.
[12/6/05 14:42:56:969 IST] 7dd4ed70 WsServerLaunc E ADMU3009E: Exception waiting for server initialization java.net.SocketException: Connection reset
      at java.net.SocketInputStream.read(SocketInputStream.java:194)
      at java.net.SocketInputStream.read(SocketInputStream.java:208)
      at java.io.DataInputStream.readInt(DataInputStream.java:416)
      at com.ibm.ws.management.tools.WsServerController.getStatus(WsServerController.java:113)
      at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:150)
      at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:227)
      at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:173)
      at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:93)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
      at java.lang.reflect.Method.invoke(Method.java:386)
      at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[12/6/05 14:42:57:172 IST] 7dd4ed70 AdminTool     A ADMU3011E: Server launched but failed initialization. Server log files should contain failure information.

As a result of which when I am trying to stop the server1, it is saying the server cannot be reached. Can anyone propose a way out? That will be of great help.

Regards,
Saurav
 
Related Solutions
Keywords: Error while starting server1
Title
1 Rad
 
Loading Advertisement...
 
[+][-]12/06/05 08:37 AM, ID: 15428859Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/06/05 03:43 PM, ID: 15432435Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/06/05 08:11 PM, ID: 15433708Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: IBM Websphere Application Server
Tags: server, launched, failed
Sign Up Now!
Solution Provided By: asegner
Participating Experts: 3
Solution Grade: A
 
[+][-]12/07/05 11:49 AM, ID: 15439238Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/08/05 12:03 AM, ID: 15442833Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/12/05 09:04 AM, ID: 15467682Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/03/06 12:08 PM, ID: 15601890Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]01/08/06 04:27 PM, ID: 15644918Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89