To run this sample, use the client application that is delivered with this sample. In case you experience problems, please check the troubleshooting section below.
To start the client application on a WebSphere® Process Server, follow these steps:
http://yourhost:yourport/SCAClientModuleWeb
.Note: Replace yourhost
with your server's internet address and replace yourport
with the port of your server's HTTP transport,
for example
admin
.The client application is displayed:
To start the business process, follow these steps:
The output page is displayed:
Inspect the server log of your WebSphere Process Server. The simple process prints statements similar to the following to the server log:
Under certain circumstances, you may see error messages while working with the client application. In this section, some error symptoms are listed, together with possible root causes that may lead to those error symptoms.
When you open the URL http://yourhost:yourport/SCAClientModuleWeb
,
for example http://localhost:9080/SCAClientModuleWeb
,
you see this error message in the browser window:
HTTP 404 Not found - The webpage cannot be found
SCAClientModuleWeb
).
In this case, the URL to use would have to reflect your context root and would no longer be http://yourhost:yourport/SCAClientModuleWeb
./SCAClientModuleWeb/WebContent/.
You see the first screen of the client, but when you press Submit, you see this error message in browser window:
HTTP 500 Internal Server Error
In addition, in the server log you can see an error message containing this string:
Exception data: org.omg.CORBA.OBJECT_NOT_EXIST: SERVANT_NOT_FOUND
You see the first screen of the client, but when you press Submit, you see this error message in browser window:
Error 500: javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.websphere.sca.ServiceRuntimeException: com.ibm.bpe.api.EngineStateObserverEventError: CWWBE0013E: An error occurred during the event handling of 'processStarted' in the observer plug-in type 'com.ibm.bpe.engine.observer.CEMStateObserverPlugin'
If you think that further troubleshooting hints should be added to this list, you can send your feedback using the Questions? link.