Re: error on createdb - Not a definitive answer

Stefan Burkard <[email protected]> Thu, 12 Aug 2004 15:20:17 +0200
Newsgroups gmane.comp.java.keel.user
Message-ID <[email protected]>
hi nate

as far as i know, i'm using hsqldb - at least is the jdbc-pool of the 
server-config in system.xconf set to a memory-db of hsql.

i'm using the absolute standard-setup out of cvs and builded as 
described in the quickstart-guide. i've done nothing myself till now.

by the way: i tried the createdb-request about 10 times and i get the 
exceptions everytime.

is there a way i can have a look on the in-memory-database?

greetings
stefan

Nathan Kontny wrote:

> Stefan, 
> 
> What database are you using?  I have been using MySQL and still have this
> problem.  What I have been able to do is run, createdb twice and the second
> time it completes.  I am lost as to why this is occuring.  Also, when I use the
> native Keel database, hypersonic, I don't get this time out.
> 
> This didn't used to happen and my database version hasn't changed.  I wonder if
> a database driver has been updated in Keel to cause this, I haven't checked
> them yet.....
> 
> -Nate
> 
> Quoting Stefan Burkard <[email protected]>:
> 
> 
>>hi keel-users
>>
>>i'm currently working through your quickstart-manual and have some 
>>problems (keel-newbie).
>>
>>first of all, the tests doesn't run because it can't create a 
>>"junit"-task. is there a jar-file missing in ant's lib-dir?
>>
>>however, this doesn't seem to affect the tomcat-start, because this runs 
>>well and i also get the startpage (/default) in my browser.
>>
>>but if i then try to call the create-db-url like suggested in the 
>>quickstart, i receive an exception (see below) thats already mentioned 
>>in this mailinglist, but has no replies.
>>
>>can anybody help me with this???
>>
>>thanks and greetings
>>stefan
>>
>>--------------------------
>>the exception is:
>>org.keel.services.model.ModelException: null, [KeelStarter] :Channel 
>>timed out waiting for response
>>	org.keel.clients.direct.KeelClientDirect.execute(KeelClientDirect.java:70)
>>
> 
> 	org.keel.clients.AbstractClientConnector.execute(AbstractClientConnector.java:59)
> 
> 	org.keel.clients.webapp.AbstractWebappClientConnector.execute(AbstractWebappClientConnector.java:73)
> 
> 	org.keel.clients.struts.StrutsClientConnector.execute(StrutsClientConnector.java:106)
> 
>>	org.keel.clients.struts.ModelAction.execute(ModelAction.java:70)
>>
> 
> 	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
> 
>>	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
>>	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
>>	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>
>>_______________________________________________
>>User mailing list
>>[email protected]
>>http://lists.keelframework.org/listinfo.cgi/user-keelframework.org
>>