With the JBoss version 6 and above there is the problem with the logging when an agent that uses the java.util.logging is started with the JBoss. This problem is filled as the bug on the JBoss issue trakcing tracking system. "This is because the java agent does not have access to jboss-logmanager classes, so even if the java.util.logging.manager property is set the classes will not be available." The problem will appear when inspectIT is used as the agent:
...
Code Block |
---|
# inspectIT Settings INSPECTIT_AGENT_HOME="[path-to-inspectit-agent-home]" INSPECTIT_CONFIG_HOME="[path-to-config-folder]" INSPECTIT_JAVA_OPTS="-Xbootclasspath/p:${INSPECTIT_AGENT_HOME}/inspectit-agent.jar -javaagent:${INSPECTIT_AGENT_HOME}/inspectit-agent.jar -Dinspectit.repository=[REPOSIOTRY_IP]:[REPOSITORY_PORT] -Dinspectit.config=${INSPECTIT_CONFIG_HOME}agent.name=[AGENT_DISPLAY_NAME]" JAVA_OPTS="${INSPECTIT_JAVA_OPTS} ${JAVA_OPTS}" |
...
Known issues
Please see 11927657 question for information about the known problem with instrumentation on JBoss v7.