LSF 9.0.15 Installation, IOS SMOKE TEST Fails...

 1 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
utphil
New Member Send Private Message
Posts: 2
New Member
We're trying to install Lawson Core Technology 9.0.1.5 for the first time.

Server: HP UX Itanium 64 bit
WebSphere 7.0 FP 11 64 bit

Database: Oracle 11 G R2

After the installation completed successfully, we tried to run the SMOKE TESTS. 
SSO and Process Flow Tests were successful.

When we try to run the IOS test, it goes to error.
URL:http://hostname/servlet/SysEnv
Error:
(Unknown Source) at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source) at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source) at com.lawson.rdtech.db.api.DBDataAreaFactory.create(Unknown Source) at com.lawson.rdtech.util.ObjectPool.internalCheckOut(Unknown Source) at com.lawson.rdtech.db.api.DBDataAreaFactory.checkOut(Unknown Source)

ios.log Error:
ERROR [SysEnv] 
java.lang.UnsatisfiedLinkError: com.lawson.rdtech.db.api.DBJni.jniTsDBConnect(I)Ljava/lang/Integer;
at com.lawson.rdtech.db.api.DBJni.jniTsDBConnect(Native Method)
at com.lawson.rdtech.db.api.DBDataArea.validateHandle(Unknown Source)
at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.validateHandle(Unknown Source)
at com.lawson.rdtech.db.api.DBDataArea.(Unknown Source)
at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source)
at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source)

ladp.log Error:
IOS_DigObject_DBDataArea Create of kind "GEN" failed.
java.lang.UnsatisfiedLinkError: com.lawson.rdtech.db.api.DBJni.jniTsDBConnect(I)Ljava/lang/Integer;


Any help is highly appreciated.

Thanks,
UTPHIL

Jeff White
Veteran Member Send Private Message
Posts: 83
Veteran Member
I think you need to make sure the LD_LIBRARY_PATH is set with the correct paths. It should also have the path of your oracle binaries.

Of course your paths will be a little different, but you get the idea.
Make sure your LD_LIBRARY_PATH has:

/gen/lib/shared
/opt/java6/jre/lib
/db10g/oracle

Jeff

Are you HP Integrity 11iv3 also?