hmmm,
I think there are several configuration problems
1. You appear to be running 2.4, however the XADataSourceImpl has been
moved to jbosspool (org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl)
2. You need to include the jdbcprovider mbean with the jdbc-odbc driver at
least.
--advice--
If this doesn't work I'd try getting 2 datasources set up with a less flaky
database, hypersonic or firebird (you can see mmy bias). You might also
try using the jca wrappers, we are moving to them, although this should
make no difference. After you get everything to start ok, if you still
want to use Access, change the datasources one at a time.
david jencks
On 2001.07.25 09:20:00 -0400 Martin Welch wrote:
> David,
>
> >>do you see "Started Jboss 2.5 Alpha in 11 sec" or something like
> >>that on the console?
>
> Yes, I do.
>
> >>If both your datasources are to access, try making
> >>at least one to hypersonic or something else, just to see if it starts.
>
> Ok. I wanted to see what happened when I removed things in jboss.jcml
> anyway....
>
> I've commented out the default jdbc stuff e.g.
>
> <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider">
> <mbean code="org.jboss.jdbc.HypersonicDatabase"
> name="DefaultDomain:service=Hypersonic">
> <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=InstantDB">
>
> The good news is that tomcat runs but the bad news is that I've got this
> error instead:
>
> java.lang.ClassNotFoundException:
> org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
> at javax.management.loading.MLet.findClass(MLet.java:800)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Unknown Source)
> at
> org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:270)
> at
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:106)
> at java.lang.reflect.Method.invoke(Native Method)
> at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> at
> org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Configurati
> onService.java:831)
> at $Proxy0.start(Unknown Source)
> at org.jboss.util.ServiceControl.start(ServiceControl.java:81)
> at java.lang.reflect.Method.invoke(Native Method)
> at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> at org.jboss.Main.<init>(Main.java:209)
> at org.jboss.Main$1.run(Main.java:115)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.Main.main(Main.java:111)
> [Configuration] java.lang.ClassNotFoundException:
> org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
> [Configuration] at
> javax.management.loading.MLet.findClass(MLet.java:800)
> [Configuration] at java.lang.ClassLoader.loadClass(Unknown
> Source)
> [Configuration] at java.lang.ClassLoader.loadClass(Unknown
> Source)
> [Configuration] at java.lang.ClassLoader.loadClassInternal(Unknown
> Source)
> [Configuration] at java.lang.Class.forName0(Native Method)
> [Configuration] at java.lang.Class.forName(Unknown Source)
> [Configuration] at
> org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:270)
> [Configuration] at
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:106)
> [Configuration] at java.lang.reflect.Method.invoke(Native Method)
> [Configuration] at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Configuration] at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Configuration] at
> org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Configurati
> onService.java:831)
> [Configuration] at $Proxy0.start(Unknown Source)
> [Configuration] at
> org.jboss.util.ServiceControl.start(ServiceControl.java:81)
> [Configuration] at java.lang.reflect.Method.invoke(Native Method)
> [Configuration] at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Configuration] at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Configuration] at org.jboss.Main.<init>(Main.java:209)
> [Configuration] at org.jboss.Main$1.run(Main.java:115)
> [Configuration] at
> java.security.AccessController.doPrivileged(Native Method)
> [Configuration] at org.jboss.Main.main(Main.java:111)
> [Service Control] Started 26 services
> [Default] JBoss 2.4 BETA(Rel_2_4_0_6) Started in 0m:13s
>
> Thanks for your help David.
>
> Martin
>
> -----Original Message-----
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: 25 July 2001 14:00
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs
> Tomcat
>
>
> I haven't tried it but offhand I don't see any reason putting your second
> datasource mbean at the end of jboss.jcml shouldn't work. Also it looks
> to
> me as if his mbean is where it should be. I wonder if this is due to the
> reported lack of multithreading in the bridge? Does starting jboss
> complete? (do you see "Started Jboss 2.5 Alpha in 11 sec" or something
> like
> that on the console?) If both your datasources are to access, try making
> at least one to hypersonic or something else, just to see if it starts.
>
> david jencks
>
>
> On 2001.07.25 07:51:50 -0400 Heiko Dittrich wrote:
> > JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs TomcatHello!
> > you can not just add it at the bottom. You have to look for the
> > JDBC Section and modify the mbeans given there.
> > -----Ursprüngliche Nachricht-----
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Im Auftrag von Martin
> > Welch
> > Gesendet: Mittwoch, 25. Juli 2001 12:53
> > An: JBoss-User (E-mail)
> > Betreff: [JBoss-user] JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs
> > Tomcat
> >
> >
> > JBoss-2.4.0_Tomcat-3.2.2
> > Win2K
> >
> > Hi,
> >
> > I've decided to add a connection pool and so I've added this to the
> > bottom of jboss.jcml.
> >
> > -----------------------------------------
> > <mbean code="org.jboss.jdbc.JdbcProvider"
> > name="DefaultDomain:service=JdbcProvider">
> > <attribute name="Drivers">sun.jdbc.odbc.JdbcOdbcDriver</attribute>
> > </mbean>
> >
> > <mbean code="org.jboss.jdbc.XADataSourceLoader"
> > name="DefaultDomain:service=XADataSource,name=JetEngineDB">
> > <attribute
> >
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
> > l</attribute>
> > <attribute name="PoolName">DemoDS</attribute>
> > <attribute name="URL">jdbc:odbc:Bespoke</attribute>
> > </mbean>
> > -----------------------------------------
> >
> > I've restarted the server only to find that Tomcat doesn't run at
> all.
> >
> > There are no error messages -- the only obvoius thing is that
> >
> > [JdbcProvider] Initializing
> > [JdbcProvider] Loaded JDBC-driver:sun.jdbc.odbc.JdbcOdbcDriver
> > [JdbcProvider] Initialized
> >
> > appears twice in the startup display.
> >
> > I'm getting the feeling that JBoss doesn't like me :(
> >
> > Can anyone help?
> >
> > Thanks
> >
> > Martin
> >
> >
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > <HTML><HEAD><TITLE>JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs
> > Tomcat</TITLE>
> > <META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
> > <META content="MSHTML 5.50.4616.200" name=GENERATOR></HEAD>
> > <BODY>
> > <DIV><SPAN class=547585011-25072001><FONT face=Arial color=#0000ff
> > size=2>Hello!</FONT></SPAN></DIV>
> > <DIV><SPAN class=547585011-25072001><FONT face=Arial color=#0000ff
> > size=2>you
> > can not just add it at the bottom. You have to look for
> > the</FONT></SPAN></DIV>
> > <DIV><SPAN class=547585011-25072001><FONT face=Arial color=#0000ff
> > size=2>JDBC
> > Section and modify the mbeans given there.</FONT></SPAN></DIV>
> > <BLOCKQUOTE dir=ltr
> > style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px
> > solid; MARGIN-RIGHT: 0px">
> > <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
> > size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B>
> > [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]<B>Im Auftrag von
> > </B>Martin
> > Welch<BR><B>Gesendet:</B> Mittwoch, 25. Juli 2001 12:53<BR><B>An:</B>
>
> > JBoss-User (E-mail)<BR><B>Betreff:</B> [JBoss-user] JBoss 2.4.0 vs
> > sun.jdbc.odbc.JdbcOdbcDriver vs Tomcat<BR><BR></FONT></DIV>
> > <P><FONT face="Courier New" size=2>JBoss-2.4.0_Tomcat-3.2.2</FONT>
> > <BR><FONT
> > face="Courier New" size=2>Win2K</FONT> </P>
> > <P><FONT face="Courier New" size=2>Hi,</FONT> </P>
> > <P><FONT face="Courier New" size=2>I've decided to add a connection
> > pool and
> > so I've added this to the </FONT><BR><FONT face="Courier New"
> > size=2>bottom of
> > jboss.jcml.</FONT> </P>
> > <P><FONT face="Courier New"
> > size=2>-----------------------------------------</FONT> <BR><FONT
> > face="Courier New" size=2> <mbean
> > code="org.jboss.jdbc.JdbcProvider"
> > name="DefaultDomain:service=JdbcProvider"></FONT> <BR><FONT
> > face="Courier New" size=2> <attribute
> > name="Drivers">sun.jdbc.odbc.JdbcOdbcDriver</attribute></FONT>
> >
> > <BR><FONT face="Courier New" size=2> </mbean></FONT> </P>
> > <P><FONT face="Courier New" size=2> <mbean
> > code="org.jboss.jdbc.XADataSourceLoader"
> > name="DefaultDomain:service=XADataSource,name=JetEngineDB"></FONT>
>
> > <BR><FONT face="Courier New" size=2> <attribute
> >
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSource
> Impl</attribute></FONT>
> >
> > <BR><FONT face="Courier New" size=2> <attribute
> >
> name="PoolName">DemoDS</attribute> &nb
> sp;
> >
> > </FONT><BR><FONT
> > face="Courier New"
> > size=2> <attribute
> > name="URL">jdbc:odbc:Bespoke</attribute></FONT> <BR><FONT
> > face="Courier New" size=2> </mbean></FONT> <BR><FONT
> > face="Courier New"
> size=2>-----------------------------------------</FONT>
> >
> > </P>
> > <P><FONT face="Courier New" size=2>I've restarted the server only to
> > find that
> > Tomcat doesn't run at all.</FONT> </P>
> > <P><FONT face="Courier New" size=2>There are no error messages -- the
> > only
> > obvoius thing is that </FONT></P>
> > <P><FONT face="Courier New" size=2>[JdbcProvider] Initializing</FONT>
>
> > <BR><FONT face="Courier New" size=2>[JdbcProvider] Loaded
> > JDBC-driver:sun.jdbc.odbc.JdbcOdbcDriver</FONT> <BR><FONT
> face="Courier
> > New"
> > size=2>[JdbcProvider] Initialized</FONT> </P>
> > <P><FONT face="Courier New" size=2>appears twice in the startup
> > display.</FONT> </P>
> > <P><FONT face="Courier New" size=2>I'm getting the feeling that JBoss
> > doesn't
> > like me :(</FONT> </P>
> > <P><FONT face="Courier New" size=2>Can anyone help?</FONT> </P>
> > <P><FONT face="Courier New" size=2>Thanks </FONT></P>
> > <P><FONT face="Courier New" size=2>Martin</FONT>
> > </P></BLOCKQUOTE></BODY></HTML>
> >
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
> <TITLE>RE: [JBoss-user] JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs
> Tomcat</TITLE>
> </HEAD>
> <BODY>
>
> <P><FONT SIZE=2>David,</FONT>
> </P>
>
> <P><FONT SIZE=2>>>do you see "Started Jboss 2.5 Alpha in 11
> sec" or something like</FONT>
> <BR><FONT SIZE=2>>>that on the console?</FONT>
> </P>
>
> <P><FONT SIZE=2>Yes, I do.</FONT>
> </P>
>
> <P><FONT SIZE=2>>>If both your datasources are to access, try
> making</FONT>
> <BR><FONT SIZE=2>>>at least one to hypersonic or something else,
> just to see if it starts.</FONT>
> </P>
>
> <P><FONT SIZE=2>Ok. I wanted to see what happened when I removed things
> in jboss.jcml anyway....</FONT>
> </P>
>
> <P><FONT SIZE=2>I've commented out the default jdbc stuff e.g.</FONT>
> </P>
>
> <P><FONT SIZE=2> <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider"></FONT>
> <BR><FONT SIZE=2> <mbean code="org.jboss.jdbc.HypersonicDatabase"
> name="DefaultDomain:service=Hypersonic"></FONT>
> <BR><FONT SIZE=2> <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=InstantDB"></FONT>
> </P>
>
> <P><FONT SIZE=2>The good news is that tomcat runs but the bad news is
> that I've got this error instead:</FONT>
> </P>
>
> <P><FONT SIZE=2>java.lang.ClassNotFoundException:
> org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</FONT>
> <BR> <FONT SIZE=2>at
> javax.management.loading.MLet.findClass(MLet.java:800)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.ClassLoader.loadClass(Unknown Source)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.ClassLoader.loadClass(Unknown Source)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.ClassLoader.loadClassInternal(Unknown Source)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.Class.forName0(Native Method)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.Class.forName(Unknown Source)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:270)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:106)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.reflect.Method.invoke(Native Method)</FONT>
> <BR> <FONT SIZE=2>at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)</FONT>
> <BR> <FONT SIZE=2>at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)</FONT>
> <BR> <FONT SIZE=2>at
>
>org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:831)</FONT>
> <BR> <FONT SIZE=2>at
> $Proxy0.start(Unknown Source)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.util.ServiceControl.start(ServiceControl.java:81)</FONT>
> <BR> <FONT SIZE=2>at
> java.lang.reflect.Method.invoke(Native Method)</FONT>
> <BR> <FONT SIZE=2>at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)</FONT>
> <BR> <FONT SIZE=2>at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.Main.<init>(Main.java:209)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.Main$1.run(Main.java:115)</FONT>
> <BR> <FONT SIZE=2>at
> java.security.AccessController.doPrivileged(Native Method)</FONT>
> <BR> <FONT SIZE=2>at
> org.jboss.Main.main(Main.java:111)</FONT>
> <BR><FONT SIZE=2>[Configuration] java.lang.ClassNotFoundException:
> org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at javax.management.loading.MLet.findClass(MLet.java:800)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.ClassLoader.loadClass(Unknown Source)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.ClassLoader.loadClass(Unknown Source)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.Class.forName0(Native Method)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.Class.forName(Unknown Source)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:270)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:106)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.reflect.Method.invoke(Native Method)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at
>org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:831)</FONT></P>
>
> <P><FONT SIZE=2>[Configuration]
> at $Proxy0.start(Unknown Source)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.util.ServiceControl.start(ServiceControl.java:81)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.lang.reflect.Method.invoke(Native Method)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.Main.<init>(Main.java:209)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.Main$1.run(Main.java:115)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at java.security.AccessController.doPrivileged(Native Method)</FONT>
> <BR><FONT SIZE=2>[Configuration]
> at org.jboss.Main.main(Main.java:111)</FONT>
> <BR><FONT SIZE=2>[Service Control] Started 26 services</FONT>
> <BR><FONT SIZE=2>[Default] JBoss 2.4 BETA(Rel_2_4_0_6) Started in
> 0m:13s</FONT>
> </P>
>
> <P><FONT SIZE=2>Thanks for your help David.</FONT>
> </P>
>
> <P><FONT SIZE=2>Martin</FONT>
> </P>
>
> <P><FONT SIZE=2>-----Original Message-----</FONT>
> <BR><FONT SIZE=2>From: David Jencks [<A
>
>HREF="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
> <BR><FONT SIZE=2>Sent: 25 July 2001 14:00</FONT>
> <BR><FONT SIZE=2>To: [EMAIL PROTECTED]</FONT>
> <BR><FONT SIZE=2>Subject: Re: [JBoss-user] JBoss 2.4.0 vs
> sun.jdbc.odbc.JdbcOdbcDriver vs</FONT>
> <BR><FONT SIZE=2>Tomcat</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=2>I haven't tried it but offhand I don't see any reason
> putting your second</FONT>
> <BR><FONT SIZE=2>datasource mbean at the end of jboss.jcml shouldn't
> work. Also it looks to</FONT>
> <BR><FONT SIZE=2>me as if his mbean is where it should be. I wonder
> if this is due to the</FONT>
> <BR><FONT SIZE=2>reported lack of multithreading in the bridge?
> Does starting jboss</FONT>
> <BR><FONT SIZE=2>complete? (do you see "Started Jboss 2.5 Alpha in
> 11 sec" or something like</FONT>
> <BR><FONT SIZE=2>that on the console?) If both your datasources are
> to access, try making</FONT>
> <BR><FONT SIZE=2>at least one to hypersonic or something else, just to
> see if it starts.</FONT>
> </P>
>
> <P><FONT SIZE=2>david jencks</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=2>On 2001.07.25 07:51:50 -0400 Heiko Dittrich wrote:</FONT>
> <BR><FONT SIZE=2>> JBoss 2.4.0 vs sun.jdbc.odbc.JdbcOdbcDriver vs
> TomcatHello!</FONT>
> <BR><FONT SIZE=2>> you can not just add it at the bottom. You have to
> look for the</FONT>
> <BR><FONT SIZE=2>> JDBC Section and modify the mbeans given
> there.</FONT>
> <BR><FONT SIZE=2>> -----Ursprüngliche
> Nachricht-----</FONT>
> <BR><FONT SIZE=2>> Von:
> [EMAIL PROTECTED]</FONT>
> <BR><FONT SIZE=2>> [<A
>HREF="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]Im
> Auftrag von Martin</FONT>
> <BR><FONT SIZE=2>> Welch</FONT>
> <BR><FONT SIZE=2>> Gesendet: Mittwoch, 25. Juli 2001
> 12:53</FONT>
> <BR><FONT SIZE=2>> An: JBoss-User (E-mail)</FONT>
> <BR><FONT SIZE=2>> Betreff: [JBoss-user] JBoss 2.4.0 vs
> sun.jdbc.odbc.JdbcOdbcDriver vs</FONT>
> <BR><FONT SIZE=2>> Tomcat</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> JBoss-2.4.0_Tomcat-3.2.2</FONT>
> <BR><FONT SIZE=2>> Win2K</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> Hi,</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> I've decided to add a connection pool
> and so I've added this to the</FONT>
> <BR><FONT SIZE=2>> bottom of jboss.jcml.</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> -----------------------------------------</FONT>
> <BR><FONT SIZE=2>> <mbean
> code="org.jboss.jdbc.JdbcProvider"</FONT>
> <BR><FONT SIZE=2>> name="DefaultDomain:service=JdbcProvider"></FONT>
> <BR><FONT SIZE=2>> <attribute
> name="Drivers">sun.jdbc.odbc.JdbcOdbcDriver</attribute></FONT>
> <BR><FONT SIZE=2>> </mbean></FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> <mbean
> code="org.jboss.jdbc.XADataSourceLoader"</FONT>
> <BR><FONT SIZE=2>>
>name="DefaultDomain:service=XADataSource,name=JetEngineDB"></FONT>
> <BR><FONT SIZE=2>> <attribute</FONT>
> <BR><FONT SIZE=2>>
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp</FONT>
> <BR><FONT SIZE=2>> l</attribute></FONT>
> <BR><FONT SIZE=2>> <attribute
> name="PoolName">DemoDS</attribute></FONT>
> <BR><FONT SIZE=2>> <attribute
> name="URL">jdbc:odbc:Bespoke</attribute></FONT>
> <BR><FONT SIZE=2>> </mbean></FONT>
> <BR><FONT SIZE=2>> -----------------------------------------</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> I've restarted the server only to find
> that Tomcat doesn't run at all.</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> There are no error messages -- the only
> obvoius thing is that</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> [JdbcProvider] Initializing</FONT>
> <BR><FONT SIZE=2>> [JdbcProvider] Loaded
> JDBC-driver:sun.jdbc.odbc.JdbcOdbcDriver</FONT>
> <BR><FONT SIZE=2>> [JdbcProvider] Initialized</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> appears twice in the startup
> display.</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> I'm getting the feeling that JBoss
> doesn't like me :(</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> Can anyone help?</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> Thanks</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> Martin</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
> Transitional//EN"></FONT>
> <BR><FONT SIZE=2>> <HTML><HEAD><TITLE>JBoss 2.4.0 vs
> sun.jdbc.odbc.JdbcOdbcDriver vs</FONT>
> <BR><FONT SIZE=2>> Tomcat</TITLE></FONT>
> <BR><FONT SIZE=2>> <META http-equiv=Content-Type
> content="text/html; charset=ISO-8859-1"></FONT>
> <BR><FONT SIZE=2>> <META content="MSHTML 5.50.4616.200"
> name=GENERATOR></HEAD></FONT>
> <BR><FONT SIZE=2>> <BODY></FONT>
> <BR><FONT SIZE=2>> <DIV><SPAN
> class=547585011-25072001><FONT face=Arial color=#0000ff </FONT>
> <BR><FONT SIZE=2>> size=2>Hello!</FONT></SPAN></DIV></FONT>
> <BR><FONT SIZE=2>> <DIV><SPAN
> class=547585011-25072001><FONT face=Arial color=#0000ff</FONT>
> <BR><FONT SIZE=2>> size=2>you </FONT>
> <BR><FONT SIZE=2>> can not just add it at the bottom. You have to look
> for</FONT>
> <BR><FONT SIZE=2>> the</FONT></SPAN></DIV></FONT>
> <BR><FONT SIZE=2>> <DIV><SPAN
> class=547585011-25072001><FONT face=Arial color=#0000ff</FONT>
> <BR><FONT SIZE=2>> size=2>JDBC </FONT>
> <BR><FONT SIZE=2>> Section and modify the mbeans given
> there.</FONT></SPAN></DIV></FONT>
> <BR><FONT SIZE=2>> <BLOCKQUOTE dir=ltr </FONT>
> <BR><FONT SIZE=2>> style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px;
> BORDER-LEFT: #0000ff 2px</FONT>
> <BR><FONT SIZE=2>> solid; MARGIN-RIGHT: 0px"></FONT>
> <BR><FONT SIZE=2>> <DIV class=OutlookMessageHeader
> dir=ltr align=left><FONT face=Tahoma </FONT>
> <BR><FONT SIZE=2>> size=2>-----Ursprüngliche
> Nachricht-----<BR><B>Von:</B> </FONT>
> <BR><FONT SIZE=2>> [EMAIL PROTECTED]
> </FONT>
> <BR><FONT SIZE=2>> [<A
>
>HREF="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]<B>Im
> Auftrag von</FONT>
> <BR><FONT SIZE=2>> </B>Martin </FONT>
> <BR><FONT SIZE=2>> Welch<BR><B>Gesendet:</B>
> Mittwoch, 25. Juli 2001 12:53<BR><B>An:</B> </FONT>
> <BR><FONT SIZE=2>> JBoss-User
> (E-mail)<BR><B>Betreff:</B> [JBoss-user] JBoss 2.4.0 vs
> </FONT>
> <BR><FONT SIZE=2>> sun.jdbc.odbc.JdbcOdbcDriver vs
> Tomcat<BR><BR></FONT></DIV></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>JBoss-2.4.0_Tomcat-3.2.2</FONT></FONT>
> <BR><FONT SIZE=2>> <BR><FONT </FONT>
> <BR><FONT SIZE=2>> face="Courier New"
> size=2>Win2K</FONT> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>Hi,</FONT> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>I've decided to add a connection</FONT>
> <BR><FONT SIZE=2>> pool and </FONT>
> <BR><FONT SIZE=2>> so I've added this to the
> </FONT><BR><FONT face="Courier New"</FONT>
> <BR><FONT SIZE=2>> size=2>bottom of </FONT>
> <BR><FONT SIZE=2>> jboss.jcml.</FONT>
> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" </FONT>
> <BR><FONT SIZE=2>>
>size=2>-----------------------------------------</FONT>
> <BR><FONT </FONT>
> <BR><FONT SIZE=2>> face="Courier New"
> size=2>&nbsp; &lt;mbean</FONT>
> <BR><FONT SIZE=2>> code="org.jboss.jdbc.JdbcProvider"
> </FONT>
> <BR><FONT SIZE=2>>
>name="DefaultDomain:service=JdbcProvider"&gt;</FONT>
> <BR><FONT </FONT>
> <BR><FONT SIZE=2>> face="Courier New"
> size=2>&nbsp;&nbsp; &lt;attribute </FONT>
> <BR><FONT SIZE=2>>
>name="Drivers"&gt;sun.jdbc.odbc.JdbcOdbcDriver&lt;/attribute&gt;</FONT></FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> <BR><FONT face="Courier
> New" size=2>&nbsp; &lt;/mbean&gt;</FONT>
> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>&nbsp; &lt;mbean </FONT>
> <BR><FONT SIZE=2>> code="org.jboss.jdbc.XADataSourceLoader"
> </FONT>
> <BR><FONT SIZE=2>>
>name="DefaultDomain:service=XADataSource,name=JetEngineDB"&gt;</FONT>
> </FONT>
> <BR><FONT SIZE=2>> <BR><FONT face="Courier
> New" size=2>&nbsp;&nbsp; &lt;attribute </FONT>
> <BR><FONT SIZE=2>>
>name="DataSourceClass"&gt;org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl&lt;/attribute&gt;</FONT></FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> <BR><FONT face="Courier
> New" size=2>&nbsp;&nbsp; &lt;attribute </FONT>
> <BR><FONT SIZE=2>>
>name="PoolName"&gt;DemoDS&lt;/attribute&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> </FONT><BR><FONT</FONT>
> <BR><FONT SIZE=2>> face="Courier New" </FONT>
> <BR><FONT SIZE=2>> size=2>&nbsp;&nbsp;
> &lt;attribute </FONT>
> <BR><FONT SIZE=2>>
>name="URL"&gt;jdbc:odbc:Bespoke&lt;/attribute&gt;</FONT>
> <BR><FONT </FONT>
> <BR><FONT SIZE=2>> face="Courier New"
> size=2>&nbsp; &lt;/mbean&gt;</FONT>
> <BR><FONT </FONT>
> <BR><FONT SIZE=2>> face="Courier New"
> size=2>-----------------------------------------</FONT></FONT>
> <BR><FONT SIZE=2>> </FONT>
> <BR><FONT SIZE=2>> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>I've restarted the server only to</FONT>
> <BR><FONT SIZE=2>> find that </FONT>
> <BR><FONT SIZE=2>> Tomcat doesn't run at all.</FONT>
> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>There are no error messages -- the</FONT>
> <BR><FONT SIZE=2>> only </FONT>
> <BR><FONT SIZE=2>> obvoius thing is that
> </FONT></P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>[JdbcProvider] Initializing</FONT> </FONT>
> <BR><FONT SIZE=2>> <BR><FONT face="Courier
> New" size=2>[JdbcProvider] Loaded </FONT>
> <BR><FONT SIZE=2>>
>JDBC-driver:sun.jdbc.odbc.JdbcOdbcDriver</FONT>
> <BR><FONT face="Courier</FONT>
> <BR><FONT SIZE=2>> New" </FONT>
> <BR><FONT SIZE=2>> size=2>[JdbcProvider]
> Initialized</FONT> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>appears twice in the startup </FONT>
> <BR><FONT SIZE=2>> display.</FONT> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>I'm getting the feeling that JBoss</FONT>
> <BR><FONT SIZE=2>> doesn't </FONT>
> <BR><FONT SIZE=2>> like me :(</FONT>
> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>Can anyone help?</FONT> </P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>Thanks </FONT></P></FONT>
> <BR><FONT SIZE=2>> <P><FONT face="Courier
> New" size=2>Martin</FONT></FONT>
> <BR><FONT SIZE=2>> </P></BLOCKQUOTE></BODY></HTML></FONT>
> <BR><FONT SIZE=2>> </FONT>
> </P>
>
> <P><FONT SIZE=2>_______________________________________________</FONT>
> <BR><FONT SIZE=2>JBoss-user mailing list</FONT>
> <BR><FONT SIZE=2>[EMAIL PROTECTED]</FONT>
> <BR><FONT SIZE=2><A HREF="http://lists.sourceforge.net/lists/listinfo/jboss-user"
> TARGET="_blank">http://lists.sourceforge.net/lists/listinfo/jboss-user</A></FONT>
> </P>
>
> </BODY>
> </HTML>
>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user