If it is of any help to you, I can inform you that I used Borland/Interbase instead of Firebird/Interbase, and that works fine with Interclient. So if you do not find a solution you might try Borland/Interbase instead - you will probably not be able to note the difference anyway, since it is so close to being the same product.
 
Yours
 
Randahl
 
 
 -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Nordlund
Sent: 7. april 2001 18:55
To: Orion-Interest
Subject: Error : Interbase schema and deployment

I am trying to change the database from hsql to Interbase (well, actually firebird 0.94...)
in the CMP primer example for orion.
My setup of Interbase followed the "Falk Langhammers database schema for Interbase " input to the orion-interest.
 
It was easy, and I appreciate it.
 
But it doesnt work for me.
I get this error when starting the Orion server :
 
    C:\orion>java -Djsp.reuse.tags=false -jar orion.jar
        Auto-unpacking C:\code\addressbook\build\addressbook.ear... done.
        Auto-unpacking C:\code\addressbook\build\addressbook\addressbook-web.war... done.
        Auto-deploying addressbook (New server version detected)...
        Auto-deploying addressbook-ejb.jar (No previous deployment found)... SQL error:
            [interclient] Installed versions of InterClient and InterServer use in
        compatible client/server protocol versions.
        See API reference for exception interbase.interclient.BadInstallationException
        Warning: Error creating table:
            [interclient] Installed versions of InterClient and InterServer use incompatible client/server protocol versions.
        See API reference for exception interbase.interclient.BadInstallationException
        DataSourceConnection was not closed!
        done.
 
I did look at the API, and this is mentioned. But I cant seem to solve the problem...
What has happened, and how can i fix it ?
 
This is my data-sources.xml :
 
    <data-sources>
        <data-source  name="InterBase"
                      class="interbase.interclient.DataSource"
                      location="jdbc/InterBaseDS"
                      xa-location="jdbc/xa/InterBaseXADS"
                      ejb-location="jdbc/InterBaseDS"
                      connection-driver="interbase.interclient.Driver"
                      username="sysdba"
                      password="masterkey"
                      url="jdbc:interbase://localhost//C:/programs/firebird_094/examples/v5/EMPLOYEE.GDB"
                      inactivity-timeout="30" />
    </data-sources>
/ Peter Nordlund
  "The mouse has moved - Windows needs to be restarted for the changes to take effect."

Reply via email to