Hi folks , trying to integrate Siebel 80 with Weblogic 10.3 using JMS
Transport BS Publish method.

CLASSPATH =
C:\cp;C:\cp\Siebel.jar;C:\cp\SiebelJI_enu.jar;C:\cp\weblogic.jar;C:\cp\weblogic.jar;C:\cp\wlclient.jar;C:\cp\wljmsclient.jar;.


the cp folder contains
Siebel.jar;SiebelJI_enu.jar;weblogic.jar;weblogic.jar;wlclient.jar;wljmsclient.jar;
 
and jndi.properties that i suppose are the needed files for conntections to
weblogic.

content of jndi.properties : 

java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory 
java.naming.factory.url=t3://localhost:7001 


JMS Transport paraemters:

Connection factory = SiebelConnectionfactory
Topic  = SiebelTopic.

I get the following error: 
 Please help me out, i suppose the error is onsiebel side.


ObjMgrBusServiceLog     Error   1       0000005c4b9b1180:0      2010-03-13 
13:01:02
(javabsvc.cpp (181)) SBL-EAI-05000: Business Service call returned error
code JNDI_ERROR and message: Exception:
javax.naming.NoInitialContextException: Cannot instantiate class:
weblogic.jndi.WLInitialContextFactory  [Root exception is
java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ];
Message: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory 
ObjMgrBusServiceLog     InvokeMethod    4       0000005c4b9b1180:0      
2010-03-13 13:01:02
Business Service 'EAI JMS Java Business Service Caller' invoke method
'Publish' Execute Time: 14.890 seconds.
ObjMgrBusServiceLog     InvokeMethod    4       0000005c4b9b1180:0      
2010-03-13 13:01:02
End: Business Service 'EAI JMS Java Business Service Caller' invoke method:
'Publish' at 13f036c8
ObjMgrBusServiceLog     Error   1       0000005c4b9b1180:0      2010-03-13 
13:01:02
(jmsbsvc.cpp (323)) SBL-EAI-05102: JNDI error in EAI JMS Transport:
'Exception: javax.naming.NoInitialContextException: Cannot instantiate
class: weblogic.jndi.WLInitialContextFactory  [Root exception is
java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ];
Message: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory '.
ObjMgrBusServiceLog     InvokeMethod    4       0000005c4b9b1180:0      
2010-03-13 13:01:02
Business Service 'EAI JMS Transport' invoke method 'Publish' Execute Time:
15.253 seconds.
ObjMgrBusServiceLog     InvokeMethod    4       0000005c4b9b1180:0      
2010-03-13 13:01:02
End: Business Service 'EAI JMS Transport' invoke method: 'Publish' at
d9ff670
ObjMgrLog       Error   1       0000005c4b9b1180:0      2010-03-13 13:01:02     
(stepexec.cpp
(1540)) SBL-BPR-00162: Error invoking service 'EAI JMS Transport', method
'Publish' at step 'JMS Transport'.
PrcExec PropSet 4       0000005c4b9b1180:0      2010-03-13 13:01:02     Setting 
runtime
value of property 'Namespace: 'USER' Name: 'Error Code' Datatype: 'String''
to:
PrcExec PropSet 4       0000005c4b9b1180:0      2010-03-13 13:01:02
(SBL-BPR-00162)--(SBL-EAI-05102)
PrcExec PropSet 4       0000005c4b9b1180:0      2010-03-13 13:01:02     Setting 
runtime
value of property 'Namespace: 'USER' Name: 'Error Message' Datatype:
'String'' to:
PrcExec PropSet 4       0000005c4b9b1180:0      2010-03-13 13:01:02     Error 
invoking
service 'EAI JMS Transport', method 'Publish' at step 'JMS
Transport'.(SBL-BPR-00162)
--
JNDI error in EAI JMS Transport: 'Exception:
javax.naming.NoInitialContextException: Cannot instantiate class:
weblogic.jndi.WLInitialContextFactory  [Root exception is
java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ];
Message: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
'.(SBL-EAI-05102)
StpExec End     4       0000005c4b9b1180:0      2010-03-13 13:01:02     
Stopping step instance
of 'JMS Transport' with an 'Error' status.
StpExec End     4       0000005c4b9b1180:0      2010-03-13 13:01:02     
Stopping step instance
of 'JMS Transport' with a 'Terminated' status.

-- 
View this message in context: 
http://old.nabble.com/Cannot-instantiate-class%3A-weblogic.jndi.WLInitialContextFactory---Root-exception-is-java.lang.ClassNotFoundException%3A-weblogic.jndi.WLInitialContextFactory----Message%3A-Cannot-instantiate-class%3A-weblogic.jndi.WLInitialContextFactory-%27.%28SBL-EAI-05102%29-tp27887337p27887337.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to