Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
java.lang.ClassCastException: org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler cannot be cast to org.springframework.beans.factory.xml.NamespaceHandler
I got this exception when a bundle I exported start.
Anyone knows how to fix this ?
Hello,
Could you please clarify in which Talend version/edition you are?
Here exists a jira issue:https://jira.talendforge.org/browse/TESB-22826
This issue is fixed in 7.1.1
Best regards
Sabrina
Hello,
I've got the same issue in Talend 7.1.1:
java.lang.ClassCastException: org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler cannot be cast to org.springframework.beans.factory.xml.NamespaceHandler
My talend version is 7.1.1.20190715_0440-patch
name=Talend Unified Platform Tooling
Patch_20190715_TPS-3248_v1-7.1.1,7.1.1.20190715_0440-patch
Patch_20190701_TPS-3223_v1-7.1.1,7.1.1.20190701_0701-patch
Patch_20190409_TPS-2950_v1-7.1.1,7.1.1.20190409_0437-patch
Patch_20181118_TPS-2782_v1,7.1.1.20181116_1738
Regards,
Gilles
Hello @GillesFzn
Have you tried to create a support case on talend support portal? Any patch will be delivered to you for this issue?
Best regards
Sabrina
Hi Sabrina,
I will create a support ticket for this issue.
Regards,
Gilles
Hello,
Feel free to let me know that if there is no response from support team for a while.
Best regards
Sabrina
Hello,
Did anyone get pass this issue in 7.1.1? We've also experienced this error while deploying the route -
2020-01-10T18:00:23,765 | WARN | pool-34-thread-3 | aries.blueprint.spring.Activator 57 | 26 - org.apache.aries.blueprint.spring - 0.4.0 | Error starting extension: integration_ROUTE/0.1.0.SNAPSHOT
java.lang.ClassCastException: org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler cannot be cast to org.springframework.beans.factory.xml.NamespaceHandler
at org.apache.aries.blueprint.spring.SpringExtension.start(SpringExtension.java:64) [26rg.apache.aries.blueprint.spring:0.4.0]
at org.apache.felix.utils.extender.AbstractExtender$1.run(AbstractExtender.java:265) [26rg.apache.aries.blueprint.spring:0.4.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:?]
at java.lang.Thread.run(Thread.java:745) [?:?]