cqframework / atom_cql_support

Apache License 2.0
4 stars 3 forks source link

Address already in use when attempting to execute #21

Closed brynrhodes closed 3 years ago

brynrhodes commented 4 years ago

When attempting to Execute CQL in the Atom plugin, we're getting the following error:

ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [:735]
brynrhodes commented 4 years ago

This is caused by the having Java Debug enabled for the CQL plugin. To disable, go to Settings | Packages and click on the language-cql plugin. In the settings panel, make sure "Java Components Debug" is unchecked.