[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-10 Thread baris evrim demiroz
Hello,

I am having the exact same problem. Any updates on the issue? Did you solve 
it or find a workaround?

Thanks for your answer.

On Monday, October 7, 2013 5:29:01 PM UTC+3, Francois Masurel wrote:
>
> Hi everybody,
>
> Couldn't succeed in writing a file using the GCS client on the dev server 
> running on my Windows 7 laptop.
>
> I keep getting these kind of errors telling me that my file system can't 
> handle file names with a colon in them :
>
>  directory>\WEB-INF\appengine-generated\encoded_gs_key*:*L2dzL2JibG...
>
> Is it normal? Did I miss something?
>
> Anybody using successfully the GCS client on the dev server running on 
> Windows?
>
> Any help will ge greatly appreciated.
>
> François
>

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


[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-12 Thread baris evrim demiroz
In my case it was the filesystem type. I keep my files on usb disk which is 
FAT32 for compatibility. After I changed to NTFS everything works now. What 
a nasty little bug.

On Sunday, December 8, 2013 10:55:50 PM UTC+2, baris evrim demiroz wrote:
>
> Hello,
>
> I am having the exact same problem. Any updates on the issue? Did you 
> solve it or find a workaround?
>
> Thanks for your answer.
>
> On Monday, October 7, 2013 5:29:01 PM UTC+3, Francois Masurel wrote:
>>
>> Hi everybody,
>>
>> Couldn't succeed in writing a file using the GCS client on the dev server 
>> running on my Windows 7 laptop.
>>
>> I keep getting these kind of errors telling me that my file system can't 
>> handle file names with a colon in them :
>>
>> > directory>\WEB-INF\appengine-generated\encoded_gs_key*:*L2dzL2JibG...
>>
>> Is it normal? Did I miss something?
>>
>> Anybody using successfully the GCS client on the dev server running on 
>> Windows?
>>
>> Any help will ge greatly appreciated.
>>
>> François
>>
>

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


[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-13 Thread Doug Anderson
I started getting GCS client errors with 1.8.8 win dev server (code 
previously working).  Upgrading to the latest GCS client code (r127) fixed 
my problem.

https://code.google.com/p/appengine-gcs-client/downloads/list


On Monday, October 7, 2013 10:29:01 AM UTC-4, Francois Masurel wrote:
>
> Hi everybody,
>
> Couldn't succeed in writing a file using the GCS client on the dev server 
> running on my Windows 7 laptop.
>
> I keep getting these kind of errors telling me that my file system can't 
> handle file names with a colon in them :
>
>  directory>\WEB-INF\appengine-generated\encoded_gs_key*:*L2dzL2JibG...
>
> Is it normal? Did I miss something?
>
> Anybody using successfully the GCS client on the dev server running on 
> Windows?
>
> Any help will ge greatly appreciated.
>
> François
>

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


[google-appengine] Re: Problem using GCS client with the dev server on Windows

2013-12-13 Thread baris evrim demiroz
I found the cause and a workaround for the bug. I keep my files on usb disk 
which is FAT32 for compatibility. After I changed to NTFS everything works 
now.  I filled a bug report about this too.

On Friday, December 13, 2013 5:10:54 PM UTC+2, Doug Anderson wrote:
>
> I started getting GCS client errors with 1.8.8 win dev server (code 
> previously working).  Upgrading to the latest GCS client code (r127) fixed 
> my problem.
>
> https://code.google.com/p/appengine-gcs-client/downloads/list
>
>
> On Monday, October 7, 2013 10:29:01 AM UTC-4, Francois Masurel wrote:
>>
>> Hi everybody,
>>
>> Couldn't succeed in writing a file using the GCS client on the dev server 
>> running on my Windows 7 laptop.
>>
>> I keep getting these kind of errors telling me that my file system can't 
>> handle file names with a colon in them :
>>
>> > directory>\WEB-INF\appengine-generated\encoded_gs_key*:*L2dzL2JibG...
>>
>> Is it normal? Did I miss something?
>>
>> Anybody using successfully the GCS client on the dev server running on 
>> Windows?
>>
>> Any help will ge greatly appreciated.
>>
>> François
>>
>

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