Hi,
When I am trying to connect through Workflow client, a small window pops up with the buttons ‘Action’ ,
‘Hostname’, and ‘Options’ and the message displayed is" Server may not be active.Waiting to refresh ReleaseNotes.html from hpless01.hpl.hp.com". Any idea why it is saying so? although I did start the workflow server through
Administrative tools->services as explained in the workflow user guide.
Same problem here.
On one of the discussion notes on advantage.webMethods, it said that workflow does not start as a service. You have to actually execute the start server script. We have tried this, it has not worked.
Has someone actually managed to solve this problem ??
Hi
I managed to solve the problem, please set the jdk1.3 or later classpath for workflow server and for client .
restart the machine if it is windows NT , if it is solaris, please restart the server only
Selva
In general, this error indicate that webMethods Workflow (client) can not connect to the Workflow server. There are many reasons why this could be the case. The simplest way to find out what is happening is to take a look at the servermgrlog(n).txt files in the Workflow servers log directory. Once the errors are located you can fix the configuration errors and try and start the servers again. Most likely problems are:
The server was not started
The server was not configured
The RDBMS is not active that Workflow connects to.
There is a firewall between the Workflow Client and the Workflow server.
I have had the same problem. This is what I did to solve it (I’m not sure which of the following steps are unnecessary):
Stop the workflow service and client, Kill as many as possible javaw processes (this might have been unnecessary and some of them didn’t grant me access to kill them). It is strange to me that when you stop the workflow service, that is doesn’t kill al its javaw processes. Anyway, then I deleted all the log files. It prevented me from deleting one that was probably held by the remaining javaw processes. Then I started the WF server by running the srvmgr.bat file. When I started WF client, it did some update and auto-restarted the client and it was fine.
Thanks for your input. I have configured the workflow. I checked the broker its working fine and I can see the workflow documents in broker.
Now I am facing problem while adding document. I can’t see the broker document in the workflow client. Can somebody tell the cause?