Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8173279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:05:22+00:00 2026-06-06T22:05:22+00:00

since today im facing a strange problem. When i start my app in my

  • 0

since today im facing a strange problem. When i start my app in my tomcat (7.0.28) i get hundrets of exceptions shown below. Yesterday before i switched off my computer everyting was working fine and i had no problems at all deploying and starting the application).
For weaving in general i put the spring-instrument-tomcat-3.1.1.RELEASE.jar into the lib folder of my tomcat. As is said before, i never had any problems with that in the past and everything worked fine. I didn’t update any components like my jdk (1.7), tomcat or eclipse.

I tried to delete the work folder and the app in the webapp folder, tried to delete caches and made several redeployments; everything without success. I tried tomcat standalone and eclipse wtp (what i usually use); no difference.
Does anybody have a clue what i could try?

Here is a small part of the stacktrace i get at tomcat startup (another stacktrace here: http://pastebin.com/8DZ4dh2Q ):

Jun 29, 2012 10:55:16 AM org.aspectj.weaver.tools.Jdk14Trace info
INFO: Dumping to /home/xxx/./ajcore.20120629.105516.091.txt
[TomcatInstrumentableClassLoader@77b7a0] abort trouble in: 
public class org.springframework.expression.spel.support.ReflectivePropertyAccessor extends java.lang.Object implements org.springframework.expression.PropertyAccessor:
  protected final java.util.Map readerCache [Signature(Ljava/util/Map<Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey;Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair;>;)]
  protected final java.util.Map writerCache [Signature(Ljava/util/Map<Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey;Ljava/lang/reflect/Member;>;)]
  protected final java.util.Map typeDescriptorCache [Signature(Ljava/util/Map<Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey;Lorg/springframework/core/convert/TypeDescriptor;>;)]
  public void <init>():
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 46)
                    INVOKESPECIAL java.lang.Object.<init> ()V
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 48)
                    NEW java.util.concurrent.ConcurrentHashMap
                    DUP
                    INVOKESPECIAL java.util.concurrent.ConcurrentHashMap.<init> ()V
                    PUTFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 50)
                    NEW java.util.concurrent.ConcurrentHashMap
                    DUP
                    INVOKESPECIAL java.util.concurrent.ConcurrentHashMap.<init> ()V
                    PUTFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.writerCache Ljava/util/Map;
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 52)
                    NEW java.util.concurrent.ConcurrentHashMap
                    DUP
                    INVOKESPECIAL java.util.concurrent.ConcurrentHashMap.<init> ()V
                    PUTFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.typeDescriptorCache Ljava/util/Map;
                    RETURN   (line 46)
  end public void <init>()

  public Class[] getSpecificTargetClasses():
                    ACONST_NULL   (line 59)
                    ARETURN
  end public Class[] getSpecificTargetClasses()

  public boolean canRead(org.springframework.expression.EvaluationContext, Object, String) throws org.springframework.expression.AccessException:
                    ALOAD_2     // Ljava/lang/Object; target   (line 63)
                    IFNONNULL L0
                    ICONST_0   (line 64)
                    IRETURN
                L0: ALOAD_2     // Ljava/lang/Object; target   (line 66)
                    INSTANCEOF java.lang.Class
                    IFEQ L1
                    ALOAD_2     // Ljava/lang/Object; target
                    CHECKCAST java.lang.Class
                    GOTO L2
                L1: ALOAD_2     // Ljava/lang/Object; target
                    INVOKEVIRTUAL java.lang.Object.getClass ()Ljava/lang/Class;
                L2: ASTORE 4
                    ALOAD 4     // Ljava/lang/Class; type   (line 67)
                    INVOKEVIRTUAL java.lang.Class.isArray ()Z
                    IFEQ L3
                    ALOAD_3     // Ljava/lang/String; name
                    LDC "length"
                    INVOKEVIRTUAL java.lang.String.equals (Ljava/lang/Object;)Z
                    IFEQ L3
                    ICONST_1   (line 68)
                    IRETURN
                L3: NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$CacheKey   (line 70)
                    DUP
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_3     // Ljava/lang/String; name
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$CacheKey.<init> (Ljava/lang/Class;Ljava/lang/String;)V
                    ASTORE 5
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 71)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    INVOKEINTERFACE java.util.Map.containsKey (Ljava/lang/Object;)Z
                    IFEQ L4
                    ICONST_1   (line 72)
                    IRETURN
                L4: ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 74)
                    ALOAD_3     // Ljava/lang/String; name
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_2     // Ljava/lang/Object; target
                    INSTANCEOF java.lang.Class
                    INVOKEVIRTUAL org.springframework.expression.spel.support.ReflectivePropertyAccessor.findGetterForProperty (Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/reflect/Method;
                    ASTORE 6
                    ALOAD 6     // Ljava/lang/reflect/Method; method   (line 75)
                    IFNULL L5
                    NEW org.springframework.core.convert.Property   (line 78)
                    DUP
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD 6     // Ljava/lang/reflect/Method; method
                    ACONST_NULL
                    INVOKESPECIAL org.springframework.core.convert.Property.<init> (Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
                    ASTORE 7
                    NEW org.springframework.core.convert.TypeDescriptor   (line 79)
                    DUP
                    ALOAD 7     // Lorg/springframework/core/convert/Property; property
                    INVOKESPECIAL org.springframework.core.convert.TypeDescriptor.<init> (Lorg/springframework/core/convert/Property;)V
                    ASTORE 8
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 80)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair
                    DUP
                    ALOAD 6     // Ljava/lang/reflect/Method; method
                    ALOAD 8     // Lorg/springframework/core/convert/TypeDescriptor; typeDescriptor
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.<init> (Ljava/lang/reflect/Member;Lorg/springframework/core/convert/TypeDescriptor;)V
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 81)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.typeDescriptorCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    ALOAD 8     // Lorg/springframework/core/convert/TypeDescriptor; typeDescriptor
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
                    ICONST_1   (line 82)
                    IRETURN
                L5: ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 85)
                    ALOAD_3     // Ljava/lang/String; name
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_2     // Ljava/lang/Object; target
                    INSTANCEOF java.lang.Class
                    INVOKEVIRTUAL org.springframework.expression.spel.support.ReflectivePropertyAccessor.findField (Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/reflect/Field;
                    ASTORE 7
                    ALOAD 7     // Ljava/lang/reflect/Field; field   (line 86)
                    IFNULL L6
                    NEW org.springframework.core.convert.TypeDescriptor   (line 87)
                    DUP
                    ALOAD 7     // Ljava/lang/reflect/Field; field
                    INVOKESPECIAL org.springframework.core.convert.TypeDescriptor.<init> (Ljava/lang/reflect/Field;)V
                    ASTORE 8
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 88)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair
                    DUP
                    ALOAD 7     // Ljava/lang/reflect/Field; field
                    ALOAD 8     // Lorg/springframework/core/convert/TypeDescriptor; typeDescriptor
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.<init> (Ljava/lang/reflect/Member;Lorg/springframework/core/convert/TypeDescriptor;)V
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 89)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.typeDescriptorCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    ALOAD 8     // Lorg/springframework/core/convert/TypeDescriptor; typeDescriptor
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
                    ICONST_1   (line 90)
                    IRETURN
                L6: ICONST_0   (line 93)
                    IRETURN
  end public boolean canRead(org.springframework.expression.EvaluationContext, Object, String) throws org.springframework.expression.AccessException

  public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext, Object, String) throws org.springframework.expression.AccessException:
                    ALOAD_2     // Ljava/lang/Object; target   (line 97)
                    IFNONNULL L0
                    NEW org.springframework.expression.AccessException   (line 98)
                    DUP
                    LDC "Cannot read property of null target"
                    INVOKESPECIAL org.springframework.expression.AccessException.<init> (Ljava/lang/String;)V
                    ATHROW
                L0: ALOAD_2     // Ljava/lang/Object; target   (line 100)
                    INSTANCEOF java.lang.Class
                    IFEQ L1
                    ALOAD_2     // Ljava/lang/Object; target
                    CHECKCAST java.lang.Class
                    GOTO L2
                L1: ALOAD_2     // Ljava/lang/Object; target
                    INVOKEVIRTUAL java.lang.Object.getClass ()Ljava/lang/Class;
                L2: ASTORE 4
                    ALOAD 4     // Ljava/lang/Class; type   (line 102)
                    INVOKEVIRTUAL java.lang.Class.isArray ()Z
                    IFEQ L4
                    ALOAD_3     // Ljava/lang/String; name
                    LDC "length"
                    INVOKEVIRTUAL java.lang.String.equals (Ljava/lang/Object;)Z
                    IFEQ L4
                    ALOAD_2     // Ljava/lang/Object; target   (line 103)
                    INSTANCEOF java.lang.Class
                    IFEQ L3
                    NEW org.springframework.expression.AccessException   (line 104)
                    DUP
                    LDC "Cannot access length on array class itself"
                    INVOKESPECIAL org.springframework.expression.AccessException.<init> (Ljava/lang/String;)V
                    ATHROW
                L3: NEW org.springframework.expression.TypedValue   (line 106)
                    DUP
                    ALOAD_2     // Ljava/lang/Object; target
                    INVOKESTATIC java.lang.reflect.Array.getLength (Ljava/lang/Object;)I
                    INVOKESTATIC java.lang.Integer.valueOf (I)Ljava/lang/Integer;
                    INVOKESPECIAL org.springframework.expression.TypedValue.<init> (Ljava/lang/Object;)V
                    ARETURN
                L4: NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$CacheKey   (line 109)
                    DUP
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_3     // Ljava/lang/String; name
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$CacheKey.<init> (Ljava/lang/Class;Ljava/lang/String;)V
                    ASTORE 5
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 110)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    INVOKEINTERFACE java.util.Map.get (Ljava/lang/Object;)Ljava/lang/Object;
                    CHECKCAST org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair
                    ASTORE 6
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker   (line 112)
                    IFNULL L5
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.member Ljava/lang/reflect/Member;
                    INSTANCEOF java.lang.reflect.Method
                    IFEQ L9
                L5: ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker   (line 113)
                    IFNULL L6
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.member Ljava/lang/reflect/Member;
                    GOTO L7
                L6: ACONST_NULL
                L7: CHECKCAST java.lang.reflect.Method
                    ASTORE 7
                    ALOAD 7     // Ljava/lang/reflect/Method; method   (line 114)
                    IFNONNULL L8
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 115)
                    ALOAD_3     // Ljava/lang/String; name
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_2     // Ljava/lang/Object; target
                    INSTANCEOF java.lang.Class
                    INVOKEVIRTUAL org.springframework.expression.spel.support.ReflectivePropertyAccessor.findGetterForProperty (Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/reflect/Method;
                    ASTORE 7     // Ljava/lang/reflect/Method; method
                    ALOAD 7     // Ljava/lang/reflect/Method; method   (line 116)
                    IFNULL L8
                    NEW org.springframework.core.convert.Property   (line 120)
                    DUP
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD 7     // Ljava/lang/reflect/Method; method
                    ACONST_NULL
                    INVOKESPECIAL org.springframework.core.convert.Property.<init> (Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
                    ASTORE 8
                    NEW org.springframework.core.convert.TypeDescriptor   (line 121)
                    DUP
                    ALOAD 8     // Lorg/springframework/core/convert/Property; property
                    INVOKESPECIAL org.springframework.core.convert.TypeDescriptor.<init> (Lorg/springframework/core/convert/Property;)V
                    ASTORE 9
                    NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair   (line 122)
                    DUP
                    ALOAD 7     // Ljava/lang/reflect/Method; method
                    ALOAD 9     // Lorg/springframework/core/convert/TypeDescriptor; typeDescriptor
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.<init> (Ljava/lang/reflect/Member;Lorg/springframework/core/convert/TypeDescriptor;)V
                    ASTORE 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 123)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
                L8: ALOAD 7     // Ljava/lang/reflect/Method; method   (line 126)
                    IFNULL L9
    catch java.lang.Exception -> E0
    |               ALOAD 7     // Ljava/lang/reflect/Method; method   (line 128)
    |               INVOKESTATIC org.springframework.util.ReflectionUtils.makeAccessible (Ljava/lang/reflect/Method;)V
    |               ALOAD 7     // Ljava/lang/reflect/Method; method   (line 129)
    |               ALOAD_2     // Ljava/lang/Object; target
    |               ICONST_0
    |               ANEWARRAY java.lang.Object
    |               INVOKEVIRTUAL java.lang.reflect.Method.invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    |               ASTORE 8
    |               NEW org.springframework.expression.TypedValue   (line 130)
    |               DUP
    |               ALOAD 8     // Ljava/lang/Object; value
    |               ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
    |               GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.typeDescriptor Lorg/springframework/core/convert/TypeDescriptor;
    |               ALOAD 8     // Ljava/lang/Object; value
    |               INVOKEVIRTUAL org.springframework.core.convert.TypeDescriptor.narrow (Ljava/lang/Object;)Lorg/springframework/core/convert/TypeDescriptor;
    |               INVOKESPECIAL org.springframework.expression.TypedValue.<init> (Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)V
    catch java.lang.Exception -> E0
                    ARETURN
                E0: ASTORE 8   (line 132)
                    NEW org.springframework.expression.AccessException   (line 133)
                    DUP
                    NEW java.lang.StringBuilder
                    DUP
                    LDC "Unable to access property '"
                    INVOKESPECIAL java.lang.StringBuilder.<init> (Ljava/lang/String;)V
                    ALOAD_3     // Ljava/lang/String; name
                    INVOKEVIRTUAL java.lang.StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
                    LDC "' through getter"
                    INVOKEVIRTUAL java.lang.StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
                    INVOKEVIRTUAL java.lang.StringBuilder.toString ()Ljava/lang/String;
                    ALOAD 8     // Ljava/lang/Exception; ex
                    INVOKESPECIAL org.springframework.expression.AccessException.<init> (Ljava/lang/String;Ljava/lang/Exception;)V
                    ATHROW
                L9: ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker   (line 138)
                    IFNULL L10
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.member Ljava/lang/reflect/Member;
                    INSTANCEOF java.lang.reflect.Field
                    IFEQ L14
               L10: ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker   (line 139)
                    IFNONNULL L11
                    ACONST_NULL
                    GOTO L12
               L11: ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.member Ljava/lang/reflect/Member;
               L12: CHECKCAST java.lang.reflect.Field
                    ASTORE 7
                    ALOAD 7     // Ljava/lang/reflect/Field; field   (line 140)
                    IFNONNULL L13
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 141)
                    ALOAD_3     // Ljava/lang/String; name
                    ALOAD 4     // Ljava/lang/Class; type
                    ALOAD_2     // Ljava/lang/Object; target
                    INSTANCEOF java.lang.Class
                    INVOKEVIRTUAL org.springframework.expression.spel.support.ReflectivePropertyAccessor.findField (Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/reflect/Field;
                    ASTORE 7     // Ljava/lang/reflect/Field; field
                    ALOAD 7     // Ljava/lang/reflect/Field; field   (line 142)
                    IFNULL L13
                    NEW org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair   (line 143)
                    DUP
                    ALOAD 7     // Ljava/lang/reflect/Field; field
                    NEW org.springframework.core.convert.TypeDescriptor
                    DUP
                    ALOAD 7     // Ljava/lang/reflect/Field; field
                    INVOKESPECIAL org.springframework.core.convert.TypeDescriptor.<init> (Ljava/lang/reflect/Field;)V
                    INVOKESPECIAL org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.<init> (Ljava/lang/reflect/Member;Lorg/springframework/core/convert/TypeDescriptor;)V
                    ASTORE 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    ALOAD_0     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor; this   (line 144)
                    GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor.readerCache Ljava/util/Map;
                    ALOAD 5     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$CacheKey; cacheKey
                    ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
                    INVOKEINTERFACE java.util.Map.put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                    POP
               L13: ALOAD 7     // Ljava/lang/reflect/Field; field   (line 147)
                    IFNULL L14
    catch java.lang.Exception -> E1
    |               ALOAD 7     // Ljava/lang/reflect/Field; field   (line 149)
    |               INVOKESTATIC org.springframework.util.ReflectionUtils.makeAccessible (Ljava/lang/reflect/Field;)V
    |               ALOAD 7     // Ljava/lang/reflect/Field; field   (line 150)
    |               ALOAD_2     // Ljava/lang/Object; target
    |               INVOKEVIRTUAL java.lang.reflect.Field.get (Ljava/lang/Object;)Ljava/lang/Object;
    |               ASTORE 8
    |               NEW org.springframework.expression.TypedValue   (line 151)
    |               DUP
    |               ALOAD 8     // Ljava/lang/Object; value
    |               ALOAD 6     // Lorg/springframework/expression/spel/support/ReflectivePropertyAccessor$InvokerPair; invoker
    |               GETFIELD org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair.typeDescriptor Lorg/springframework/core/convert/TypeDescriptor;
    |               ALOAD 8     // Ljava/lang/Object; value
    |               INVOKEVIRTUAL org.springframework.core.convert.TypeDescriptor.narrow (Ljava/lang/Object;)Lorg/springframework/core/convert/TypeDescriptor;
    |               INVOKESPECIAL org.springframework.expression.TypedValue.<init> (Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)V
    catch java.lang.Exception -> E1
                    ARETURN
                E1: ASTORE 8   (line 153)
                    NEW org.springframework.expression.AccessException   (line 154)
                    DUP
                    NEW java.lang.StringBuilder
                    DUP
                    LDC "Unable to access field: "
                    INVOKESPECIAL java.lang.StringBuilder.<init> (Ljava/lang/String;)V
                    ALOAD_3     // Ljava/lang/String; name
                    INVOKEVIRTUAL java.lang.StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
                    INVOKEVIRTUAL java.lang.StringBuilder.toString ()Ljava/lang/String;
                    ALOAD 8     // Ljava/lang/Exception; ex
                    INVOKESPECIAL org.springframework.expression.AccessException.<init> (Ljava/lang/String;Ljava/lang/Exception;)V
                    ATHROW
               L14: NEW org.springframework.expression.AccessException   (line 159)
                    DUP
                    NEW java.lang.StringBuilder
                    DUP
                    LDC "Neither getter nor field found for property '"
                    INVOKESPECIAL java.lang.StringBuilder.<init> (Ljava/lang/String;)V
                    ALOAD_3     // Ljava/lang/
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T22:05:24+00:00Added an answer on June 6, 2026 at 10:05 pm

    Buried in the depths of the full stack trace (not the truncated version in your Question!!!) is this:

    java.lang.ClassFormatError: org/aspectj/weaver/bcel/BcelClassWeaver
    at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:1694)
    at org.aspectj.weaver.bcel.BcelWeaver.weaveWithoutDump(BcelWeaver.java:1638)
    at org.aspectj.weaver.bcel.BcelWeaver.weaveAndNotify(BcelWeaver.java:1401)
    at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:1187)
    at org.aspectj.weaver.tools.WeavingAdaptor.getWovenBytes(WeavingAdaptor.java:472)
    at org.aspectj.weaver.tools.WeavingAdaptor.weaveClass(WeavingAdaptor.java:323)
    at org.aspectj.weaver.loadtime.Aj.preProcess(Aj.java:99)
    at org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter.transform(ClassPreProcessorAgentAdapter.java:54)
    at org.springframework.context.weaving.AspectJWeavingEnabler$AspectJClassBypassingClassFileTransformer.transform(AspectJWeavingEnabler.java:104)
    at org.springframework.instrument.classloading.WeavingTransformer.transformIfNecessary(WeavingTransformer.java:95)

    I’m not entirely sure what this means, but I suspect it is the root of the problem.

    It could mean:

    • BCEL has detected a problem with some class it was trying to read / process, OR
    • the JVM found that the classfile for BcelClassWeaver is somehow broken, OR
    • something else.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a simplified version of my question earlier today since I didn't get
Since today I am facing a tricky issue with Google Chrome that I've just
Since today my app throws this error: Thanks for helping! Warning: fopen() [function.fopen]: php_network_getaddresses:
This is 'sorta' urgent since my app just went live today. My app works
another day, another problem :) Since I woke up today I'm wondering about numbers.
I haven't got problems with code since my last problem with interface covariance. Today
Earlier today I added the mongoid gem version '2.0' to an app. Ever since
I am using the Primefaces upload tool since yesterday, but today i started to
since today i get an Exception on IIS7.5 with ASP.NET MVC, but i dont
I've been writing code for ASP.NET since the start, and today I encountered something

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.