Re: [google-appengine] Re: app engine location change .

2022-02-18 Thread 'Sumit Pawar' via Google App Engine
Thanks for your info

On Fri, Feb 18, 2022, 12:23 AM 'Andres Fiesco Casasola' via Google App
Engine  wrote:

> You cannot change an app’s region
>  after it has been
> deployed; however, there is already a request for this feature, and the
> App Engine product team is evaluating it but there is no resolution time.
> Here is some information that you might find useful about the subject:
>
>
>-
>
>
>
> https://stackoverflow.com/questions/25766488/verify-change-application-region-at-google-app-engine
>-
>
>
>
> https://stackoverflow.com/questions/25589246/change-gae-application-location
>-
>
>
>
> https://stackoverflow.com/questions/42820998/change-region-in-new-app-engine-flexible-project
>
>
> On Thursday, February 17, 2022 at 9:38:55 AM UTC-6
> sum...@capitalnumbers.com wrote:
>
>> hello , i created the app engine in gcp its location was 'us' now .i want
>> to change the location into 'london'.so please guide for that .
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/374d6500-90e4-4266-b25e-9dcff6f9cf43n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMbftpscG%3DOSiLgmG5ath2L5D%3Dx9WpxJgG-Sa9pWCMDF9qDo1g%40mail.gmail.com.


[google-appengine] app engine location change .

2022-02-17 Thread 'Sumit Pawar' via Google App Engine
hello , i created the app engine in gcp its location was 'us' now .i want 
to change the location into 'london'.so please guide for that .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2ab465bb-1aeb-4acb-a97b-c62792bea9d1n%40googlegroups.com.


[google-appengine] Analytics API:500 Internal Server Error

2016-09-27 Thread Sumit Bansal
Hi ,

Now a days always ,I have been receiving this error from the Analytics API:
 
 Error accessing google analytics API
  com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 
Internal Server Error
 {
   "code" : 500,
  "errors" : [ {
"domain" : "global",
"message" : "There was an internal error.",
   "reason" : "internalError"
  } ],
  "message" : "There was an internal error."
}
at 
com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
at 
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1056)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
at 
org.pentaho.di.trans.steps.googleanalytics.GaInputStep.init(GaInputStep.java:233)
at org.pentaho.di.trans.step.StepInitThread.run(StepInitThread.java:69)
at java.lang.Thread.run(Thread.java:745)

Any clue on how to trace and debug as this seems to be coming from Google 
API.

-- 
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/41027a66-8ceb-4605-9250-359143c26bf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] how to move one appengine instance to another instance with cname settings

2013-08-17 Thread Sumit
Hi,

I've been using the legacy master-slave datastore for my application (lets 
call it oldapp) and have migrated the same to high replication datastore by 
creating a replica (lets call this newapp) as recommended by Google! Now 
i've a challenge to redirect my domain to this new instance. Let's say my 
domain name is foo.com and www.foo.com. I use whois.com domain services to 
map my domains to appengine app instance by mapping each of my domain to 
ghs.google.com via CNAME entries. Now when i'm trying to add foo.com as 
domain in newapp appengine instance, it's failing by giving me an 
Invalid request error. Literally there is no other information and the 
page that appears is completely blank. Any idea how to go about this 
migration?

Thanks,
-Sumit

-- 
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: how to move one appengine instance to another instance with cname settings

2013-08-17 Thread Sumit
So i got this working by following this link.. 
https://groups.google.com/forum/#!searchin/google-appengine/cname$20settings/google-appengine/X6N80msPbl8/rwKwOm-tJ_oJ

Thanks to the community! :-)

On Saturday, August 17, 2013 4:25:40 PM UTC+5:30, Sumit wrote:

 Hi,

 I've been using the legacy master-slave datastore for my application (lets 
 call it oldapp) and have migrated the same to high replication datastore by 
 creating a replica (lets call this newapp) as recommended by Google! Now 
 i've a challenge to redirect my domain to this new instance. Let's say my 
 domain name is foo.com and www.foo.com. I use whois.com domain services 
 to map my domains to appengine app instance by mapping each of my domain to 
 ghs.google.com via CNAME entries. Now when i'm trying to add foo.com as 
 domain in newapp appengine instance, it's failing by giving me an 
 Invalid request error. Literally there is no other information and the 
 page that appears is completely blank. Any idea how to go about this 
 migration?

 Thanks,
 -Sumit


-- 
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] convert jtable data to AutoCAD file format????

2013-07-22 Thread sumit jagtap

Hello , I want to know how to convert jtable data to AutoCAD file 
format(i.e .DXF or .DWG) . or is there any library or API to do this things 
in JAVA ??? 

please help 

-- 
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] Full Text Search Storage

2012-07-10 Thread Sumit Kapoor
Hi,

I had create two indexes under two different namespace (one index per 
namespace). Under each index I then added hundreds of documents. I was able 
to see the storage size for Full Test Search under the quota details page 
of my application console getting consumed, but I couldn't find away to 
access the documents and indexes from the console. Also the output of the 
stats API remained same.

I used hooks while adding the documents and was able to get the document 
size then, but Is there a way to view and figure out the storage size of 
the documents that have already been added to an index ?

Also is there a way to get the storage size of an index or all the indexes 
under a namespace using an API like stats ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/DIO9Th5G9MkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Problems while porting Cloud IDE for google app engine ?

2011-07-01 Thread sumit singh
I am currently porting caerusone 
http://caerusone.googlecode.com/files/caerusone.pdfto Google app engine 
and so far has been successful to be able to run generic mapper / graph in 
cloud and 
has been able to rapidly prototype application on Google app engine 
infrastructure.

A Demo http://caerusone.appspot.com/site/wide_5678/wide.html.jspis 
available at Following 
locationhttp://caerusone.appspot.com/site/wide_5678/wide.html.jsp

To see different graphs possible to run choose file-open graph and 
select any graph.

I am facing following problems while porting workflow:
1) What is the best way to make sure a long running java class  with static 
variables will not get persisted.
2)  Since my workflow definition could become sizable what is the best way 
to keep in memory seems from document there is no guaranteed way of doing 
it.?
3) From documents it seems backend is the only way to go for implementing 
workflow? is there a way i can get a free backend to port application ?

P.S
When workflow definition is in memory it is either camel process or a java 
object representing a workflow/graph.

thanks and regards,
sumit




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/54-oNMleHZcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Previously attached subdomain still bound to the deleted appengine application

2010-08-04 Thread Sumit
I think i didn't delete the app and subdomain association before
disabling/deleting the application. Is there a way it could be cleared
up now that the application is already deleted? anyone from Google
Apps or Appengine team?

Raised this issue with appengine, yet to hear from them
http://code.google.com/p/googleappengine/issues/detail?id=3471

Thanks in advance.
-Sumit

On Jul 19, 9:47 am, Balaban Valeriu 4ikip...@gmail.com wrote:
 http://code.google.com/appengine/kb/adminconsole.html#delete_app

 http://code.google.com/appengine/kb/adminconsole.html#delete_appYou can
 delete your app, but App Engine provides safety measures to prevent
 inadvertent deletion. To delete your app, you first disable it, which stops
 all serving requests but leaves your data and state alone. Once your app is
 disabled, you can leave it that way, or you can delete it. While your app is
 disabled, you can still use the Administration Console to manage it. If you
 delete it, your data and state are destroyed and can't be restored. *Even
 after your application is deleted, its appid is reserved.*

 2010/7/16 Sumit skbrnwl-...@yahoo.com

  Hi,

  I'd a java application on appengine that was pointing to my subdomain
  foo.bar.com (example domain). I found out about google apps based
  authentication if it is used as appengine.google.com/a/bar.com
  (example domain) and hence deleted the previous application. It took
  three days to completely remove that application and now i'm trying to
  attach my new application (hosted as part of google apps integration)
  to the same subdomain. Its complaining that my previous appengine
  instance (which i thought has been completely removed) is still
  attached with this subdomain. Now that i've no access to the deleted
  appengine instance, would you please suggest on how to clean this
  mess?

  I will provide details on the app_id and subdomain once i hear from
  you guys.
  Thanks,
  -Sumit

  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

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



[google-appengine] Previously attached subdomain still bound to the deleted appengine application

2010-07-18 Thread Sumit
Hi,

I'd a java application on appengine that was pointing to my subdomain
foo.bar.com (example domain). I found out about google apps based
authentication if it is used as appengine.google.com/a/bar.com
(example domain) and hence deleted the previous application. It took
three days to completely remove that application and now i'm trying to
attach my new application (hosted as part of google apps integration)
to the same subdomain. Its complaining that my previous appengine
instance (which i thought has been completely removed) is still
attached with this subdomain. Now that i've no access to the deleted
appengine instance, would you please suggest on how to clean this
mess?

I will provide details on the app_id and subdomain once i hear from
you guys.
Thanks,
-Sumit

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



[google-appengine] Re: Windows 7 - can't run appengine sdk

2009-03-05 Thread Sumit Bando

I have been using 1.1.8  on Windows 7 for a month, so your problem is
likely something else.

Good luck.

Sumit

On Mar 5, 3:28 pm, David Wilson d...@botanicus.net wrote:
 Hi Chen,

 Please post the full text of the traceback you received. Have you
 tried reinstalling the SDK? Do you by any chance have a module called
 appengine_rpc anywhere in your application, or sys.path?

 David.

 2009/3/5 Chen Harel chook.ha...@gmail.com:



  AttributeError: 'module' object has no attribute 'HttpRpcServer'

  I'm getting this error message while trying dev_appserver.py on a
  project that is working in vista
  (Although in vista I used 1.1.7 and now in Windows 7 I use 1.19)
  Python is 2.5.4 x64

  Please assist, what can cause this error

 --
 It is better to be wrong than to be vague.
   — Freeman Dyson
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Can't start debug server, i will crazy!

2009-01-19 Thread Sumit Bando

This can be related to another instance of the app server running on
your machine.
Try killing off Python processes.
Try rebooting.

On Jan 17, 4:01 am, Maxime wangyi...@gmail.com wrote:
 Help!

 My PC is : Vista 32bit, Python 2.5, GAE 1.1.5

 Error message is below:

 Who can help me, thanks :-(

 -

 C:\google_appenginedev_appserver.py demos/guestbook
 INFO     2009-01-17 11:53:17,653 appcfg.py] Server:
 appengine.google.com
 WARNING  2009-01-17 11:53:17,667 datastore_file_stub.py] Could not
 read datastor
 e data from c:\users\wyg\appdata\local\temp\dev_appserver.datastore
 WARNING  2009-01-17 11:53:17,667 datastore_file_stub.py] Could not
 read datastor
 e data from c:\users\wyg\appdata\local\temp
 \dev_appserver.datastore.history
 Traceback (most recent call last):
   File C:\google_appengine\dev_appserver.py, line 55, in module
     execfile(script_path, globals())
   File C:\google_appengine\google\appengine\tools
 \dev_appserver_main.py, line
 358, in module
     sys.exit(main(sys.argv))
   File C:\google_appengine\google\appengine\tools
 \dev_appserver_main.py, line
 337, in main
     static_caching=static_caching)
   File C:\google_appengine\google\appengine\tools\dev_appserver.py,
 line 2837,
  in CreateServer
     return BaseHTTPServer.HTTPServer((serve_address, port),
 handler_class)
   File C:\Python25\lib\SocketServer.py, line 330, in __init__
     self.server_bind()
   File C:\Python25\lib\BaseHTTPServer.py, line 101, in server_bind
     SocketServer.TCPServer.server_bind(self)
   File C:\Python25\lib\SocketServer.py, line 341, in server_bind
     self.socket.bind(self.server_address)
   File string, line 1, in bind
 socket.error: (10049, Can't assign requested address)

 -

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