I fired up a new instance of Amazon Linux (64-bit, 4gig RAM). I installed the latest version of Java 8 (Oracle)
I downloaded the latest version of Fuseki, v2.30 to it. I started it thusly: $ ./fuseki-server When I go to my Fuseki endpoint which brings up the Fuseki web app: http://88.99.77.66:3030 The web UI seems to be somewhat broken (SEE ATTACHMENT). There's no way to add a dataset. The selection for dataset doesn't work (see attachment). Yet the Fuseki console reveals nothing either: $ ./fuseki-server [2015-09-09 21:25:56] Server INFO Fuseki 2.3.0 2015-07-25T17:11:28+0000 [2015-09-09 21:25:56] Config INFO FUSEKI_HOME=/home/ec2-user/fuseki [2015-09-09 21:25:56] Config INFO FUSEKI_BASE=/home/ec2-user/fuseki/run [2015-09-09 21:25:56] Servlet INFO Initializing Shiro environment [2015-09-09 21:25:56] Config INFO Shiro file: file:///home/ec2-user/fuseki/run/shiro.ini [2015-09-09 21:25:57] Server INFO Started 2015/09/09 21:25:57 UTC on port 3030 Any ideas? Jason
