Plz Resolve ..Error while starting domain at Java 2ee 1.5 server
Hi all,
while starting server i got this error
D:\Sun\SDK\bin>asadmin start-domain
Starting Domain domain1, please wait.
Log redirected to D:\Sun\SDK\domains\domain1\logs\server.log.
The domain (domain1) is already running.
CLI156 Could not start the domain domain1.
Thanks i resolved that problem,
but i got new problem while try to build a Petstore Application
tha error as follows
BUILD FAILED
D:\javapetstore-2.0\build.xml:70: The following error occurred while executing t
his line:
D:\javapetstore-2.0\setup\setup.xml:66: The following error occurred while execu
ting this line:
D:\javapetstore-2.0\bp-project\app-server-ant.xml:163: Execute failed: java.io.I
OException: CreateProcess: c:\Sun\SDK\bin\asadmin.bat create-jdbc-connection-poo
l --user admin --passwordfile c:/Sun/SDK/samples/bp-project/passwordfile --host
localhost --port 4848 --datasourceclassname org.apache.derby.jdbc.ClientDataSour
ce --restype javax.sql.XADataSource --property portNumber=1527:serverName=localh
ost:User=APP:Password=APP:databaseName=petstore PetstorePool error=3
Thanks