Troubleshooting Tips: wmAPIGateway Package
Error appears when WmAPIGateway is added as Integration Server package dependency
The following error message appears when you add wmAPIGateway as a package dependency for an Integration Server package using Designer, and compile the package.
error: Bad service configuration file, or exception thrown while constructing Processor object: io/sundr/codegen/processor/JavaGeneratingProcessor
Resolution:
- Expand the menu options
icon
, in the title bar, and select Administration.
- Select General > Extended settings.
- Click Show and hide keys. This displays all the configurable parameters.
- Search and enable the watt.server.compile parameter checkbox.
- Add
-proc:none to the
watt.server.compile parameter.
For example,
watt.server.compile=/opt/SwAG/API/jvm/jvm/bin/javac -proc:none -classpath {0} -d {1} {2}
- Click Save.