Re: Google Cloud Storage IOException

2013-10-07 Thread Francois Masurel
I'm getting hit by the same error : GCS dev is trying to write a file with 
a colon in it and Win7 doeesn't like it.

Have you found a solution to this ?

Thanx for your help.

François


On Saturday, March 16, 2013 1:46:50 AM UTC+1, Sevak Asadorian wrote:

 Latest error in Eclipse:

 Caused by: com.google.apphosting.api.ApiProxy$ApplicationException: 
 ApplicationError: 7: 
 ...war\WEB-INF\appengine-generated\encoded_gs_key:L2dzL21hcGxlL3NhdmUudHh0 
 (The system cannot find the file specified)

 On Friday, March 15, 2013 5:25:23 PM UTC-7, Sevak Asadorian wrote:

 I am getting an ExpectedException trying to read from Google Cloud 
 Storage. Please help!

 This is the function that I am using to read my file.

 public String importData() {

 String result = Done reading file.;
 boolean lockForRead = false;
 String filename = /gs/maple/save.txt;
  try { 
 // Get the file
 FileService fileService = FileServiceFactory.getFileService(); 
 AppEngineFile readableFile = new AppEngineFile(filename);
 FileReadChannel readChannel = fileService.openReadChannel(readableFile, 
 lockForRead);

 // Read the file
 BufferedReader reader = new 
 BufferedReader(Channels.newReader(readChannel, UTF8));
 String line = reader.readLine();
 System.out.println(line =  + line);
 readChannel.close();
  }
 catch (IOException e) { 
 result = Failed to read file;
 e.printStackTrace();
 }
 return result;
 }



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Safari Windows takes 100% on example page

2010-03-31 Thread Francois MASUREL
I haven't found an existing issue about this problem, anybody wants to
create one ?


On Tue, Mar 30, 2010 at 1:20 AM, Brendan Kenny bcke...@gmail.com wrote:

 Also worth noting that the showcase will cease with the loading if
 you just open the rich text area under text input on the left.

 Other projects I have that have the same problem don't have rich text
 areas or code splitting, though.

 On Mar 29, 5:47 pm, Brendan Kenny bcke...@gmail.com wrote:
  hmm, I get the same thing. Some of my own GWT projects do it as well,
  whether local or remote, but not all of them. this is in safari 4.0.4
  on Windows 7.
 
  does anyone know the specifics of the logic of the loading... wheel
  and what would cause it not to cease?
  -profiling of my projects within safari shows all the execution time
  (100% on one core) is taking place within program and not user js
  code
  -a good way to crash safari (mine at least): have the web inspector
  open and set to the resources tab, then navigate to one of these
  forever-loading GWT pages
 
  that last point is clearly a problem with safari, but could indicate a
  root cause. is there safari-specific loading code that works around
  some *mac-only* safari-specific shenanigans? chrome has no problem
  with it...
 
  On Mar 29, 1:21 pm, Ian Bambury ianbamb...@gmail.com wrote:
 
 
 
   Yep, does the same for me on 4 - I was on 3.x before because I get fed
 up
   with Apple trying to take over my PC every time you load anything -
 iTunes,
   Apple Update and so on - Netscape used to do that and look what
 happened to
   them.
 
   Anyway, I installed 4.something and it does the same for me.
 
   [sigh Off to clean all the crap out of the system, then...]
 
   Ian
 
  http://examples.roughian.com
 
   On 29 March 2010 13:33, Francois MASUREL f.masu...@gmail.com wrote:
 
Hi Ian, thanx for your answer.
 
I'm running Safari for Windows v4.0.5 on Windows XP SP3 (I have the
 same pb
at home on Vista).
 
The page loads fine, but the wheel on the right of the address bar
 keeps
running and CPU goes up to 100%.
 
Some javascript seems to be looping indefinitely, I can pause it in
 the
WebInspector.
 
François
 
On Mon, Mar 29, 2010 at 2:18 PM, Ian Bambury ianbamb...@gmail.com
 wrote:
 
It's OK on my machine
 
What versions are you running?
 
Ian
 
   http://examples.roughian.com
 
On 29 March 2010 11:44, mably fm2...@mably.com wrote:
 
Hi everybody,
 
Does anyone know why Safari on Windows takes 100% CPU when
 displaying
this simpe example page :
 
   http://gwt.google.com/samples/Showcase/Showcase.html
 
I've the same problem on my GWT 2.0 application, it's quite
 annoying
for my Safari users.
 
Is Safari on Windows not fully compatible with GWT ?
 
Thanx for your help.
 
François
Bordeaux, FRANCE
 
--
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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@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-tool...@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@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-tool...@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@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-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@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-tool...@googlegroups.com

Re: Safari Windows takes 100% on example page

2010-03-29 Thread Francois MASUREL
Hi Ian, thanx for your answer.

I'm running Safari for Windows v4.0.5 on Windows XP SP3 (I have the same pb
at home on Vista).

The page loads fine, but the wheel on the right of the address bar keeps
running and CPU goes up to 100%.

Some javascript seems to be looping indefinitely, I can pause it in the
WebInspector.

François



On Mon, Mar 29, 2010 at 2:18 PM, Ian Bambury ianbamb...@gmail.com wrote:

 It's OK on my machine

 What versions are you running?

 Ian

 http://examples.roughian.com


 On 29 March 2010 11:44, mably fm2...@mably.com wrote:

 Hi everybody,

 Does anyone know why Safari on Windows takes 100% CPU when displaying
 this simpe example page :

 http://gwt.google.com/samples/Showcase/Showcase.html

 I've the same problem on my GWT 2.0 application, it's quite annoying
 for my Safari users.

 Is Safari on Windows not fully compatible with GWT ?

 Thanx for your help.

 François
 Bordeaux, FRANCE

 --
 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-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@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-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@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-tool...@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.