Setting up the IBM AS/400 Connector
The IBM AS/400 connector uses the IBM Toolbox for Java (JTOpen library) to connect to remote systems. This JAR file is shipped with Redwood Platform.
If JTOpen cannot be found, you will get an error like the following:
java.lang.NoClassDefFoundError: com/ibm/as400/access/IFSFileFilter
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.redwood.scheduler.core.processserver.ProcessServerRuntime.startService(ProcessServerRuntime.java:763)
at com.redwood.scheduler.core.processserver.ProcessServerRuntime.startService(ProcessServerRuntime.java:725)
at com.redwood.scheduler.core.processserver.ProcessServerRuntime.startProcessServer(ProcessServerRuntime.java:645)
at com.redwood.scheduler.core.processserver.ProcessServerRuntime.init(ProcessServerRuntime.java:170)
at com.redwood.scheduler.infrastructure.work.WorkerImpl.run(WorkerImpl.java:132)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.ClassNotFoundException: com.ibm.as400.access.IFSFileFilter
------------------------- Loader Info -------------------------
Depending on the circumstances, you may get the ClassNotFoundException only, or the missing class (in this case IFSFileFilter) name may be different. It will always be in com.ibm.as400.access
.