Latest version of marmotta - 3.2.1 1) On Windows 8.1 64 the initial choice box which determines the ip & writes to startup.properties offers a choice of 0 (zero) items. The only choice is to cancel which shuts down marmotta.
Luckily I am running a linux instance as well & copied the startup.properties from that. ie.: #stored by marmotta startup; do not modify manually #Mon Jun 30 17:57:08 BST 2014 startup.host=localhost startup.port=8080 On windows only I get the following in the log upon startup: 14:05:18.881 WARN o.a.m.p.c.s.c.ContentServiceImpl - pattern (C:\programs\Java\j2ee\Tomcat\marmotta\marmotta-home/resources| http://localhost:8080/marmotta/resource/|urn:).* is not a valid regular expression; disabling reader/writer filesystem (message was Unknown character property name {r} near index 5 (C:\programs\Java\j2ee\Tomcat\marmotta\marmotta-home/resources| http://localhost:8080/marmotta/resource/|urn:).* 2) On both linux & windows (& both firefox & chrome on both) resetting the db string to postgresql etc in the web ui...is simply ignored. As such I have been trying to set up pgsql by editing the system-config.properties: database.url = jdbc:h2:C:\\programs\\Java\\j2ee\\Tomcat\\marmotta\\marmotta-home/db/marmotta;MVCC=true;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=10 -- Adam Flinton