Re: Big Daddy example problems

2011-06-16 Thread bbgott
I found that if I put the external ip of the development machine into
the debugging_prefs.properties file and then set the file read-only,
the project would work.  The downside to this approach is that it
requires me to change the file with each environment that I program
in.  For some reason, eclipse overwrites the file on compile if it is
not read-only.  The contents of my file is url=external ip:
and the file privileges are set to -r--r-.

On May 30, 4:37 pm, Zachariah Young zpyo...@gmail.com wrote:
 @bbgott

 I'm getting the same issue also on Ubuntu.  The solutions work just fine on
 Windows.  Could it be that Ubuntu has the  port blocked or something?

 Also what did u hard code to get the Android application to work.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Big Daddy example problems

2011-05-31 Thread Adolfo Panizo Touzon
Can the application runs in other port??

2011/5/30 Zachariah Young zpyo...@gmail.com

 @bbgott

 I'm getting the same issue also on Ubuntu.  The solutions work just fine on
 Windows.  Could it be that Ubuntu has the  port blocked or something?

 Also what did u hard code to get the Android application to work.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
El precio es lo que pagas. El valor es lo que recibes.
Warren Buffet

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Big Daddy example problems

2011-05-31 Thread Ed
Try running netstat as root on the linux machine to determine if the
port is in use

On Tue, May 31, 2011 at 6:07 AM, Adolfo Panizo Touzon
adolfo.pan...@gmail.com wrote:
 Can the application runs in other port??

 2011/5/30 Zachariah Young zpyo...@gmail.com

 @bbgott
 I'm getting the same issue also on Ubuntu.  The solutions work just fine
 on Windows.  Could it be that Ubuntu has the  port blocked or something?
 Also what did u hard code to get the Android application to work.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



 --
 El precio es lo que pagas. El valor es lo que recibes.
 Warren Buffet

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Big Daddy example problems

2011-05-30 Thread Zachariah Young
@bbgott

I'm getting the same issue also on Ubuntu.  The solutions work just fine on 
Windows.  Could it be that Ubuntu has the  port blocked or something?

Also what did u hard code to get the Android application to work.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Big Daddy example problems

2011-05-25 Thread bbgott
I have not had the Fatal Exception issue, but I have had other
problems with it, when developing on Ubuntu linux.  When I try the
example on my Mac, it works.  I have been able to narrow it down to
the fact that the example attempts to connect to 127.0.1.1: for
debugging with a local app engine instance.  Upon examining the
Util.java file, around the 190 line area, it says to create an assets/
debugging_prefs.properties file with the url of the debug app engine
server in it.  I tried doing that, but everytime I ran the code, it
would revert the url back to 127.0.1.1:.  The only way that I have
been able to get the code to run on linux is to hardcode the url of
the dev app engine into the Uitl.java file.  This seems to be a bug in
the App engine connected project.  I have scoured the project settings
as well as the other eclipse settings and can not come up with a
reason for why it keeps reverting that file.

On May 13, 9:38 am, patjackson52 patjackso...@gmail.com wrote:
 I've been trying the new app engine connected android projected with
 the new beta release and have had no luck.  The server side appears to
 be working, however the android app crashes.  I get a Fatal
 Exception:  cannot parse payload: payload[0]

 Has anyone else tried this?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Big Daddy example problems

2011-05-13 Thread patjackson52
I've been trying the new app engine connected android projected with
the new beta release and have had no luck.  The server side appears to
be working, however the android app crashes.  I get a Fatal
Exception:  cannot parse payload: payload[0]

Has anyone else tried this?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.