You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Fanninger Thomas (JIRA)" <ji...@codehaus.org> on 2007/11/27 16:46:57 UTC

[jira] Created: (CONTINUUM-1582) Get "Lifecycle operation failed" error by deploying of the continuum war

Get "Lifecycle operation failed" error by deploying of the continuum war
------------------------------------------------------------------------

                 Key: CONTINUUM-1582
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1582
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: OS: Windows XP SP2
Java-SDK: 1.6.0_03
Geronimo: 2.0.2
            Reporter: Fanninger Thomas


I used for the implementation the tutorial under following url.
http://maven.apache.org/continuum/documentation/1_1/installation/geronimo.html

But when I start the webapplication, I get following error in the server-log.

I don't know if this problem wher by geronimo, continuum or by me. I found by my search at the inernet(google) or here in the jira (under this url and at apache).

server-log:
 11423: 16:37:29,830 ERROR [Schema] Failed initialising database. Please check that your database JDBC driver is accessible, and the database URL and username/password are correct. Exception : org.apache.geronimo.jdbc.DelegatingDriver cannot be cast to org.apache.derby.jdbc.AutoloadedDriver
11583: 16:37:29,876 ERROR [[/continuum]] Exception sending context initialized event to listener instance of class org.codehaus.plexus.xwork.PlexusLifecycleListener
12043: 16:37:29,986 ERROR [StandardContext] Error listenerStart
12044: 16:37:29,986 ERROR [StandardContext] Context [/continuum] startup failed due to previous errors
12045: 16:37:29,986 ERROR [ContainerBase] ContainerBase.addChild: start:
12125: 16:37:30,001 WARN [TomcatWebAppContext] TomcatWebAppContext failed
12126: 16:37:30,001 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.maven.continuum/continuum/1.1/war?J2EEApplication=null,j2eeType=WebModule,name=org.apache.maven.continuum/continuum/1.1/war"
12205: 16:37:30,017 ERROR [[WARModules]] Servlet.service() for servlet WARModules threw exception
12257: 16:37:30,033 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error while dispatching portlet.
12376: 16:37:30,064 ERROR [Servlet] Exception caught:

Regards
Fanninger Thomas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1582) Get "Lifecycle operation failed" error by deploying of the continuum war

Posted by "Fanninger Thomas (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115055 ] 

Fanninger Thomas commented on CONTINUUM-1582:
---------------------------------------------

I think I did it correctly.

I set following values.

POOL-Type: TranQL Embedded XA Resource Adapter for Apache Derb
USERNAME and PASSWORD are the geronimo-Logindata
Database-name: SystemContinuum (Database exist)

I think I configurated it correctly.

Regards
Fanninger Thomas

> Get "Lifecycle operation failed" error by deploying of the continuum war
> ------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1582
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1582
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: OS: Windows XP SP2
> Java-SDK: 1.6.0_03
> Geronimo: 2.0.2
>            Reporter: Fanninger Thomas
>
> I used for the implementation the tutorial under following url.
> http://maven.apache.org/continuum/documentation/1_1/installation/geronimo.html
> But when I start the webapplication, I get following error in the server-log.
> I don't know if this problem wher by geronimo, continuum or by me. I found by my search at the inernet(google) or here in the jira (under this url and at apache).
> server-log:
>  11423: 16:37:29,830 ERROR [Schema] Failed initialising database. Please check that your database JDBC driver is accessible, and the database URL and username/password are correct. Exception : org.apache.geronimo.jdbc.DelegatingDriver cannot be cast to org.apache.derby.jdbc.AutoloadedDriver
> 11583: 16:37:29,876 ERROR [[/continuum]] Exception sending context initialized event to listener instance of class org.codehaus.plexus.xwork.PlexusLifecycleListener
> 12043: 16:37:29,986 ERROR [StandardContext] Error listenerStart
> 12044: 16:37:29,986 ERROR [StandardContext] Context [/continuum] startup failed due to previous errors
> 12045: 16:37:29,986 ERROR [ContainerBase] ContainerBase.addChild: start:
> 12125: 16:37:30,001 WARN [TomcatWebAppContext] TomcatWebAppContext failed
> 12126: 16:37:30,001 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.maven.continuum/continuum/1.1/war?J2EEApplication=null,j2eeType=WebModule,name=org.apache.maven.continuum/continuum/1.1/war"
> 12205: 16:37:30,017 ERROR [[WARModules]] Servlet.service() for servlet WARModules threw exception
> 12257: 16:37:30,033 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error while dispatching portlet.
> 12376: 16:37:30,064 ERROR [Servlet] Exception caught:
> Regards
> Fanninger Thomas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1582) Get "Lifecycle operation failed" error by deploying of the continuum war

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115040 ] 

Emmanuel Venisse commented on CONTINUUM-1582:
---------------------------------------------

With the first line of your server logs, I think your datasource isn't configured correctly.

> Get "Lifecycle operation failed" error by deploying of the continuum war
> ------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1582
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1582
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: OS: Windows XP SP2
> Java-SDK: 1.6.0_03
> Geronimo: 2.0.2
>            Reporter: Fanninger Thomas
>
> I used for the implementation the tutorial under following url.
> http://maven.apache.org/continuum/documentation/1_1/installation/geronimo.html
> But when I start the webapplication, I get following error in the server-log.
> I don't know if this problem wher by geronimo, continuum or by me. I found by my search at the inernet(google) or here in the jira (under this url and at apache).
> server-log:
>  11423: 16:37:29,830 ERROR [Schema] Failed initialising database. Please check that your database JDBC driver is accessible, and the database URL and username/password are correct. Exception : org.apache.geronimo.jdbc.DelegatingDriver cannot be cast to org.apache.derby.jdbc.AutoloadedDriver
> 11583: 16:37:29,876 ERROR [[/continuum]] Exception sending context initialized event to listener instance of class org.codehaus.plexus.xwork.PlexusLifecycleListener
> 12043: 16:37:29,986 ERROR [StandardContext] Error listenerStart
> 12044: 16:37:29,986 ERROR [StandardContext] Context [/continuum] startup failed due to previous errors
> 12045: 16:37:29,986 ERROR [ContainerBase] ContainerBase.addChild: start:
> 12125: 16:37:30,001 WARN [TomcatWebAppContext] TomcatWebAppContext failed
> 12126: 16:37:30,001 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.maven.continuum/continuum/1.1/war?J2EEApplication=null,j2eeType=WebModule,name=org.apache.maven.continuum/continuum/1.1/war"
> 12205: 16:37:30,017 ERROR [[WARModules]] Servlet.service() for servlet WARModules threw exception
> 12257: 16:37:30,033 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error while dispatching portlet.
> 12376: 16:37:30,064 ERROR [Servlet] Exception caught:
> Regards
> Fanninger Thomas

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira