0 Replies Latest reply on Aug 8, 2003 6:28 AM by radl01

    Firebird and JBoss-4.0.0DR2

    radl01

      Hi all,

      I have a problem using firebird service in JBoss 4 DR2. I use exactly the same firebirdsql.rar and firebird-ds.xml from my JBoss 3.2.1 server and it does not work. I received the folloving exception:
      2003-08-08 14:00:26,511 DEBUG [org.jboss.management.j2ee.ResourceAdapter] Could not create JSR-77 ResourceAdapter: null
      java.lang.NullPointerException
      at java.util.Hashtable.put(Hashtable.java:389)
      at org.jboss.management.j2ee.J2EEManagedObject.(J2EEManagedObject.java:148)
      at org.jboss.management.j2ee.ResourceAdapter.(ResourceAdapter.java:92)
      at org.jboss.management.j2ee.ResourceAdapter.create(ResourceAdapter.java:50)
      at org.jboss.management.j2ee.factory.RARModuleFactory.create(RARModuleFactory.java:60)
      at org.jboss.management.j2ee.LocalJBossServerDomain.handleNotification(LocalJBossServerDomain.java:383)
      at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
      at $Proxy8.handleNotification(Unknown Source)
      at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:98)
      at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:81)
      at org.jboss.deployment.SubDeployerSupport.start(SubDeployerSupport.java:182)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      The same configuration works fine in JB 3.2.1.

      I try to use JB 4 DR2 because I want to solve the problem with ejbPostCreate delay.

      Any ideas ?

      Jan