Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

JMSSecurityException: You do not have permissions: action create_queue and

Former Member
0 Kudos

Hi all,

as I try to login to the system with username "guest", I got exception which I find in the trace. Someone knows why?

EXCEPTION

#1#javax.jms.JMSSecurityException: You do not have permissions: action create_queue and instance ALL.

at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:231)

at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)

at com.sap.jms.client.session.Session.createQueue(Session.java:2443)

at com.sap.ip.collaboration.core.api.rtmf.core.RTMFMessaging$JMSPolling.startRunning(RTMFMessaging.java:1244)

at com.sap.ip.collaboration.core.api.rtmf.core.RTMFMessaging$JMSPolling.run(RTMFMessaging.java:1182)

at java.lang.Thread.run(Thread.java:534)

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check th efollowing thread:

Rgds,

Raghu Boddu

0 Kudos

The link you mentioned is about another exception.

0 Kudos

Hello Thomas,

did you solve your Problem? I facing the same issue...

thanks for any help,

best regards,

Rene

0 Kudos

hi Thomas,

Is the issue you mentioned resolved? We are facing the same issue, and could need your help.

Wim

0 Kudos

issue is fixed by resolution in Note 971249 - JMSServerSecurityException thrown accessing JMS resources

Wim