I just installed dspace from the master branch source.
I am however getting an "Internal System Error" on the landing page (as you can see in the attached image)
dspace log indicates a solr issue:
http://pastebin.com/CP93Mwj0tl;dr: solr is not accessible via http (returning 403). Here is my server.xml extract regarding dspace sonfiguration:
<Context path="/dspace" docBase="/home/pkaramol/Workspace/dspace/dspace-installation/webapps/jspui" reloadable="true" />
<Context path="/solr" docBase="/home/pkaramol/Workspace/dspace/dspace-installation/webapps/solr" reloadable="true">
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.0\.0\.1|123\.123\.123\.123|111\.222\.233\.d+"/>
<Parameter name="LocalHostRestrictionFilter.localhost" value="false" override="false" />
</Context>
Any suggestions would be appreciated, thx.
Pantelis