You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafodion.apache.org by Dave Birdsall <da...@esgyn.com> on 2019/04/10 23:29:47 UTC

Odd Jar problem in Trafodion builds

Hi,

Recently in my Trafodion instance, I've been seeing the following error message:

JDBC Library Version Error - Jar: Traf_JDBC_Type2_Build_0ab8d50 Jni: Traf_JDBC_Type2_Build_2ffb876

I see this when running compGeneral/TEST072, where it attempts to create a Java stored procedure.

I also see it at "initialize trafodion" time when it tries to create the libraries.

In both cases, the UDR server aborts.

Any idea of how to cure this problem?

Thanks,

Dave

RE: Odd Jar problem in Trafodion builds

Posted by Dave Birdsall <da...@esgyn.com>.
Thank you, Selva. That worked!

Dave

-----Original Message-----
From: Selva Govindarajan <se...@esgyn.com> 
Sent: Wednesday, April 10, 2019 4:51 PM
To: dev@trafodion.apache.org
Subject: RE: Odd Jar problem in Trafodion builds

External

Hi Dave,

You can try the following

cd $TRAF_HOME
cd ../..
make clean
make all

Selva
-----Original Message-----
From: Dave Birdsall <da...@esgyn.com>
Sent: Wednesday, April 10, 2019 4:30 PM
To: dev@trafodion.apache.org
Subject: Odd Jar problem in Trafodion builds

External

Hi,

Recently in my Trafodion instance, I've been seeing the following error message:

JDBC Library Version Error - Jar: Traf_JDBC_Type2_Build_0ab8d50 Jni: Traf_JDBC_Type2_Build_2ffb876

I see this when running compGeneral/TEST072, where it attempts to create a Java stored procedure.

I also see it at "initialize trafodion" time when it tries to create the libraries.

In both cases, the UDR server aborts.

Any idea of how to cure this problem?

Thanks,

Dave

RE: Odd Jar problem in Trafodion builds

Posted by Selva Govindarajan <se...@esgyn.com>.
Hi Dave,

You can try the following

cd $TRAF_HOME
cd ../..
make clean
make all

Selva
-----Original Message-----
From: Dave Birdsall <da...@esgyn.com> 
Sent: Wednesday, April 10, 2019 4:30 PM
To: dev@trafodion.apache.org
Subject: Odd Jar problem in Trafodion builds

External

Hi,

Recently in my Trafodion instance, I've been seeing the following error message:

JDBC Library Version Error - Jar: Traf_JDBC_Type2_Build_0ab8d50 Jni: Traf_JDBC_Type2_Build_2ffb876

I see this when running compGeneral/TEST072, where it attempts to create a Java stored procedure.

I also see it at "initialize trafodion" time when it tries to create the libraries.

In both cases, the UDR server aborts.

Any idea of how to cure this problem?

Thanks,

Dave