Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying the Google Cloud Messaging tutorial: http://developer.android.com/guide/google/gcm/demo.html, but I can't get it to work. I need ot work with eclips and this tutorial does not use eclipse. Does anyone knows how to achieve this, while using eclipse.

EDIT:
My biggest problem is setting up the webserver. I go to this part:

4. Start the development App Engine server by ant runserver, using the -Dsdk.dir to
indicate the location of the App Engine SDK and -Dserver.host to set your
server's hostname or IP address

I got it to compile, but when I enter the url given in the tutorial, it gives me the: The requested URL could not be retrieved error.

EDIT 2:
The feedback after trying to run the server

init:

copyjars:

compile:

datanucleusenhance:
  [enhance] DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
  [enhance] DataNucleus Enhancer completed with success for 0 classes. Timings input=70 ms, enhance=0 ms, total=70 ms. Consult the log for full details
  [enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full details

runserver:
     [java] Sep 4, 2012 9:42:00 AM com.google.apphosting.utils.jetty.JettyLogger info
     [java] INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
     [java] Sep 4, 2012 9:42:00 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
     [java] INFO: Successfully processed C:\Program Files\Android\android-sdk\extras\google\gcm\samples\gcm-demo-appengine\WebContent\WEB-INF/appengine-web.xml
     [java] Sep 4, 2012 9:42:01 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
     [java] INFO: Successfully processed C:\Program Files\Android\android-sdk\extras\google\gcm\samples\gcm-demo-appengine\WebContent\WEB-INF/web.xml
     [java] Sep 4, 2012 9:42:02 AM com.google.apphosting.utils.jetty.JettyLogger warn
     [java] WARNING: failed SelectChannelConnector@127.0.0.2:8080: java.net.BindException: Address already in use: bind
     [java] Sep 4, 2012 9:42:02 AM com.google.apphosting.utils.jetty.JettyLogger warn
     [java] WARNING: failed Server@1e8c585: java.net.BindException: Address already in use: bind
     [java]
     [java] ************************************************
     [java] Could not open the requested socket: Address already in use: bind
     [java] Try overriding --address and/or --port.

BUILD SUCCESSFUL
Total time: 5 seconds

Thanks in advance,
Mark Dijkema

share|improve this question
Where exactly are you stuck? Does the project compile? Are you getting the registration ID? Have you set up the Web server? Does it receive the RegID? – Seva Alekseyev Sep 4 '12 at 1:25
Sorry about that. I got the registration ID, but after that I am completely dark. I got no idea how to get this working in eclipse – DijkeMark Sep 4 '12 at 7:10
Looks like you're already running a Web server on port 80 (IIS, Apache). Try changing the port on the test server somehow. – Seva Alekseyev Sep 4 '12 at 20:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.