last.fm cleanup hangs madsonic

Post your Server Bug Report
User avatar
Matt Zornig
Contributor
Contributor
Posts: 242
Joined: 14 Feb 2017, 12:03
Has thanked: 38 times
Been thanked: 28 times

last.fm cleanup hangs madsonic

Unread post by Matt Zornig »

Code: Select all

=========================================================================================
VERSION: MADSONIC 6.2 | BUILD: 9080.619dd31.20161222.0327
REST: MADSONIC REST API v2.5.0, SUBSONIC REST API v1.14.0
OS: Linux 3.10.77 #8451 SMP Wed Jan 4 00:31:32 CST 2017 x86_64 GNU/Linux
SERVER: jetty/8.y.z-SNAPSHOT, java 1.8.0_121, Linux 3.10.77 (amd64)
HOST: Synology NAS 1815+ (DSM 6.1-15047 Update 1) | CPU: INTEL Atom C2538| ARCH: X64 | MEMORY: 6GB | HDD: 36TB, RAID6
BROWSER: FF 52.x
CLIENT: see browser
JAVA: ORACLE JDK 1.8.121
DESCRIPTION: as in the topic's subject or body
REPRODUCIBLE: yes. tried it twice.
logged in as admin
=========================================================================================

after clicking those two options: (one after another, after a minute.)

LastFM Artist Cleanup
Cleanup unknown/incomplete artist entries

LastFM Artist TopTracks Cleanup
Cleanup cached artist TopTracks entries


the madsonic webgui did not response to anything. the currently playing song run out but the next song didnt start.
I had to stop the madsonic service after a waiting time (see log)

those options made madsonics webinterface non-responsible
those options made madsonics webinterface non-responsible
the log, until I shut shown the service.

Code: Select all

[2017-03-11 03:00:23,635] DEBUG MultiService - fn::getFullArtistInfo took: 99161 ms
[2017-03-11 03:06:10,738] DEBUG StreamController - GET /stream?player=2&id=541623&auth=1391769102, Range: bytes=0-
[2017-03-11 03:06:10,765] INFO StreamController - admin is streaming RAW "2000 - Anthology [CD+COM+RM]/108. George Benson - Summertime (Live).mp3"
[2017-03-11 03:06:22,443] DEBUG StreamController - Wrote 13664382 bytes of 13664382 requested
[2017-03-11 03:07:25,033] DEBUG AbstractDao - fn::getLowerArtist::queryOne:  4701 ms:  select id, name, genre, cover_art_path, artist_folder, album_count, play_count, song_count, topplay_found, topplay_count, last_scanned, present from artist where lower(name)=?
[2017-03-11 03:07:25,586] DEBUG MultiService - fn::getFullArtistInfo took: 5264 ms
[2017-03-11 03:13:30,335] DEBUG StreamController - GET /stream?player=2&id=541611&auth=1975782072, Range: bytes=0-
[2017-03-11 03:13:30,360] INFO StreamController - admin is streaming RAW "2000 - Anthology [CD+COM+RM]/109. George Benson - Breezin'.mp3"
[2017-03-11 03:13:36,623] DEBUG StreamController - Wrote 10356221 bytes of 10356221 requested
[2017-03-11 03:15:35,294] DEBUG AbstractDao - fn::run::getVideoConversionsByStatus:  3659 ms:  select id, media_file_id, audio_track_id, username, status, target_file, log_file, bit_rate, progress_seconds, created, changed, started from video_conversion where status=? order by created
[2017-03-11 03:16:49,063] DEBUG AbstractDao - fn::run::getAudioConversionsByStatus:  68677 ms:  select id, media_file_id, username, status, target_file, target_format, log_file, bit_rate, progress_seconds, created, changed, started from audio_conversion where status=? order by created
[2017-03-11 03:29:14,705] WARN HsqlDaoHelper - Shutting down database...
[2017-03-11 03:29:14,960] INFO HsqlDaoHelper - Shutting down database - Done!
Post Reply