Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why do I have so many errors in my log?
11-11-2017, 21:54
Post: #21
RE: Why do I have so many errors in my log?
Did you use the Melco CD importer to import the track as a WAV file or did you import it as something else and then convert it to WAV?
Find all posts by this user
Quote this message in a reply
12-11-2017, 18:22
Post: #22
RE: Why do I have so many errors in my log?
(02-11-2017 18:56)simoncn Wrote:  
(04-07-2017 02:07)simoncn Wrote:  Thanks very much. I see what is causing this error. There is a 'gnre' atom in the M4A file with no genre value. MinimServer isn't expecting this and isn't handling it correctly. In the next MinimServer update, I will check for this and ignore it.

This problem is now fixed in MinimServer update 105.

Hello, I have a similar problem, I just upgraded my Synology hardware and installed MinimServer 0.8.4 update 106

MinimServer crash dump, produced at 20171112-164338.977

MinimServer internal error: expected offset 25799, stream offset 25811 in file Curtis Mayfield/The Anthology 1961-1977/01 Gypsy Woman.m4a (length 3400208)

com.minimserver.reader.FileReader$FileReadException: expected offset 25799, stream offset 25811
at com.minimserver.reader.FileReader.checkOffset(FileReader.java:324)
at com.minimserver.reader.MP4FileReader.readFile(MP4FileReader.java:202)
at com.minimserver.reader.FileReader.readFileData(FileReader.java:112)
at com.minimserver.Server.readMetadata(Server.java:6387)
at com.minimserver.Server.access$5700(Server.java:130)
at com.minimserver.Server$Directory.postVisit(Server.java:9119)
at com.minimserver.Server$Visitor.postVisitDirectory(Server.java:9420)
at com.minimserver.Server$Visitor.postVisitDirectory(Server.java:9297)
at java.nio.file.Files.walkFileTree(Files.java:2688)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at com.minimserver.Server.readFiles(Server.java:4264)
at com.minimserver.Server.doStart(Server.java:2345)
at com.minimserver.Server.start(Server.java:519)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1683)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1035)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:600)
at org.jminim.launch.Launcher.launch(Launcher.java:154)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)

"Thread-17" id=27 RUNNABLE (in native)
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.jminim.lib.HTTPConnection$ReaderThread.readRequest(HTTPConnection.java:192)
at org.jminim.lib.HTTPConnection$ReaderThread.runReaderThread(HTTPConnection.java:1​55)
at org.jminim.lib.HTTPConnection$ReaderThread.run(HTTPConnection.java:126)

"Thread-16" id=26 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.lib.HTTPConnection@3826edb
at java.lang.Object.wait(Object.java:502)
at org.jminim.lib.HTTPConnection.getRequest(HTTPConnection.java:108)
at org.jminim.lib.HTTPConnection.access$1600(HTTPConnection.java:18)
at org.jminim.lib.HTTPConnection$WriterThread.runWriterThread(HTTPConnection.java:4​33)
at org.jminim.lib.HTTPConnection$WriterThread.run(HTTPConnection.java:418)

"Thread-15" id=25 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.launch.Launcher$ConsoleRequest@7fad8c79
at java.lang.Object.wait(Object.java:502)
at org.jminim.launch.Launcher$ConsoleRequest.awaitCompletion(Launcher.java:1621)
at org.jminim.launch.Launcher$ConsoleReader.readLine(Launcher.java:1496)
- locked org.jminim.launch.Launcher$ConsoleReader@282003e1
at com.minimserver.lib.ServerConsole$ServerConsoleThread.run(ServerConsole.java:786​)

"Thread-14" id=24 RUNNABLE (in native)

"Thread-13" id=23 RUNNABLE (in native)
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
at java.net.ServerSocket.implAccept(ServerSocket.java:545)
at java.net.ServerSocket.accept(ServerSocket.java:513)
at org.jminim.lib.HTTPService.runServerThread(HTTPService.java:333)
at org.jminim.lib.HTTPService.access$200(HTTPService.java:31)
at org.jminim.lib.HTTPService$1.run(HTTPService.java:318)

"Thread-12" id=22 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.lib.HTTPService$SocketThread@71a794e5
at java.lang.Object.wait(Object.java:502)
at org.jminim.lib.HTTPService$SocketThread.run(HTTPService.java:388)

"Thread-11" id=21 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.lib.OhNetService$TimerThread@76329302
at org.jminim.lib.OhNetService$TimerThread.run(OhNetService.java:956)

"Thread-10" id=20 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.lib.OhNetService$ActionThread@5e25a92e
at java.lang.Object.wait(Object.java:502)
at org.jminim.lib.OhNetService$ActionThread.run(OhNetService.java:911)

"Thread-7" id=17 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.core.RuntimeImpl$TimerThread@4df828d7
at org.jminim.core.RuntimeImpl$TimerThread.run(RuntimeImpl.java:3138)

"Thread-6" id=16 WAITING
at java.lang.Object.wait(Native Method)
- waiting on org.jminim.core.RuntimeImpl$ActionThread@b59d31
at java.lang.Object.wait(Object.java:502)
at org.jminim.core.RuntimeImpl$ActionThread.run(RuntimeImpl.java:3092)

"Thread-0" id=8 RUNNABLE (in native)
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:46)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:159)
- locked java.lang.Object@62fdb4a6
at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
- locked sun.nio.ch.ChannelInputStream@11e21d0e
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked java.io.InputStreamReader@1dd02175
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:161)
at java.io.BufferedReader.readLine(BufferedReader.java:324)
- locked java.io.InputStreamReader@1dd02175
at java.io.BufferedReader.readLine(BufferedReader.java:389)
at org.jminim.launch.Launcher$ConsoleThread.run(Launcher.java:1581)

"Signal Dispatcher" id=4 RUNNABLE

"Finalizer" id=3 WAITING
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@31206beb
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

"Reference Handler" id=2 WAITING
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@3e77a1ed
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

"main" id=1 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:448)
at org.jminim.core.LogImpl.writeCrashDump(LogImpl.java:1178)
at org.jminim.core.LogImpl.printStackTraceSync(LogImpl.java:1103)
- locked org.jminim.core.LogImpl@3ffcd140
at org.jminim.core.LogImpl.reportErrorEx(LogImpl.java:237)
at com.minimserver.reader.FileReader.readFileData(FileReader.java:128)
at com.minimserver.Server.readMetadata(Server.java:6387)
at com.minimserver.Server.access$5700(Server.java:130)
at com.minimserver.Server$Directory.postVisit(Server.java:9119)
at com.minimserver.Server$Visitor.postVisitDirectory(Server.java:9420)
at com.minimserver.Server$Visitor.postVisitDirectory(Server.java:9297)
at java.nio.file.Files.walkFileTree(Files.java:2688)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at com.minimserver.Server.readFiles(Server.java:4264)
at com.minimserver.Server.doStart(Server.java:2345)
at com.minimserver.Server.start(Server.java:519)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
- locked java.lang.Object@23bb8443
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1683)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1035)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:600)
at org.jminim.launch.Launcher.launch(Launcher.java:154)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)

- - - - - - - - - - - - - - - -

Best regards,

Florian
Find all posts by this user
Quote this message in a reply
12-11-2017, 18:44 (This post was last modified: 12-11-2017 18:45 by simoncn.)
Post: #23
RE: Why do I have so many errors in my log?
Thanks for letting me know about this. Please upload the file Curtis Mayfield/The Anthology 1961-1977/01 Gypsy Woman.m4a to my FTP server. I will send you instructions for doing this.
Find all posts by this user
Quote this message in a reply
12-11-2017, 19:58
Post: #24
RE: Why do I have so many errors in my log?
(11-11-2017 21:54)simoncn Wrote:  Did you use the Melco CD importer to import the track as a WAV file or did you import it as something else and then convert it to WAV?

I do use the Melco importer, with a Samsung USB Bluray/CD drive type SE-506AB. The error occurs with files unmodified by some tagger.
Find all posts by this user
Quote this message in a reply
12-11-2017, 22:33
Post: #25
RE: Why do I have so many errors in my log?
I have tried this with the latest Melco firmware 3.71B and CD Drive > Import File Format set to WAV. The files were ripped successfully and MinimServer didn't report any errors.
Find all posts by this user
Quote this message in a reply
12-11-2017, 23:01
Post: #26
RE: Why do I have so many errors in my log?
(12-11-2017 18:44)simoncn Wrote:  Thanks for letting me know about this. Please upload the file Curtis Mayfield/The Anthology 1961-1977/01 Gypsy Woman.m4a to my FTP server. I will send you instructions for doing this.

Thanks for uploading this file. I have found the problem and it will be fixed in the next MinimServer update.
Find all posts by this user
Quote this message in a reply
13-11-2017, 12:05
Post: #27
RE: Why do I have so many errors in my log?
This problem is now fixed in MinimServer update 107.
Find all posts by this user
Quote this message in a reply
13-11-2017, 17:27
Post: #28
RE: Why do I have so many errors in my log?
(12-11-2017 22:33)simoncn Wrote:  I have tried this with the latest Melco firmware 3.71B and CD Drive > Import File Format set to WAV. The files were ripped successfully and MinimServer didn't report any errors.

Out of 49 CD ripped in WAV using the Melco importer
and firmware 3.50 (With tags later corrected with Metadatics)
only 11 have this problem.

I checked later that this is not a Matadatics problem.

If you try with 1 cd, the most likely outcome is that you will find no error
(38 chances out of 49)
Find all posts by this user
Quote this message in a reply
13-11-2017, 21:59
Post: #29
RE: Why do I have so many errors in my log?
(13-11-2017 17:27)ofrex Wrote:  Out of 49 CD ripped in WAV using the Melco importer
and firmware 3.50 (With tags later corrected with Metadatics)
only 11 have this problem.

I checked later that this is not a Matadatics problem.

If you try with 1 cd, the most likely outcome is that you will find no error
(38 chances out of 49)

Please report this problem to Melco. It isn't a MinimServer issue.
Find all posts by this user
Quote this message in a reply
14-11-2017, 11:58
Post: #30
RE: Why do I have so many errors in my log?
Please upload one of the files that has the problem to my FTP server. I will look at the file and let Melco know the details of what is wrong with the file. I will send you a PM with instructions for how to do the upload. Many thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)