Menu

#90 IllegalAccessException

2.0
open
Steve
API (125)
5
2012-12-15
2010-04-12
Elsa B
No

We occasionally get the following exception, any idea what coyuld cause it?
java.lang.IllegalAccessException: Class com.vmware.vim25.ws.XmlGen can not access a member of class java.lang.Object with modifiers "private static transient"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
at java.lang.reflect.Field.doSecurityCheck(Field.java:960)
at java.lang.reflect.Field.getFieldAccessor(Field.java:896)
at java.lang.reflect.Field.get(Field.java:358)
at com.vmware.vim25.ws.XmlGen.toXML(Unknown Source)
at com.vmware.vim25.ws.XmlGen.toXML(Unknown Source)
at com.vmware.vim25.ws.XmlGen.toXML(Unknown Source)
at com.vmware.vim25.ws.XmlGen.toXML(Unknown Source)
at com.vmware.vim25.ws.XmlGen.toXML(Unknown Source)
at com.vmware.vim25.ws.WSClient.createSoapMessage(Unknown Source)
at com.vmware.vim25.ws.WSClient.invoke(Unknown Source)
at com.vmware.vim25.ws.WSClient.invoke(Unknown Source)
at com.vmware.vim25.ws.VimStub.retrieveProperties(Unknown Source)

Discussion

  • Steve

    Steve - 2010-04-13

    Thanks for reporting this, Elsa!

    1. What property did yo uwant to retrieve?
    2. Any way for you to inspect what member defined as "private static transient?" I just tried a search on the code and couldn't find one with such definition. It may be defined with the parent types.
    3. How often do you get this problem? Was it random or consistent?

    -Steve (http://www.doublecloud.org/feed)

     
  • Steve

    Steve - 2010-07-21

    Hi Elsa,

    Haven't got follow up information. Do you still see this problem? If not, I will close this bug.

    Thanks!

    -Steve