Beyold! the greatest problem of my Carrer

OK where to start

I created an EE Client that accessed my session beans directly. though I wanted to run this client on the application server command line. So what do i do but copy all the ee Jars from /SUNWappserver/lib/ into the java jre. as well as the ejb jar(not the most sensible thing I know but hey I just want to get this thing to run from the command line). all goes well and everything runs like a dream and then... disaster strikes! I need to change something so I update the database table. stop the application server so when I create the new entity beans they will be updated. Here is where the problem strikes I get the following error

Timeout waiting for domain domain1 to go to starting state.

CLI156 Could not start the domain domain1.

So like a pedantic programmer I try and try again it doesn't work . So I uninstall the application server and get this little gem.

The installation has either been stopped by user or has failed due to errors.

See the installation log for details. Installation log is:

INFO - Start Sun Java System Message Queue configuration

INFO - End Sun Java System Message Queue configuration

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-rt.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-tags.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-cmp.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/javaee.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-deployment-client.jar.

pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-jstl.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/com-sun-commons-launcher.jar.

pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/jsf-impl.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/admin-cli.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-ext.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/j2ee-svc.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/sun-appserv-ant.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/lib/appserv-ws.jar.pack.gz

INFO - unpacked jar file: /opt/SUNWappserver/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:CLI130 Could not create domain, domain1

org.apache.derby.jdbc.EmbeddedDriver

CLI130 Could not create domain, domain1

INFO - End core server configuration.

so like a good little programmer I Google the problem and am directed to this thread

http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526951

great so I do everything that the thread says including trying to create the domain manually but it still wont work.

asadmin> create-domain --adminport 4848 --adminuser admin domain1

Please enter the admin password>

Please enter the admin password again>

Please enter the master password>

Please enter the master password again>

Using default port 8080 for HTTP Instance.

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.

org.apache.derby.jdbc.EmbeddedDriver

CLI130 Could not create domain, domain1

please please PLEASE! for the love of God help me out here, throw me a frikkin bone.

I'm using the sun application server 9

Thank you all in advance

Brian

[3825 byte] By [Brian.R.Johnsona] at [2007-11-27 7:59:38]
# 1
I am having this ame problem. Did you ever figure it out?
jtl1212a at 2007-7-12 19:41:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...