Skip to content

Invalid use of BasicClientConnManager: connection still allocated #3243

@Python-IBM

Description

@Python-IBM
  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.6.5
  • Operating System version: Red Hat 4.8.5-11
  • Java version:1.8.0

Steps to reproduce this issue

  1. consumer use http protocol
  2. submit a POST request

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

response data

Actual Result

report errors

java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0]
	at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0]
	at 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions