for   
Save 
Save 
   Join IIUG  

Informix News
14 August 08 - IIUG.org - Sellout Expected for the 2009 IIUG Informix Conference... Read
29 April 08 - IntelligentEnterprise.com - IBM Informix Upgrade Enhances Clustering, Database Management... Read
29 April 08 - itweek.com - IBM 'Cheetah 2' mauls data costs... Read
28 April 08 - eWeek.com - IBM Uncages Cheetah 2 Data Server... Read
28 April 08 - CNNMoney.com - IBM Helps Clients Reduce Data Management Costs With New Informix Dynamic Server... Read
09 April 08 - CNNMoney.com - MediaSpan Embeds IBM Informix Dynamic Server Software for Delivering News to Print, Web and Wireless Devices... Read
08 April 08 - IT-Director.com - Informix seeks developers... Read
18 February 08 - marketwire.com - Icarus Studios Partners With IBM to Upgrade Performance, Availability for Its Online Games... Read
17 January 08 - eWeek.com - IBM Adds Mac Support to IDS for Higher Education... Read
17 January 08 - informationweek.com - Lotus Notes For iPhone Signals Closer Ties Between IBM, Apple... Read
16 January 08 - marketwire.com - IBM Informix Dynamic Server to Deliver Support for Mac OS X... Read
16 January 08 - internetnews.com - IBM's IDS to Support Mac Platform... Read
28 June 07 - REG Developer - IBM and Informix tie down Cheetah... Read
27 June 07 - CBRonline.com - IBM corrects its own Informix customer figures... Read
14 June 07 - vnunet.com - IBM changes spots with Informix 'Cheetah' database... Read
14 June 07 - eChannelLine - IBM expands scope for IDS... Read
14 June 07 - Resellernews - IBM: Informix database alive and kicking... Read
13 June 07 - DB2 Magazine - Cheetah is now out of the gate... Read
12 June 07 - IBM - IDS 11 release announcement (pdf)... Read
12 June 07 - ChannelWeb Network - IBM Uncages IDS 11, Aka Cheetah, Database... Read
12 June 07 - eWeek.com - IBM's 'Cheetah' Ready to Pounce... Read
12 June 07 - InformationWeek - IBM Unleashes 'Cheetah' Database... Read
12 June 07 - WebWire - IBM Strengthens Database Portfolio With New Informix Dynamic Server... Read
12 June 07 - Intelligent Enterprise - IBM Unveils Informix Upgrade... Read
12 June 07 - ComputerWeekly.com - IBM's Cheetah IDS makes leap to better data centre clustering... Read
12 June 07 - ebiz - IBM Unveils Next Generation Informix Dynamic Server... Read
12 June 07 - computerworld.com - Will 'Cheetah' help IBM's Informix chase down market share?... Read
12 June 07 - Internetnews.com - No Data Can Outrun This 'Cheetah'... Read
12 June 07 - de.internet.com - IBM neuer Datenbank-Server mit Codenamen Cheetah ist fertig... Read
12 June 07 - verifox.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - golem.de - Informix 11 vorgestellt... Read
12 June 07 - Computerwoche.de - IBM stellt neue Informix-Version vor... Read
12 June 07 - IBM.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - Heise - IBM gibt Informix 11 frei... Read
25 May 07 - Taiwan.CNET.com - Local Taiwan Informix user group established... (Chinese language) ... Read
18 May 07 - ChannelWeb Network - IBM Musters Partners For Cheetah Release... Read
18 May 07 - eWeek.com - IBM Looks to 'Cheetah' to Speed Up Blade Servers... Read
7 May 07 - DB2 Magazine - SQL Shortcuts - Use these tricks to generate IDS SQL scripts... Read

Previous news items
 

Home Member Area About IIUG


Resources
IIUG Insider
IIUG Hotspots
IBM-Informix Links
IIUG RSS Feeds
Software Repository
Informix Products
Online Resources
Informix Library
Informix Books
IIUG Banners
Discussion
Technical Special
  Interest Groups

Other Discussion
Community
Events
Webcasts/Chat w Lab
IIUG TV
IIUG Sponsors
Informix Business Directory
IIUG Press Partners
Local User Groups
Job Board
Fun Stuff

[ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Development Tools Forum

install_jar problems

Posted By: NEIL WELLS
Date: Friday, 10 September 2004, at 12:03 a.m.

I am not sure if this is the right forum for this message...but here goes..

We are moving one of our servers to Red Hat Enterprise Level 3.

We are running IDS 9.40.UC2 in a test environment on that server.
One of the areas we are looking to expand into is the usage of
"Java in a server" for some UDR's that we are looking to include in
applications for that machine.

The problem is that I cannot register/load (not sure of terminology) my
jar files into the database.

An example of the error I receive is :

execute procedure install_jar(
"file:/opt/informix/940/extend/krakatoa/examples/Env.jar", "env_jar", 0);
9431: Can't find system class or method or library /opt/informix/940/extend/krakatoa/jre/lib/i386/libjava.so).

This was taken from an attempt to run the examples in the krakatoa folders.
It is the same message when we attempt to run our own "test" jar files into the database.

These are relevant lines from the ONCONFIG file

SBSPACENAME sbsp1 # Default smartblob space name - this is where blobs
# go if no sbspace is specified when the smartblob is
# created. It is also used by some datablades as
# the location to put their smartblobs.
SYSSBSPACENAME sbsp1 # Default smartblob space for use by the Informix
# Server. This is used primarily for Informix Server
# system statistics collection.

#

VPCLASS jvp,num=1 # Number of JVPs to start with

JVPJAVAHOME /opt/informix/940/extend/krakatoa/jre
# JRE installation root directory
JVPHOME /opt/informix/940/extend/krakatoa
# Krakatoa installation directory

JVPPROPFILE /opt/informix/940/extend/krakatoa/.jvpprops # JVP property file
JVPLOGFILE /opt/informix/940/jvp.log # JVP log file.

JDKVERSION 1.3 # JDK version supported by this server

# The path to the JRE libraries relative to JVPJAVAHOME
JVPJAVALIB /lib/i386

# The JRE libraries to use for the Java VM

JVPJAVAVM hpi:server:verify:java:net:zip:jpeg

# use JVPARGS to change Java VM configuration
#To display jni call
#JVPARGS -verbose:jni

# Classpath to use upon Java VM start-up (use _g version for debugging)

JVPCLASSPATH /opt/informix/940/extend/krakatoa/krakatoa_g.jar:/opt/informix/940/extend/krakatoa/jdbc_g.jar

The CLASSPATH is as follows :

$CLASSPATH
.:/opt/informix/940/extend/krakatoa/krakatoa.jar:/opt/informix/940/extend/krakatoa/jdbc.jar:/opt/informix/940/extend/krakatoa/ifxlang.jar:/opt/informix/jdbc_2_21/lib/ifxjdbc.jar:/opt/informix/jdbc_2_21/lib/ifxsqlj.jar:/opt/informix/jdbc_2_21/lib/ifxlang.jar:/opt/informix/jdbc_2_21/lib/ifxtools.jar:


As a further piece of information (it may or may not have any bearing),
if I try to run the demo script (runjdbcdemo.sh) from the jdbc_2_21 package,
it is successful with the following variables in place

JAVAHOME=/usr/java/j2sdk1.4.2_01/jre
JDBCHOME=/opt/informix/jdbc_2_21


When the JAVAHOME variable is changed, I get the error message below :

JAVAHOME=/opt/informix/940/extend/krakatoa/jre
JDBCHOME=/opt/informix/jdbc_2_21

JDBC Version : Error occurred during initialization of VM Unable to load
native library: /opt/informix/940/extend/krakatoa/jre/lib/i386/libjava.so:
symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

It appears similar to the error above.

As a further note, I have made the changes for JRE Shared Libraries as per
the ids_machine_notes_940.txt file, and have run ldconfig as root.


Any assistance from the forum would be appreciated.

Thankyou









[ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

Development Tools Forum is maintained by Administrator with WebBBS 5.12.

©2001 - 2007 International Informix Users Group.   All rights reserved.     Terms of use    
*** Powered By IBM Informix Dynamic Server V10.00 ***