Run the sample

Client application

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.

Client application delivered with the sample

To start the client application on a WebSphere® Process Server, follow these steps:

  1. In a web browser, open the URL http://yourhost:yourport/SCAClientModuleWeb.
  2. Note: Replace yourhost with your server's internet address and replace yourport with the port of your server's HTTP transport, for example

  3. Unless you have already authenticated during the browser session, a login dialog will show up. Enter userid and password, the default userid is admin.
  4. The client application is displayed:

Start the sample

To start the business process, follow these steps:

  1. Switch to the client application.
  2. In the input field, enter a value of type string.
  3. Click Submit.
  4. The output page is displayed:

Process output

Server log

Inspect the server log of your WebSphere Process Server. The simple process prints statements similar to the following to the server log:

Troubleshooting

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.

Symptom:

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

Possible reasons:

Symptom:

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

Possible reason:

Symptom:

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'

Possible reason:

If you think that further troubleshooting hints should be added to this list, you can send your feedback using the Questions? link.