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
hi I am unable to run extension on IBM java. Apparently problem of IBM java, that agent could not be installed. But would be nice to have some reference to fix the problem here.
Regards,
Martin Choma
Running org.jboss.as.test.integration.security.jaas.cache.JAASCacheNullTestCase
06:54:05 *** java.lang.instrument ASSERTION FAILED ***: "jvmtierror == JVMTI_ERROR_NOT_AVAILABLE" at ../../../src/share/instrument/JPLISAgent.c line: 1009
06:54:05 Exception in thread "Attachment 41784" Agent failed to start!
06:54:05 JVMJ9TI064E Agent initialization function Agent_OnAttach failed for library instrument, return code 102
06:54:05 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.186 sec <<< FAILURE! - in org.jboss.as.test.integration.security.jaas.cache.JAASCacheNullTestCase
06:54:05 org.jboss.as.test.integration.security.jaas.cache.JAASCacheNullTestCase Time elapsed: 2.185 sec <<< ERROR!
06:54:05 java.lang.RuntimeException: Could not install byteman agent
06:54:05 at org.jboss.arquillian.extension.byteman.impl.client.AgentInstaller.install(AgentInstaller.java:109)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
06:54:05 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
06:54:05 at java.lang.reflect.Method.invoke(Method.java:619)
06:54:05 at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
06:54:05 at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
06:54:05 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
06:54:05 at java.lang.reflect.Method.invoke(Method.java:619)
06:54:05 at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
06:54:05 at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
06:54:05 at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
06:54:05 at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeSuite(EventTestRunnerAdaptor.java:68)
06:54:05 at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:97)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
06:54:05 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
06:54:05 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
06:54:05 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
06:54:05 Caused by: com.sun.tools.attach.AgentInitializationException: ATTACH_ERR AgentInitializationException102
06:54:05 at ibm.tools.attach.J9VirtualMachine.loadAgent(J9VirtualMachine.java:66)
06:54:05 at org.jboss.arquillian.extension.byteman.impl.client.AgentInstaller.install(AgentInstaller.java:100)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
06:54:05 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
06:54:05 at java.lang.reflect.Method.invoke(Method.java:619)
06:54:05 at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
06:54:05 at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:54:05 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
06:54:05 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
06:54:05 at java.lang.reflect.Method.invoke(Method.java:619)
06:54:05 at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
06:54:05 at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
06:54:05 at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
06:54:05 at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
06:54:05 at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeSuite(EventTestRunnerAdaptor.java:68)
06:54:05 at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:97)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
06:54:05 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
06:54:05 at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
06:54:05 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
06:54:05 at org.apache.maven.surefire.booter.For
The text was updated successfully, but these errors were encountered:
Hi,
hi I am unable to run extension on IBM java. Apparently problem of IBM java, that agent could not be installed. But would be nice to have some reference to fix the problem here.
Regards,
Martin Choma
The text was updated successfully, but these errors were encountered: