-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to instantiate type com.tibco.bw.extensions.logback.BWCustomConverter #337
Comments
@cmocanu1 Can you please share the reproducible use case? |
If I share the project ... I don't know how useful will be because requires an AS/400 (IBM i plugin) in order to run. I had an working project, build, package and testes in maven 2.2.0 plugin and I just upgraded the maven plugin to 2.3.0 and updated the version in pom.xml and obtained the error. |
@cmocanu1 Based on the logs I have fixed the issue and the fix will be available with Maven Installer 2.3.1 |
Thank you! I'll be glad to test it and confirm it! |
@cmocanu1 I have committed the fix. Please follow the below steps to test the issue
Please let me know if you face any problem in the above steps. |
I follow the steps you described and seams that this fix is ok. Problem is solved. You can find the logs attached. |
I have a working project with tests and is running ok with version 2.2.0 but after upgrade to 2.3.0 is not working anymore and is complaining about some logger classes.
java.lang.ClassNotFoundException: com.tibco.bw.extensions.logback.BWAppFileAppenderFilter cannot be found by com.tibco.tpcl.logback_1.1.100.001
If I switch back on version 2.3.0 (only by changing the version in pom.xml of the project) then is working again (the test are run).
In attachment can find the output for running with 2.2.0 and 2.3.0.
mvn-2.2.0.log
mvn-2.3.0.log
The text was updated successfully, but these errors were encountered: