Author |
Message
|
podowd |
Posted: Fri Sep 30, 2005 2:15 pm Post subject: JMSAdminGUI - java.lang.IllegalAccessError - Windows |
|
|
Novice
Joined: 23 Sep 2004 Posts: 19
|
Hi,
Anyone ever encounter this error attempting to run the jmsadmingui on W2K?
I downloaded it onto a different machine running Windows XP and it runs fine.
JMS Administrator (GUI) - Version 1.4 [RC4] for WebSphere MQ.
Loading config from: E:\Program Files\IBM\WebSphere MQ\Java\bin\JMSAdmin.config
Exception in thread "main" java.lang.IllegalAccessError: try to access field com
.ibm.mq.jms.admin.AdminService.active from class com.ibm.mq.jms.admin.JMSAdminGU
I
at com.ibm.mq.jms.admin.JMSAdminGUI.openFile(JMSAdminGUI.java:2328)
at com.ibm.mq.jms.admin.JMSAdminGUI.main(JMSAdminGUI.java:4223)
Thanks,
Pat |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 30, 2005 3:24 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
It probably means you can't run the admin gui and the command line tool at the same time ? Did you have a file access violation as well in the win logs ? |
|
Back to top |
|
 |
fernand74 |
Posted: Sat Oct 01, 2005 7:39 am Post subject: |
|
|
 Newbie
Joined: 01 Oct 2005 Posts: 2 Location: Mexico, DF
|
We have the same problem... We tried with java.policy because we thought this was permission problem but it didnt work... somebody help us! |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Oct 01, 2005 10:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"IllegalAccessException" has actually nothing to do with security or policys.
It's a class loading issue, where there is more than one version of the same class in the classpath and things get confused. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fernand74 |
Posted: Mon Oct 03, 2005 1:50 pm Post subject: MQ Series 5.3 CSD01 |
|
|
 Newbie
Joined: 01 Oct 2005 Posts: 2 Location: Mexico, DF
|
We found that the version of MQ Series 5.3 CSD01 solve this problem ( with Windows XP support ).  |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 03, 2005 2:46 pm Post subject: Re: MQ Series 5.3 CSD01 |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fernand74 wrote: |
We found that the version of MQ Series 5.3 CSD01 solve this problem ( with Windows XP support ).  |
Please use at least CSD8, if not CSD11 (which is the latest). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|