问题是Camel和CXF (端点和客户端)和多个请求同时触发。
下面是我们得到的异常:
java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:772)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633)
at sun.net.www.protocol.http.HttpURLConnection.getInp
我正在使用Spring/Maven开发一个应用程序,而且我遇到了依赖问题。一切都正常,但是当我向Spring添加一个依赖项时,我的测试就停止了。
下面是我的堆栈跟踪,导致未能加载ApplicationContext
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cxf.staxutils.StaxUtils
at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:256)
我使用apache从weblogic server.The web服务调用具有基于相互身份验证授权的SSL web服务。
我设法解决了支持jdk版本的WebLogicVersion10.3中的一些问题。
但是现在我又犯了一个错误,在互联网上得不到太多的帮助。
Caused by: org.apache.cxf.transport.http.UntrustedURLConnectionIOException: RequireClientCertificate is set, but no local certificates were negotiated. Is
the server set
我们使用Spring和Apache cxf。
对于下面的示例代码,我得到了一个异常。这让我想知道:我是否可以在同一个方法签名中使用两个BeanParam注释/beans?
import javax.ws.rs.BeanParam;
//...
@GET
@Produces({"application/json;charset=UTF-8"})
public Response doFoo(
@BeanParam Bar bar,
@BeanParam Bas bas,
@Context UriInfo uriInfo)
我将一个工作代码从dev移动到测试,并在测试中遇到以下错误:
javax.xml.ws.soap.SOAPFaultException: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:143)
......
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInte
我有一个使用Apache CXF与Axis2 web服务通信的应用程序。在测试环境中,一切都很顺利,转移到生产环境中时发生了以下异常:
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInt
我的Camel Blueprint测试失败,出现以下异常:
org.osgi.framework.BundleException: Unable to start bundle
at org.apache.felix.connect.PojoSRBundle.start(PojoSRBundle.java:163)
at org.apache.felix.connect.PojoSR.startBundles(PojoSR.java:304)
at org.apache.felix.connect.
嗨,我写了jaxrs,apache服务器,.previously,它工作,fine.suddenly,它没有启动,它给出了这个错误。
Caused by: java.lang.ClassCastException: org.apache.cxf.jaxrs.model.wadl.WadlGenerator cannot be cast to javax.ws.rs.container.ContainerRequestFilter
at org.apache.cxf.jaxrs.provider.ServerProviderFactory.createWadlGenerator(Serv
我有一个JAX服务端点,完全通过在TomEE 7环境中运行的注释来配置。基本上,被调用的方法必须返回包含在图形数据结构中的所有节点名称的List<String>。这样一个请求的响应可以包含更多的感谢50k元素。
在CXF 2.6.x中,这很好。但是,当我在CXF3.x(捆绑在TomEE 7.x中)下调用WS-方法时,服务器端会抛出以下异常:
org.apache.cxf.interceptor.Fault: Unmarshalling Error: Maximum Number of Child Elements limit (50000) Exceeded
at org
我有一个CXF webservice服务器调用作为客户端的Axis1 webservice,并得到以下错误:
"Unable to locate a valid EngineConfigurationFactory“,然后出现空指针异常
我使用的是Jboss4。
在同一个应用程序中使用axis1和cxf有什么问题吗?
跟踪堆栈跟踪
10:25:04,263 INFO STDOUT 10:25:04,263警告EngineConfigurationFactoryFinder工厂对象已忽略:缺少必需的方法: public static EngineConfigurationFactory
web应用程序使用apache客户端向远程web服务发送请求。
当这个web应用程序部署在Tomcat上时,一切都正常。
当此web应用程序部署在JBOSS上且主体(信封)的大小大于8KB时,未能发送请求;生成了以下错误:
17:57:15,387 WARNING [org.apache.cxf.phase.PhaseInterceptorChain (ConnectorExecutor-21) Interceptor for xxx#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception, unwinding now
我知道这个答案:,但是当我必须将捆绑包包含在项目外部的包中时,我感觉好像做错了什么。
下面是我遇到的错误:
java.lang.Exception: Could not start bundle wrap:mvn:org.apache.cxf/cxf-bundle-jaxrs/2.7.14 in feature(s) test-dependencies-0.0.0: Unresolved constraint in bundle org.apache.cxf.bundle-jaxrs [80]: Unable to resolve 80.0: missing requirement [80.0
目前,我正在使用CXF,但是由于CXF中的以下代码:
// fall back if we're using another jaxb implementation
try {
riContext = JAXBUtils.createRIContext(contextClasses
.toArray(new Class[contextClasses.size()]), tns);
}
CXF同时加载Moxy和RI JAXB上下文(可能依赖于非标准API)。
在我的例子中,启动时间和内存开销太高了。
我正在寻找一个很好的开源JAX实现(CXF替代),它将像预期的那
当使用Gradle 1.10为web应用程序项目运行"war“任务时,当我包含对cxf-bundle 2.6.13的依赖时,会出现以下错误:
Could not resolve all dependencies for configuration ':runtime'.
Could not resolve <exclude org: module="l:ame="*" type="*.
Required by:
:gradle_dep_issue_example:unspecified > org.apache.
我完全被困住了!花了很多时间在这上面却没有进展..。
我有一个带有CXF 3 (3.1.4)的Spring4 (4.2.3.RELEASE)应用程序,我正在尝试进行JUnit测试。除了PUT请求之外,一切都很顺利。我得到了以下错误:
Caused by: org.apache.cxf.interceptor.Fault: No message body writer has been found for class com.someproject.logic.api.data.User, ContentType: application/xml
at org.apache.cxf.ja