You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mulefd with docker (linux based image), console shows following warning. This doesn't cause any issue for diagram generation though.
OpenJDK 64-Bit Server VM warning: You have loaded library /root/libj2v8_linux_x86_64.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'
When running mulefd with docker (linux based image), console shows following warning. This doesn't cause any issue for diagram generation though.
There is a suggestion here eclipsesource/J2V8#206 to avoid the warning.
The text was updated successfully, but these errors were encountered: