Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wso2 msf4j请求在http连接器侦听器中出现异常错误_Wso2_Wso2msf4j - Fatal编程技术网

Wso2 msf4j请求在http连接器侦听器中出现异常错误

Wso2 msf4j请求在http连接器侦听器中出现异常错误,wso2,wso2msf4j,Wso2,Wso2msf4j,我使用msf4j框架创建了一个微服务,使用Hibernate jpa配置了postgres数据库,并启动了服务器 我可以成功地执行post/get操作,但在后端会出现以下错误。谁能指导我解决这个问题 Hibernate: select user0_.id as id1_0_0_, user0_.firstName as firstNam2_0_0_, user0_.lastName as lastName3_0_0_ from

我使用msf4j框架创建了一个微服务,使用Hibernate jpa配置了postgres数据库,并启动了服务器

我可以成功地执行post/get操作,但在后端会出现以下错误。谁能指导我解决这个问题

Hibernate: 
    select
        user0_.id as id1_0_0_,
        user0_.firstName as firstNam2_0_0_,
        user0_.lastName as lastName3_0_0_ 
    from
        USER_DETAIL user0_ 
    where
        user0_.id=?
2019-05-25 07:56:36 ERROR MSF4JHttpConnectorListener:268 - Error in http connector listener
org.wso2.transport.http.netty.contract.ServerConnectorException: Remote client closed the connection before initiating inbound request
    at org.wso2.transport.http.netty.contractimpl.listener.SourceHandler.notifyErrorListenerAtConnectedState(SourceHandler.java:238)
    at org.wso2.transport.http.netty.contractimpl.listener.SourceHandler.channelInactive(SourceHandler.java:165)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
    at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
    at org.wso2.transport.http.netty.contractimpl.common.BackPressureHandler.channelInactive(BackPressureHandler.java:45)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
    at io.netty.handler.stream.ChunkedWriteHandler.channelInactive(ChunkedWriteHandler.java:143)
    ~~~