slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Can't start Local Server #488

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try Running Server after starting database.
2.
3.

What is the expected output? What do you see instead?
May 6, 2010 3:44:18 PM com.noelios.restlet.http.StreamServerHelper start
INFO: Starting the internal HTTP server
java.lang.IllegalStateException: Database has no tables.
    at 
org.wholebrainproject.wbc.server.data.DataRepository.getInstance(DataReposi
tory.java:91)
    at 
org.wholebrainproject.wbc.server.WBCServerApplication.createRoot(WBCServerA
pplication.java:36)
    at org.restlet.Application.getRoot(Application.java:302)
    at 
com.noelios.restlet.application.ApplicationHelper.start(ApplicationHelper.j
ava:139)
    at org.restlet.Application.start(Application.java:489)
    at 
com.noelios.restlet.component.ComponentHelper.checkVirtualHost(ComponentHel
per.java:144)
    at 
com.noelios.restlet.component.ComponentHelper.start(ComponentHelper.java:19
5)
    at org.restlet.Component.startHelper(Component.java:1221)
    at org.restlet.Component.start(Component.java:1195)
    at org.wholebrainproject.wbc.server.Server.start(Server.java:55)
    at org.wholebrainproject.wbc.server.Server.main(Server.java:130)

Please use labels and text to provide additional information.
I am able to start the database but I can't start the Server. I want to be 
able to export the current WBC state, but I am unable to do so since I 
can't start the server. 

Original issue reported on code.google.com by piperfl...@gmail.com on 6 May 2010 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by piperfl...@gmail.com on 7 May 2010 at 8:56