Hi,

For Option 1: I tried to remove the app engine by doing following
steps:
1) In project -> properties go to Google->App Engine
2) Unselect the option Use Google App Engine

I get following error when running the Application as Web Application

Exception in thread "main" java.lang.NoSuchMethodError:
org.mortbay.thread.Timeout.<init>(Ljava/lang/Object;)V
        at org.mortbay.io.nio.SelectorManager
$SelectSet.<init>(SelectorManager.java:306)
        at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
223)
        at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
        at
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
303)
        at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
        at org.mortbay.jetty.Server.doStart(Server.java:233)
        at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
        at
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
667)
        at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:500)
        at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1055)
        at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:804)
        at com.google.gwt.dev.DevMode.main(DevMode.java:309)

If i use Google App Engine, i get following error when i tried to
access the DB:

java.sql.SQLException: URL is not in the correct format: jdbc:mysql://
localhost:3306/upskillingdb
        at
com.google.cloud.sql.jdbc.internal.Exceptions.driverUrlNotInCorrectFormat(Exceptions.java:
103)
        at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:47)
        at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:24)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at
com.sap.upskillingmanager.server.DataBaseConnector.getConnection(DataBaseConnector.java:
54)
        at
com.sap.upskillingmanager.server.DataBaseServicesImpl.addTraining(DataBaseServicesImpl.java:
17)

Any hints on how i can remove GAE from my project and use jetty server
for development ?

Thanks and Regards,
Ashwani Kr Sharma


On Sep 6, 8:22 pm, Jeanpylone <[email protected]> wrote:
> just remove App engine from your project 
> (seehttps://groups.google.com/forum/#!msg/google-web-toolkit/j76nAJT7zgU/...
> )
>
> Regards,

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

Reply via email to