I am new to Geronimo technology. I am trying to deploy DayTrader on Geronimo.
My config details are as follows -OS: Amazon EC2 Cent OS (64bit)JDK:
java-1.6.0-openjdk.x86_64MySQL: 5.1.73-3.el6_5Geronimo: 3.0.1DayTrader:
3.0.0 (built thru maven).After setting environment variables & starting
Geronimo (using $GERONIMO_HOME/bin/geronimo start), if I try to run deploy
daytrader, deployment fails with login failure
exception.[root@ip-10-113-176-178 bin]# ./deploy --verbose --user system
--password manager deploy
$DAYTRADER_HOME/javaee6/assemblies/daytrader-ear/target/daytrader-ear-3.0.0.ear
$DAYTRADER_HOME/javaee6/plans/target/classes/daytrader-mysql-xa-plan.xmlUsing
GERONIMO_HOME:   /root/geronimo-tomcat7-javaee6-web-3.0.1Using
GERONIMO_SERVER: /root/geronimo-tomcat7-javaee6-web-3.0.1Using
GERONIMO_TMPDIR: /root/geronimo-tomcat7-javaee6-web-3.0.1/var/tempUsing
JRE_HOME:        /usr/lib/jvm/jre-1.6.0-openjdk.x86_642015-02-27
17:50:13,820 ERROR [DeployTool]
Error:org.apache.geronimo.common.DeploymentException: Login Failed        at
org.apache.geronimo.deployment.cli.OnlineServerConnection.tryToConnect(OnlineServerConnection.java:126)
       
at
org.apache.geronimo.deployment.cli.OnlineServerConnection.(OnlineServerConnection.java:75)
       
at
org.apache.geronimo.deployment.cli.OnlineServerConnection.(OnlineServerConnection.java:50)
       
at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:167)      
 
at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64)       
at org.apache.geronimo.main.Bootstrapper.start(Bootstrapper.java:88)       
at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:61)       
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)       
at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32)1)
Could you please help me how to troubleshoot & resolve this issue ? Apart
from 'mvn install' & 'createDerbyDB', I have not executed any other
automated/manual step for daytrader.2) Once daytrader is deployed, if I want
to expose a public URL (accessible thru browser) of the deployment, how can
I do that ? What all other packages needed to be installed ?



--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Login-failure-in-deploying-DayTrader-on-Geronimo-tp3988819.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to