Mantis - Quercus
Viewing Issue Advanced Details
4846 major N/A 11-08-11 22:33 07-08-12 23:37
saravanat  
nam  
normal  
closed 4.0.14  
unable to reproduce  
none    
none  
0004846: I am using quercus for php running. But in google app engine live it is not working
I read all the quercus tutorials and instatlled resin in local machine and working fine. While uploading the project to live Google app engine server. it says the following error.

http://phpque.appspot.com/resin_test.php [^]

com.caucho.quercus.QuercusException: java.lang.NoClassDefFoundError: Could not initialize class com.google.apphosting.runtime.security.shared.stub.javax.naming.InitialContext

any one help me out to solve this issue.

Thanks in Advance
Saravana.

Notes
(0005919)
nam   
06-21-12 01:25   
Are you using GoogleQuercusServlet instead of QuercusServlet?
(0005950)
nam   
07-08-12 23:37   
InitialContext is a not a white-listed GAE class, so it cannot be instantiated. It is used for JNDI lookups of databases in Quercus. JNDI is used if you configured a global database in your web.xml. Or it may be that you're using "QuercusServlet" instead of "GoogleQuercusServlet".

Closing due to incomplete bug report. If this issue still exist, please open a new one with more details. Thanks.