"bind failed: Address already in use "
The debug port defaults to 8000. http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/debug-mojo.html#debugPort You can set it to something else if you need to because you already have something else running on that port. On Dec 12, 11:41 am, "David Durham, Jr." <[email protected]> wrote: > >> If you want to launch the debug goal from Eclipse you can with > >> m2eclipse. So in all I still think everything we are talking about > >> here is already in the plugin, and it's abstracted away from a > >> particular IDE which is a better approach (better than including > >> anything specific to any particular IDE). > > > That's what I meant by launch script. Thanks for the info about > > gwt:debug and m2eclipse. > > Actually, I tried this and I get the following error: > > ----------------- > FATAL ERROR in native method: JDWP No transports initialized, > jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) > 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 [../../../src/share/back/debugInit.c:690] > [ERROR] > > The following mojo encountered an error while executing: > Group-Id: com.totsp.gwt > Artifact-Id: maven-googlewebtoolkit2-plugin > Version: 2.0-beta26 > Mojo: debug > brought in via: Direct invocation > > While building project: > Group-Id: org.gxt > Artifact-Id: dynamicforms > Version: 1.0-SNAPSHOT > From file: /home/david/work/groovy/dynamicforms/pom.xml > Reason: Exception attempting to run script - debug.sh > --------------- > > Any ideas? > > Thanks, > Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
