Ensure that WebSphere Commerce Payments is started

WebSphere Commerce Payments is embedded into the test servers available in the WebSphere Commerce development environment, WebSphere Commerce Payments starts and stops when you start and stop the test environments. To ensure that WebSphere Commerce Payments is started:

  1. Open the following log file in a text editor:

    (AIX)(Linux)(Solaris)(Windows)WAS_installdir/logs/servername/SystemOut.log

    (i5/OS)WAS_userdir/logs/servername/SystemOut.log

    where servername is the name of the WebSphere Commerce Payments application server. WebSphere Commerce Payments application servers always have a name of instance_Commerce_Payments_Server, where instance is the name of the WebSphere Commerce Payments instance.

    For example, if you have a WebSphere Commerce Payments instance called wpm, the servername would be wpm__Commerce_Payments_Server.

  2. Ensure that the following text appears near the end of the log file:
      CEPFW0702: IBM WebSphere Commerce Payments has started successfully.
      .
      WSVR0221I: Application started: instance_Commerce_Payments_App
      .
      .
      .
      WSVR0001I: Server instance_Commerce_Payments_Server open for e-business
    
    
    where instance is the name of the WebSphere Commerce Payments instance.

    Some text that appears in the log file has been omitted to indicate the relevant clearly.

If WebSphere Commerce Payments fails to start, you will see messages similar to the following near the end of the log file:

  WSVR0101W: An error occurred starting, instance_Commerce_Payments_App
  WSVR0217I: Stopping application: instance_Commerce_Payments_App
  .
  .
  WSVR0220I: Application stopped: instance_Commerce_Payments_App
  .
  .
  WSVR0003E: Server instance_Commerce_Payments_Server failed to start.

where instance is the name of the WebSphere Commerce Payments instance.

Some text that appears in the log file has been omitted to indicate the relevant messages clearly.

Related concepts

Related tasks