1 2 Previous Next 16 Replies Latest reply on Sep 19, 2017 12:42 PM by mikedevva Go to original post
      • 15. Re: JBoss and WildFly internal Lambda ClassNotFoundExceptions
        mikedevva

        Interesting. I will look more into that. Thanks. Meanwhile, I switched back to 10.1.0.Final to see which class would fail. I got a different one and this time. I don't think it's a Lambda unless that's what the L at the beginning means. The rest of the stack trace is basically the same as the last so I'm not including it:

         

        Caused by: java.lang.NoClassDefFoundError: Loracle/simplefan/FanManager;

            at java.lang.Class.getDeclaredFields0(Native Method)

            at java.lang.Class.privateGetDeclaredFields(Class.java:2583)

            at java.lang.Class.getDeclaredFields(Class.java:1916)

            at com.rits.cloning.Cloner.allFields(Cloner.java:547)

            at com.rits.cloning.Cloner.cloneObject(Cloner.java:440)

            at com.rits.cloning.Cloner.cloneInternal(Cloner.java:431)

            at com.rits.cloning.Cloner.cloneObject(Cloner.java:453)

            at com.rits.cloning.Cloner.cloneInternal(Cloner.java:431)

            at com.rits.cloning.Cloner.cloneObject(Cloner.java:453)

            at com.rits.cloning.Cloner.cloneInternal(Cloner.java:431)

            at com.rits.cloning.Cloner.cloneObject(Cloner.java:453)

        • 16. Re: JBoss and WildFly internal Lambda ClassNotFoundExceptions
          mikedevva

          I haven't gotten past the problem yet. But it looks like it's most likely related to the cloner and not wildfly. So I will look more into that and take the problem outside the JBoss forum if I need to. Thanks!

          1 2 Previous Next