OHDSI Home | Forums | Wiki | Github

Re-Start USAGI v1.3.0

I was able to start Usagi_v1.3.0 and start vocabulary import ,which stopped unexpectedly and not able to restart the it. I am using windows 10 64 bit and Java build 1.8.0_251
I got following message in command line:
Java -jar Usagi_v1.3.0.jar
Picked up _JAVA_OPTIONS: -Xms64m -Xmx512m -Dawt.useSystemAAFontSettings=lcd
Starting new VM

The ErrorStream.txt file have
Exception in thread “main” java.lang.RuntimeException: org.apache.lucene.index.IndexNotFoundException: no segments* file found in SimpleFSDirectory@D:\softwares\OHDSI Tools\mainIndex lockFactory=NativeFSLockFactory@D:\softwares\OHDSI Tools\mainIndex: files: [write.lock, _0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si]
at org.ohdsi.usagi.UsagiSearchEngine.openIndexForSearching(Unknown Source)
at org.ohdsi.usagi.ui.UsagiMain.(Unknown Source)
at org.ohdsi.usagi.ui.UsagiMain.main(Unknown Source)
Caused by: org.apache.lucene.index.IndexNotFoundException: no segments* file found in SimpleFSDirectory@D:\softwares\OHDSI Tools\mainIndex lockFactory=NativeFSLockFactory@D:\softwares\OHDSI Tools\mainIndex: files: [write.lock, _0.cfe, _0.cfs, _0.si, _1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si]
at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:865)
at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:53)
at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:67)
… 3 more
Picked up _JAVA_OPTIONS: -Xms64m -Xmx512m -Dawt.useSystemAAFontSettings=lcd

It may have something to do with the drive you’re using. Try installing it in a folder on your desktop or on a different network drive.

t