Hi !
I'm new to Subsonic.
First I installed an Ubuntu server 12.04 user "myAccount" with low access to my computer.
I can access to computer with that usernamn "myAccount" and password "myPassword" , so far...
I change my /etc/default/subsonic to ...
SUBSONIC_ARGS="--port=0 --https-port=443 --max-memory=600 --default-music-folder=/home/mymusic/subsonic --default-playlist-folder=/var/subsonic/playlists --default-podcast-folder=/var/subsonic/podcast"
~~~
SUBSONIC_USER=root
When I try to login with https://mycomputer.se
The page appear and I type "myAccount" name and password "myPassword" but I was rejected.
I have not assign any other password than "myPassword" on Ubuntu. Do I miss something ?
The subsonic.log tell me ...
[2012-08-25 12:16:13,819] INFO DaoHelper - Checking database schema.
[2012-08-25 12:16:14,571] INFO DaoHelper - Done checking database schema.
[2012-08-25 12:16:14,894] INFO SearchService - Automatic index creation scheduled to run every 1 day(s), starting at Sun Aug 26 03:00:00 CEST 2012
[2012-08-25 12:16:15,013] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Sat Aug 25 12:21:15 CEST 2012
[2012-08-25 12:16:18,003] WARN NetworkService - Failed to delete port mapping.
java.lang.RuntimeException: Error during lazy SCDP file parsing at http://134.25.105.1:49152/ipcfg.xml
at net.sbbi.upnp.services.UPNPService.parseSCPD(UPNPService.java:227)
at net.sbbi.upnp.services.UPNPService.lazyInitiate(UPNPService.java:295)
at net.sbbi.upnp.services.UPNPService.getUPNPServiceAction(UPNPService.java:138)
at net.sbbi.upnp.messages.UPNPMessageFactory.getMessage(UPNPMessageFactory.java:87)
at net.sbbi.upnp.impls.InternetGatewayDevice.deletePortMapping(InternetGatewayDevice.java:412)
at net.sourceforge.subsonic.domain.SBBIRouter.deletePortMapping(SBBIRouter.java:61)
at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:167)
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)
Is it a Router problem, It says "error during lazy SCDP file parsing att my router adress "134.25.105.1"
I have opend the port 49152 on the Router, is there a uPnP problem ?
Please give my an advise -::---)
Best Regards Per Fagerkvist
