[appengine-java] Exception: Unable to complete the HTTP request

2010-09-22 Thread Miko Aguilar
Hi everyone,

I'm getting an "Timeout while fetching..." message every time I'm trying to
read dynamically generated XML files. But when I try accessing static XML
files, I don't have any problems.

Changing the timeout limit will work sometimes, but the exception still
appears most of the time. Does this mean that the XML files are taking too
much time before they are generated? I do have to wait for a few seconds
before they get loaded in a browser, but it's not like 10 or 5 seconds
waiting time. Any inputs on this matter?

Thanks!
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 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] Problem w/ loading Jena model from URL

2010-09-19 Thread Miko
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 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.