Hi,
I think you are using the Borland free interclient for interbase 6?

you need to recompile in jdk1.3.

If you are on linux you may wish to download from cvs and compile the
firebird (firebird.sourceforge.net) interclient/interserver which has
dbmetadata fixed to work with JAWS for table creation.  Don't specify a pk
constraint though, JAWS won't define pk columns not null,
interbase/firebird has rather archaic syntax needing pk columns to be
defined not null.  Maybe it's time to resubmit my patch for this now that
there's an official patch process...

Thanks
david jencks

On 2001.05.11 07:56:17 -0400 Thomas Gr?nert wrote:
> Hi,
> 
> I try to run jboss, jetty (the default package) with interbase.
> 
> The Driver is loaded
> 
> [JDBC provider] Initializing
> [JDBC provider] Loaded JDBC-driver:interbase.interclient.Driver
> [JDBC provider] Initialized
> [DefaultDS] Initializing
> [DefaultDS] Initialized
> 
> and then the Exception at starting Jboss.
> 
> [DefaultDS] Starting
> [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
> [Service Control] Could not start DefaultDomain:service=XADataSource,name=DefaultDS
> [Service Control] java.lang.VerifyError: (class:
> interbase/interclient/ErrorKey, method: _$372 signature:
> (Ljava/lang/String;Ljava/lang/String;I)V) Expecting to find unitialized
> object on stack
> [Service Control]       at interbase.interclient.Driver.connect(Driver.java:180)
> [Service Control]       at 
>java.sql.DriverManager.getConnection(DriverManager.java:517)
> [Service Control]       at 
>java.sql.DriverManager.getConnection(DriverManager.java:177)
> [Service Control]       at 
>org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:118)
> [Service Control]       at 
>org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl.getXAConnection(XADataSourceImpl.java:151)
> [Service Control]       at 
>org.opentools.minerva.jdbc.xa.XAConnectionFactory.createObject(XAConnectionFactory.java:246)
> [Service Control]       at 
>org.opentools.minerva.pool.ObjectPool.createNewObject(ObjectPool.java:819)
> [Service Control]       at 
>org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:569)
> [Service Control]       at 
>org.opentools.minerva.pool.ObjectPool.getObject(ObjectPool.java:521)
> [Service Control]       at 
>org.opentools.minerva.jdbc.xa.XAPoolDataSource.getConnection(XAPoolDataSource.java:165)
> [Service Control]       at 
>org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:330)
> [Service Control]       at 
>org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:93)
> [Service Control]       at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]       at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Control]       at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Control]       at 
>org.jboss.util.ServiceControl.start(ServiceControl.java:97)
> [Service Control]       at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]       at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Control]       at 
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Control]       at org.jboss.Main.<init>(Main.java:203)
> [Service Control]       at org.jboss.Main$1.run(Main.java:107)
> [Service Control]       at java.security.AccessController.doPrivileged(Native
> Method)
> [Service Control]       at org.jboss.Main.main(Main.java:103)
> 
> 
> 
> what s going wrong there. Please, can sombody help me !
> 
> 
> my configfile jboss.jcml
> 
>   <!-- JDBC -->
>   <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider">
>      <!-- <attribute 
>name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,interbase.interclient.Driver</a
> -->bute>
>      <attribute name="Drivers">interbase.interclient.Driver</attribute>
>   </mbean>
> 
> 
> <!-- Maillingliste [EMAIL PROTECTED] -->
>   <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=DefaultDS">
>      <attribute name="PoolName">DefaultDS</attribute>
>      <attribute 
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
>      <attribute name="Properties">user=evermind;password=evermind</attribute>
>      <attribute 
>name="URL">jdbc:interbase://pluto.lan//opt/interbase/db/altbau_katalog.gdb</attribute>
>      <attribute name="GCMinIdleTime">1200000</attribute>
>      <attribute name="MaxSize">10</attribute>
>      <attribute name="JDBCUser" />
>      <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>
> 
> 
> Greeting and very much thank you to all the list users, who are helped me
> until yet.
> 
> 
> Thomas
> 
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to