users@glassfish.java.net

NoClassDefFoundError: org/aspectj/lang/Signature creating connection poo

From: <glassfish_at_javadesktop.org>
Date: Tue, 20 Mar 2007 07:43:24 PST

Hi,

I'm getting this error when I try to create a new Connection Pool for my MySQL database.
I placed the Connector/J jar file in de domains/domain1/lib folder
When I go to the admin page to add the pool I get this error when I click next:

2007-03-20T16:36:31.734+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=18;_ThreadName=httpWorkerThread-4848-2;_RequestID=e3817b88-45b6-4bdb-a671-657e77796a20;|StandardWrapperValve[FacesServlet]: PWC1406: Servlet.service() for servlet FacesServlet threw exception
java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
        at java.lang.Class.privateGetPublicMethods(Class.java:2519)
        at java.lang.Class.getMethods(Class.java:1406)
        at com.sun.enterprise.connectors.util.ConnectionDefinitionUtils.getConnectionDefinitionProperties(ConnectionDefinitionUtils.java:56)
        at com.sun.enterprise.connectors.util.ConnectionDefinitionUtils.getConnectionDefinitionPropertiesAndDefaults(ConnectionDefinitionUtils.java:152)
        at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.getConnectionDefinitionPropertiesAndDefaults(ConnectorConnectionPoolAdminServiceImpl.java:1072)
        at com.sun.enterprise.connectors.ConnectorRuntime.getConnectionDefinitionPropertiesAndDefaults(ConnectorRuntime.java:903)
        at com.sun.enterprise.tools.admingui.handlers.JdbcHandlers.updateJDBCPoolWizard(JdbcHandlers.java:606)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:421)
        at com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:343)

Any idea what I'm doing wrong? Strange thing is, I did this already with b38, but now with b39 I'm running into problems.

Kristof.
[Message sent by forum member 'kristof_taveirne' (kristof_taveirne)]

http://forums.java.net/jive/thread.jspa?messageID=208976