Author: K2Dev Message: My setup is a follows:
* Debian Lenny Linux (amd64) as a Host OS for VMware 2.0 Server. * Red Hat EL 5.5 (amd64) as a Client OS, VMware tools installed. * All libraries installed to Red Hat according to http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.installation.nd.doc/info/ae/ae/tins_linuxsetup.html * WebSphere 7.0 installed with packages that come with Tivoli Identity Manager 5.1 Download Director: C1G35ML.tar.gz C1G36ML.tar.gz C1G35ML.tar.gz C1G35ML.tar.gz extracted to one folder: WAS, the other jars in another folder: WASSUP. WAS installs similarly no matter from which folder I start launcher.sh (I have installed it 5 times now ;)) First Steps Output - Installation Verification: ----- Server name is:server1 Profile name is:AppSrv01 Profile home is:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01 Profile type is:default Cell name is:everestNode01Cell Node name is:everestNode01 Current encoding is:UTF-8 Start running the following command:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh server1 -profileName AppSrv01 >ADMU0116I: Tool information is being logged in file > > /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log >ADMU0128I: Starting tool with the AppSrv01 profile >ADMU3100I: Reading configuration for server: server1 >ADMU3028I: Conflict detected on port 8880. Likely causes: a) An instance of > the server server1 is already running b) some other process is > using port 8880 >ADMU3027E: An instance of the server may already be running: server1 >ADMU0111E: Program exiting with error: > com.ibm.websphere.management.exception.AdminException: ADMU3027E: An > instance of the server may already be running: server1 >ADMU1211I: To obtain a full trace of the failure, use the -trace option. >ADMU0211I: Error details may be seen in the file: > > /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log IVTL0075I: The Installation Verification Tool verification failed. ----- I am 100% sure that there is nothing listening in port 8880. I have rebooted, and reinstalled WAS now 5 times, done VMWare snapshot reverts and all. One thing sticks to my eye: it does not talk about port 9080, I have seen Installation Verification lists when Googling, and there has been that port mentioned before the Start-part begins. Additional info: /opt/IBM/WebSphere/AppServer/logs/install/log.txt: No errors logged /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/wsadmin.traceout: No errors logged I updated the UpdateInstaller to latest, and installed latest Fix Pack 9 to WebSphere, but nothing changes. /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log follows: ----- ************ Start Display Current Environment ************ Host Operating System is Linux, version 2.6.18-194.el5 Java version = JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr7-20100219_54097 (JIT enabled, AOT enabled) J9VM - 20100219_054097 JIT - r9_20091123_13891 GC - 20100216_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM was.install.root = /opt/IBM/WebSphere/AppServer user.install.root = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 Java Home = /opt/IBM/WebSphere/AppServer/java/jre ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/installedChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/AppServer/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime Classpath = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup.jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppServer/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/IBM/WebSphere/AppServer/java/lib/tools.jar Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/amd64/default:/opt/IBM/WebSphere/AppServer/java/jre/lib/amd64:/opt/IBM/WebSphere/AppServer/bin::/usr/lib Current trace specification = *=info ************* End Display Current Environment ************* 5/6/10 16:53:46:973 EEST 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info. 5/6/10 16:53:47:214 EEST 00000000 AdminTool A ADMU0128I: Starting tool with the AppSrv01 profile 5/6/10 16:53:47:218 EEST 00000000 AdminTool A ADMU3100I: Reading configuration for server: server1 5/6/10 16:53:47:684 EEST 00000000 AdminTool A ADMU3028I: Conflict detected on port 8880. Likely causes: a) An instance of the server server1 is already running b) some other process is using port 8880 5/6/10 16:53:47:699 EEST 00000000 AdminTool A ADMU3027E: An instance of the server may already be running: server1 5/6/10 16:53:47:701 EEST 00000000 WsServerLaunc E ADMU3002E: Exception attempting to process server server1 5/6/10 16:53:47:702 EEST 00000000 WsServerLaunc E ADMU3007E: Exception com.ibm.websphere.management.exception.AdminException: ADMU3027E: An instance of the server may already be running: server1 at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:316) at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:269) at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:260) 5/6/10 16:53:47:721 EEST 00000000 AdminTool E ADMU0111E: Program exiting with error: com.ibm.websphere.management.exception.AdminException: ADMU3027E: An instance of the server may already be running: server1 at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:316) at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:269) at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:260) 5/6/10 16:53:47:724 EEST 00000000 AdminTool A ADMU0111E: Program exiting with error: com.ibm.websphere.management.exception.AdminException: ADMU3027E: An instance of the server may already be running: server1 at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:316) at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:269) at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:260) 5/6/10 16:53:47:726 EEST 00000000 AdminTool A ADMU1211I: To obtain a full trace of the failure, use the -trace option. 5/6/10 16:53:47:728 EEST 00000000 AdminTool A ADMU0211I: Error details may be seen in the file: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log ----- I'm puzzled, please Help if you can! To respond to this post, please click the following link: <http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14464185> ____________________________________ Unsubscribe via the "binocular" icon on the web