[
https://jira.jboss.org/jira/browse/JBAOP-659?page=com.atlassian.jira.plug...
]
Kabir Khan resolved JBAOP-659.
------------------------------
Resolution: Done
I've been through and added all the classes it complains about. However, now it fails
with the following error for things using messaging. Resolving this issue while ALR
verifies
java.lang.NullPointerException
at
org.jboss.jms.client.container.JmsClientAspectXMLLoader.deployXML(JmsClientAspectXMLLoader.java:85)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:77)
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
at
org.jboss.jms.client.JBossConnectionFactory.createQueueConnection(JBossConnectionFactory.java:101)
at
com.sun.ts.tests.ejb30.common.messaging.ClientBase.configureQueue(ClientBase.java:131)
at com.sun.ts.tests.ejb30.common.messaging.ClientBase.setup(ClientBase.java:113)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.setup(Client.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.ts.lib.harness.EETest.run(EETest.java:471)
at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
at com.sun.ts.lib.harness.EETest.run(EETest.java:252)
at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.main(Client.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientContainer.invokeMain(ClientContainer.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:301)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:174)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:138)
at org.jboss.client.AppClientMain.main(AppClientMain.java:134)
10-13-2008 15:26:00: ERROR: Exception at:
10-13-2008 15:26:00: ERROR: java.lang.RuntimeException: Failed to download and/or install
client side AOP stack
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:199)
at
org.jboss.jms.client.JBossConnectionFactory.createQueueConnection(JBossConnectionFactory.java:101)
at
com.sun.ts.tests.ejb30.common.messaging.ClientBase.configureQueue(ClientBase.java:131)
at com.sun.ts.tests.ejb30.common.messaging.ClientBase.setup(ClientBase.java:113)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.setup(Client.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.ts.lib.harness.EETest.run(EETest.java:471)
at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
at com.sun.ts.lib.harness.EETest.run(EETest.java:252)
at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.main(Client.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientContainer.invokeMain(ClientContainer.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:301)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:174)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:138)
at org.jboss.client.AppClientMain.main(AppClientMain.java:134)
Caused by: java.lang.NullPointerException
at
org.jboss.jms.client.container.JmsClientAspectXMLLoader.deployXML(JmsClientAspectXMLLoader.java:85)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:77)
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
... 26 more
ERROR [JBossConnectionFactory:198] Failed to download and/or install client side AOP
stack
java.lang.NullPointerException
at
org.jboss.jms.client.container.JmsClientAspectXMLLoader.deployXML(JmsClientAspectXMLLoader.java:85)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:77)
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
at
org.jboss.jms.client.JBossConnectionFactory.createQueueConnection(JBossConnectionFactory.java:101)
at com.sun.ts.tests.jms.common.Client.flushQueue(Client.java:252)
at com.sun.ts.tests.jms.common.Client.cleanup(Client.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.ts.lib.harness.EETest.run(EETest.java:518)
at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
at com.sun.ts.lib.harness.EETest.run(EETest.java:252)
at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.main(Client.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientContainer.invokeMain(ClientContainer.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:301)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:174)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:138)
at org.jboss.client.AppClientMain.main(AppClientMain.java:134)
10-13-2008 15:26:00: ERROR: Cleanup error attempting to flush Queue:
java.lang.RuntimeException: Failed to download and/or install client side AOP stack
10-13-2008 15:26:00: ERROR: java.lang.RuntimeException: Failed to download and/or install
client side AOP stack
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:199)
at
org.jboss.jms.client.JBossConnectionFactory.createQueueConnection(JBossConnectionFactory.java:101)
at com.sun.ts.tests.jms.common.Client.flushQueue(Client.java:252)
at com.sun.ts.tests.jms.common.Client.cleanup(Client.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.ts.lib.harness.EETest.run(EETest.java:518)
at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
at com.sun.ts.lib.harness.EETest.run(EETest.java:252)
at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.main(Client.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientContainer.invokeMain(ClientContainer.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:301)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:174)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:138)
at org.jboss.client.AppClientMain.main(AppClientMain.java:134)
Caused by: java.lang.NullPointerException
at
org.jboss.jms.client.container.JmsClientAspectXMLLoader.deployXML(JmsClientAspectXMLLoader.java:85)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:77)
at
org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
... 25 more
10-13-2008 15:26:00: ERROR: Cleanup error: java.lang.NullPointerException
10-13-2008 15:26:00: ERROR: java.lang.NullPointerException
at com.sun.ts.tests.jms.common.Client.flushQueue(Client.java:273)
at com.sun.ts.tests.jms.common.Client.cleanup(Client.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.ts.lib.harness.EETest.run(EETest.java:518)
at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
at com.sun.ts.lib.harness.EETest.run(EETest.java:252)
at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
at com.sun.ts.tests.ejb30.bb.localaccess.mdbclient.Client.main(Client.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientContainer.invokeMain(ClientContainer.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:301)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:174)
at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:138)
at org.jboss.client.AppClientMain.main(AppClientMain.java:134)
STATUS:Failed.Test case throws exception: java.lang.RuntimeException: Failed to download
and/or install client side AOP stack
Add org/jboss/aop/pointcut/ast/PointcutExpressionParserVisitor to aop
client
----------------------------------------------------------------------------
Key: JBAOP-659
URL:
https://jira.jboss.org/jira/browse/JBAOP-659
Project: JBoss AOP
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.0.0.CR18
Reporter: Kabir Khan
Assignee: Andrew Lee Rubinger
Priority: Blocker
Fix For: 2.0.0.GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira