Hi,

I tried to run the sample of the GAE Channel API at
http://code.google.com/p/java-channel-tic-tac-toe/. And get the error
of FileNotFoundException for index-template.

To my memory, it is not allowed to have files I/O in the GAE
environment,am I understanding it wrong?
Or do I miss anything,just like the file required?

Thanks for the help?

----------------------------------------------------------------------

Problem accessing /. Reason:

    index-template (The system cannot find the file specified)

Caused by:

java.io.FileNotFoundException: index-template (The system cannot find
the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at java.io.FileReader.<init>(FileReader.java:41)
        at
com.mahon.afish.server.channeltactoe.TicTacToeServlet.doGet(TicTacToeServlet.java:
76)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to