I am getting the following exception
2009-03-24 13:19:03,411 ERROR [Connector] Error finding container
javax.management.AttributeNotFoundException:  Cannot find attribute
managedResource for StandardEngine[Geronimo]
2009-03-24 13:19:03,412 ERROR [CoyoteAdapter] An exception or error occurred
in the container during the request processing
java.lang.NullPointerException
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:810)

I am using apache geronimo 2.1 version. JDK version 1.5.0_15 and JRE version
1.5.0_15
I have deployed the database pool and war by using the following commands
$WASCE_HOME/bin/deploy.sh -u system -p manager --offline deploy
$WASCE_HOME/repository/org/tranql/tranql-connector-ra/1.4/tranql-connector-ra-1.4.rar
$DBPLANLOC/oracle10g-deployment-plan.xml

$WASCE_HOME/bin/deploy.sh -u system -p manager --offline deploy
$FPWARLOC/fp.war $GERONIMOPLANLOC/geronimo-web.xml

The deployments happened sucessfully. 
I run startup.sh.
When I tried to access the console page, http://<machine name>:8080/console,
I was able to logged in to the page. I have selected "Deploy New" Link, the
page was not showing. I've checked the logs. The error as logged in to the
log file as described above [Error finding container
javax.management.AttributeNotFoundException:]. There after I am not able
access event the login page.


The server I've used is RedHatLinux 4.0 , 64 bit 
Please guide me how to resolve this issue.

-- 
View this message in context: 
http://www.nabble.com/Starting-of-the-geronimo-server-fails-tp22677292s134p22677292.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to