Re: [appengine-java] AppCfg error

2010-02-15 Thread Andreas Blomqvist
Hi Still has this problem. Using Netbeans 6.8 on SnowLeopard 10.6 (OSX) What build file are you refering to? The build-impl.xml or the ant-deploy.xml ? Thanks 2010/1/30 杨浩 > after gae set,this is a e.x: > > > 开始更新GAE... > > > > -- > You received this message because yo

Re: [appengine-java] JDO - GWT - JUNIT testing examples

2010-02-02 Thread Andreas Blomqvist
Htmlunit doesnt work on GAE due to restrictions. Getting this error: java.lang.NoClassDefFoundError: java.net.URLStreamHandler is a restricted class. Please see the Google App Engine developer's guide for more details. If anyone has any insights on how to resolve this please let me know. Thinkin

[appengine-java] HtmlUnit/HttpUnit in GAE

2010-01-31 Thread Andreas Blomqvist
Hi Have anyone tried implementing htmlUnit/httpUnit with GAE ? I'm getting permissions errors. Is there any workaround? /x -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...

Re: [appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread Andreas Blomqvist
(BoundedThreadPool.java:442) On 30 January 2010 12:40, 杨浩 wrote: > It's not enough information! > Show the full stack trace,please! > > 2010/1/30 Andreas Blomqvist > > Hi all >> >> I get this error: >> >> *java.security.AccessControlException: access denied >> jav

[appengine-java] AppCfg error

2010-01-30 Thread Andreas Blomqvist
Hi I get this error when I try and deply to GAE. usage: dirname path Exception in thread "main" java.lang.NoClassDefFoundError: com/google/appengine/tools/admin/AppCfg Caused by: java.lang.ClassNotFoundException: com.google.appengine.tools.admin.AppCfg at java.net.URLClassLoader$1.run(URL

[appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread Andreas Blomqvist
Hi all I get this error: *java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler* when trying to connect to my GAE server. Anyone know how to grant permissions in GAE? thanks /x -- You received this message because you are subscribed to the Google Gr

[appengine-java] local google app engine server in Netbeans

2009-12-07 Thread Andreas Blomqvist
Hi Newbie question. I'm running a local google app engine server with my netbeans (6.7) and I am having some problems with redeploying. I always get runserver: [java] 2009-dec-07 13:54:15 com.google.apphosting.utils.jetty.JettyLogger warn [java] VARNING: failed selectchannelconnec...@lo

[appengine-java] upload error

2009-10-29 Thread Andreas Blomqvist
getting SEVERE: Version still not ready to serve, aborting. when I try and deploy. Did server rollbacks. What could be wrong? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To pos

[appengine-java] read file

2009-10-29 Thread Andreas Blomqvist
stupid question, but anyway I want to include a myData.csv file and read it from my app. Where do I put it ? and what is the path to the file when I read it in the code? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl