Java EE 5 SDK Installation Errors
I get the following error and installation abruptly halts.Can someone please suggest what do i need to do ?
INFO - unpacked jar file: F:\Program Files\Sun\SDK\lib\webservices-tools.jar.pack.gz
INFO - unpacked jar file: F:\Program Files\Sun\SDK\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
INFO - unpacked jar file: F:\Program Files\Sun\SDK\lib\endorsed\activation.jar.pack.gz
INFO - unpacked jar file: F:\Program Files\Sun\SDK\lib\endorsed\webservices-api.jar.pack.gz
INFO - Start core server configuration.
appservResources:PostInstall_appservCore-asadminenvConfCreatedF:\Program Files\Sun\SDK\config
ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:The Process Output: Option adminuser deprecated, use --user instead.
Using port 4848 for Admin.
Using port 8080 for HTTP Instance.
Using port 7676 for JMS.
Using port 3700 for IIOP.
Using port 8181 for HTTP_SSL.
Using port 3820 for IIOP_SSL.
Using port 3920 for IIOP_MUTUALAUTH.
Using port 8686 for JMX_ADMIN.
Thanks a million !
# 3
Hello,
This time i got the following error.
The install seems to have gone through fine...but errors during server configuration.
INFO - Start core server configuration.
appservResources:PostInstall_appservCore-asadminenvConfCreatedF:\Sun\SDK\config
ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:The Process Output: Option adminuser deprecated, use --user instead.
Using port 4848 for Admin.
Using port 8080 for HTTP Instance.
Using port 7676 for JMS.
Using port 3700 for IIOP.
Using port 8181 for HTTP_SSL.
Using port 3820 for IIOP_SSL.
Using port 3920 for IIOP_MUTUALAUTH.
# 4
I got a different error. On Fedora 7 linux, from a root terminal, I tried to
run the new java_app_platform_sdk-5_03-preview2-linux.bin and
got the following error:
./java_app_platform_sdk-5_03-preview2-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
In /usr/lib I see libstdc++.so.6.0.8. Do I absolutely need the older library, or is there
a way I can pass in the later one as a command line argument? (odd that this brand-new,
hot-off-the-press "preview" version won't take the newer lib).
TIA,
--Alan