gnodet commented on issue #637:
URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-1118216189

   > > Listening for transport dt_socket at address: 8000
   > 
   > Your daemon started a debug session - is that your intention?
   
   Nice catch, this definitely looks like the daemon is waiting for the 
debugger to connect.
   See the `-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000` 
parameters passed as an argument when starting the daemon JVM. 
   @mike-boost you must have the `mvnd.debug` system property set to `true` 
somewhere....


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to