Although the Graphical Process Modeler (GPM) is an included
feature of Sterling B2B Integrator,
it does not automatically install with Sterling B2B Integrator, because
it operates as a separate, Web-deployed application. The GPM must
be installed on each computer from which a user will access Sterling B2B Integrator and work
with the GPM. This enables Sterling B2B Integrator and the
GPM to interact. For example, you can check in and out business process
models from the GPM, and update a service configuration in the GPM
after making changes to it in Sterling B2B Integrator.
About this task
To install the GPM, complete these steps
on the client computer on which you want to use the GPM:
Procedure
- Uninstall all old versions/instances of Java™ Web Start from the client computer.
Leaving these on the system will cause an error when attempting
to load the GPM from the Sterling B2B Integrator user interface.
- Download the correct JRE according to the System Requirements.
- Install the JRE on the client system.
-
Download IcedTea-Web from Azul: IcedTea-Web.
IcedTea-Web is an open-source implementation of JSR-56, a program used to develop Java Web
Start. For more information, see
IcedTea-Web on GitHub and
JSR
56.
- Log in to Sterling B2B Integrator and download
the GPM:
-
Navigate to the Admin Console Home page.
-
Next to Run Graphical Process Modeler, click Go!
The ProcessModeler.JNLP file will now be downloaded.
-
Extract the IcedTea-Web.zip file and navigate to the
/bin directory.
-
Run the command from the /bin directory:
javaws <path_of_jnlp_file>
For example,
javaws C:\User\B2Bi\ProcessModeler.jnlp
The Java Web Start window displays and begins loading GPM components.
-
Answer any prompts appropriately that appear.
-
When prompted, use your Sterling B2B Integrator User ID and Password to log in to
the GPM. The GPM opens.
Troubleshooting: GPM does not start.
Locate IceTea-Web's deployment.properties file and ensure the
correct JRE path is set in the deployment.jre.dir property.
For example, consider the JRE path as
C:\user\software\IBMJDKSemeru1707\jdk-17.0.7+7-jre.
- On Windows 10, navigate to
C:\Users\<user>\.config\icedtea-web\
- Open the deployment.properties file in an editor.
- Update the JRE path in deployment.jre.dir:
deployment.jre.dir=C:\user\software\IBMJDKSemeru1707\jdk-17.0.7+7-jre
- Set your preferences. See Set Up Your GPM.
Results
You can now create and modify business process models.