Re: [google-appengine] Please Help

2011-11-22 Thread Muneer Malik
can you take out everything from the web.xml and add stuff incrementally - you 
may see your bug

Best,
Muneer Malik

On Nov 22, 2011, at 11:41 AM, Surya Kumar  wrote:

> When I try to deploy the application to GAE using Eclipse plugin,I get
> the following error
> 
> 
> com.google.apphosting.utils.config.AppEngineConfigException: Received
> SAXException parsing the input stream for C:\Users\Surya\AppData\Local
> \Temp\appcfg4531845897867091812.tmp\WEB-INF/web.xml
> 
> Debugging information may be found in C:\Users\Surya\AppData\Local\Temp
> \appengine-deploy1299576097604741804.log
> 
> 
> The content of the web.xml file is
> 
> 
> http://www.w3.org/2001/XMLSchema-instance";
> xmlns="http://java.sun.com/xml/ns/javaee";
> xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> 
> http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5">
>
>WebServices
>webservices.WebServicesServlet
>
>
>WebServices
>/webservices
>
>
>index.html
>
> 
> 
> 
> 
> Please tell me how to correct this.
> Thanks in advance
> 
> -- 
> 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.
> 

-- 
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.



Re: [google-appengine] Group based authentication

2011-10-20 Thread Muneer Malik
I have used spring security with the google app engine.
You can set permissions at group level and configure spring security using
xml.

relavant blog:

http://blog.springsource.com/2010/08/02/spring-security-in-google-app-engine/

Best,
Muneer Malik

On Thu, Oct 20, 2011 at 3:33 PM, Zeeple  wrote:

> Hi folks,
>
> My organization has an apps account and we all have email addresses
> associated with that apps account. Furthermore, we make good use of
> groups in the sense of groups-of-users. What I would like is to be
> able to set permission levels within my app based on what groups the
> users belong to. This way, if one user is added to the developer
> group, for example, instead of having to go into the app code and
> alter a function, I can simply add that person to the appropriate
> group within google apps admin interface. Am I making sense?
>
> Any advice from someone who has already done this would be coolerific.
> Thanks!
>
> --
> 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.
>
>


-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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.



Re: [google-appengine] can't get appId from remote api; status code = 302

2011-10-17 Thread Muneer Malik
did you deploy the remote servlet on the app engine?



On Mon, Oct 17, 2011 at 11:56 AM, Thomas Wiradikusuma <
wiradikus...@gmail.com> wrote:

> Hi guys,
>
> I keep getting 302 when uploading data to my Java app, and I'm already
> using "Google Accounts API" as Authentication Options.
>
> Exception in thread "main" java.io.IOException: can't get appId from
> remote api; status code = 302
>at
>
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:
> 313)
>at
>
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:
> 276)
>at
>
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:
> 237)
>at
>
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:
> 106)
>at com.google.appengine.tools.remoteapi.RemoteApiInstaller
> $install.call(Unknown Source)
>at
>
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:
> 42)
>at
>
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:
> 108)
>at
>
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:
> 116)
>
> Any clue?
>
> --
> 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.
>
>


-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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: HTTPSession - set and get not working ... cannot get object in the next request

2011-10-12 Thread Muneer Malik
resending it ..

On Wed, Oct 12, 2011 at 7:42 PM, Muneer Malik  wrote:

> I am using session.setAttribute and session.getAttribute but my object is NOT 
> available in the next request.
>
> also noticed the session.getID() is also different for each request.
>
> my object implements Serializable
>
> code snippet as follows:
>
> public String intercept(ActionInvocation actionInvocation) throws Exception {
>   // TODO Auto-generated method stub
>   final ActionContext context = 
> actionInvocation.getInvocationContext ();
>   HttpServletRequest request = (HttpServletRequest) 
> context.get(StrutsStatics.HTTP_REQUEST);
>   HttpServletResponse response =  (HttpServletResponse) 
> context.get(StrutsStatics.HTTP_RESPONSE);
>   HttpSession session = request.getSession();
>   logger.info("session id" + session.getId());
>   StoreProfile storeProfile = null;
>   if (session != null) {
>   storeProfile = (StoreProfile) 
> session.getAttribute("STOREPROFILE");
>   }else {
>   session = request.getSession(true);
>   logger.info("Creating new session");
>   }
>   
>   if (storeProfile == null) {
>   logger.info("Store Interceptor - First time");
>   List StoreList = null;
>   GaeUser user = null;
>   user = 
> (GaeUser)SecurityContextHolder.getContext().getAuthentication().getPrincipal();
>   StoreList = storeService.getStores(user.getUserKey().getName());
>   storeProfile = new StoreProfile();
>   storeProfile.setStoreList(StoreList);
>   session.setAttribute("STOREPROFILE", storeProfile);
>   logger.info("Store Interceptor---" + 
> storeProfile.getStoreList().size());
>   
>   }
>   
>   
>   
>   
>   
>   // now get the StoreProfile from session
>   //StoreProfile storeProfile = (StoreProfile) 
> session.getAttribute("STOREPROFILE");
>   Action action = (Action) actionInvocation.getAction();
>   
>   // put this object in the action to be used if needed
>   if (action instanceof IStoreAware) {
>   
> ((IStoreAware)action).setStoreProfile(storeProfile);
>}
>   return actionInvocation.invoke();
>   
>   }
>   
>   
>   }
>
>
>
> --
> Confidentiality Notice
> ---
>
>
> THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
> CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
> DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
> THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
> INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
> DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
> HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
> tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.
>
>
> THANK YOU.
>



-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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] HTTPSession - set and get not working ... cannot get object in the next request

2011-10-12 Thread Muneer Malik
I am using session.setAttribute and session.getAttribute but my object
is NOT available in the next request.

also noticed the session.getID() is also different for each request.

my object implements Serializable

code snippet as follows:

public String intercept(ActionInvocation actionInvocation) throws Exception {
// TODO Auto-generated method stub
final ActionContext context = 
actionInvocation.getInvocationContext ();
HttpServletRequest request = (HttpServletRequest)
context.get(StrutsStatics.HTTP_REQUEST);
HttpServletResponse response =  (HttpServletResponse)
context.get(StrutsStatics.HTTP_RESPONSE);
HttpSession session = request.getSession();
logger.info("session id" + session.getId());
StoreProfile storeProfile = null;
if (session != null) {
storeProfile = (StoreProfile) 
session.getAttribute("STOREPROFILE");
}else {
session = request.getSession(true);
logger.info("Creating new session");
}

if (storeProfile == null) {
logger.info("Store Interceptor - First time");
List StoreList = null;
GaeUser user = null;
user = 
(GaeUser)SecurityContextHolder.getContext().getAuthentication().getPrincipal();
StoreList = storeService.getStores(user.getUserKey().getName());
storeProfile = new StoreProfile();
storeProfile.setStoreList(StoreList);
session.setAttribute("STOREPROFILE", storeProfile);
logger.info("Store Interceptor---" + 
storeProfile.getStoreList().size());

}





// now get the StoreProfile from session
//StoreProfile storeProfile = (StoreProfile)
session.getAttribute("STOREPROFILE");
Action action = (Action) actionInvocation.getAction();

// put this object in the action to be used if needed
if (action instanceof IStoreAware) {

((IStoreAware)action).setStoreProfile(storeProfile);
 }
return actionInvocation.invoke();

}


}



-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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.



Re: [google-appengine] 1.5.4 SDK Prerelease

2011-09-07 Thread Muneer Malik
I see the SDK is being updated but eclipse plugin is still showing 1.5.2 ..

any reason for that ?

Thanks

On Tue, Sep 6, 2011 at 2:20 PM, Johan Euphrosine  wrote:

> Hi everyone,
>
> Prerelease SDK for 1.5.4 is ready for testing, feel free to download
> and give it a try for local verification:
> http://code.google.com/p/googleappengine/downloads/list
>
> See release notes below.
>
> Happy testing!
>
> App Engine Python SDK - Release Notes
>
> Version 1.5.4
> ===
> - You can now specify the maximum size for a blob in create_upload_url().
> - Zigzag merge join queries will now continue scanning up to the 30 second
>  Datastore query deadline.  For zigzag queries that used to generate
> NeedIndex
>  errors, many will now succeed.  A small percentage will now instead
> timeout.
> - Added API functionality for making calls to the Memcache API
> asynchronously.
> - Fixed an issue that incorrectly allowed creation of tasks with whitespace
> in
>  the url.
> - Fixed the error message for "transaction not found" to be more
> descriptive.
> - Fixed an issue where blobstore uploads didn't work in the SDK with the
>  -a 0.0.0.0 flag set.
> - Fixed an issue where --dry_run was broken for upload_data in bulkload.py.
> - Fixed an issue where db.Model().to_xml() incorrectly updated
> auto-updating
>  properties.
>http://code.google.com/p/googleappengine/issues/detail?id=322
> - Fixed an issue where the SDK didn't expand the '~' in a file path.
>http://code.google.com/p/googleappengine/issues/detail?id=522
> - Fixed an issue where is_saved() wasn't valid after db.Model.__init__.
>http://code.google.com/p/googleappengine/issues/detail?id=844
> - Fixed an issue where GQL IN queries with an empty list returned all
> entities.
>http://code.google.com/p/googleappengine/issues/detail?id=932
> - Fixed an issue where the SDK's sqlite stub did not handle cursors on
>  descending queries correctly.
>http://code.google.com/p/googleappengine/issues/detail?id=3121
> - Fixed a typo in the SDK's Datastore Stats generator message.
>http://code.google.com/p/googleappengine/issues/detail?id=5425
>
> App Engine Java SDK - Release Notes
>
> Version 1.5.4
> =
> - You can now specify the maximum size for a blob in
>  BlobstoreService.createUploadUrl().
> - Zigzag merge join queries will now continue scanning up to the 30 second
>  Datastore query deadline. For zigzag queries that used to generate
>  DatastoreNeedIndexException, many will now succeed. A small percentage
> will
>  now instead timeout.
> - The Prospective Search API is available in Java for all applications.
> This API
>  is still experimental, so applications will be limited to a maximum of
> 1000
>  subscriptions.
> - We made a classloading improvement that we expect to help loading request
>  latencies for projects with large numbers of jars.
> - Added support for the set_default_version flag to Appcfg.
> - The Java Remote API now recognizes the HTTP_X_APPENGINE_INBOUND_APPID.
> This
>  means that the Datastore Admin copy functionality will work when using
>  Java's Remote API with the destination app.
> - Fixed an issue that incorrectly allowed creation of tasks with whitespace
> in
>  the url.
> - Fixed the error message for "transaction not found" to be more
> descriptive.
> - Fixed an issue with the dev appserver's local Blobstore implementation
> trying
>  to modify an immutable collection.
>http://code.google.com/p/googleappengine/issues/detail?id=3081
> - Fixed an SDK issue where CONFIG, FINE, FINER, FINEST logging messages
> were not
>  displayed.
>http://code.google.com/p/googleappengine/issues/detail?id=4591
> --
> Johan Euphrosine (proppy)
> Developer Programs Engineer
> Google Developer Relations
>
> --
> 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.
>
>


-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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 g

[google-appengine] Re: Java Remote API - getting 302 error

2011-07-12 Thread Muneer Malik
any clues /  suggestion here ?

not sure if my query was successfully posted !

thanks

On Monday, July 11, 2011, Muneer Malik  wrote:
> Did anyone try this yet?
> any ideas here?
> Thanks
>
> On Mon, Jul 11, 2011 at 10:51 AM, Muneer Malik  wrote:
> Exception in thread "main" java.io.IOException: can't get appId from remote 
> api; status code = 302
>   at 
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:217)
>   at 
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:199)
>at 
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:165)
>
>   at 
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:86)
>   at RemoteExample.main(RemoteExample.java:29)
>
>
> Any clues?
> Best,Muneer
>
> --
> Confidentiality Notice
> ---
>
>
> THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY 
> CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM 
> DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR 
> THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE INTENDED 
> RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION, DISTRIBUTION OR 
> COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU HAVE RECEIVED 
> THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT tutti...@gmail.com 
> OR BY TELEPHONE AT 817-458-1764.
>
>
> THANK YOU.
>
>
> --
> Confidentiality Notice
> ---
>
>
> THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY 
> CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM 
> DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR 
> THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE INTENDED 
> RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION, DISTRIBUTION OR 
> COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU HAVE RECEIVED 
> THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT tutti...@gmail.com 
> OR BY TELEPHONE AT 817-458-1764.
>
>
> THANK YOU.
>
>

-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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: Java Remote API - getting 302 error

2011-07-12 Thread Muneer Malik
Did anyone try this yet?

any ideas here?

Thanks

On Mon, Jul 11, 2011 at 10:51 AM, Muneer Malik  wrote:

>
> Exception in thread "main" java.io.IOException: can't get appId from remote
> api; status code = 302
> at
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:217)
>  at
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:199)
> at
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:165)
>  at
> com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:86)
> at RemoteExample.main(RemoteExample.java:29)
>
> Any clues?
>
> Best,
> Muneer
>
>
> --
> Confidentiality Notice
> ---
>
>
> THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
> CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
> DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
> THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
> INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
> DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
> HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
> tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.
>
>
> THANK YOU.
>



-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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] Java Remote API - getting 302 error

2011-07-12 Thread Muneer Malik
Exception in thread "main" java.io.IOException: can't get appId from remote
api; status code = 302
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:217)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:199)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:165)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:86)
at RemoteExample.main(RemoteExample.java:29)

Any clues?

Best,
Muneer


-- 
Confidentiality Notice
---


THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY
CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM
DISCLOSURE UNDER APPLICABLE LAW.  IF YOU ARE NOT THE INTENDED RECIPIENT, OR
THE EMPLOYEE OR AGENT RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE
INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION,
DISTRIBUTION OR COPYING OF THE COMMUNICATION IS STRICTLY PROHIBITED.  IF YOU
HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY IMMEDIATELY AT
tutti...@gmail.com OR BY TELEPHONE AT 817-458-1764.


THANK YOU.

-- 
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.