Question
· Dec 19, 2017

SOLVED - Problem to execute Java Gateway Wizard in Atelier - Error message: ERROR #5023: Remote Gateway Error: java.lang.NoClassDefFoundError:

Hi ,

I have problem to run the Java Gateway Wizard in Eclipse with Atelier.

Eclipse version is the latest:

Atelier IDE is the latest stable version: version 1.0.284

Running on Windows 7 Enterprise

Ensemble server is version: Cache for Windows (x86-64) 2017.2 (Build 744U) Fri Sep 29 2017 10:58:27 EDT 

 

 

The JAR-file I am trying to import is a small example, it will just create two Apache Avro JSON-messages and write the result to a LOG-file.

Main JAR-file: DataLakeMessage.jar

Third-party JAR-files in a sub folder with the name lib:

  • avro-1.8.2.jar
  • avro-tools-1.8.2.jar
  • commons-logging.jar
  • jackson-core-asl-1.9.13.jar
  • jackson-mapper-asl-1.9.13.jar
  • log4j-1.2.15.jar

All JAR-files has a complete filepath and they are seperated with ;

C:\InterSystems\DataLakeMessage\lib\avro-1.8.2.jar;C:\InterSystems\DataLakeMessage\lib\avro-tools-1.8.2.jar;C:\InterSystems\DataLakeMessage\lib\commons-logging.jar;C:\InterSystems\DataLakeMessage\lib\jackson-core-asl-1.9.13.jar;C:\InterSystems\DataLakeMessage\lib\jackson-mapper-asl-1.9.13.jar;C:\InterSystems\DataLakeMessage\lib\log4j-1.2.15.jar;

 

 

Screen dump of Java GateWay Wizard:

Error messages