What product/components do you use and which version/fix level are you on?
I tried 10.11 and 10.15 both.
Is your question related to the free trial, or to a production (customer) instance?
Internal License Products - For Customer POCs
What are you trying to achieve? Please describe it in detail.
When I install Integration Server and Designer only, I am able to create, compile and run java services easily.
But as soon as i install API Gateway on the same Installation, then I am unable to compile java services in designer. It says, Unable to locate or start compiler.
For a long time, i thought this is related to watt.server.compile property issue or something wrong with javac.exe etc but i later found out that is only happening after installing API Gateway.
I read on many forums that people are asking to reduce CLASSPATH or reduce file paths etc, but those solutions don’t seem to work. I couldn’t find any difference in classpaths before and after installation of API Gateway whereas the folder installation paths are also same or i tried to reduce on different installations but nothing worked so far.
Do you get any error messages? Please provide a full error message screenshot and log file.
INFO | jvm 1 | 2022/10/20 01:42:03 | java.io.IOException: Cannot run program “C:\SoftwareAG\jvm\jvm\bin\javac”: CreateProcess error=206, The filename or extension is too long
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.Runtime.exec(Runtime.java:592)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.Runtime.exec(Runtime.java:416)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.Runtime.exec(Runtime.java:354)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.NodeUtil.runCommand(NodeUtil.java:1189)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.NodeUtil.doCompile(NodeUtil.java:1149)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.NodeUtil.compile(NodeUtil.java:540)
INFO | jvm 1 | 2022/10/20 01:42:03 | at wm.server.nsimpl._compile(nsimpl.java:8041)
INFO | jvm 1 | 2022/10/20 01:42:03 | at wm.server.nsimpl.buildClass(nsimpl.java:1942)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.reflect.Method.invoke(Method.java:566)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:405)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:761)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:39)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:67)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:243)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java:49)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.PipelineProcessor.process(PipelineProcessor.java:171)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.ACLManager.process(ACLManager.java:336)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.DispatchProcessor.process(DispatchProcessor.java:33)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.ConcurrentRequestLimitProcessor.process(ConcurrentRequestLimitProcessor.java:57)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.AuditLogManager.process(AuditLogManager.java:399)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:631)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:436)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:394)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:260)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:119)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java:156)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:203)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:391)
INFO | jvm 1 | 2022/10/20 01:42:03 | at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.Thread.run(Thread.java:829)
INFO | jvm 1 | 2022/10/20 01:42:03 | Caused by: java.io.IOException: CreateProcess error=206, The filename or extension is too long
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessImpl.create(Native Method)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessImpl.(ProcessImpl.java:492)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:153)
INFO | jvm 1 | 2022/10/20 01:42:03 | at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
INFO | jvm 1 | 2022/10/20 01:42:03 | … 34 more
Have you installed all the latest fixes for the products and systems you are using?
Yes, all latest fixes and updates have been installed. Even without the updates, it behaves the same way.
Just IS installation, everything works fine, on top of Gateway Installation, java services don’t compile.