Transports and Interfaces: Siebel eBusiness Application Integration Volume III > Java Business Service >

Troubleshooting the Java Business Service


A common source of errors is the Java CLASSPATH.

Remember the following conventions of the Java CLASSPATH:

  • On UNIX, CLASSPATH entries are separated by a colon (:); on Windows, by a semicolon (;).
  • If .class files are to be used instead of .jar files, the root directory (for example, the one containing the com folder) must be listed in the CLASSPATH.

If the Java business service states that the com.siebel.data.SiebelPropertySet class is not found, then the Siebel.jar files are not correctly specified in the CLASSPATH.

If the Java business service implementation cannot be found, then the .class or .jar file containing its code is not properly specified in the CLASSPATH.

Transports and Interfaces: Siebel eBusiness Application Integration Volume III