- Code: Select all
[2011-10-06 20:11:26,744] INFO DaoHelper - Checking database schema.
[2011-10-06 20:11:27,246] INFO DaoHelper - Done checking database schema.
[2011-10-06 20:11:27,553] INFO SearchService - Automatic index creation scheduled to run every 1 day(s), starting at Fri Oct 07 03:00:00 UTC 2011
[2011-10-06 20:11:27,995] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Thu Oct 06 20:16:27 UTC 2011
[2011-10-06 20:11:30,821] WARN NetworkService - Failed to delete port mapping.
net.sbbi.upnp.messages.UPNPResponseException: Detailed error code :402, Detailed error description :Invalid Argument
at net.sbbi.upnp.messages.ActionMessageResponseParser.startElement(ActionMessageResponseParser.java:145)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:504)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:376)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2732)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:625)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:116)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:488)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:741)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1208)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525)
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.deletePortMapping(InternetGatewayDevice.java:417)
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
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
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:717)
[2011-10-06 20:16:27,985] INFO PodcastService - Starting scheduled Podcast refresh.
[2011-10-06 20:16:27,990] INFO PodcastService - Completed scheduled Podcast refresh.
This is going to be pretty distinctive in the fact that I set the values in LDIF for the overall jetty server:
- Code: Select all
version: 1
dn: ads-serverId=httpServer,ou=servers,ads-directoryServiceId=default,ou=con
fig
objectclass: ads-server
objectclass: ads-httpServer
objectclass: ads-base
objectclass: top
ads-serverid: httpServer
ads-transports: http
ads-transports: https
dn: ou=transports,ads-serverId=httpServer,ou=servers,ads-directoryServiceId=
default,ou=config
objectclass: organizationalUnit
objectclass: top
ou: transports
dn: ads-transportid=http,ou=transports,ads-serverId=httpServer,ou=servers,ad
s-directoryServiceId=default,ou=config
objectclass: top
objectclass: ads-base
objectclass: ads-transport
objectclass: ads-tcpTransport
ads-systemport: 8080
ads-transportid: http
ads-enabled: TRUE
ads-transportaddress: 0.0.0.0
dn: ads-transportid=https,ou=transports,ads-serverId=httpServer,ou=servers,a
ds-directoryServiceId=default,ou=config
objectclass: top
objectclass: ads-base
objectclass: ads-transport
objectclass: ads-tcpTransport
ads-systemport: 8443
ads-transportid: https
ads-enabled: TRUE
ads-transportaddress: 0.0.0.0
dn: ou=httpWebApps,ads-serverId=httpServer,ou=servers,ads-directoryServiceId
=default,ou=config
objectclass: organizationalUnit
objectclass: top
ou: httpWebApps
dn: ads-id=subsonic,ou=httpWebApps,ads-serverId=httpServer,ou=servers,ads-di
rectoryServiceId=default,ou=config
objectclass: ads-base
objectclass: ads-httpWebApp
objectclass: top
ads-httpwarfile: /mnt/sda1/persist/subsonic/subsonic.war
ads-id: subsonic
ads-httpappctxpath: /subsonic
description: Subsonic Streaming Sound Server
