dki-lab/Freebase-Setup

Start Virtuoso server but enable to open http://localhost:3001

Closed this issue · 1 comments

Hi.

I downloaded both virtuoso_db.zip and virtuoso-opensource.x86_64-generic_glibc25-linux-gnu.tar.gz and unzip them.
And then I ran python3 virtuoso.py start 3001 -d virtuoso_db.

I faced out below shell output

RUNNING: cat /proc/meminfo | grep MemTotal | awk '{print $2}'
65528716 KB free, using 1228663.425 buffers, 614331.7125 dirty buffers
[Database]
DatabaseFile = virtuoso_db/virtuoso.db
ErrorLogFile = virtuoso_db/virtuoso.log
LockFile = virtuoso_db/virtuoso.lck
TransactionFile = virtuoso_db/virtuoso.trx
xa_persistent_file = virtuoso_db/virtuoso.pxa
ErrorLogLevel = 7
FileExtend = 200
MaxCheckpointRemap = 2000
Striping = 0
TempStorage = TempDatabase

[TempDatabase]
DatabaseFile = virtuoso_db/virtuoso-temp.db
TransactionFile = virtuoso_db/virtuoso-temp.trx
MaxCheckpointRemap = 2000
Striping = 0

[Parameters]
ServerPort = 13001
LiteMode = 0
DisableUnixSocket = 1
DisableTcpSocket = 0
ServerThreads = 100 ; increased from 20
CheckpointInterval = 60
O_DIRECT = 1 ; increased from 0
CaseMode = 2
MaxStaticCursorRows = 100000
CheckpointAuditTrail = 0
AllowOSCalls = 0
SchedulerInterval = 10
DirsAllowed = .
ThreadCleanupInterval = 0
ThreadThreshold = 10
ResourcesCleanupInterval = 0
FreeTextBatchSize = 100000
PrefixResultNames = 0
RdfFreeTextRulesSize = 100
IndexTreeMaps = 256
MaxMemPoolSize = 200000000
PrefixResultNames = 0
MacSpotlight = 0
IndexTreeMaps = 64
NumberOfBuffers = 1228663.425
MaxDirtyBuffers = 614331.7125

[SPARQL]
ResultSetMaxRows = 50000
MaxQueryCostEstimationTime = 600 ; in seconds (increased)
MaxQueryExecutionTime = 180; in seconds (increased)

[HTTPServer]
ServerPort = 3001
Charset = UTF-8
ServerThreads = 15 ; increased from unknown

virtuoso_db/virtuoso.ini
==== Starting Virtuoso server for virtuoso_db on port 3001...
RUNNING: {MY_PATH}/Freebase-Setup/virtuoso-opensource/bin/virtuoso-t +configfile virtuoso_db/virtuoso.ini +wait

However, I cannot open http://localhost:3001 even after waiting for 30 minutes.
I also tried to check whether the process is going or not.

$ ps -ef | grep virtuoso
iclserv+ 4047229       1  0 16:42 ?        00:00:08 {MY_PATH}/Freebase-Setup/virtuoso-opensource/bin/virtuoso-t +configfile virtuoso_db/virtuoso.ini +wait

I don't know how to solve it.
I would be grateful if someone help me.

what you did looks correct to me. Are you hosting the service on a remote server or on your local? In other words, is localhost the correct address?