Good evening all. I have upgraded to 4.5 Beta 2 on Ubuntu twice now. The first attempt I ran into the No Media Folders found and tried to troubleshoot without any success so I reverted back to Beta 1. I tried the upgrade again tonight and had the same results. I keep reading posts which point to permission issues so I figured I'm missing something here. Below is my subsonic.log. I'm running a MyBook 2TB External drive over Firewire. No previous issues with media being found before this upgrade.
The log points to a port forward error. I have my server pointing to port 4040 and have edited the configuration file accordingly.
- Code: Select all
[2011-08-09 22:04:28,603] INFO DaoHelper - Checking database schema.
[2011-08-09 22:04:30,020] INFO DaoHelper - Done checking database schema.
[2011-08-09 22:04:31,113] INFO SearchService - Automatic index creation scheduled to run every 1 day(s), starting at Wed Aug 10 03:00:00 EDT 2011
[2011-08-09 22:04:31,721] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Tue Aug 09 22:09:31 EDT 2011
[2011-08-09 22:04:35,362] WARN NetworkService - Failed to create port forwarding.
net.sbbi.upnp.messages.UPNPResponseException: Detailed error code :501, Detailed error description :Action Failed
at net.sbbi.upnp.messages.ActionMessageResponseParser.startElement(ActionMessageResponseParser.java:145)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
at net.sbbi.upnp.messages.ActionMessage.service(ActionMessage.java:172)
at net.sbbi.upnp.impls.InternetGatewayDevice.addPortMapping(InternetGatewayDevice.java:388)
at net.sourceforge.subsonic.domain.SBBIRouter.addPortMapping(SBBIRouter.java:57)
at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:146)
at net.sourceforge.subsonic.service.NetworkService$Task.run(NetworkService.java:309)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
[2011-08-09 22:04:46,402] INFO VersionService - Resolved local Subsonic version to: 4.5.beta2
[2011-08-09 22:04:46,702] INFO VersionService - Resolved latest Subsonic final version to: 4.4
[2011-08-09 22:04:46,706] INFO VersionService - Resolved latest Subsonic beta version to: 4.5.beta2
Subsonic is in the users group so I'm not sure what else I need to do. Any help would be appreciated. I'm not 100% familiar with Ubuntu so if there are specific commands I need to run in order to set permissions correctly I'll need to know those. Thanks again.
Trip
EDIT
I tried doing a
sudo chmod -R 777 /media/MEDIASERVER
and a
sudo chown -R root:root /media/MEDIASERVER
to get the permissions correct but that hasn't seemed to work either.