cancel
Showing results for 
Search instead for 
Did you mean: 

Category Manager error

bubaucsal
Champ in-the-making
Champ in-the-making
I'm having problems listing categories within alfresco, the following error message appears.
"JavaException: java.lang.IllegalArgumentException: methods with same signature reversed() but incompatible return types: [interface java.util.List, interface java.util.Deque]".
I would like to know what could be happening and how I resolve it. My alfresco is on version 7.3.1.image
 
3 REPLIES 3

angelborroy
Community Manager Community Manager
Community Manager

What Java version are you using? 17 or 11 are recommended.

Hyland Developer Evangelist

Hi Angle,

I'm using jdk-21 and I get the same only when I use chemistry-opencmis-client-impl

Exception in thread "main" org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: methods with same signature reversed() but incompatible return types: [interface java.util.List, interface java.util.Deque]

I start tomcat-alfresco with java 21 and it works and I dont seen any error, when I use share app.

How to deal with that? I will try to now jdk 17

afaust
Legendary Innovator
Legendary Innovator

Also I see no code in Alfresco related to the category manager calling any operation called "reversed". So I wonder where that conflict might arise. A more extensive stacktrace would be required to understand that.