Re: java.lang.IncompatibleClassChangeError: vtable stub (Guavate?)

2020-02-05 Thread Jerry Malcolm
ack dump.  So I don't think there is a jar conflict.  Just need a bit of info about what a "vtable stub" is and what Guavate's lambda code is trying to do in this area of the code?  The rest of the stack dump is the IMAP processor and netty stuff for IMAP.  Exception occurs when

Re: java.lang.IncompatibleClassChangeError: vtable stub (Guavate?)

2020-02-05 Thread Tellier Benoit
ions. It's failing on a 'github.steveash.guavate' >>>> class (???).  Not sure where that came from.  Really curious why it >>>> works for a while and then starts failing.  TW, I have a few custom >>>> mailets and several jar files to support them.  But

Re: java.lang.IncompatibleClassChangeError: vtable stub (Guavate?)

2020-02-05 Thread Jerry Malcolm
don't think there is a jar conflict.  Just need a bit of info about what a "vtable stub" is and what Guavate's lambda code is trying to do in this area of the code?  The rest of the stack dump is the IMAP processor and netty stuff for IMAP.  Exception occurs when IMAP client tr

Re: java.lang.IncompatibleClassChangeError: vtable stub (Guavate?)

2020-02-04 Thread Tellier Benoit
jars >> have class names anywhere close to the ones in the stack dump.  So I >> don't think there is a jar conflict.  Just need a bit of info about >> what a "vtable stub" is and what Guavate's lambda code is trying to do >> in this area of the code?  T

Re: java.lang.IncompatibleClassChangeError: vtable stub (Guavate?)

2020-02-04 Thread Jerry Malcolm
hen IMAP client tries to check mail.  Any ideas? java.lang.IncompatibleClassChangeError: vtable stub     at com.github.steveash.guavate.Guavate.lambda$toImmutableMap$8(Guavate.java:351)     at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)     at

Re: java.lang.IncompatibleClassChangeError: vtable stub

2020-02-01 Thread Jerry Malcolm
Followup... Since this is a sandbox, I'm not really worried about totally crashing it.  So I just deleted the contents of the var/mail and var/store folders knowing they were originally empty in the distribution zip.  That 'fixed' it.  At least now I'm fairly certain that it has to do with a pr

Re: java.lang.IncompatibleClassChangeError: vtable stub

2020-02-01 Thread Jerry Malcolm
Hey Garry, Thanks for the quick response.  I totally omitted one important fact.  This server is a sandbox.  Currently the only email it sends/receives is me sending to/from an account I have on completely different installation.  But you got me to thinking. Perhaps sending a test email is wh

Re: java.lang.IncompatibleClassChangeError: vtable stub

2020-02-01 Thread Garry Hurley
Logic requires asking these questions, so please bear with me. You say it fails after 30 minutes... How much volume is the email server seeing? Are you getting a huge spike in traffic, or is it just a connection timeout? When you look at the messages you received, are any of them weird? I mean,

java.lang.IncompatibleClassChangeError: vtable stub

2020-01-31 Thread Jerry Malcolm
bda code is trying to do in this area of the code?  The rest of the stack dump is the IMAP processor and netty stuff for IMAP.  Exception occurs when IMAP client tries to check mail.  Any ideas? java.lang.IncompatibleClassChangeError: vtable stub     at com.github.steveash.guavate.Guavate.