Dear Andy;
Thanks for your answers and pointing the mailing list archives as well. >What's "ghi.tdb"? My dataset was stored in the flat file --> http://data.ifpri.org/lod/ghi.rdf I have read that Fuseki uses the TDB. So, I created a TDB (ghi.tdb) file from the ghi.rdf file using the TopBraid Composer and put it into under the "dataDir" directory. I am using Jena to retrieve the data from ghi.rdf, but I am a kind of new on the TDB. What kind of files should I have to put under "dataDir" directory? Is the .tdb file not the right format? > It's not clear what you are doing. What operation did you perform? Visit a URL? Which? That's a good question. What I would like to do is that I would like to see the Fuseki main screen, using my dataset "ghi.tdb". That's why I typed http://50.63.174.75:3030/. > What was the browser action? What did you get? I ran the Fuseki server again. The browser just keeps retrieving...... I didn't get any error message. > Did you copy the jar elsewhere or are you running in the unpacked > installation directory. I am running in the unpacked installation directory. I am so sorry for asking many questions. However, this email list is the only channel which I will get answers. Thanks so much for your support in advance. Best, Soonho -----Original Message----- From: Andy Seaborne [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Andy Seaborne Sent: Thursday, November 01, 2012 8:25 AM To: [email protected]<mailto:[email protected]> Subject: Re: Fuseki server installation On 31/10/12 21:30, Kim, Soonho (IFPRI) wrote: > Dear all; > > I would like to ask some favor about Fuseki server installation. > > I just tested an instance of Fuseki server --> > http://50.63.174.75:3030/ I created a data directory as subdirectory > "dataDir". I added "ghi.tdb" file into the directory. > Then, I ran the server see http://mail-archives.apache.org/mod_mbox/jena-users/201210.mbox/%3CCAAmnGJPd0Vh48Ca9%3DA1eQ%2BWFBUahJXmcD%2By6ZoAUUPdmZ4OT7w%40mail.gmail.com%3E which asked you about the setup. > === > [root@ip-50-63-174-75 jena-fuseki-0.2.5]# java -Xmx1200M -jar > fuseki-server.jar --loc=dataDir /ghi > 14:15:24 INFO Server :: TDB dataset: directory=dataDir > 14:15:24 INFO Server :: Dataset path = /ghi > 14:15:24 INFO Server :: Fuseki 0.2.5 2012-10-20T17:03:29+0100 > 14:15:24 INFO Server :: Started 2012/10/25 14:15:24 > GMT-07:00 on port 3030 > ==== > > Something was wrong since I didn't get the proper response from the server. What was the browser action? What did you get? http://...:3030/ is a simple plain HTML page from the pages/ directory. Did you copy the jar elsewhere or are you running in the unpacked installation directory. If you copy the jar, and you want the web pages, you need to Or use --pages on the command line to name another directory. > > Is there any log file to check what was wrong? that is the fuseki log file (using log4j you can send it to a file) > > If you find something is wrong, please let me know... It would be a great > help to a newbie like me. > > > > Best, > Soonho >
