Java EE SDK Installation problems...
I have been having a great deal of difficulty installing the
Java EE SDK application from this downloaded file
java_ee_sdk-5_02-windows.exe
The installation appears to proceed normally for a while then aborts with a dialog that references the installation log.
I have tried installing this a couple of times and every time it fails, I have deleted the C:\SUN\... folder and the installation script tells me that the folder is still present and requires a new folder for installation.
I assume that there is some leftover junk in the registry that is upsetting things, but this still doesn't explain why the installation log is complaining that it can't find some path somewhere...
Can someone point me in the right direction? See the log file contents below:
Installation Log:
--
INFO - start JRE installation
INFO - end JRE installation
INFO - Start Sun Java System Message Queue configuration
INFO - End Sun Java System Message Queue configuration
INFO - unpacked jar file: C:\Sun\SDK3\lib\admin-cli.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-cmp.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-deployment-client.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-ext.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-jstl.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-rt.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-tags.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\appserv-ws.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\com-sun-commons-launcher.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\j2ee-svc.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\javaee.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\sun-appserv-ant.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
INFO - Start core server configuration.
ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:The system cannot find the path specified.
The system cannot find the path specified.
INFO - End core server configuration.
INFO - Start Java DB Configuration.
INFO - End Java DB Configuration.
INFO - Start samples configuration.
INFO - End samples configuration.
INFO - Start Java EE 5 samples configuration.
INFO - End Java EE 5 samples configuration.
INFO - unpacked jar file: C:\Sun\SDK3\blueprints\bpcatalog\lib\bp-ui-14.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\blueprints\petstore\lib\bp-ui-14.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\blueprints\petstore\lib\bp-ui-5.jar.pack.gz
INFO - unpacked jar file: C:\Sun\SDK3\blueprints\petstore\lib\lucene-core-2.0.0.jar.pack.gz
INFO - Start OpenESB installation.
INFO - Addon jar getting installed: jbi-installer.jar
INFO - Main class invoked: com.sun.jbi.installer.OpenEsbInstaller
INFO - End OpenESB installation.
# 4
There is one correction to the statement i made before ..server is not starting ..for some time it hangs and throws a socket time out exception...
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://localhost:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:127)
at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.IOException: Cannot bind to URL [rmi://localhost:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:804)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:417)
at com.sun.enterprise.admin.jmx.remote.server.rmi.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:196)
at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:118)
... 9 more
Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out]
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:126)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
at javax.naming.InitialContext.bind(InitialContext.java:400)
at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:625)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412)
... 11 more
Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:120)
... 15 more
Caused by: java.net.SocketTimeoutException: Read timed out
at com.sun.enterprise.server.ss.provider.ASInputStream.waitForSelect(ASInputStream.java:141)
at com.sun.enterprise.server.ss.provider.ASInputStream.read(ASInputStream.java:99)
at com.sun.enterprise.server.ss.provider.ASInputStream.read(ASInputStream.java:91)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
... 19 more
what i strongly believe is i have mcafee installled in my pc and it is blocking some ports ..i tried disabling fire wall also , but no luck ....
Have u tried installing server on windows vista home premium ?is it compatable ?
Message was edited by:
vijay.rk