Yes, I remember seeing that also. Check your jboss.jcml file. If I
remember right the URL property tag in the XADataSource service for
Hypersonic is empty. I Think this is also the case for InstantDB as
well. You must supply the url. I don't use either Hypersonic or InstantDB
so, I've removed all references to them in my live jboss.conf,
jboss.properties, and jboss.jcml files. I do have a copy of them from the
build I did on the CVS version. Here are the entries from jboss.jcml :
<mbean name="DefaultDomain:service=XADataSource,name=Hypersonic">
<attribute name="Properties"></attribute>
<attribute name="URL">jdbc:HypersonicSQL:hsql://localhost</attribute>
<attribute name="GCMinIdleTime">1200000</attribute>
<attribute name="JDBCUser">sa</attribute>
<attribute name="MaxSize">10</attribute>
<attribute name="Password" />
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
<attribute name="MinSize">0</attribute>
</mbean>
<mbean name="DefaultDomain:service=XADataSource,name=InstantDB">
<attribute name="Properties"></attribute>
<attribute
name="URL">jdbc:idb:../conf/default/instantdb.properties</attribute>
<attribute name="GCMinIdleTime">1200000</attribute>
<attribute name="JDBCUser" />
<attribute name="MaxSize">10</attribute>
<attribute name="Password" />
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
<attribute name="MinSize">0</attribute>
</mbean>
At 10:35 AM 11/3/00 -0600, you wrote:
>Thank you. That suggestion did relieve me of the exception I encountered.
>It does, however, give me another exception (SQLException) saying the URL
>cannot be NULL when binding to the Hypersonic database.
>
>John
>
>-----Original Message-----
>From: Michael G. Drew [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 03, 2000 10:23 AM
>To: jBoss
>Subject: Re: [jBoss-User] Errors when upgrading to PROD-BETA3
>
>
>When you upgraded did you copy any jdbc drivers back to $JBOSS_HOME/lib/ext
>? This could also be the problem we had a while ago with
>jdbc2_0-stdext.jar not making it into the classpath. If this is the case,
>the easiest way to fix, is just copy jdbc2_0-stdext.jar from
>$JBOSS_HOME/lib to $JBOSS_HOME/lib/ext. I know this was fixed in the CVS
>version.
>
>At 09:10 AM 11/3/00 -0600, you wrote:
> >Hello Everyone,
> >
> >I downloaded the latest binary from the website and installed it. When I
> >attempt to run it I get the following exception and associated stack trace:
> >
> >[J2ee deployer] Initializing
> >[J2ee deployer] no config file found...
> >[J2ee deployer] Initialized
> >java.lang.NoClassDefFoundError: javax/sql/DataSource
> > at java.lang.ClassLoader.defineClass0(Native Method)
> > at java.lang.ClassLoader.defineClass(Unknown Source)
> > at java.security.SecureClassLoader.defineClass(Unknown Source)
> > at java.net.URLClassLoader.defineClass(Unknown Source)
> > at java.net.URLClassLoader.access$100(Unknown Source)
> > at java.net.URLClassLoader$1.run(Unknown Source)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(Unknown Source)
> > at javax.management.loading.MLet.findClass(MLet.java:775)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> > at
> >org.jboss.jdbc.XADataSourceLoader.<init>(XADataSourceLoader.java:43)
> > at java.lang.reflect.Constructor.newInstance(Native Method)
> > at
> >com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServ
> >erImpl.java:2210)
> > at
> >com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.ja
> >va:761)
> > at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
> > at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
> > at org.jboss.Main.<init>(Main.java:123)
> > at org.jboss.Main.<init>(Main.java:98)
> > at org.jboss.Main$1.run(Main.java:88)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at org.jboss.Main.main(Main.java:79)
> >java.lang.NoClassDefFoundError: javax/sql/DataSource
> > at java.lang.ClassLoader.defineClass0(Native Method)
> > at java.lang.ClassLoader.defineClass(Unknown Source)
> > at java.security.SecureClassLoader.defineClass(Unknown Source)
> > at java.net.URLClassLoader.defineClass(Unknown Source)
> > at java.net.URLClassLoader.access$100(Unknown Source)
> > at java.net.URLClassLoader$1.run(Unknown Source)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(Unknown Source)
> > at javax.management.loading.MLet.findClass(MLet.java:775)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at java.lang.ClassLoader.loadClass(Unknown Source)
> > at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> > at
> >org.jboss.jdbc.XADataSourceLoader.<init>(XADataSourceLoader.java:43)
> > at java.lang.reflect.Constructor.newInstance(Native Method)
> > at
> >com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServ
> >erImpl.java:2210)
> > at
> >com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.ja
> >va:761)
> > at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
> > at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
> > at org.jboss.Main.<init>(Main.java:123)
> > at org.jboss.Main.<init>(Main.java:98)
> > at org.jboss.Main$1.run(Main.java:88)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at org.jboss.Main.main(Main.java:79)
> >
> >Any ideas what I am missing in order to cause this error?
> >
> >Thanks,
> >John
> >
> >
> >--
> >--------------------------------------------------------------
> >To subscribe: [EMAIL PROTECTED]
> >To unsubscribe: [EMAIL PROTECTED]
> >Problems?: [EMAIL PROTECTED]
>
>
>Michael G. Drew
>Kishwaukee College
>Interface Programmer
>[EMAIL PROTECTED]
>(815) 825-2086 ext. 595
>
>
>
>--
>--------------------------------------------------------------
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Problems?: [EMAIL PROTECTED]
>
>
>--
>--------------------------------------------------------------
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Problems?: [EMAIL PROTECTED]
Michael G. Drew
Kishwaukee College
Interface Programmer
[EMAIL PROTECTED]
(815) 825-2086 ext. 595
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]