Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread 'Les Vogel' via Google App Engine
I've written several issues about this today and started several email
threads, I'll get back to you when I know more.

On Mon, Feb 27, 2017 at 12:10 PM, Paul Mazzuca 
wrote:

> That's unfortunate. Will it ever be supported, and if so when?
>
> On Mon, Feb 27, 2017 at 11:58 AM, 'Les Vogel' via Google App Engine <
> google-appengine@googlegroups.com> wrote:
>
>> Hi Paul,
>>
>> Quickly looking at the Github Repository
>>  for the
>> plugin suggests that it hasn't yet been updated to work with the Cloud
>> SDK plugin
>> .
>> I would suggest you continue to use the Java SDK plugin
>>  for
>> now.
>>
>> Regards,
>>
>> Les
>>
>> On Mon, Feb 27, 2017 at 9:57 AM, Paul Mazzuca 
>> wrote:
>>
>>> Yes.
>>>
>>> On Mon, Feb 27, 2017 at 9:39 AM, 'Adam (Cloud Platform Support)' via
>>> Google App Engine  wrote:
>>>
 The current appengine-maven-plugin version is 1.2.0
 ,
 not 1.1.0-beta1. Do you still experience the same issue on that version?

 On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote:
>
> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId
> com.google.cloud.tools, I am unable to get the GCS client to work in dev
> mode.  I followed the short documentation @
> https://cloud.google.com/appengine/docs/standard/java/goog
> lecloudstorageclient/setting-up-cloud-storage, however have been
> unsuccessful.  This previously worked in the older appengine-maven-plugin.
>
> The error I receive:
>
> [java.io.IOException: java.lang.NoSuchMethodException:
> com.google.appengine.tools.development.devappserver2.DevAppS
> erver2Delegate.getService(java.lang.String)]
>
>
> This is also mentioned on GitHub https://github.com/G
> oogleCloudPlatform/app-maven-plugin/issues/106.
>
>
> Has anyone been able to get gcs to work using the new mvn appengine
> plugin?
>
>
> Is it true as the documentation suggests that "there is no local
> emulation of gcs"?  I thought the previous plugin supported local 
> emulation
> (though I might not have realized it was reaching out to Internet)
>
>
> --
 You received this message because you are subscribed to a topic in the
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit https://groups.google.com/d/to
 pic/google-appengine/-nUPSAL41Bs/unsubscribe.
 To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/google-appengine/73a1c103-24b1-42ea-a9b4-2c2da23055f9%40
 googlegroups.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> 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 https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/CAJpXATQ63Uy_o4s1xwjRc85ohXfYPjdKFv1nw0
>>> g1zmPxUkpdAA%40mail.gmail.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>>
>>
>> *  •  **Les Vogel*
>> *  •  *Cloud Developer Relations
>> *  •  *l...@google.com
>> *  •  *+1-4 <%2B1-650-338-7103>08-676-7023
>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/google-appengine/-nUPSAL41Bs/unsubscribe.
>> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
That's unfortunate. Will it ever be supported, and if so when?

On Mon, Feb 27, 2017 at 11:58 AM, 'Les Vogel' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Hi Paul,
>
> Quickly looking at the Github Repository
>  for the
> plugin suggests that it hasn't yet been updated to work with the Cloud
> SDK plugin
> .
> I would suggest you continue to use the Java SDK plugin
>  for
> now.
>
> Regards,
>
> Les
>
> On Mon, Feb 27, 2017 at 9:57 AM, Paul Mazzuca 
> wrote:
>
>> Yes.
>>
>> On Mon, Feb 27, 2017 at 9:39 AM, 'Adam (Cloud Platform Support)' via
>> Google App Engine  wrote:
>>
>>> The current appengine-maven-plugin version is 1.2.0
>>> ,
>>> not 1.1.0-beta1. Do you still experience the same issue on that version?
>>>
>>> On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote:

 After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId
 com.google.cloud.tools, I am unable to get the GCS client to work in dev
 mode.  I followed the short documentation @
 https://cloud.google.com/appengine/docs/standard/java/goog
 lecloudstorageclient/setting-up-cloud-storage, however have been
 unsuccessful.  This previously worked in the older appengine-maven-plugin.

 The error I receive:

 [java.io.IOException: java.lang.NoSuchMethodException:
 com.google.appengine.tools.development.devappserver2.DevAppS
 erver2Delegate.getService(java.lang.String)]


 This is also mentioned on GitHub https://github.com/G
 oogleCloudPlatform/app-maven-plugin/issues/106.


 Has anyone been able to get gcs to work using the new mvn appengine
 plugin?


 Is it true as the documentation suggests that "there is no local
 emulation of gcs"?  I thought the previous plugin supported local emulation
 (though I might not have realized it was reaching out to Internet)


 --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/google-appengine/-nUPSAL41Bs/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/73a1c103-24b1-42ea-a9b4-2c2da23055f9%40
>>> googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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 https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/CAJpXATQ63Uy_o4s1xwjRc85ohXfYPjdKFv1nw0
>> g1zmPxUkpdAA%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
>
> *  •  **Les Vogel*
> *  •  *Cloud Developer Relations
> *  •  *l...@google.com
> *  •  *+1-4 <%2B1-650-338-7103>08-676-7023
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/-nUPSAL41Bs/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/CAGB1p5i1PtLEcMzk%2B24SBV8ojBq%
> 2BrC3BTdwovTWFbYX4fvUx6g%40mail.gmail.com
> 
> .
>
> For more options, visit 

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread 'Les Vogel' via Google App Engine
Hi Paul,

Quickly looking at the Github Repository
 for the
plugin suggests that it hasn't yet been updated to work with the Cloud SDK
plugin
.
I would suggest you continue to use the Java SDK plugin
 for now.

Regards,

Les

On Mon, Feb 27, 2017 at 9:57 AM, Paul Mazzuca 
wrote:

> Yes.
>
> On Mon, Feb 27, 2017 at 9:39 AM, 'Adam (Cloud Platform Support)' via
> Google App Engine  wrote:
>
>> The current appengine-maven-plugin version is 1.2.0
>> , not
>> 1.1.0-beta1. Do you still experience the same issue on that version?
>>
>> On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote:
>>>
>>> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId
>>> com.google.cloud.tools, I am unable to get the GCS client to work in dev
>>> mode.  I followed the short documentation @ https://cloud.google.com/app
>>> engine/docs/standard/java/googlecloudstorageclient/setting-u
>>> p-cloud-storage, however have been unsuccessful.  This previously
>>> worked in the older appengine-maven-plugin.
>>>
>>> The error I receive:
>>>
>>> [java.io.IOException: java.lang.NoSuchMethodException:
>>> com.google.appengine.tools.development.devappserver2.DevAppS
>>> erver2Delegate.getService(java.lang.String)]
>>>
>>>
>>> This is also mentioned on GitHub https://github.com/G
>>> oogleCloudPlatform/app-maven-plugin/issues/106.
>>>
>>>
>>> Has anyone been able to get gcs to work using the new mvn appengine
>>> plugin?
>>>
>>>
>>> Is it true as the documentation suggests that "there is no local
>>> emulation of gcs"?  I thought the previous plugin supported local emulation
>>> (though I might not have realized it was reaching out to Internet)
>>>
>>>
>>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/google-appengine/-nUPSAL41Bs/unsubscribe.
>> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/73a1c103-24b1-42ea-a9b4-2c2da23055f9%
>> 40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/CAJpXATQ63Uy_o4s1xwjRc85ohXfYPjdKFv1nw0g1zm
> PxUkpdAA%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 


*  •  **Les Vogel*
*  •  *Cloud Developer Relations
*  •  *l...@google.com
*  •  *+1-4 <%2B1-650-338-7103>08-676-7023

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAGB1p5i1PtLEcMzk%2B24SBV8ojBq%2BrC3BTdwovTWFbYX4fvUx6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
Yes.

On Mon, Feb 27, 2017 at 9:39 AM, 'Adam (Cloud Platform Support)' via Google
App Engine  wrote:

> The current appengine-maven-plugin version is 1.2.0
> , not
> 1.1.0-beta1. Do you still experience the same issue on that version?
>
> On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote:
>>
>> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId
>> com.google.cloud.tools, I am unable to get the GCS client to work in dev
>> mode.  I followed the short documentation @ https://cloud.google.com/app
>> engine/docs/standard/java/googlecloudstorageclient/setting-
>> up-cloud-storage, however have been unsuccessful.  This previously
>> worked in the older appengine-maven-plugin.
>>
>> The error I receive:
>>
>> [java.io.IOException: java.lang.NoSuchMethodException:
>> com.google.appengine.tools.development.devappserver2.DevAppS
>> erver2Delegate.getService(java.lang.String)]
>>
>>
>> This is also mentioned on GitHub https://github.com/G
>> oogleCloudPlatform/app-maven-plugin/issues/106.
>>
>>
>> Has anyone been able to get gcs to work using the new mvn appengine
>> plugin?
>>
>>
>> Is it true as the documentation suggests that "there is no local
>> emulation of gcs"?  I thought the previous plugin supported local emulation
>> (though I might not have realized it was reaching out to Internet)
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/-nUPSAL41Bs/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/73a1c103-24b1-42ea-a9b4-
> 2c2da23055f9%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAJpXATQ63Uy_o4s1xwjRc85ohXfYPjdKFv1nw0g1zmPxUkpdAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The current appengine-maven-plugin version is 1.2.0 
, not 
1.1.0-beta1. Do you still experience the same issue on that version?

On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote:
>
> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId 
> com.google.cloud.tools, I am unable to get the GCS client to work in dev 
> mode.  I followed the short documentation @ 
> https://cloud.google.com/appengine/docs/standard/java/googlecloudstorageclient/setting-up-cloud-storage,
>  
> however have been unsuccessful.  This previously worked in the older 
> appengine-maven-plugin.
>
> The error I receive:
>
> [java.io.IOException: java.lang.NoSuchMethodException: 
> com.google.appengine.tools.development.devappserver2.DevAppServer2Delegate.getService(java.lang.String)]
>
>
> This is also mentioned on GitHub 
> https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/106.  
>
>
> Has anyone been able to get gcs to work using the new mvn appengine plugin?
>
>
> Is it true as the documentation suggests that "there is no local emulation 
> of gcs"?  I thought the previous plugin supported local emulation (though I 
> might not have realized it was reaching out to Internet)
>
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/73a1c103-24b1-42ea-a9b4-2c2da23055f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.