Page 1 of 1

Errors in the log file (while indexing)

PostPosted: Fri Oct 29, 2010 2:12 pm
by MediocreFred
Hello,

My music library spans 3 hard drives and is 2.8TB in size.

I have numerous errors in the subsonic.log file (in the main subsonic folder). Here are a couple:

Code: Select all
[2010-10-29 03:14:22,165] ERROR SearchService - An error occurred while reading index entry ''.
java.lang.ArrayIndexOutOfBoundsException: 1
   at net.sourceforge.subsonic.service.SearchService$Line.parse(SearchService.java:728)
   at net.sourceforge.subsonic.service.SearchService.getIndex(SearchService.java:602)
   at net.sourceforge.subsonic.service.SearchService.doCreateIndex(SearchService.java:150)
   at net.sourceforge.subsonic.service.SearchService.access$000(SearchService.java:60)
   at net.sourceforge.subsonic.service.SearchService$1.run(SearchService.java:112)




Code: Select all
[2010-10-29 03:14:22,147] ERROR SearchService - An error occurred while reading index entry 'MRIDANGAM : VELLORE RAMABHADRAN ixYxi ALATHOOR BROTHERS- ALB5-CONCERT2 ixYxi BANTUREETI ixYxi  ixYxi Classical'.
java.lang.NumberFormatException: For input string: "ALATHOOR BROTHERS- ALB5-CONCERT2"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Long.parseLong(Unknown Source)
   at java.lang.Long.parseLong(Unknown Source)
   at net.sourceforge.subsonic.service.SearchService$Line.parse(SearchService.java:728)
   at net.sourceforge.subsonic.service.SearchService.getIndex(SearchService.java:602)
   at net.sourceforge.subsonic.service.SearchService.doCreateIndex(SearchService.java:150)
   at net.sourceforge.subsonic.service.SearchService.access$000(SearchService.java:60)
   at net.sourceforge.subsonic.service.SearchService$1.run(SearchService.java:112)


Any thoughts on what these errors represent and how they can be fixed?

Thanks.

PostPosted: Sat Nov 20, 2010 2:03 pm
by Exrace
What version you running?
Windows, Linux or MAC?
Java version?

PostPosted: Sat Nov 20, 2010 9:18 pm
by GJ51
Maybe disk errors? Run chkdsk or whatever util to check the disks on the OS you use might help.