Subsonic bound to new ip address after upgrade

<-------------------------Subsonic Help Request---------------------->
Problem Description:After upgrading to 4.9, subsonic is now bound to a new ip address that I do not see configured on my server. I can still access the server from the old ip address. This does not break anything, but I do not understand why it is bound to the new address all of a sudden. I would prefer to have the application bound to the address that I have configured on my eth0 interface.
Troubleshooting Steps: I grepped through /var/subsonic for any pattern matching the new address, and don't see anything. I do not see an adapter configured with this address on the OS (Ubuntu). I see the new IP address in my router's arp cache bound to the same mac address as the static IP address that I have configured on the server's eth0 interface.
Playback Application and version: Not really applicable, but I play from iSub, Ultrasonic, The Subsonic app for Roku, and the web interface.
Subsonic Version: 4.9 (build 3853) – January 23, 2014
Server Version: jetty-6.1.x, java 1.7.0_51, Linux (128.0 MB / 263.0 MB)
Hardware Platform: Ubuntu Linux 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Java Memory Limit: (Windows: found in the Subsonic Agent in the taskbar) ==> Not sure if applicable, but how would I find this in Linux?
Problem Filename: (If you are having difficulty with a particular file, please include it's name) Not applicable.
Output from ffmpeg -i:
Last ten log file lines:
<-------------------------Subsonic Help Request---------------------->
Problem Description:After upgrading to 4.9, subsonic is now bound to a new ip address that I do not see configured on my server. I can still access the server from the old ip address. This does not break anything, but I do not understand why it is bound to the new address all of a sudden. I would prefer to have the application bound to the address that I have configured on my eth0 interface.
Troubleshooting Steps: I grepped through /var/subsonic for any pattern matching the new address, and don't see anything. I do not see an adapter configured with this address on the OS (Ubuntu). I see the new IP address in my router's arp cache bound to the same mac address as the static IP address that I have configured on the server's eth0 interface.
Playback Application and version: Not really applicable, but I play from iSub, Ultrasonic, The Subsonic app for Roku, and the web interface.
Subsonic Version: 4.9 (build 3853) – January 23, 2014
Server Version: jetty-6.1.x, java 1.7.0_51, Linux (128.0 MB / 263.0 MB)
Hardware Platform: Ubuntu Linux 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Java Memory Limit: (Windows: found in the Subsonic Agent in the taskbar) ==> Not sure if applicable, but how would I find this in Linux?
Problem Filename: (If you are having difficulty with a particular file, please include it's name) Not applicable.
Output from ffmpeg -i:
- Code: Select all
ffmpeg -i ~/Music/The\ Rolling\ Stones-Sticky\ Fingers/01.Brown\ Sugar.mp3
ffmpeg version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:56:59 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[mp3 @ 0x10d89c0] max_analyze_duration reached
Input #0, mp3, from '/home/USERNAME/Music/The Rolling Stones-Sticky Fingers/01.Brown Sugar.mp3':
Metadata:
album : Sticky Fingers
artist : The Rolling Stones
title : Brown Sugar
track : 01/10
genre : Rock
date : 1971
Duration: 00:03:49.79, start: 0.000000, bitrate: 280 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 280 kb/s
At least one output file must be specified
Last ten log file lines:
- Code: Select all
tail -n 10 /var/subsonic/subsonic.log
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
<-------------------------Subsonic Help Request---------------------->