I have tired to add FusionReactor agent to my tomcat on the linux server, but it was failed. First, i have created a directory where are located files of FusionReactor then into JAVA_OPTS(for tomcat) variable has added the next equery:
-javaagent:/opt/fusionreactor/instance/tomcat/fusionreactor.jar=address=8080 -agentpath:/opt/fusionreactor/instance/tomcat/libfrjvmti_x64.so
After the server was restarted. I have expected thatit will be successfully launched, but actially it was finished with the next error
FusionReactor JVMTI Revision: 9.1.0 Build: 1837.391d431697a9fcba6366edbd202476ca511a1fbb.9.1.0
Warning: Could not initialize the framework - FusionReactor may be unavailable: No such file or directory
Warning: Could not initialize the framework - FusionReactor may be unavailable: No such file or directory
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:1023)
at com.intergral.fusionreactor.agent.frameworkhostmanager.FrameworkHostManager.init(FrameworkHostManager.java:82)
at com.intergral.fusionreactor.agent.Agent.startup(Agent.java:525)
at com.intergral.fusionreactor.agent.Agent.access$100(Agent.java:40)
at com.intergral.fusionreactor.agent.Agent$2.run(Agent.java:272)
at java.lang.Thread.run(Thread.java:750)
org.apache.catalina.startup.ClassLoaderFactory validateFile
Why this error has occurred?
I have add all grants for libfrjvmti_x64.so, fusionreactor.jar, but it looks like unavailable.