Hi,
I’am facing issues in connecting my Web Application running on webLogic connecting to webMethods worlflow server 6.1.
Let me explaing the scenario:-
I have a screen in my web application, in which I connect to the webMethods server, retrive the tasks for the login user, and then pass on the user actions (accept/ reject) to teh workflow app.
I use the below method in SessionFactory to connect to the workflow
WFSessionFactory.createSessionGracefully(host, user, password);
but I get an error “timed out” as shown below…
connection to rmi://10.80.2.224:9001/com.wm.zeus.pd.classrv.PDClassServer timed
out.
I tried the same in Tomcat, and it is working fine, I set up a similar policy in WebLogic as in Tomcat but still its not working.
Please let me know what could be the issue…
Thanks
Chandra
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods