domain creation error: sun.security.util.DerOutputStream.putInteger
Hi Everyone,
I am running Mac OS X 10.4.5, Java 1.4.2, and I installed Netbeans 5.0 and Sun Java System Application Server (" Sun Java System Application Server Platform
Edition 8.2"). The installation does not report any error during the setup GUI installer but once I try to launch it I can tell my domain is corrupter. Sure enough the installation log file states:
...
INFO - number of merged jar entries: 2741
INFO - number of merged jar entries: 1430
INFO - number of merged jar entries: 2487
INFO - number of merged jar entries: 776
INFO - number of merged jar entries: 646
INFO - Start core server configuration.
ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:sun.security.util.DerOutputStream.putInteger(Lsun/security/util/BigInt; )V
sun.security.util.DerOutputStream.putInteger(Lsun/security/util/BigInt;)V
INFO - End core server configuration.
...
I tried the manual approach: deleted domain1 folder in SUNWappser/domains
and ran:
/Applications/SUNWappserver/bin $ ./asadmin create-domain --adminport 4848 --adminuser admin --adminpassword examplepassword --instanceport 8080 domain1
WARNING: The --adminpassword option is insecure and should not be used since it can compromise your password. Please use either the command prompt or the --passwordfile option.
Using default port 7676 for JMS.
Using default port 3700 for IIOP.
Using default port 8181 for HTTP_SSL.
Using default port 3820 for IIOP_SSL.
Using default port 3920 for IIOP_MUTUALAUTH.
Using default port 8686 for JMX_ADMIN.
sun.security.util.DerOutputStream.putInteger(Lsun/security/util/BigInt;)V[/b ]
So same error. I looked around could not find anyone with the same problem.
Does anyone has a clue - it is not a path problem, and netbeans.org actually claims that the install likes 1.4.2 better on Mac OS X?
Thanks,
JS

