You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jack Cai (JIRA)" <ji...@apache.org> on 2009/07/20 09:15:14 UTC

[jira] Created: (GERONIMO-4755) Warning message when starting the server due to Tomcat class not found

Warning message when starting the server due to Tomcat class not found
----------------------------------------------------------------------

                 Key: GERONIMO-4755
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4755
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.2
            Reporter: Jack Cai
            Priority: Minor


When starting the 2.2 server (tomcat assembly), the below warning message will always appear during the starting of the juddi server.

WARN  [NamingContextListener] Failed to register in JMX: javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]

Initial investigation shows that Tomcat uses the class "org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory" as the default datasource factory class, see org.apache.naming.factory.ResourceFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4755) Warning message when starting the server due to Tomcat class not found

Posted by "Jack Cai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jack Cai resolved GERONIMO-4755.
--------------------------------

    Resolution: Duplicate

Duplicate with GERONIMO-4713

> Warning message when starting the server due to Tomcat class not found
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4755
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4755
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>            Reporter: Jack Cai
>            Priority: Minor
>
> When starting the 2.2 server (tomcat assembly), the below warning message will always appear during the starting of the juddi server.
> WARN  [NamingContextListener] Failed to register in JMX: javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
> Initial investigation shows that Tomcat uses the class "org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory" as the default datasource factory class, see org.apache.naming.factory.ResourceFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4755) Warning message when starting the server due to Tomcat class not found

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733162#action_12733162 ] 

viola.lu commented on GERONIMO-4755:
------------------------------------

Duplicate with https://issues.apache.org/jira/browse/GERONIMO-4713, thanks.

> Warning message when starting the server due to Tomcat class not found
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4755
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4755
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.2
>            Reporter: Jack Cai
>            Priority: Minor
>
> When starting the 2.2 server (tomcat assembly), the below warning message will always appear during the starting of the juddi server.
> WARN  [NamingContextListener] Failed to register in JMX: javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
> Initial investigation shows that Tomcat uses the class "org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory" as the default datasource factory class, see org.apache.naming.factory.ResourceFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.