ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Please Help, WebClient/ Java Agent problem

Post new topic  Reply to topic
 Please Help, WebClient/ Java Agent problem « View previous topic :: View next topic » 
Author Message
djharte
PostPosted: Wed Oct 02, 2002 9:52 am    Post subject: Please Help, WebClient/ Java Agent problem Reply with quote

Apprentice

Joined: 02 Oct 2002
Posts: 26

Hi,
I would really really appreciate it if someone could help me out with the following problem. I have installed Websphere V4.0 (Advanced Edition) MQSeries 5.2 DB2 PE 7.2 and MQSeries Workflow 3.2.2.

When I create the Web Client and try to access it I get the error (below) :

also when I run fmczchk I get the following error :

I thought all the classpath stuff would be setup using the fmczutil tool when creating the Java Agent and Web Client ?

FMC34013I: ===> Java Agent found, checks started.
Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/workflow/java/Bridge


Logon not possible: No connection to MQSeries Workflow server.
com.ibm.workflow.servlet.client.ClientException: Logon not possible: No connection to MQSeries Workflow server.
at com.ibm.workflow.servlet.client.DefaultViewer.errorResponse(DefaultViewer.java:149)
at com.ibm.workflow.servlet.client.JSPViewer.errorResponse(JSPViewer.java:7
at com.ibm.workflow.servlet.client.BuiltinHandler.handleError(BuiltinHandler.java:230)

.........
Back to top
View user's profile Send private message
amittalekar
PostPosted: Wed Oct 02, 2002 10:25 am    Post subject: Reply with quote

Disciple

Joined: 03 Apr 2002
Posts: 166
Location: VA, USA

Add fmcojagt.jar in the Server's classpath & try
Back to top
View user's profile Send private message Yahoo Messenger
djharte
PostPosted: Wed Oct 02, 2002 1:15 pm    Post subject: Reply with quote

Apprentice

Joined: 02 Oct 2002
Posts: 26

Thanks for the reply, I think you are absoloutly right, only I don't know how to change the Workflow server's class path, I presume its not the system path, I vainly tried this earlier to no avail !

Any ideas as to why it didn't get appended on to the path properly if this is the problem. Should I point my JAVA_HOME to any specific dir (currently using 1.3) or have I missed some config stuff ?

Thanks again,

David
Back to top
View user's profile Send private message
amittalekar
PostPosted: Wed Oct 02, 2002 1:48 pm    Post subject: Reply with quote

Disciple

Joined: 03 Apr 2002
Posts: 166
Location: VA, USA

On Windows add this jar in system classpath.

On Unix add in the profile of the User.
Back to top
View user's profile Send private message Yahoo Messenger
djharte
PostPosted: Thu Oct 03, 2002 12:34 am    Post subject: Reply with quote

Apprentice

Joined: 02 Oct 2002
Posts: 26

Thanks again for the reply, adding the jar to the sys classpath sorted out the Java Agent class not found problem. However after creating a new configuration, specifying Java Agent ant WebClient, I still get the following error when I try to log on .............

Logon not possible: No connection to MQSeries Workflow server.
com.ibm.workflow.servlet.client.ClientException: Logon not possible: No connection to MQSeries Workflow server.
at com.ibm.workflow.servlet.client.DefaultViewer.errorResponse(DefaultViewer.java:149)
at com.ibm.workflow.servlet.client.JSPViewer.errorResponse(JSPViewer.java:7
at com.ibm.workflow.servlet.client.BuiltinHandler.handleError(BuiltinHandler.java:230)
at com.ibm.workflow.servlet.client.ApplicationContextImpl.dispatch(ApplicationContextImpl.java:280)
at com.ibm.workflow.servlet.client.Main.doGet(Main.java:227)
at com.ibm.workflow.servlet.client.Main.doPost(Main.java:149)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:159)
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:286)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:106)
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:499)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:278)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:105)
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:67)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:123)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:122)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
Back to top
View user's profile Send private message
djharte
PostPosted: Thu Oct 03, 2002 1:12 am    Post subject: Reply with quote

Apprentice

Joined: 02 Oct 2002
Posts: 26

Thanks for the help - I got the problem sorted - I hadn't configured my webClient config properly .......
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Please Help, WebClient/ Java Agent problem
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.