Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache CXF errors on java 8 upgrade

user8769643Sep 26 2018 — edited Sep 26 2018

Our application currently runs on a Windows 7 machine with java 6/apache-tomcat 7.0/Apache servicemix 4.5 /Spring 3.0.7. Our company is upgrading all our machines to windows 10/Java8 . Now when i try to run my application on windows 10 machine i get the error below. Can someone please advise how to make my application run on new machines. Please let me know if there is any information missing in this post  which i can provide to troubleshoot the issue

SEVERE: Could not resolve a binding for null

org.apache.cxf.service.factory.ServiceConstructionException: Could not resolve a binding for null

at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:404)

at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpointInfo(AbstractWSDLBasedEndpointFactory.java:258)

at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:146)

at org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:52)

Caused by: org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/soap/ registered.

at org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:91)

at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:394)

... 12 more

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 24 2018
Added on Sep 26 2018
0 comments
1,025 views