On Thu, Jan 9, 2014 at 12:59 AM, krishna bhaskara rao <[email protected]>
 wrote:

> I am using Google App Engine to my application. With in my application I
> am trying to integration ETL(Kettle) integration tool.
> While initializing kettle object, I am getting below exception
>
> Error java.security.AccessControlException: access denied 
> ("java.io.FilePermission" "/WEB-INF/.kettle/kettle.properties" "read")
>
> I have placed kettle.properties file under war/WEB-INF/.kettle folder.
>
> Let me know if any one have an idea about this
>
>

The Google App Engine sandbox disallows access to certain classes,
especially file manipulation services.

If possible, modify your code so you can access files through servlet
support. For example, you could call
*this.getServletContext().getResourceAsStream("local
path here");* .


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to