Re: Console error with 3.0.0 and 3.0.1

2023-01-16 Thread Francesco Chicchiriccò

On 16/01/23 16:30, Lionel SCHWARZ wrote:

Dear all,

After upgrading my Syncope-3.0.0-M2 project (maven-built, deployed on Tomcat9) 
to 3.0.1, access to the console fails with a 500 ERROR
"java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.wicket.proxy.LazyInitProxyFactory"

The same happens with Syncope-3.0.0 but the console works fine with 
Syncope-3.0.0-M2.

Has anyone an idea what is wrong? I could not find what class is missing in the 
logs


Hi,
this is happening because you did generate your project before Syncope 3.0.0.

Anyway, you just need to add

-Dwicket.ioc.useByteBuddy=true

to Tomcat env.

See https://issues.apache.org/jira/browse/SYNCOPE-1707 for more details.

Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



Console error with 3.0.0 and 3.0.1

2023-01-16 Thread Lionel SCHWARZ
Dear all,

After upgrading my Syncope-3.0.0-M2 project (maven-built, deployed on Tomcat9) 
to 3.0.1, access to the console fails with a 500 ERROR 
"java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.wicket.proxy.LazyInitProxyFactory"

The same happens with Syncope-3.0.0 but the console works fine with 
Syncope-3.0.0-M2.

Has anyone an idea what is wrong? I could not find what class is missing in the 
logs

Regards
Lionel

smime.p7s
Description: S/MIME Cryptographic Signature


[ANN] Apache Syncope 3.0.1

2023-01-16 Thread Francesco Chicchiriccò

The Apache Syncope team is pleased to announce the release of Syncope 3.0.0

Apache Syncope is an Open Source system for managing digital identities in 
enterprise environments, implemented in Java EE technology .

Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning, 
reconciliation and reporting needs (as with earlier releases), access 
management and API management.

The release will be available within 24h from:
https://syncope.apache.org/downloads

Read the full change log available here:
https://s.apache.org/syncope301

Upgrading from 3.0.0? There are some notes about this process:
https://s.apache.org/i629t

We welcome your help and feedback. For more information on how to report 
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team