If you get a 500 error message you should also look into the tomcat log file, it might provide more info. The war files might not have been deployed correctly. You should make sure permissions are set correctly and tomcat is running before moving/copying the .war files in the webapps folder for tomcat, so tomcat can deploy them correctly.
Adina On Sun, May 15, 2016 at 2:41 PM, Fan Yang <[email protected]> wrote: > Hi Amila, > > I think you can try 192.168.33.10:8080 first, to see if tomcat is > running. If so, you can check are zookeeper and accumulo installed > configured correctly or not. You may redo the following steps: > > sudo rm -R /data (delete the existing data folder for accumulo) > > sudo mkdir /data > sudo chown vagrant:vagrant /data > mkdir /data/accumulo > mkdir /data/accumulo/lib > mkdir /data/accumulo/lib/ext > accumulo-1.7.1/bin/accumulo init —instance-name dev —password root > (re-initialize accumulo instance) > > And then restart zookeeper and accumulo to see if you can add data and > send query on openrdf. Hope this can help you. > > Bests, > > Fan > > On May 15, 2016, at 11:51 AM, Amila Wijayarathna <[email protected]> > wrote: > > *Amila Wijayarathna* > > > -- Dr. Adina Crainiceanu Associate Professor, Computer Science Department United States Naval Academy 410-293-6822 [email protected] http://www.usna.edu/Users/cs/adina/
