Created
November 2, 2012 15:04
-
-
Save anarchivist/4001881 to your computer and use it in GitHub Desktop.
ArchivesSpace 0.2.0-1 front end gives empty results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mssamac03:~ mam54$ curl -v http://localhost:8080 | |
* About to connect() to localhost port 8080 (#0) | |
* Trying 127.0.0.1... connected | |
* Connected to localhost (127.0.0.1) port 8080 (#0) | |
> GET / HTTP/1.1 | |
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r zlib/1.2.3 | |
> Host: localhost:8080 | |
> Accept: */* | |
> | |
* Empty reply from server | |
* Connection #0 to host localhost left intact | |
curl: (52) Empty reply from server | |
* Closing connection #0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mssamac03:archivesspace mam54$ java -XX:PermSize=128m -XX:MaxPermSize=256m -jar archivesspace.v0.2.0-1.jar | |
2012-11-02 10:57:29.993:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT | |
2012-11-02 10:57:46.637:INFO:/:INFO: jruby 1.7.0.RC2 (1.9.3p203) 2012-10-09 142cc7b on Java HotSpot(TM) 64-Bit Server VM 1.6.0_37-b06-434-10M3909 [darwin-x86_64] | |
2012-11-02 10:57:46.640:INFO:/:INFO: using a shared (threadsafe!) runtime | |
Running database migrations for demo database | |
All done. | |
2012-11-02 10:58:26.046:INFO:oejs.AbstractConnector:Started [email protected]:8089 | |
2012-11-02 10:58:26.046:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT | |
2012-11-02 10:58:49.045:INFO:/:INFO: jruby 1.7.0.RC2 (1.9.3p203) 2012-10-09 142cc7b on Java HotSpot(TM) 64-Bit Server VM 1.6.0_37-b06-434-10M3909 [darwin-x86_64] | |
2012-11-02 10:58:49.046:INFO:/:INFO: using a shared (threadsafe!) runtime | |
(unknown):0 warning: instance vars on non-persistent Java type Java::OrgJrubyRackServlet::ServletRackEnvironment (http://wiki.jruby.org/Persistence) | |
2012-11-02 10:59:12.548:INFO:oejs.AbstractConnector:Started [email protected]:8080 | |
************************************************************ | |
Welcome to ArchivesSpace! | |
You can now point your browser to http://localhost:8080/ | |
************************************************************ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment