Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Got this from Bot Pusher: class had been marked for insertion twice.

Joined
Apr 13, 2019
Messages
11
While packaging the jar for **********, we detected that WithdrawStatus.class had been marked for insertion twice. This could be from a bug on our end but it more likely is caused by a bad resource entry in your manifest such as a source file existing within a declared resource folder.

My bot doesn't contains resource folder.
 
Can anyone help me? Thanks.
 
Joined
Apr 27, 2019
Messages
11
I started getting this after I added some subclasses to some of my classes. The first time I pushed the bot after that, it triggered the warning. Oddly, it didn't seem to list all of the instances of this, only the ones from one particular package. This is the only thing that I can think of that might have caused it.
 
Joined
Apr 13, 2019
Messages
11
I started getting this after I added some subclasses to some of my classes. The first time I pushed the bot after that, it triggered the warning. Oddly, it didn't seem to list all of the instances of this, only the ones from one particular package. This is the only thing that I can think of that might have caused it.

Thanks for reply.
Me too.
After I added WithdrawStatus Enum subclass to Bank class, the warning started to appear.
Even I moved the WithdrawStatus Enum to a standalone Enum class, the warming is still triggered.
 
no clue
 
Joined
May 22, 2019
Messages
6
I've had this issue as well after placing an enum in a public class even though previously I had this same enum in an abstract class. Perhaps this has something to do with it?

Did anyone manage to figure this out?
 
#1 Fabric Cleaner
Joined
Mar 18, 2017
Messages
393
I’m getting it too but havent employed any ENUMS in any of my classes, its a bug in the bot push system i think, not sure of yhe cause though.
 
Joined
Apr 13, 2019
Messages
11
Well, I needed to remove the enum class at all and redesign the part of bot at all.
I think the bytecodes are marked twice.
 
Top