Problem running the 2.4.1.Final tutorial
yagerhard Oct 31, 2013 2:03 AMI'm having difficulty getting the 2.4.1 tutorial to run.
I'm usins OSX Mavericks.
I run "mvn package":
Downloaded: <lots of stuff>
[INFO] No tests to run.
[INFO]
[INFO] --- gwt-maven-plugin:2.5.1:compile (default) @ errai-tutorial ---
[INFO] auto discovered modules [org.jboss.errai.demo.App]
[INFO] org.jboss.errai.demo.App is up to date. GWT compilation skipped
[INFO]
[INFO] --- maven-war-plugin:2.2:war (default-war) @ errai-tutorial ---
[INFO] Packaging webapp
[INFO] Assembling webapp [errai-tutorial] in [/............/errai-tutorial-master/target/errai-tutorial]
[INFO] Processing war project
[INFO] Copying webapp resources [/.............../errai-tutorial-master/src/main/webapp]
[INFO] Webapp assembled in [1743 msecs]
[INFO] Building war: /...................../errai-tutorial-master/target/errai-tutorial.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.617s
[INFO] Finished at: Thu Oct 31 06:19:16 EST 2013
[INFO] Final Memory: 14M/81M
[INFO] ------------------------------------------------------------------------
So now I run "mvn gwt:run":
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Tutorial 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> gwt-maven-plugin:2.5.1:run (default-cli) @ errai-tutorial >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ errai-tutorial ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- gwt-maven-plugin:2.5.1:resources (default) @ errai-tutorial ---
[INFO] auto discovered modules [org.jboss.errai.demo.App]
[INFO] 10 source files from GWT module org.jboss.errai.demo.App
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ errai-tutorial ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< gwt-maven-plugin:2.5.1:run (default-cli) @ errai-tutorial <<<
[INFO]
[INFO] --- gwt-maven-plugin:2.5.1:run (default-cli) @ errai-tutorial ---
[INFO] noServer is set! Skipping exploding war file...
[INFO] auto discovered modules [org.jboss.errai.demo.App]
The usual GWT development launch tool appears and then I click the "Launch" button.
Firefox launches and immediately fails with "Problem loading page" "Unable to connect".
There's nothing reported in the console.
I don't believe that this is a proxy issue - am I missing something?
Many thanks,
MarkB