[appengine-java] Re: jython / modjy FileOutputStream exception

2010-04-09 Thread ac
hi,
In Eclipse environment,I get the same exceptions.
but application put in Google App Engine production environment,it
worked.
I think google eclipse plugin is checked JRE whitelist classes,
when class load time,class who depended non JRE whitelist classes is
reject.
also eclipse plugin have ignore to use non JRE whitelist classes
option,but it is no work.
I guess this option is useless for jar library?
I hope google Eclipse plugin developer team fix to just ignore this,
for many developer, for dynamic languages.

On 2月9日, 午後11:05, Alan Kennedy alan.kennedy.n...@gmail.com wrote:
 [Riley]

  Thanks for your response.  I'm using jython 2.5.1 downloaded from
  jython.org, and using the demo modjy app provided with jython.  I'm
  not modifying it in any way.

 That's odd.

 I've just carried out a completely clean install, and it worked just
 fine. You can see the results running here

 http://13.latest.jywsgi.appspot.com/

 Have you followed the instructions on this page?

 http://opensource.xhaus.com/projects/modjy/wiki/ModjyGoogleAppEngine

 Specifically, have you

 1. Copied jython.jar into the WEB-INF/lib directory
 2. Copied the appengine jar into the WEB-INF/lib directory
 3. Created the Lib.zip file and placed it into the WEB-INF/lib-python 
 directory
 4. Added a .pth file so that the Lib.zip is recognised.
 5. Added an appengine-web.xml file

 You may want to consider downloading a version with all of these steps
 already completed

 http://downloads.xhaus.com/modjy_webapp_google_appengine/

 Regards,

 Alan.

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: jython / modjy FileOutputStream exception

2010-04-09 Thread Alan Kennedy
[ac]
 In Eclipse environment,I get the same exceptions.
 but application put in Google App Engine production environment,it
 worked.

Thanks for that information, that's important to know.

[ac]
 I think google eclipse plugin is checked JRE whitelist classes,
 when class load time,class who depended non JRE whitelist classes is
 reject.
 also eclipse plugin have ignore to use non JRE whitelist classes
 option,but it is no work.
 I guess this option is useless for jar library?
 I hope google Eclipse plugin developer team fix to just ignore this,
 for many developer, for dynamic languages.

Has a bug been reported to the Eclipse project for this?

Regards,

Alan.

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: jython / modjy FileOutputStream exception

2010-02-10 Thread Riley
Thanks for your help, Alan.  I won't have a chance to try again for a
while, so it'll remain a mystery until then.  I'll be sure to post my
results back here then.

Thanks again!

Riley

On Feb 9, 8:05 am, Alan Kennedy alan.kennedy.n...@gmail.com wrote:
 [Riley]

  Thanks for your response.  I'm using jython 2.5.1 downloaded from
  jython.org, and using the demo modjy app provided with jython.  I'm
  not modifying it in any way.

 That's odd.

 I've just carried out a completely clean install, and it worked just
 fine. You can see the results running here

 http://13.latest.jywsgi.appspot.com/

 Have you followed the instructions on this page?

 http://opensource.xhaus.com/projects/modjy/wiki/ModjyGoogleAppEngine

 Specifically, have you

 1. Copied jython.jar into the WEB-INF/lib directory
 2. Copied the appengine jar into the WEB-INF/lib directory
 3. Created the Lib.zip file and placed it into the WEB-INF/lib-python 
 directory
 4. Added a .pth file so that the Lib.zip is recognised.
 5. Added an appengine-web.xml file

 You may want to consider downloading a version with all of these steps
 already completed

 http://downloads.xhaus.com/modjy_webapp_google_appengine/

 Regards,

 Alan.

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: jython / modjy FileOutputStream exception

2010-02-08 Thread Riley
Thanks for your response.  I'm using jython 2.5.1 downloaded from
jython.org, and using the demo modjy app provided with jython.  I'm
not modifying it in any way.

I can't find any other reports of this problem anywhere on the net -
mystifying!  Unfortunately I don't have another dev environment on
which to try it.

Riley



On Feb 1, 6:03 am, Alan Kennedy alan.kennedy.n...@gmail.com wrote:
 [Riley]

  I'm trying to get jython running with modjy.  Following instructions
  fromhttp://opensource.xhaus.com/projects/modjy/wiki/ModjyGoogleAppEngine
  but I get the exceptions below.  It looks like python is trying to
  write an initialization file or something.  I know a lot about Java
  but little about Python.  Any ideas?

 Hmm, that's strange; I'll need more information to figure out what's going on.

 What version of jython are you using?

 Are you using the demo modjy app provided with jython?

 If yes, are you modifying it in anyway, e.g. changing the web.xml, etc?

 Regards,

 Alan.

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.