JIQL create table issue

13 views
Skip to first unread message

rajeev jha

unread,
Dec 24, 2010, 5:46:44 AM12/24/10
to jiql
Hi,
I got a GAE account, and uploading a simple war with :
WEB-INF/appengine-api.jar
WEB-INF/lib/jiql.jar
WEB-INF/appengine-web.xml
WEB-INF/jiql.properties
WEB-INF/logging.properties
WEB-INF/web.xml
/jiql.jsp

updated web.xml with the following code :

<servlet>
<servlet-name>jiqlservlet</servlet-name>
<servlet-class>org.jiql.JiqlServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>jiqlservlet</servlet-name>
<url-pattern>/jiqlservlet</url-pattern>
</servlet-mapping>



I was thinking to have everything to use such application as a jdbc
bind point for bigtables.
But, when i am hitting jiql.jsp and entering

user - admin
QSL query - create table Employee ( author varchar(256) ,content
varchar(256),date timestamp )

Its throwing following error :

/jiql.jsp
java.lang.NoClassDefFoundError: javax.net.SocketFactory is a
restricted class. Please see the Google App Engine developer's guide
for more details.
at javax.net.SocketFactory.<clinit>(SocketFactory.java)


Can you explain me how should it work, or point me on some links ?
Also GAE account and GAE account for Java is different ? which one
support JIQL ?


Thanks in advance,
Regards,
Rajeev Jha
Reply all
Reply to author
Forward
0 new messages