Hi everyone,

I'm working on an app engine application that is integrated with the
Jena Semantic Web framework. I'm aware about the compatibility issues
associated with Jena, so I did all the necessary fixes described in
this group so it would properly work on the app engine.

My setup works fine on the local server. But the deployed version
keeps on getting the 500 Server Error page (The server encountered an
error and could not complete your request) every time I try to create
a model from a URL using the command
FileManager.get().loadModel(source). The command works fine for files
contained in the same directory as the app (e.g.
FileManager.get().loadModel("file:sample.rdf")), but not for valid
URLs.

Any suggestions on how I could fix this problem? I'm willing to do
long workarounds if they're the only option left to fix this.

Thanks in advance for any answers.

Cheers
Miko

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

Reply via email to