[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Privileged Blocks Issue : JBAOP-675

anil.saldhana@jboss.com do-not-reply at jboss.com
Fri Nov 21 10:46:55 EST 2008


  | 09:41:03,645 ERROR [STDERR] access: access allowed (java.io.FilePermission /home/anil/jboss-5.0/jboss-head/build/output/jboss-5.0.0.GA/common/lib read)
  | 09:41:03,647 ERROR [STDERR] access: access denied (java.lang.RuntimePermission getClassLoader)
  | 09:41:03,648 ERROR [STDERR] java.lang.Exception: Stack trace
  | 09:41:03,648 ERROR [STDERR]     at java.lang.Thread.dumpStack(Thread.java:1158)
  | 09:41:03,648 ERROR [STDERR]     at java.security.AccessControlContext.checkPermission(AccessControlContext.java:253)
  | 09:41:03,648 ERROR [STDERR]     at java.security.AccessController.checkPermission(AccessController.java:427)
  | 09:41:03,648 ERROR [STDERR]     at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
  | 09:41:03,648 ERROR [STDERR]     at java.lang.Class.getClassLoader(Class.java:588)
  | 09:41:03,648 ERROR [STDERR]     at org.jboss.aop.classpool.AOPClassPoolRepository.registerClass(AOPClassPoolRepository.java:166)
  | 09:41:03,648 ERROR [STDERR]     at org.jboss.aop.AspectManager.registerClass(AspectManager.java:825)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.aop.AspectManager.initialiseClassAdvisor(AspectManager.java:730)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.aop.AspectManager.getAdvisor(AspectManager.java:712)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.<clinit>(ConnectionAdvised.java)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegateInternal(ServerConnectionFactoryEndpoint.java:288)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint.createConnectionDelegate(ServerConnectionFactoryEndpoint.java:171)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.org$jboss$jms$server$endpoint$advised$ConnectionFactoryAdvised$createConnectionDelegate$aop(ConnectionFactoryAdvised.java:108)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.endpoint.advised.ConnectionFactoryAdvised.createConnectionDelegate(ConnectionFactoryAdvised.java)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest.serverInvoke(ConnectionFactoryCreateConnectionDelegateRequest.java:91)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.remoting.Client.invoke(Client.java:1708)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.remoting.Client.invoke(Client.java:612)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:171)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeTarget(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.jms.client.container.StateCreationAspect.handleCreateConnectionDelegate(StateCreationAspect.java:81)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect_z_handleCreateConnectionDelegate_994617574.invoke(StateCreationAspect_z_handleCreateConnectionDelegate_994617574.java)
  | 09:41:03,649 ERROR [STDERR]     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
  | 09:41:03,650 ERROR [STDERR]     at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createConnectionDelegate(ClientConnectionFactoryDelegate.java)
  | ....
  | ....09:41:03,651 ERROR [STDERR] access: domain that failed ProtectionDomain  (vfsmemory://3j001-kwvps2-fnszzu3k-1-fnt004dg-6/ <no signer certificates>)
  |  null
  |  <no principals>
  | 
  | 

Flavia,  this is with messaging built with your updated jar.  I have not updated AS with your updated aop jar. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191310#4191310

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191310



More information about the jboss-dev-forums mailing list