Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] --< it.tidalwave.bluemarine2:it-tidalwave-bluemarine2-upnp-mediaserver >--
[INFO] Building blueMarine II :: Media Server :: UPnP 1.1-ALPHA-2-SNAPSHOT [20/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer
[INFO] Storing buildNumber: 60fefd4ca613 at timestamp: 1640283116388
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/fabrizio.giudici 1.1-ALPHA-2-SNAPSHOT 60fefd4ca613
[INFO] [echo] Java Version: 11.0.10 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (create-unwoven-classes-dirs) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Executing tasks
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/unwoven-classes
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/unwoven-test-classes
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /org.fourthline.cling.binding.annotations.UpnpStateVariables,/javax.annotation.Nonnegative,/it.tidalwave.dci.annotation.DciRole,/javax.annotation.Nonnull,/javax.annotation.concurrent.Immutable,/javax.annotation.PostConstruct,/javax.inject.Inject,java.base/java.lang.Override,/org.fourthline.cling.binding.annotations.UpnpService,/javax.annotation.PreDestroy
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/didl/CompositeDIDLAdapterSupport.java:[80,86] [unchecked] unchecked conversion
required: Finder<Entity>
found: Finder
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisher.java:[76,12] [rawtypes] found raw type: LocalService
missing type arguments for generic class LocalService<T>
where T is a type-variable:
T extends Object declared in class LocalService
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisher.java:[173,29] [unchecked] unchecked method invocation: constructor <init> in class AutowireServiceManager is applied to given types
required: AutowireCapableBeanFactory,LocalService<T>,Class<T>
found: AutowireCapableBeanFactory,LocalService,Class<CAP#1>
where T is a type-variable:
T extends Object declared in class AutowireServiceManager
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisher.java:[173,71] [unchecked] unchecked conversion
required: LocalService<T>
found: LocalService
where T is a type-variable:
T extends Object declared in class AutowireServiceManager
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisher.java:[173,29] [unchecked] unchecked conversion
required: DefaultServiceManager<T>
found: AutowireServiceManager
where T is a type-variable:
T extends Object declared in class DefaultDevicePublisher
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/main/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisher.java:[174,30] [unchecked] unchecked call to setManager(ServiceManager<T>) as a member of the raw type LocalService
where T is a type-variable:
T extends Object declared in class LocalService
[INFO]
[INFO] --- aspectj-maven-plugin:1.11:compile (weave-classes) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-testset-triples) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Configured Artifact: it.tidalwave.bluemarine2:it-tidalwave-bluemarine2-mediascanner:tests:?:jar
[INFO] Configured Artifact: it.tidalwave.bluemarine2:it-tidalwave-bluemarine2-metadata-musicbrainz:tests:?:jar
[INFO] Unpacking /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/MediaScanner/target/it-tidalwave-bluemarine2-mediascanner-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613-tests.jar to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/extra with includes "expected-results/**/*.n3" and excludes ""
[INFO] Unpacking /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/MusicBrainz/target/it-tidalwave-bluemarine2-metadata-musicbrainz-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613-tests.jar to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/extra with includes "expected-results/**/*.n3" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 207 resources
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (default) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /org.testng.annotations.AfterClass,/org.fourthline.cling.binding.annotations.UpnpStateVariable,/org.fourthline.cling.binding.annotations.UpnpAction,/javax.annotation.Nonnull,/org.testng.annotations.Test,/org.testng.annotations.BeforeClass,/org.testng.annotations.DataProvider,java.base/java.lang.Override,/org.fourthline.cling.binding.annotations.UpnpService,/org.fourthline.cling.binding.annotations.UpnpInputArgument
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/device/DefaultDevicePublisherTest.java:[54,80] [unchecked] unchecked conversion
required: DefaultDevicePublisher<UPnPServerMock>
found: DefaultDevicePublisher
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/ClingContentDirectoryAdapterSystemIntegrationTest.java:[212,53] [rawtypes] found raw type: ActionInvocation
missing type arguments for generic class ActionInvocation<S>
where S is a type-variable:
S extends Service declared in class ActionInvocation
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/ClingContentDirectoryAdapterSystemIntegrationTest.java:[240,52] [rawtypes] found raw type: ActionInvocation
missing type arguments for generic class ActionInvocation<S>
where S is a type-variable:
S extends Service declared in class ActionInvocation
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/UpnpClient.java:[57,34] [rawtypes] found raw type: Service
missing type arguments for generic class Service<D,S>
where D,S are type-variables:
D extends Device declared in class Service
S extends Service declared in class Service
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/UpnpClient.java:[86,11] [rawtypes] found raw type: Service
missing type arguments for generic class Service<D,S>
where D,S are type-variables:
D extends Device declared in class Service
S extends Service declared in class Service
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/UpnpClient.java:[107,18] [rawtypes] found raw type: Service
missing type arguments for generic class Service<D,S>
where D,S are type-variables:
D extends Device declared in class Service
S extends Service declared in class Service
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/src/test/java/it/tidalwave/bluemarine2/upnp/mediaserver/impl/UpnpClient.java:[145,18] [rawtypes] found raw type: Service
missing type arguments for generic class Service<D,S>
where D,S are type-variables:
D extends Device declared in class Service
S extends Service declared in class Service
[INFO]
[INFO] --- aspectj-maven-plugin:1.11:test-compile (weave-test-classes) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
19:12:16.023 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - STARTING TESTS OF it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest
19:12:16.061 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CommonsAutoBeans.xml, META-INF/CatalogAutoBeans.xml, META-INF/MediaServerAutoBeans.xml, META-INF/RestAutoBeans.xml, META-INF/UPnPAutoBeans.xml, META-INF/UPnPTestBeans.xml]
19:12:18.645 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:12:18.664 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:12:25.106 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:12:25.137 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:12:25.138 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:12:25.138 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:12:25.146 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:12:25.147 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:12:25.148 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:12:25.193 [main ] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
19:12:25.315 [main ] INFO it.tidalwave.messagebus.spi.SimpleMessageBus - MessageBusSupport configured with RoundRobinAsyncMessageDelivery(workers=20)
19:12:25.383 [main ] INFO i.t.b.model.impl.catalog.RepositoryMediaCatalog - Catalog configuration source: embedded fallback: embedded
19:12:25.605 [main ] TRACE it.tidalwave.messagebus.MessageBusHelper - registerMessageListener(public void it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws it.tidalwave.util.NotFoundException)
19:12:25.606 [main ] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - subscribe(class it.tidalwave.bluemarine2.message.PowerOnNotification, MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws it.tidalwave.util.NotFoundException))
19:12:25.629 [main ] INFO i.t.b.mediaserver.impl.DefaultContentDirectory - >>>> discovered entity browsers: [RepositoryBrowserByArtistThenRecord([]), RepositoryBrowserByArtistThenTrack([]), RepositoryBrowserByRecordThenTrack([]), RepositoryBrowserByTrack([]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0]
19:12:25.632 [main ] INFO i.t.b.mediaserver.impl.DefaultContentDirectory - >>>> discovered services: []
19:12:25.671 [main ] TRACE it.tidalwave.messagebus.MessageBusHelper - registerMessageListener(void it.tidalwave.bluemarine2.rest.impl.MusicResourcesController.onPersistenceInitializedNotification(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification) throws java.io.IOException)
19:12:25.671 [main ] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - subscribe(class it.tidalwave.bluemarine2.message.PersistenceInitializedNotification, MessageBusAdapterFactory.MessageBusListenerAdapter(method=void it.tidalwave.bluemarine2.rest.impl.MusicResourcesController.onPersistenceInitializedNotification(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification) throws java.io.IOException))
19:12:26.321 [main ] TRACE it.tidalwave.messagebus.MessageBusHelper - registerMessageListener(public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws java.lang.Exception)
19:12:26.322 [main ] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - subscribe(class it.tidalwave.bluemarine2.message.PowerOnNotification, MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws java.lang.Exception))
19:12:26.322 [main ] TRACE it.tidalwave.messagebus.MessageBusHelper - registerMessageListener(public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOffNotification(it.tidalwave.bluemarine2.message.PowerOffNotification) throws java.lang.Exception)
19:12:26.322 [main ] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - subscribe(class it.tidalwave.bluemarine2.message.PowerOffNotification, MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOffNotification(it.tidalwave.bluemarine2.message.PowerOffNotification) throws java.lang.Exception))
19:12:26.387 [main ] INFO org.fourthline.cling.UpnpServiceImpl - >>> Starting UPnP service...
19:12:26.387 [main ] INFO org.fourthline.cling.UpnpServiceImpl - Using configuration: it.tidalwave.bluemarine2.upnp.mediaserver.impl.device.BlueMarineUpnpServiceConfiguration
19:12:26.417 [main ] INFO org.fourthline.cling.transport.Router - Creating Router: org.fourthline.cling.transport.RouterImpl
19:12:26.424 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Creating wildcard socket (for receiving multicast datagrams) on port: 1900
19:12:26.437 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Joining multicast group: /239.255.255.250:1900 on network interface: eth0
19:12:26.584 [main ] INFO org.fourthline.cling.transport.spi.StreamServer - Created server (for receiving TCP streams) on: /10.244.2.61:40215
19:12:26.587 [main ] INFO org.fourthline.cling.transport.spi.DatagramIO - Creating bound socket (for datagram input/output) on: /10.244.2.61
19:12:26.621 [main ] INFO org.fourthline.cling.UpnpServiceImpl - <<< UPnP service started successfully
19:12:26.758 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisher - publishDevice() - (LocalService) ServiceId: urn:upnp-org:serviceId:ContentDirectory, Manager: (AutowireServiceManager) Implementation: null
19:12:26.875 [main ] DEBUG org.eclipse.rdf4j.sail.memory.MemoryStore - Initializing MemoryStore...
19:12:26.894 [main ] DEBUG org.eclipse.rdf4j.sail.memory.MemoryStore - MemoryStore initialized
19:12:26.901 [main ] TRACE it.tidalwave.messagebus.MessageBusHelper - registerMessageListener(public void it.tidalwave.bluemarine2.model.impl.DefaultCacheManager.onPersistenceUpdated(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification))
19:12:26.902 [main ] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - subscribe(class it.tidalwave.bluemarine2.message.PersistenceInitializedNotification, MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.model.impl.DefaultCacheManager.onPersistenceUpdated(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification)))
19:12:26.932 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, propertyConfigurer, taskExecutor, applicationMessageBus, catalog, it.tidalwave.bluemarine2.model.impl.catalog.factory.DefaultRepositoryEntityFactory#0, it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserByArtistThenTrack#0, it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserByArtistThenRecord#0, it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserByRecordThenTrack#0, it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserByTrack#0, contentDirectory, musicResourcesController, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0, resourceServer, upnpService, upnpServiceConfiguration, upnpServiceDestroyer, contentDirectoryPublisher, repository, it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem#0, cacheManager]
19:12:26.938 [main ] INFO org.fourthline.cling.UpnpServiceImpl - >>> Starting UPnP service...
19:12:26.944 [main ] INFO org.fourthline.cling.UpnpServiceImpl - Using configuration: org.fourthline.cling.DefaultUpnpServiceConfiguration
19:12:26.946 [main ] INFO org.fourthline.cling.transport.Router - Creating Router: org.fourthline.cling.transport.RouterImpl
19:12:26.946 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Creating wildcard socket (for receiving multicast datagrams) on port: 1900
19:12:26.946 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Joining multicast group: /239.255.255.250:1900 on network interface: eth0
19:12:26.963 [main ] INFO org.fourthline.cling.transport.spi.StreamServer - Created server (for receiving TCP streams) on: /10.244.2.61:39283
19:12:26.964 [main ] INFO org.fourthline.cling.transport.spi.DatagramIO - Creating bound socket (for datagram input/output) on: /10.244.2.61
19:12:26.971 [main ] INFO org.fourthline.cling.UpnpServiceImpl - <<< UPnP service started successfully
19:12:26.984 [main ] INFO i.t.bluemarine2.model.impl.DefaultMediaFileSystem - onPowerOnNotification(PowerOnNotification(properties={Key(name=it.tidalwave.bluemarine2.model.rootPath, type=interface java.nio.file.Path)=/var/test-sets/MusicTestSets/iTunes-fg-20160504-2}))
19:12:26.985 [main ] INFO i.t.bluemarine2.model.impl.DefaultMediaFileSystem - >>>> rootPath: /var/test-sets/MusicTestSets/iTunes-fg-20160504-2/Music
19:12:26.986 [main ] INFO i.t.b.rest.impl.server.DefaultResourceServer - onPowerOnNotification(PowerOnNotification(properties={Key(name=it.tidalwave.bluemarine2.model.rootPath, type=interface java.nio.file.Path)=/var/test-sets/MusicTestSets/iTunes-fg-20160504-2}))
19:12:26.987 [pool-2-thread-1 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> starting discovery ...
19:12:27.071 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - Server@3a159060{STOPPED}[10.0.1,sto=0] added {QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO}
19:12:27.154 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@22b1ae71[HTTP/1.1] added {HttpConfiguration@39732d6c{32768/8192,8192/8192,https://:0,[]},POJO}
19:12:27.166 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO}
19:12:27.171 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@cd8113a{STOPPED},AUTO}
19:12:27.178 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@1480f68b,POJO}
19:12:27.186 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@76b90682,POJO}
19:12:27.188 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@22b1ae71[HTTP/1.1],AUTO}
19:12:27.189 [main ] DEBUG org.eclipse.jetty.server.AbstractConnector - ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@22b1ae71[HTTP/1.1]
19:12:27.196 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED}
19:12:27.198 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - Server@3a159060{STOPPED}[10.0.1,sto=0] added {ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:0},AUTO}
19:12:27.269 [main ] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory - Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@5b086cb4
19:12:27.273 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.ServletContextHandler@4d399761{/,null,STOPPED} added {ServletHandler@37fc8dd8{STOPPED},MANAGED}
19:12:27.305 [main ] INFO i.t.b.rest.impl.server.DefaultResourceServer - RESOURCE BASE: [jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp]
19:12:27.340 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null},AUTO}
19:12:27.351 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {[/rest/*]=>spring,POJO}
19:12:27.380 [main ] DEBUG org.eclipse.jetty.http.PreEncodedHttpField - HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@5b41d1b0]
19:12:27.392 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null},AUTO}
19:12:27.395 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {[/*]=>default,POJO}
19:12:27.401 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null},AUTO}
19:12:27.411 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STOPPED} added {[/*]/[]/[]=>it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f,POJO}
19:12:27.454 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - Server@3a159060{STOPPED}[10.0.1,sto=0] added {o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STOPPED},MANAGED}
19:12:27.455 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING Server@3a159060{STOPPED}[10.0.1,sto=0]
19:12:27.457 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - Server@3a159060{STARTING}[10.0.1,sto=0] added {ErrorHandler@eddba56{STOPPED},AUTO}
19:12:27.458 [main ] INFO org.eclipse.jetty.server.Server - jetty-10.0.1; built: 2021-02-19T18:44:52.951Z; git: d0bfd9145ddac13b73e98b2637fcbf4a48132397; jvm 11.0.10+9
19:12:27.559 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007} added {sun.nio.ch.ServerSocketChannelImpl[/10.244.2.61:36007],POJO}
19:12:27.582 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting Server@3a159060{STARTING}[10.0.1,sto=0]
19:12:27.583 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY]
19:12:27.595 [main ] DEBUG o.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@3b383d{s=0/1,p=0}
19:12:27.596 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}] added {ReservedThreadExecutor@3b383d{s=0/1,p=0},AUTO}
19:12:27.596 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ReservedThreadExecutor@3b383d{s=0/1,p=0}
19:12:27.632 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @13973ms ReservedThreadExecutor@3b383d{s=0/1,p=0}
19:12:27.703 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-59,5,main]
19:12:27.716 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-60,5,main]
19:12:27.717 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.735 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-61,5,main]
19:12:27.739 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-62,5,main]
19:12:27.740 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.754 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-63,5,main]
19:12:27.758 [qtp1007475654-62 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.762 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-64,5,main]
19:12:27.763 [qtp1007475654-63 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.764 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-65,5,main]
19:12:27.764 [qtp1007475654-64 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.774 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Starting Thread[qtp1007475654-66,5,main]
19:12:27.775 [qtp1007475654-65 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.782 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14123ms QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.783 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STOPPED}
19:12:27.784 [qtp1007475654-60 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.785 [qtp1007475654-66 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Runner started for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:27.833 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STARTING}
19:12:27.871 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ServletHandler@37fc8dd8{STOPPED}
19:12:27.874 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=default[EMBEDDED:null]
19:12:27.878 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=MappedServlet78f80b6b{/*->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=1]
19:12:27.879 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/rest/*[EMBEDDED:null] mapped to servlet=spring[EMBEDDED:null]
19:12:27.879 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@7e929dbd{/rest/*},resource=MappedServlet7d31bc65{/rest/*->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=2]
19:12:27.879 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f=it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}} pathFilters=[[/*]/[]/[ERROR, INCLUDE, ASYNC, REQUEST, FORWARD]=>it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={spring=MappedServlet4f1ba32b{null->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}, default=MappedServlet40be326f{null->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}}
19:12:27.880 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Adding Default404Servlet to ServletHandler@37fc8dd8{STARTING}
19:12:27.881 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null},AUTO}
19:12:27.881 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServletHandler@37fc8dd8{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc,POJO}
19:12:27.881 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=default[EMBEDDED:null]
19:12:27.881 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=MappedServlet2cca3133{/*->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=1]
19:12:27.882 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/rest/*[EMBEDDED:null] mapped to servlet=spring[EMBEDDED:null]
19:12:27.882 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@7e929dbd{/rest/*},resource=MappedServlet3ee0b9e7{/rest/*->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=2]
19:12:27.882 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc[EMBEDDED:null]
19:12:27.895 [cling-9 ] WARN o.f.cling.binding.xml.ServiceDescriptorBinder - UPnP specification violation: Not producing <retval> element to be compatible with WMP12: (ActionArgument, OUT) SearchCaps
19:12:27.895 [cling-9 ] WARN o.f.cling.binding.xml.ServiceDescriptorBinder - UPnP specification violation: Not producing <retval> element to be compatible with WMP12: (ActionArgument, OUT) SortCaps
19:12:27.896 [cling-9 ] WARN o.f.cling.binding.xml.ServiceDescriptorBinder - UPnP specification violation: Not producing <retval> element to be compatible with WMP12: (ActionArgument, OUT) Id
19:12:27.906 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=MappedServlet47099b2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=3]
19:12:27.907 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f=it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}} pathFilters=[[/*]/[]/[ERROR, INCLUDE, ASYNC, REQUEST, FORWARD]=>it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f] servletFilterMap={} servletPathMap=PathMappings[size=3] servletNameMap={spring=MappedServlet2b24d735{null->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}, default=MappedServlet569a28cb{null->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc=MappedServlet6d0e8c7e{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}}
19:12:27.908 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/*[EMBEDDED:null] mapped to servlet=default[EMBEDDED:null]
19:12:27.908 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@5fa{/*},resource=MappedServlet6d332564{/*->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=1]
19:12:27.908 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/rest/*[EMBEDDED:null] mapped to servlet=spring[EMBEDDED:null]
19:12:27.909 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@7e929dbd{/rest/*},resource=MappedServlet6023ca88{/rest/*->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=2]
19:12:27.909 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc[EMBEDDED:null]
19:12:27.909 [main ] DEBUG org.eclipse.jetty.http.pathmap.PathMappings - Added MappedResource[pathSpec=ServletPathSpec@4e{/},resource=MappedServlet67787a37{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}] to PathMappings[size=3]
19:12:27.909 [main ] DEBUG org.eclipse.jetty.servlet.ServletHandler - filterNameMap={it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f=it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}} pathFilters=[[/*]/[]/[ERROR, INCLUDE, ASYNC, REQUEST, FORWARD]=>it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f] servletFilterMap={} servletPathMap=PathMappings[size=3] servletNameMap={spring=MappedServlet2b24d735{null->spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}, default=MappedServlet569a28cb{null->default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc=MappedServlet6d0e8c7e{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}}}
19:12:27.922 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - New service discovered: (RemoteService) Descriptor: /dev/1d2d9a5b-96c5-0e39-0000-000000000031/svc/upnp-org/ContentDirectory/desc
19:12:27.931 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> baseURL: null
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> DLNA caps: av-upload,image-upload,audio-upload
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> DLNA docs: [DMS-1.50, M-DMS-1.50]
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> friendly name: bm II (jenkins-64b9869db8-8pn4l)
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> manufacturer: Tidalwave s.a.s.
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> manufacturer URI: http://tidalwave.it
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> model description: blueMarine II media server
19:12:27.932 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> model name: blueMarine II media server
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> model number: n.a.
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> model URI: http://bluemarine.tidalwave.it
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> presentation URI: null
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> sec product caps: null
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> serial number: underTest
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> UPC: null
19:12:27.933 [cling-11 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - Service added: (RemoteService) Descriptor: /dev/1d2d9a5b-96c5-0e39-0000-000000000031/svc/upnp-org/ContentDirectory/desc
19:12:27.933 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ServletHandler@37fc8dd8{STARTING}
19:12:27.934 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14275ms ServletHandler@37fc8dd8{STARTED}
19:12:27.936 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}
19:12:27.937 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14278ms it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}
19:12:27.954 [main ] DEBUG org.eclipse.jetty.servlet.FilterHolder - Filter.init it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@1df18c5b
19:12:27.956 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.957 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14298ms default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.958 [main ] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for default
19:12:27.979 [main ] DEBUG org.eclipse.jetty.servlet.DefaultServlet - resource base = null
19:12:27.983 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.983 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14324ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.983 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.992 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14333ms spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:12:27.993 [main ] DEBUG org.eclipse.jetty.servlet.ServletHolder - Servlet.init null for spring
19:12:27.994 [main ] INFO o.eclipse.jetty.server.handler.ContextHandler.ROOT - Initializing Spring DispatcherServlet 'spring'
19:12:27.995 [main ] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'spring'
19:12:28.315 [main ] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 320 ms
19:12:28.319 [main ] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],AVAILABLE}
19:12:28.319 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14660ms o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],AVAILABLE}
19:12:28.319 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ErrorHandler@eddba56{STOPPED}
19:12:28.320 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting ErrorHandler@eddba56{STARTING}
19:12:28.320 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14661ms ErrorHandler@eddba56{STARTED}
19:12:28.320 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:12:28.324 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ScheduledExecutorScheduler@cd8113a{STOPPED}
19:12:28.337 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14678ms ScheduledExecutorScheduler@cd8113a{STARTED}
19:12:28.338 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING HttpConnectionFactory@22b1ae71[HTTP/1.1]
19:12:28.340 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14681ms HttpConnectionFactory@22b1ae71[HTTP/1.1]
19:12:28.348 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:12:28.359 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.375577+01:00 added {SelectorProducer@522eff0a,POJO}
19:12:28.393 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.393511+01:00 added {QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}],UNMANAGED}
19:12:28.393 [main ] DEBUG o.e.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.393978+01:00 created
19:12:28.394 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ManagedSelector@d2d837{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.394381+01:00,MANAGED}
19:12:28.394 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007} added {ManagedSelector@d2d837{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO}
19:12:28.394 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING ManagedSelector@d2d837{STOPPED} id=0 keys=-1 selected=-1 updates=0
19:12:28.394 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTING EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.395092+01:00
19:12:28.395 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14736ms EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.395381+01:00
19:12:28.396 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$316/0x000000010046a840@56f7c9a3 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=7,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:28.396 [qtp1007475654-59 ] DEBUG o.e.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=7,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:12:28.396988+01:00 tryProduce false
19:12:28.398 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 0
19:12:28.398 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
19:12:28.398 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 waiting with 0 keys
19:12:28.398 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$316/0x000000010046a840@56f7c9a3 startThread=0
19:12:28.398 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@694b7383 on ManagedSelector@d2d837{STARTING} id=0 keys=0 selected=0 updates=0
19:12:28.399 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@d2d837{STARTING} id=0 keys=0 selected=0 updates=1
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken with none selected
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken up from select, 0/0/0 selected
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 processing 0 keys, 1 updates
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$Start@694b7383
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
19:12:28.399 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 waiting with 0 keys
19:12:28.399 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14740ms ManagedSelector@d2d837{STARTED} id=0 keys=0 selected=0 updates=0
19:12:28.400 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14740ms SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:12:28.400 [main ] DEBUG o.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007} added {acceptor-0@5a9d34d7,POJO}
19:12:28.401 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@5a9d34d7 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=6,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:12:28.404 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue qtp1007475654-61-acceptor-0@5a9d34d7-ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007} startThread=0
19:12:28.404 [main ] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:12:28.404 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14745ms ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:12:28.405 [main ] INFO org.eclipse.jetty.server.Server - Started Server@3a159060{STARTING}[10.0.1,sto=0] @14745ms
19:12:28.405 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @14746ms Server@3a159060{STARTED}[10.0.1,sto=0]
19:12:28.405 [main ] INFO i.t.b.rest.impl.server.DefaultResourceServer - >>>> resource server jetty started at 10.244.2.61:36007
19:12:28.406 [main ] INFO i.tidalwave.bluemarine2.commons.test.TestUtilities - loadRepository(..., target/test-classes/test-sets/model-iTunes-fg-20160504-2.n3)
19:12:28.503 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.ntriples.NTriplesParserFactory
19:12:28.507 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
19:12:28.507 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParserFactory
19:12:28.508 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.trig.TriGParserFactory
19:12:28.508 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.trigstar.TriGStarParserFactory
19:12:28.509 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.n3.N3ParserFactory
19:12:28.510 [main ] DEBUG org.eclipse.rdf4j.rio.RDFParserRegistry - Registered service class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
19:12:28.541 [main ] DEBUG org.eclipse.rdf4j.rio.DatatypeHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
19:12:28.541 [main ] DEBUG org.eclipse.rdf4j.rio.DatatypeHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
19:12:28.542 [main ] DEBUG org.eclipse.rdf4j.rio.DatatypeHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
19:12:28.555 [main ] DEBUG org.eclipse.rdf4j.rio.DatatypeHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
19:12:28.556 [main ] DEBUG org.eclipse.rdf4j.rio.DatatypeHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
19:12:28.558 [main ] DEBUG org.eclipse.rdf4j.rio.LanguageHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
19:12:28.559 [main ] DEBUG org.eclipse.rdf4j.rio.LanguageHandlerRegistry - Registered service class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
19:12:29.522 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ******************************
19:12:29.523 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test service publishing"
19:12:29.523 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ******************************
19:12:29.525 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - The service is up and running
19:12:31.526 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST PASSED in 2003 msec
19:12:31.526 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:12:31.539 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:12:31.539 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test sequence"
19:12:31.540 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ARGS [LG-37LS5600, iTunes-fg-20160504-2, sequence1]
19:12:31.540 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:12:31.567 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-000 ========================================================================================
19:12:31.568 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:12:31.620 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:31.624 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:31.654 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseMetadata, filter: null, startingIndex: 0, requestedCount: 0, sortCriteria: [])
19:12:31.654 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseMetadata @@@ 0 @@@ 0 @@@ null @@@ [])
19:12:31.656 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseMetadata, filter=null, firstResult=0, maxResults=0, orderby=[])
19:12:31.711 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:31.715 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:31.722 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.VirtualMediaFolder, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:12:31.756 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:31.967 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 312.214231 msec
19:12:31.970 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 1, 1, 1)
19:12:31.980 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:31.981 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="4" id="0" parentID="-1" restricted="0" searchable="0">
19:12:31.983 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title/>
19:12:31.984 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:31.984 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:31.984 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:31.984 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.011 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.030 [cling-3 ] INFO it.tidalwave.bluemarine2.util.PathNormalization - Charset normalizer form: NFC
19:12:32.032 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.033 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.033 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-000.txt
19:12:32.033 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-000.txt
19:12:32.051 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-001 ========================================================================================
19:12:32.051 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:32.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.051 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.062 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:32.062 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:32.062 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:32.062 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.063 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.078 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.086 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.089 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.b.RepositoryBrowserByArtistThenTrack, i.t.r.u.Displayable) -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:32.090 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.b.RepositoryBrowserByArtistThenRecord, i.t.r.u.Displayable) -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:32.090 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.b.RepositoryBrowserByRecordThenTrack, i.t.r.u.Displayable) -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:32.116 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.b.RepositoryBrowserByTrack, i.t.r.u.Displayable) -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:32.117 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.DefaultMediaFileSystem, i.t.r.u.Displayable) -> [i.t.b.m.i.EntityBrowserDisplayable]
19:12:32.128 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.143 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.150 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.159 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.160 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.169 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/photos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.170 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/videos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.171 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/services, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.191 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 128.66466 msec
19:12:32.193 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 4, 4, 1)
19:12:32.228 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:32.228 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="5" id="/music" parentID="0" restricted="0" searchable="0">
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Music</dc:title>
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/photos" parentID="0" restricted="0" searchable="0">
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Photos</dc:title>
19:12:32.229 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.255 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.255 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.255 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/videos" parentID="0" restricted="0" searchable="0">
19:12:32.255 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Videos</dc:title>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/services" parentID="0" restricted="0" searchable="0">
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Services</dc:title>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.256 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.265 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.281 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.281 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.281 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-001.txt
19:12:32.281 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-001.txt
19:12:32.282 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.282 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-002 ========================================================================================
19:12:32.282 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=4, maxResult=12) ...
19:12:32.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.285 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.291 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 4, requestedCount: 12, sortCriteria: [])
19:12:32.291 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 4 @@@ 12 @@@ null @@@ [])
19:12:32.291 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=4, maxResults=12, orderby=[])
19:12:32.291 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.293 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.295 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 4.369732 msec
19:12:32.295 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 4, 1)
19:12:32.296 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:32.310 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.316 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.316 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.316 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-002.txt
19:12:32.319 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-002.txt
19:12:32.319 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-003 ========================================================================================
19:12:32.320 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=4, maxResult=12) ...
19:12:32.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.320 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:32.320 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.324 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 4, requestedCount: 12, sortCriteria: [])
19:12:32.325 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 4 @@@ 12 @@@ null @@@ [])
19:12:32.325 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=4, maxResults=12, orderby=[])
19:12:32.325 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.326 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.342 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 17.741015 msec
19:12:32.343 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 4, 1)
19:12:32.344 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:32.363 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.366 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.366 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.366 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-003.txt
19:12:32.366 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-003.txt
19:12:32.366 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-004 ========================================================================================
19:12:32.366 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=1) ...
19:12:32.367 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.367 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.370 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:32.373 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 1, sortCriteria: [])
19:12:32.373 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 0 @@@ 1 @@@ null @@@ [])
19:12:32.373 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=1, orderby=[])
19:12:32.373 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.374 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.377 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.382 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.383 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.384 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.385 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.385 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.387 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 14.135083 msec
19:12:32.388 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 1, 4, 1)
19:12:32.388 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="5" id="/music" parentID="0" restricted="0" searchable="0">
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Music</dc:title>
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.389 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.395 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.397 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.398 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.398 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-004.txt
19:12:32.398 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-004.txt
19:12:32.398 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-005 ========================================================================================
19:12:32.398 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:32.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.398 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.402 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:32.402 [cling-5 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:32.403 [cling-5 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:32.403 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.403 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.406 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.408 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.408 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.409 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.409 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.410 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.414 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.424 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/photos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.425 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/videos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.428 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/services, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.444 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 41.624253 msec
19:12:32.444 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 4, 4, 1)
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="5" id="/music" parentID="0" restricted="0" searchable="0">
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Music</dc:title>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/photos" parentID="0" restricted="0" searchable="0">
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Photos</dc:title>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/videos" parentID="0" restricted="0" searchable="0">
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Videos</dc:title>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/services" parentID="0" restricted="0" searchable="0">
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Services</dc:title>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.447 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.454 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.462 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.462 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.462 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-005.txt
19:12:32.462 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-005.txt
19:12:32.462 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.463 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-006 ========================================================================================
19:12:32.463 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:32.463 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.483 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.491 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(0, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:32.491 [cling-5 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ 0 @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:32.491 [cling-5 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=0, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:32.491 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/)
19:12:32.493 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/, optionalParent=Optional.empty)
19:12:32.495 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.496 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.496 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.497 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.498 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.498 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.513 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/photos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.513 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/videos, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.514 [cling-5 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/services, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.516 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 25.065589 msec
19:12:32.516 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 4, 4, 1)
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="5" id="/music" parentID="0" restricted="0" searchable="0">
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Music</dc:title>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/photos" parentID="0" restricted="0" searchable="0">
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Photos</dc:title>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/videos" parentID="0" restricted="0" searchable="0">
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Videos</dc:title>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="0" id="/services" parentID="0" restricted="0" searchable="0">
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Services</dc:title>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.535 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.548 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.552 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.552 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.552 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-006.txt
19:12:32.552 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-006.txt
19:12:32.552 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-007 ========================================================================================
19:12:32.552 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:12:32.552 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.552 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.557 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseMetadata, filter: null, startingIndex: 0, requestedCount: 0, sortCriteria: [])
19:12:32.557 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseMetadata @@@ 0 @@@ 0 @@@ null @@@ [])
19:12:32.557 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseMetadata, filter=null, firstResult=0, maxResults=0, orderby=[])
19:12:32.558 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:32.558 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:32.559 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.560 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.564 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.564 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.567 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.568 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.568 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.569 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.571 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 13.20275 msec
19:12:32.571 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 1, 1, 1)
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="5" id="/music" parentID="0" restricted="0" searchable="0">
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>Music</dc:title>
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:32.572 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:32.577 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:32.580 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:32.580 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:32.580 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-007.txt
19:12:32.580 [cling-6 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-007.txt
19:12:32.580 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-008 ========================================================================================
19:12:32.580 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:32.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:32.581 [cling-6 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:32.581 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:32.584 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:32.585 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:32.585 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:32.585 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:32.585 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:32.586 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:32.587 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.588 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.588 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.589 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.589 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.590 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:32.591 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:32.591 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:32.592 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:32.592 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:32.593 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.PathAwareMediaFolderDecorator, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:12:32.593 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.s.EntityWithRoles, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:12:32.593 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:32.594 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)])
19:12:32.654 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:32.659 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:32.660 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:32.672 [cling-3 ] DEBUG org.eclipse.rdf4j.query.parser.QueryParserRegistry - Registered service class org.eclipse.rdf4j.query.parser.sparql.SPARQLParserFactory
19:12:32.865 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } } # [source, "embedded"]
19:12:33.329 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 674.38538 msec
19:12:33.331 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.331 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)])
19:12:33.332 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:33.333 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:33.333 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.338 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 5.096429 msec
19:12:33.338 [cling-3 ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.FileSystemMediaFolder, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:12:33.339 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/DefaultMediaFileSystem, delegate=FileSystemMediaFolder(), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.339 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - FileSystemMediaFolder()
19:12:33.346 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByRecordThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.347 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)])
19:12:33.351 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Record
19:12:33.352 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } }
19:12:33.352 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.356 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } } # [source, "embedded"]
19:12:33.371 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 52 in 20.269293 msec
19:12:33.372 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.372 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)])
19:12:33.383 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Track
19:12:33.384 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } }
19:12:33.385 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.388 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } } # [source, "embedded"]
19:12:33.545 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 667 in 161.899228 msec
19:12:33.559 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 973.837602 msec
19:12:33.559 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 5, 5, 1)
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+r+t" parentID="/music" restricted="0" searchable="0">
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & record</dc:title>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+t" parentID="/music" restricted="0" searchable="0">
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & track</dc:title>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="41" id="/music/fs" parentID="/music" restricted="0" searchable="0">
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By file</dc:title>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="52" id="/music/r+t" parentID="/music" restricted="0" searchable="0">
19:12:33.561 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By record & track</dc:title>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="667" id="/music/t" parentID="/music" restricted="0" searchable="0">
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By track</dc:title>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.562 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:33.569 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:33.579 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:33.579 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:33.579 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-008.txt
19:12:33.579 [cling-3 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-008.txt
19:12:33.580 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-009 ========================================================================================
19:12:33.580 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=1) ...
19:12:33.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:33.580 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:33.587 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 1, sortCriteria: [])
19:12:33.587 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 0 @@@ 1 @@@ null @@@ [])
19:12:33.587 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=1, orderby=[])
19:12:33.587 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:33.587 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:33.588 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:33.589 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:33.590 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:33.590 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:33.591 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:33.591 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:33.592 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:33.593 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:33.593 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:33.593 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:33.594 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:33.594 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.595 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)])
19:12:33.595 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:33.596 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:33.596 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.598 [cling-3 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:33.607 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } } # [source, "embedded"]
19:12:33.849 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 254.032723 msec
19:12:33.851 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 264.424661 msec
19:12:33.851 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 1, 5, 1)
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+r+t" parentID="/music" restricted="0" searchable="0">
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & record</dc:title>
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:33.854 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:33.858 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:33.861 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:33.861 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:33.861 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-009.txt
19:12:33.861 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-009.txt
19:12:33.863 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-010 ========================================================================================
19:12:33.863 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:33.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:33.863 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:33.866 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:33.868 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:33.868 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:33.868 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:33.868 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:33.868 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:33.869 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:33.870 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:33.871 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:33.871 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:33.871 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:33.872 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:33.873 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:33.873 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:33.874 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:33.874 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:33.875 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:33.875 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.876 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)])
19:12:33.876 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:33.877 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:33.877 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.880 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } } # [source, "embedded"]
19:12:33.984 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 107.948017 msec
19:12:33.985 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.985 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)])
19:12:33.986 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:33.987 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:33.987 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:33.994 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 7.722812 msec
19:12:33.995 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/DefaultMediaFileSystem, delegate=FileSystemMediaFolder(), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.996 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - FileSystemMediaFolder()
19:12:33.998 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByRecordThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:33.998 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)])
19:12:34.003 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Record
19:12:34.003 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } }
19:12:34.003 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.005 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } } # [source, "embedded"]
19:12:34.019 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 52 in 16.4432 msec
19:12:34.020 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.020 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)])
19:12:34.021 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Track
19:12:34.022 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } }
19:12:34.022 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.025 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } } # [source, "embedded"]
19:12:34.089 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 667 in 67.590986 msec
19:12:34.091 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 222.761855 msec
19:12:34.091 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 5, 5, 1)
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+r+t" parentID="/music" restricted="0" searchable="0">
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & record</dc:title>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+t" parentID="/music" restricted="0" searchable="0">
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & track</dc:title>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="41" id="/music/fs" parentID="/music" restricted="0" searchable="0">
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By file</dc:title>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="52" id="/music/r+t" parentID="/music" restricted="0" searchable="0">
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By record & track</dc:title>
19:12:34.093 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="667" id="/music/t" parentID="/music" restricted="0" searchable="0">
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By track</dc:title>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.094 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:34.098 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.101 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.101 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.101 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-010.txt
19:12:34.101 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-010.txt
19:12:34.102 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-011 ========================================================================================
19:12:34.102 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=5, maxResult=11) ...
19:12:34.102 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.102 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.105 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 5, requestedCount: 11, sortCriteria: [])
19:12:34.105 [cling-5 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 5 @@@ 11 @@@ null @@@ [])
19:12:34.105 [cling-5 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=5, maxResults=11, orderby=[])
19:12:34.105 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:34.105 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.106 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:34.111 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.112 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.112 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.113 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.113 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.114 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.114 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:34.119 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.119 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.120 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.120 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.122 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 16.289646 msec
19:12:34.122 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 5, 1)
19:12:34.125 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:34.128 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.130 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.130 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.130 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-011.txt
19:12:34.130 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-011.txt
19:12:34.130 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-012 ========================================================================================
19:12:34.130 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=5, maxResult=11) ...
19:12:34.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.131 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.134 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 5, requestedCount: 11, sortCriteria: [])
19:12:34.134 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 5 @@@ 11 @@@ null @@@ [])
19:12:34.134 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=5, maxResults=11, orderby=[])
19:12:34.134 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:34.134 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.135 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:34.136 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.136 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.137 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.137 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.137 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.138 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.138 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:34.138 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.139 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.139 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.139 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.141 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 7.084008 msec
19:12:34.141 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 5, 1)
19:12:34.142 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:34.156 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.167 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.167 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.167 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-012.txt
19:12:34.167 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-012.txt
19:12:34.167 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-013 ========================================================================================
19:12:34.167 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:34.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.168 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.168 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:34.172 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 0, requestedCount: 16, sortCriteria: [])
19:12:34.172 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 0 @@@ 16 @@@ null @@@ [])
19:12:34.172 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=0, maxResults=16, orderby=[])
19:12:34.173 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:34.173 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.173 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:34.174 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.175 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.175 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.175 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.175 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.176 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.177 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.177 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.177 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.178 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.178 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.178 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)])
19:12:34.188 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:34.189 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:34.190 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.192 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } } # [source, "embedded"]
19:12:34.370 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 181.492933 msec
19:12:34.371 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.371 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@36c6063d, EntityBrowserDisplayable(By artist & track)])
19:12:34.372 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:34.372 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:34.372 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.380 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 8.209074 msec
19:12:34.381 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/DefaultMediaFileSystem, delegate=FileSystemMediaFolder(), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.381 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.MediaFolderDIDLAdapter - toObject() - FileSystemMediaFolder()
19:12:34.387 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByRecordThenTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.387 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@45962bee, EntityBrowserDisplayable(By record & track)])
19:12:34.388 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Record
19:12:34.389 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } }
19:12:34.389 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.400 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?record rdfs:label ?label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } OPTIONAL { ?record mo:track_count ?track_count. } OPTIONAL { ?record mo:amazon_asin ?asin. } OPTIONAL { ?record mo:gtin ?gtin. } } } # [source, "embedded"]
19:12:34.425 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 52 in 37.040595 msec
19:12:34.431 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByTrack, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.432 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@12f0114a, EntityBrowserDisplayable(By track)])
19:12:34.435 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.Track
19:12:34.435 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } }
19:12:34.436 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.442 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT * WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?track a mo:Track; rdfs:label ?label; mo:track_number ?track_number. ?record mo:track ?track; rdfs:label ?record_label. OPTIONAL { ?record bmmo:diskNumber ?disk_number. } OPTIONAL { ?record bmmo:diskCount ?disk_count. } ?signal a mo:DigitalSignal; mo:published_as ?track; mo:duration ?duration. ?audioFile a mo:AudioFile; mo:encodes ?signal; bmmo:path ?path. OPTIONAL { ?audioFile bmmo:fileSize ?fileSize. } } } # [source, "embedded"]
19:12:34.573 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 667 in 137.99108 msec
19:12:34.589 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 416.897847 msec
19:12:34.589 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 5, 5, 1)
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+r+t" parentID="/music" restricted="0" searchable="0">
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & record</dc:title>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+t" parentID="/music" restricted="0" searchable="0">
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & track</dc:title>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="41" id="/music/fs" parentID="/music" restricted="0" searchable="0">
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By file</dc:title>
19:12:34.602 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="52" id="/music/r+t" parentID="/music" restricted="0" searchable="0">
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By record & track</dc:title>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="667" id="/music/t" parentID="/music" restricted="0" searchable="0">
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By track</dc:title>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.603 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:34.613 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.633 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.634 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.634 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-013.txt
19:12:34.634 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-013.txt
19:12:34.634 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-014 ========================================================================================
19:12:34.634 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=5, maxResult=11) ...
19:12:34.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.635 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.648 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 5, requestedCount: 11, sortCriteria: [])
19:12:34.648 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 5 @@@ 11 @@@ null @@@ [])
19:12:34.648 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=5, maxResults=11, orderby=[])
19:12:34.648 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:34.648 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.649 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:34.650 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.650 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.658 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:34.663 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.663 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.664 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.664 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.665 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.665 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.666 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.667 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.669 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 20.741154 msec
19:12:34.669 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 5, 1)
19:12:34.670 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:34.688 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.691 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.691 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.691 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-014.txt
19:12:34.691 [cling-11 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-014.txt
19:12:34.692 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-015 ========================================================================================
19:12:34.692 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music, browseFlag=BrowseDirectChildren, firstResult=5, maxResult=11) ...
19:12:34.693 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.693 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.703 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music, BrowseDirectChildren, filter: null, startingIndex: 5, requestedCount: 11, sortCriteria: [])
19:12:34.703 [cling-5 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music @@@ BrowseDirectChildren @@@ 5 @@@ 11 @@@ null @@@ [])
19:12:34.703 [cling-5 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music, browseFlag=BrowseDirectChildren, filter=null, firstResult=5, maxResults=11, orderby=[])
19:12:34.703 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music)
19:12:34.703 [cling-5 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.704 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)])
19:12:34.705 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.705 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.706 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.706 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.706 [cling-11 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:34.715 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.716 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.716 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.716 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.731 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.731 [cling-5 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.733 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 30.408791 msec
19:12:34.733 [cling-5 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 0, 5, 1)
19:12:34.734 [cling-5 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"/>
19:12:34.740 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.747 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.747 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.747 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-015.txt
19:12:34.747 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-015.txt
19:12:34.748 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(NO_CONTENT)
19:12:34.748 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-016 ========================================================================================
19:12:34.748 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music/a+r+t, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:12:34.748 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.748 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(LOADING)
19:12:34.754 [cling-6 ] INFO i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - Service removed: (RemoteService) Descriptor: /dev/1d2d9a5b-96c5-0e39-0000-000000000031/svc/upnp-org/ContentDirectory/desc
19:12:34.767 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse(/music/a+r+t, BrowseMetadata, filter: null, startingIndex: 0, requestedCount: 0, sortCriteria: [])
19:12:34.767 [cling-3 ] TRACE i.t.b.u.m.impl.ContentDirectoryClingAdapter - browse @@@ /music/a+r+t @@@ BrowseMetadata @@@ 0 @@@ 0 @@@ null @@@ [])
19:12:34.767 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.upnp.mediaserver.impl.ContentDirectoryClingAdapter miss for ContentDirectoryClingAdapter.BrowseParams(objectId=/music/a+r+t, browseFlag=BrowseMetadata, filter=null, firstResult=0, maxResults=0, orderby=[])
19:12:34.767 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music/RepositoryBrowserByArtistThenRecord)
19:12:34.767 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.767 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - filteredByPath(/music/RepositoryBrowserByArtistThenRecord)
19:12:34.767 [cling-3 ] DEBUG i.t.b.model.impl.PathAwareEntityFinderDelegate - >>>> bulk query to FinderSupport(name=it.tidalwave.util.SupplierBasedFinder, firstResult=0, maxResults=2147483647, contexts=[], sorters=[]), filtering in memory
19:12:34.768 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.768 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.769 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.769 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.769 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.770 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenRecord([])) - path: RepositoryBrowserByArtistThenRecord displayable: EntityBrowserDisplayable(By artist & record)
19:12:34.770 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByArtistThenTrack([])) - path: RepositoryBrowserByArtistThenTrack displayable: EntityBrowserDisplayable(By artist & track)
19:12:34.771 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem@5a27fab0) - path: DefaultMediaFileSystem displayable: EntityBrowserDisplayable(By file)
19:12:34.771 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByRecordThenTrack([])) - path: RepositoryBrowserByRecordThenTrack displayable: EntityBrowserDisplayable(By record & track)
19:12:34.771 [cling-3 ] TRACE i.t.b.mediaserver.impl.DefaultContentDirectory - createMediaFolder(VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]), RepositoryBrowserByTrack([])) - path: RepositoryBrowserByTrack displayable: EntityBrowserDisplayable(By track)
19:12:34.771 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> found PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.777 [cling-3 ] DEBUG i.t.b.u.m.impl.didl.PathAwareDecoratorDIDLAdapter - toObject() - PathAwareMediaFolderDecorator(path=/music/RepositoryBrowserByArtistThenRecord, delegate=EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)]), parent=VirtualMediaFolder(path=/music, optionalParent=Optional[VirtualMediaFolder(path=/, optionalParent=Optional.empty)]))
19:12:34.778 [cling-3 ] DEBUG i.t.b.upnp.mediaserver.impl.didl.EntityDIDLAdapter - toObject() - EntityWithRoles([it.tidalwave.bluemarine2.model.impl.catalog.browser.RepositoryBrowserSupport$$Lambda$189/0x00000001002a1c40@56ee076f, EntityBrowserDisplayable(By artist & record)])
19:12:34.778 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - query() - interface it.tidalwave.bluemarine2.model.audio.MusicArtist
19:12:34.779 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query: PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } }
19:12:34.779 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query parameters: [source, "embedded"]
19:12:34.782 [cling-3 ] INFO i.t.bluemarine2.model.impl.DefaultCacheManager - >>>> cache class it.tidalwave.bluemarine2.model.impl.catalog.finder.RepositoryFinderSupport miss for PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rel: <http://purl.org/vocab/relationship/> PREFIX bmmo: <http://bluemarine.tidalwave.it/2015/04/mo/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX vocab: <http://dbtune.org/musicbrainz/resource/vocab/> PREFIX xs: <http://www.w3.org/2001/XMLSchema#> SELECT (COUNT(*) AS ?queryCount) { SELECT DISTINCT ?artist ?artist_type ?label ?role ?performance ?source ?fallback WHERE { ?record a mo:Record. { ?record bmmo:importedFrom ?source. } MINUS { ?record bmmo:alternatePickOf []. } ?artist a mo:MusicArtist. { ?record foaf:maker ?artist. } UNION { ?record mo:track/foaf:maker ?artist. } UNION { ?record foaf:maker/rel:collaboratesWith ?artist. } UNION { ?record mo:track/foaf:maker/rel:collaboratesWith ?artist. } ?artist rdfs:label ?label. OPTIONAL { ?artist vocab:artist_type ?artist_type. } MINUS { ?artist vocab:artist_type "2"^^xs:short; rel:collaboratesWith []. } } } # [source, "embedded"]
19:12:34.899 [cling-3 ] INFO i.t.b.m.i.catalog.finder.RepositoryFinderSupport - >>>> query returned 90 in 121.088083 msec
19:12:34.901 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> result computed in 134.495535 msec
19:12:34.901 [cling-3 ] INFO i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning BrowseResult(..., 1, 1, 1)
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <?xml version="1.0" encoding="UTF-8"?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <container childCount="90" id="/music/a+r+t" parentID="/music" restricted="0" searchable="0">
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:title>By artist & record</dc:title>
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <dc:creator>blueMarine II</dc:creator>
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning <upnp:class>object.container.storageFolder</upnp:class>
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </container>
19:12:34.902 [cling-3 ] DEBUG i.t.b.u.m.impl.ContentDirectoryClingAdapter - >>>> returning </DIDL-Lite>
19:12:34.920 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - received() - (ActionInvocation) (Action, Arguments: 10) Browse
19:12:34.929 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
19:12:34.929 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/
19:12:34.929 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: src/test/resources/expected-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-016.txt
19:12:34.929 [cling-12 ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: target/test-results/sequences/LG-37LS5600/iTunes-fg-20160504-2/sequence1/sequence1-016.txt
19:12:34.930 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence1-017 ========================================================================================
19:12:34.930 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=/music/a+r+t, browseFlag=BrowseDirectChildren, firstResult=0, maxResult=16) ...
19:12:34.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:12:34.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:34.945 [cling-12 ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - updateStatus(OK)
19:12:35.030 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.432 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.632 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.833 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:35.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.034 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:36.941 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.042 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:37.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.764 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:38.973 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.073 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.173 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.273 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.374 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.474 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.574 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.675 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:39.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.882 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:40.982 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.083 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.183 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.384 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.484 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.585 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.886 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:41.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:42.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.695 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.796 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.896 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:43.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.197 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:44.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.507 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.607 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:45.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.211 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.311 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.412 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.512 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.713 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.813 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:46.913 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.014 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.114 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.315 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.415 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.516 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:47.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:48.921 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.624 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:49.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.429 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:50.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.138 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.339 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.439 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.640 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.740 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:51.941 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.444 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.645 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.745 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.850 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:52.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.655 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:53.956 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.057 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.157 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.258 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.358 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.459 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:54.961 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.162 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.262 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.363 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.463 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.563 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.664 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.764 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.864 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:55.965 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.065 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.166 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.266 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.367 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:56.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:57.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.377 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.578 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.678 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.779 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:58.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.281 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:12:59.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.186 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.287 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.387 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.588 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.688 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.789 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.889 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:00.990 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.191 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.291 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.392 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.492 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:01.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.297 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:02.901 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.202 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.530 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:03.950 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.283 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.584 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.785 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:04.986 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.187 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.287 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:05.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:06.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:07.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:08.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.712 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.812 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:09.913 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.013 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.114 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.214 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.314 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.415 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.515 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.616 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.716 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.817 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:10.917 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.018 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.118 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.219 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.319 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:11.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.123 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.225 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.326 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.426 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.527 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.627 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.828 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:12.928 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.029 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.230 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.431 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.632 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.833 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:13.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.034 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.445 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:14.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.049 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.149 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.250 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.451 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.551 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.652 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.752 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:15.953 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.054 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.254 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.556 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.757 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.857 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:16.957 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.058 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.158 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.259 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.359 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.460 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.560 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.660 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.761 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.861 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:17.962 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.062 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.163 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.565 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.665 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.766 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.866 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:18.968 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.069 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.169 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.270 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.370 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.571 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.772 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:19.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.778 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.879 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:20.979 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.080 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.180 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.281 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.381 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.582 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.682 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:21.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:22.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.893 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:23.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:24.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:25.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:26.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:27.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.314 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.415 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.515 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.616 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.716 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:28.918 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:29.924 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.024 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.125 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.225 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.326 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.426 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.526 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.627 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.727 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.828 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:30.928 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.029 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.129 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.230 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.330 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.431 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.632 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.833 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:31.933 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.034 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.134 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.335 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.436 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.536 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.737 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.838 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:32.938 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.842 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:33.942 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.043 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.143 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.445 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.645 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.746 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:34.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:35.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.153 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.354 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.756 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:36.957 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.057 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.158 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.258 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.359 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.459 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.560 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.660 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.761 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.861 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:37.962 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.062 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.162 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.564 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.665 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.765 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.866 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:38.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:39.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.072 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.273 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.474 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.574 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.675 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:40.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:41.982 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.183 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.283 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.384 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.484 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.584 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.685 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.785 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.886 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:42.986 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.187 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:43.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.595 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.695 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.796 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.896 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:44.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.499 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:45.901 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.102 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.202 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.303 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.604 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:46.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:47.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:48.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:49.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.121 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.322 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.422 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.623 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:50.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:51.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.132 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:52.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.137 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.539 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.740 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:53.941 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.042 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.243 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.544 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.644 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.745 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:54.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.047 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:55.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.655 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:56.956 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.057 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.157 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.257 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.358 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.458 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:57.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.262 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.463 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.563 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.664 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.764 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.865 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:58.965 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.066 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.166 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.266 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.367 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.467 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.668 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:13:59.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:00.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.076 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.277 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.377 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.478 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.578 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.679 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.779 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:01.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.080 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.281 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:02.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.085 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.286 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:03.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:04.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:05.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:06.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.707 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:07.908 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:08.911 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:09.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:10.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.021 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.121 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.322 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.422 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.623 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.824 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:11.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.326 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.527 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:12.929 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.030 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.431 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.632 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.833 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:13.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.437 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.638 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:14.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.040 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.140 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:15.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.547 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.748 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.848 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:16.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.151 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.452 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.552 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.753 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:17.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.054 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.155 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:18.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.159 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.260 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.461 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.662 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:19.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.064 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.165 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.366 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.567 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.667 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.768 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.868 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:20.969 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.069 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.270 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:21.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.678 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.778 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.879 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:22.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.080 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:23.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.186 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.287 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.387 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.588 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.688 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.789 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.889 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:24.990 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.295 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.496 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:25.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.202 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.302 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.403 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.503 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.604 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.704 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:26.905 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.106 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:27.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:28.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.519 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.720 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:29.921 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:30.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.552 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED in 120006 msec - test sequence [LG-37LS5600, iTunes-fg-20160504-2, sequence1] - org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:14:31.558 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:14:31.559 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:14:31.574 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:14:31.574 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test sequence"
19:14:31.575 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ARGS [LG-37LS5600, iTunes-fg-20160504-2, sequence2]
19:14:31.575 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:14:31.589 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence2-000 ========================================================================================
19:14:31.589 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:14:31.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:14:31.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:31.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.091 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.493 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:32.996 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.096 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.297 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:33.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.503 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.704 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.804 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:34.905 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.005 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.106 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.206 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.407 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.507 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:35.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.010 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.110 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.210 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.311 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.411 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.612 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.712 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.813 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:36.913 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.014 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.114 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.315 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.416 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.516 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.617 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:37.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.422 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.623 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.824 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:38.924 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.125 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:39.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.132 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:40.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:41.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:42.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.246 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.447 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.547 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.648 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.748 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:43.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.150 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.452 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:44.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.155 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:45.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.160 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.260 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.360 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.461 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.561 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.661 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.762 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.862 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:46.963 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.063 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.264 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.465 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.565 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.666 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.766 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:47.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.269 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.470 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.671 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.771 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:48.972 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.072 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.173 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.273 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.374 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.474 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.574 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.675 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:49.976 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.177 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.378 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:50.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.484 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.584 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.685 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:51.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.088 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:52.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:53.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.600 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.801 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:54.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:55.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:56.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.211 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.412 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:57.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:58.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:14:59.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.024 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.225 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:00.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.437 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.838 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:01.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.240 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.441 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.541 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.742 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:02.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:03.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.149 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.450 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.651 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:04.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.655 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:05.956 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.057 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.157 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.258 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.358 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.459 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.660 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:06.969 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.069 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.270 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.571 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.772 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:07.973 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.174 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.375 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.576 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.676 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.877 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:08.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.882 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:09.982 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.083 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.183 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.384 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.585 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:10.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.088 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:11.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:12.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.499 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.600 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.801 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:13.901 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.102 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.303 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:14.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:15.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:16.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.617 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:17.918 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.219 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.727 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.827 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:18.927 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.028 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.128 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.228 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.329 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.429 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:19.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:20.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.640 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.740 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:21.941 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.042 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.850 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:22.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.153 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.759 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.859 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:23.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.160 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.260 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.360 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.460 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.561 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.661 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.761 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:24.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:25.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.472 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:26.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:27.979 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.079 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.280 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.380 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:28.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:29.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:30.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:31.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.096 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.698 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.798 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:32.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:33.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:34.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.208 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:35.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.115 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:36.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.123 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.324 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.525 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:37.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.729 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:38.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.432 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:39.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.437 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.638 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:40.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.040 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.140 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:41.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.246 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.347 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.448 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.548 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.649 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:42.950 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.151 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:43.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.156 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.558 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.859 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:44.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.060 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.864 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:45.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.065 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.165 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.266 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.366 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.567 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.667 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.767 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:46.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:47.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.682 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.782 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:48.983 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.083 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.184 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.585 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:49.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.894 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:50.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.698 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:51.999 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:52.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.707 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:53.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:54.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.615 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:55.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.117 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.820 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:56.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.021 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.121 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.222 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.322 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.623 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:57.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.729 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:58.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:15:59.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.437 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.638 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:00.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.140 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.240 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.441 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:01.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.144 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:02.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.450 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:03.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.254 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.582 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.682 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:04.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.085 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.286 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:05.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:06.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.094 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:07.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.503 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.804 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:08.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:09.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.208 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:10.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.010 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.211 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.311 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.412 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.512 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.612 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.712 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.813 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:11.913 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.013 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.214 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.314 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.415 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.515 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.615 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.816 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:12.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.017 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.117 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.318 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.519 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.820 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:13.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.121 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.422 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:14.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.324 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.525 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:15.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.530 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.731 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.831 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:16.932 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.032 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.334 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.435 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.535 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.635 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.736 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.836 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:17.937 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.037 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.137 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.238 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.338 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.539 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.840 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:18.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.644 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.845 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:19.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.046 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.246 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.347 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.447 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.547 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.648 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.748 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:20.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.049 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.150 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.250 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.450 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.558 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.759 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.859 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:21.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.060 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.160 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.461 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.561 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.662 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.762 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:22.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:23.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.772 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:24.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.174 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:25.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:26.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.688 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.889 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:27.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.291 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.391 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.893 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:28.996 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.197 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:29.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:30.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.589 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED in 120014 msec - test sequence [LG-37LS5600, iTunes-fg-20160504-2, sequence2] - org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:16:31.590 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at java.base@11.0.10/java.lang.Throwable.fillInStackTrace(Native Method)
at java.base@11.0.10/java.lang.Throwable.fillInStackTrace(Throwable.java:787)
at java.base@11.0.10/java.lang.Throwable.<init>(Throwable.java:270)
at java.base@11.0.10/java.lang.Exception.<init>(Exception.java:66)
at java.base@11.0.10/java.lang.InterruptedException.<init>(InterruptedException.java:67)
at java.base@11.0.10/java.lang.Thread.sleep(Native Method)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.UpnpClient.getService(UpnpClient.java:93)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
at app//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86)
at app//org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
at app//org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
at java.base@11.0.10/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base@11.0.10/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
19:16:31.591 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:16:31.604 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:16:31.604 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test sequence"
19:16:31.604 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ARGS [LG-37LS5600, iTunes-fg-20160504-2, sequence3]
19:16:31.604 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:16:31.637 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence3-000 ========================================================================================
19:16:31.637 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:16:31.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:16:31.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.838 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:31.938 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.842 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:32.942 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.043 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.143 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.444 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.645 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.745 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:33.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.451 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.551 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.651 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.752 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.852 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:34.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.053 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.153 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.354 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.654 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.855 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:35.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.056 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.156 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:36.962 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.063 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.163 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.564 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.665 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.765 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.865 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:37.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.066 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.166 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.375 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.575 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.676 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.776 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:38.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:39.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:40.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:41.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:42.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.600 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:43.901 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.407 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:44.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.009 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.109 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.210 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.310 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:45.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:46.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:47.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.219 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:48.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.731 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.832 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:49.932 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.033 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.635 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.836 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:50.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.137 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:51.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.040 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:52.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:53.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.149 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.450 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.651 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.852 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:54.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.053 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:55.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.159 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.260 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.360 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.460 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.561 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.661 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.762 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.862 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:56.963 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.063 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.264 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.365 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.465 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.566 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.666 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.766 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:57.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:58.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.072 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.578 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.679 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.779 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.879 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:16:59.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.080 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:00.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.186 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.286 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:01.988 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:02.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.493 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.894 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:03.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.195 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.295 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.496 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:04.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.098 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.499 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:05.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:06.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:07.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:08.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:09.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.115 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:10.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.521 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:11.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.123 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.324 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.525 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.726 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:12.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.729 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:13.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.030 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.431 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.838 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:14.938 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:15.942 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.042 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.243 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.444 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.544 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.645 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.746 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:16.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.047 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.348 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.448 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.549 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.649 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.850 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:17.950 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.151 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.654 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.855 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:18.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.056 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.156 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.558 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:19.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:20.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.064 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.365 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.465 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.566 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.666 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.766 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:21.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:22.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.472 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:23.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.174 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.375 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.575 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.676 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.776 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.877 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:24.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:25.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.281 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:26.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:27.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.890 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:28.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.195 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.295 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.798 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:29.999 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.300 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:30.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:31.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:32.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.009 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.110 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.211 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.311 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.411 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.612 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.712 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.812 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:33.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.013 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.214 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.314 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.615 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:34.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.617 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:35.918 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.219 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.620 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:36.921 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.222 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.322 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.623 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.824 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:37.924 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.125 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.326 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.531 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.732 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.832 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:38.932 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.033 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.334 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:39.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.638 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:40.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.040 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.140 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.240 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.441 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.541 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.742 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.842 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:41.943 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.043 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.143 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.444 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.645 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.745 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:42.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.149 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:43.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:44.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.155 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.556 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.757 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.857 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:45.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.058 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.158 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.258 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.359 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.459 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.660 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:46.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.764 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.864 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:47.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.267 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.367 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.668 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:48.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.772 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:49.973 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.073 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.174 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.374 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.575 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.675 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.776 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:50.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.177 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.378 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.478 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.679 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.779 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:51.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.080 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.582 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:52.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.787 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:53.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.488 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.689 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.789 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.889 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:54.990 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.391 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:55.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.595 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.695 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:56.996 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.096 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.600 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:57.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.302 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:58.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.105 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.306 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.406 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.607 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.707 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.808 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:17:59.908 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.409 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:00.911 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:01.914 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.014 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.115 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.315 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.415 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.516 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.616 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.716 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.817 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:02.917 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.017 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.118 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.218 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.319 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:03.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.624 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:04.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:05.929 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.029 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.130 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.230 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.330 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.431 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.531 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.732 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.832 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:06.938 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.339 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.644 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:07.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.246 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.447 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.547 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.848 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:08.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.549 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.649 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.850 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:09.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.151 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.452 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.552 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.753 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:10.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.054 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.759 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:11.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.662 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.864 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:12.965 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.065 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.165 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.366 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:13.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.472 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.873 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:14.973 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.074 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.174 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.374 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.575 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.676 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.877 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:15.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:16.982 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.283 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:17.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.085 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.787 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:18.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.488 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.689 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.890 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:19.990 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.191 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.392 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.493 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.693 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.894 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:20.994 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.195 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.295 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.496 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:21.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:22.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.300 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.501 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:23.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:24.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.009 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.110 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.210 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.310 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.411 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.812 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:25.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.515 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.615 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:26.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:27.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.824 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:28.924 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.125 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.527 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.729 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:29.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.030 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.432 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.633 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:30.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.034 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.436 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.610 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED in 120004 msec - test sequence [LG-37LS5600, iTunes-fg-20160504-2, sequence3] - org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:18:31.610 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at java.base@11.0.10/java.lang.Thread.sleep(Native Method)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.UpnpClient.getService(UpnpClient.java:93)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
at app//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86)
at app//org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
at app//org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
at java.base@11.0.10/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base@11.0.10/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
19:18:31.610 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:18:31.615 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:18:31.615 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test sequence"
19:18:31.615 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ARGS [LG-37LS5600, iTunes-fg-20160504-2, sequence4]
19:18:31.616 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:18:31.620 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence4-000 ========================================================================================
19:18:31.621 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:18:31.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:18:31.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:31.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.123 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.624 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:32.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.729 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:33.929 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.436 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.536 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.737 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.837 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:34.937 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.038 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.138 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.238 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.338 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:35.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.144 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.445 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.746 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.846 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:36.946 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.047 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.850 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:37.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.153 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.253 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.454 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.654 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.855 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:38.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.156 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.757 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:39.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.062 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.163 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.564 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.664 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.765 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.866 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:40.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:41.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.072 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.273 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.474 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.574 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:42.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:43.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:44.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:45.983 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.184 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.585 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.685 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.886 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:46.986 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.187 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.287 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:47.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.091 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.392 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.492 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.693 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.793 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.894 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:48.994 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.094 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.195 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.295 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.395 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.496 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.596 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.696 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.796 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.897 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:49.997 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.499 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:50.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.200 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.401 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:51.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:52.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.208 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:53.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.010 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.110 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.412 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.713 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:54.914 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.115 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.416 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.617 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:55.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.521 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:56.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.746 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.848 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:57.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.049 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.149 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.250 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.450 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.551 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.651 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.751 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:58.952 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:18:59.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.056 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.156 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:00.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.162 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.363 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.463 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.563 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.664 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.764 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.865 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:01.965 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.065 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.165 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.266 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.366 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.567 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.667 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.767 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:02.968 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.068 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.269 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.870 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:03.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:04.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.576 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.676 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.877 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:05.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.378 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.679 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:06.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.886 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:07.986 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.187 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.287 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.387 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.488 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.588 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.688 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.789 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.889 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:08.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.090 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.190 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.291 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.391 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.592 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:09.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.198 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.399 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.499 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.700 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.800 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:10.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.001 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.302 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.604 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.704 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:11.905 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.005 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.106 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.206 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.306 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.406 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.507 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:12.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.316 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:13.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.119 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.624 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:14.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.527 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.627 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.828 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:15.928 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.028 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.129 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.229 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.329 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.429 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.530 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.630 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.831 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:16.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.132 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.633 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:17.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.240 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.544 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.644 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:18.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.246 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.447 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.548 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.648 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:19.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.150 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.351 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.452 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.552 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.652 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.753 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:20.953 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.054 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.254 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.756 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:21.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.159 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.259 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:22.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.064 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:23.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:24.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:25.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:26.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:27.989 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.692 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:28.993 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.194 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.495 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.595 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.695 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.896 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:29.996 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.197 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.297 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:30.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.101 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.702 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:31.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.806 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:32.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.108 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.208 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.409 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:33.911 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:34.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:35.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:36.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.325 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.425 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.526 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.626 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.727 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.827 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:37.927 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.028 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.128 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.228 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.329 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.429 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.630 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:38.930 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.331 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.432 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.632 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.833 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:39.933 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.034 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.134 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.234 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.334 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.535 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.635 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.736 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.836 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:40.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.037 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.138 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.238 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.338 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.439 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.539 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.840 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:41.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:42.943 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.144 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.445 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:43.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.549 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:44.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.753 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:45.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.155 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.567 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.667 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.767 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:46.968 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.068 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.269 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:47.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.574 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.775 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:48.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.076 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.277 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.377 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.578 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.678 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.778 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.879 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:49.979 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.079 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.180 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.280 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.380 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.481 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.581 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.782 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.882 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:50.982 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.183 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.283 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.484 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.584 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:51.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.088 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:52.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.091 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.797 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:53.999 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.300 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.801 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:54.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.303 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.604 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:55.905 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.106 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.206 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.407 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.507 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:56.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.009 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.110 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.210 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.310 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.411 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.511 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.712 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.812 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:57.913 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.013 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.314 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.615 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.816 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:58.916 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.017 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.117 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.217 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.318 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.418 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.619 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:19:59.920 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.322 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:00.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.630 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.731 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.831 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:01.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.032 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.132 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.333 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.633 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:02.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.436 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.536 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.737 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.837 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:03.938 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.038 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.640 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:04.941 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.445 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:05.947 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.248 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.549 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:06.953 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.053 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.458 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.759 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:07.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.060 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:08.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.064 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.365 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.465 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.566 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.666 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.767 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:09.968 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.068 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.169 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.269 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.470 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.771 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:10.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.372 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:11.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.576 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.877 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:12.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.078 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.379 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.580 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.680 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.781 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.881 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:13.981 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.082 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.182 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.283 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.383 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.584 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.785 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.885 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:14.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.086 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.186 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.286 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.487 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.788 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:15.988 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:16.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:17.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.798 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:18.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.801 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:19.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.003 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.304 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:20.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.106 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.407 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.507 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.608 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.708 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.808 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:21.909 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.009 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.109 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.310 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.611 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.812 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:22.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.013 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.113 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.414 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.715 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:23.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.617 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:24.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.521 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.621 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:25.922 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.123 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.223 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.324 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.424 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.524 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.725 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.825 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:26.926 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.026 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.227 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.327 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.528 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.829 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:27.929 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.029 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.231 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.432 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.532 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.633 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.733 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:28.934 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.235 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.335 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.436 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.536 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.636 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.737 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.837 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:29.937 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.038 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.139 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.239 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.440 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.540 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.742 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.842 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:30.943 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.043 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.143 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.244 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.344 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.444 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.545 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.619 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED in 120004 msec - test sequence [LG-37LS5600, iTunes-fg-20160504-2, sequence4] - org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:20:31.620 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:20:31.620 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:20:31.633 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:20:31.633 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST "test sequence"
19:20:31.634 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ARGS [LG-37LS5600, iTunes-fg-20160504-2, sequence5]
19:20:31.634 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ***************************************************
19:20:31.640 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - ==== sequence5-000 ========================================================================================
19:20:31.640 [oker-test_sequence()] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - >>>> sending ClingContentDirectoryAdapterSystemIntegrationTest.Params(objectId=0, browseFlag=BrowseMetadata, firstResult=0, maxResult=0) ...
19:20:31.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.model.impl.DefaultCacheManager - onPersistenceUpdated(PersistenceInitializedNotification())
19:20:31.641 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.741 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.841 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:31.942 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.042 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.142 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.243 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.343 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.443 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.544 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.644 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.745 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.845 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:32.946 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.046 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.247 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.347 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.447 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.548 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.648 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:33.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.150 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.250 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.350 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.451 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.551 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.652 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.752 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.852 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:34.953 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.053 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.254 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.655 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.756 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.856 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:35.956 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.056 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.157 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.257 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.457 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.558 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.658 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.758 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.859 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:36.959 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.060 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.160 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.260 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.361 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.461 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.561 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.662 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.762 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.863 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:37.963 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.064 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.164 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.264 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.365 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.465 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.565 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.666 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.766 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:38.967 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.067 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.268 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.569 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.770 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:39.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.071 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.875 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:40.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.778 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:41.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.079 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.280 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.380 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.481 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.581 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.681 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.782 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.882 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:42.983 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.083 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.183 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.384 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.585 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.685 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.886 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:43.986 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.187 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.488 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.689 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.890 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:44.990 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.091 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.191 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.392 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.492 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.693 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.894 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:45.994 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.195 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.798 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:46.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:47.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.409 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:48.911 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:49.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.818 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:50.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.521 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:51.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.325 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.425 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.525 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.625 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.726 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.826 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:52.927 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.127 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.228 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.428 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:53.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.634 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.835 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:54.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.036 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.136 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.337 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.538 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.739 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.839 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:55.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.040 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.341 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.542 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.744 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.845 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:56.945 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.046 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.146 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.247 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.347 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.448 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.548 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.648 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.749 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:57.950 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.151 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.251 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.351 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.452 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.552 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.753 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:58.954 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.054 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.255 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.556 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.757 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.857 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:20:59.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.058 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.159 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.259 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.359 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.460 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.560 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.661 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.761 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.862 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:00.962 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.062 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.163 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.564 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.665 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.765 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.866 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:01.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.066 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.267 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.368 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.669 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:02.970 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.171 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.472 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:03.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.777 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:04.978 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.079 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.279 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.380 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.480 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.581 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.682 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:05.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.184 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.787 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:06.988 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.088 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:07.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.795 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:08.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.096 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.297 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:09.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:10.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.105 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.306 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.406 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.607 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.707 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:11.908 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.109 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:12.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:13.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.719 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:14.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.020 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.221 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.422 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.723 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:15.924 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.024 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.125 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.225 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.325 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.426 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.526 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.627 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.727 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.827 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:16.928 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.028 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.129 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.229 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.329 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.430 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.530 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.731 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.831 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:17.932 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.032 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.334 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.534 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.635 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.735 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.836 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:18.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.037 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.137 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.237 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.338 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.438 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.539 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.740 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.840 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:19.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.242 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:20.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.045 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.547 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.849 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:21.949 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.050 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.150 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.250 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.351 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.451 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.551 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.652 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.752 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.853 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:22.953 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.053 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.154 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.254 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.355 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.455 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.555 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.656 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.756 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.857 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:23.957 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.057 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.158 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.258 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.358 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.459 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.559 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.760 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.860 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:24.961 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.061 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.262 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.463 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.563 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.768 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:25.969 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.069 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.270 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.471 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.571 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.672 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.772 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.872 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:26.973 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.073 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.173 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.274 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.374 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.475 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.575 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.675 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.776 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.876 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:27.977 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.077 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.178 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.278 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.378 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.479 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.579 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.679 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:28.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.282 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.483 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.684 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.784 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:29.985 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.085 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.286 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.386 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.587 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.787 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.888 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:30.988 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.088 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.289 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.389 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.490 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.590 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.791 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:31.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.092 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.293 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.493 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.594 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:32.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.396 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.597 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.697 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.798 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.898 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:33.998 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.099 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.199 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.299 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.400 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.500 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.601 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.701 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.802 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:34.902 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.002 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.103 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.203 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.303 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.404 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.504 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.605 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.705 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.805 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:35.906 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.006 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.207 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.307 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.408 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.508 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.709 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.809 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:36.910 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.010 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.211 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.311 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.412 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.512 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.613 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.713 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.814 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:37.914 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.014 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.115 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.215 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.315 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.416 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.516 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.616 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.717 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.817 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:38.918 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.018 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.118 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.219 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.319 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.420 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.520 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.620 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.721 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.821 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:39.921 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.022 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.122 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.222 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.323 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.423 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.523 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.624 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.724 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.824 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:40.925 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.025 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.126 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.226 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.326 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.427 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.527 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.628 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.728 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.828 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:41.929 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.029 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.129 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.230 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.330 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.430 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.531 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.631 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.731 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.832 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:42.932 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.033 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.133 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.233 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.334 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.434 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.535 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.635 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.736 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.836 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:43.936 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.037 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.137 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.238 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.338 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.439 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.539 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.639 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.740 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.840 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:44.940 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.041 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.141 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.241 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.342 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.442 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.543 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.643 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.743 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.844 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:45.944 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.145 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.346 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.647 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:46.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:47.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.051 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.352 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.553 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.653 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.754 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.854 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:48.955 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.055 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.155 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.256 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.356 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.456 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.557 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.657 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.757 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.858 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:49.958 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.059 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.159 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.259 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.360 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.460 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.560 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.661 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.761 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.862 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:50.962 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.062 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.163 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.263 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.364 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.464 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.564 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.665 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.765 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.865 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:51.966 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.066 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.167 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.267 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.367 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.468 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.568 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.668 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.769 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.869 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:52.969 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.070 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.170 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.271 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.371 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.472 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.572 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.673 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.773 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:53.974 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.175 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.275 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.476 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.576 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.677 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.780 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.880 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:54.980 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.081 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.181 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.281 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.382 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.583 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.683 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.783 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.884 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:55.984 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.185 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.285 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.486 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.687 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.787 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:56.988 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.089 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.189 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.290 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.390 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.491 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.591 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.691 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.792 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.892 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:57.992 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.093 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.193 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.294 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.394 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.494 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.595 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.695 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.796 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.896 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:58.996 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.097 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.197 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.298 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.398 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.498 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.599 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.699 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:21:59.900 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.602 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:00.903 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.104 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.204 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.405 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.505 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.606 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.706 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:01.907 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.007 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.107 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.208 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.308 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.409 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.509 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.609 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.710 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.810 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:02.911 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.011 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.111 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.212 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.312 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.513 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:03.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.015 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.517 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:04.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.321 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.522 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.823 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:05.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.024 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.225 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.325 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.425 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.526 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.626 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.726 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.827 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:06.927 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.027 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.128 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.228 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.328 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.429 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.529 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.629 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.730 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.830 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:07.931 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.031 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.131 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.232 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.332 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.433 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.533 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.633 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.734 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.834 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:08.935 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.035 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.135 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.236 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.336 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.437 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.537 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.637 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.738 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.838 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:09.939 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.039 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.140 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.240 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.340 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.441 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.541 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.642 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.742 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.843 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:10.943 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.044 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.144 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.245 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.345 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.446 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.546 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.646 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.747 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.847 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:11.948 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.048 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.148 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.249 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.349 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.449 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.550 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.650 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.750 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.851 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:12.951 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.052 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.152 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.252 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.353 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.453 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.554 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.654 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.755 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.855 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:13.956 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.056 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.157 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.257 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.357 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.458 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.558 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.659 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.759 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.859 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:14.960 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.060 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.161 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.261 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.362 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.462 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.562 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.663 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.763 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.864 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:15.964 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.065 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.165 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.265 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.366 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.466 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.566 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.667 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.767 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.867 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:16.968 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.068 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.168 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.269 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.369 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.469 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.570 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.670 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.771 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.871 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:17.971 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.072 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.172 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.272 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.373 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.473 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.573 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.674 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.774 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.874 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:18.975 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.075 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.176 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.276 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.376 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.477 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.577 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.678 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.778 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.878 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:19.979 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.079 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.179 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.280 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.380 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.482 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.582 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.682 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.782 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.883 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:20.983 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.084 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.184 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.284 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.385 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.485 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.586 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.686 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.786 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.887 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:21.987 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.087 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.188 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.288 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.388 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.489 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.589 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.690 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.790 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.891 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:22.991 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.091 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.192 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.292 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.393 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.493 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.593 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.694 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.794 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.895 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:23.995 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.095 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.196 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.296 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.397 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.497 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.598 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.698 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.799 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:24.899 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.000 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.100 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.201 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.301 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.402 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.502 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.603 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.703 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.803 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:25.904 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.004 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.105 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.205 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.305 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.406 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.506 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.607 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.707 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.807 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:26.908 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.008 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.109 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.209 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.309 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.410 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.510 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.610 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.711 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.811 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:27.912 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.012 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.112 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.213 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.313 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.413 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.514 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.614 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.714 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.815 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:28.915 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.016 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.116 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.216 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.317 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.417 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.518 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.618 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.718 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.819 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:29.919 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.019 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.120 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.220 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.320 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.421 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.521 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.622 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.722 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.822 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:30.923 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.023 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.124 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.224 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.324 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.425 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.525 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.626 [oker-test_sequence()] DEBUG i.t.bluemarine2.upnp.mediaserver.impl.UpnpClient - >>>> waiting for service... (if this runs too long, check the firewall)
19:22:31.638 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED in 120004 msec - test sequence [LG-37LS5600, iTunes-fg-20160504-2, sequence5] - org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
19:22:31.638 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - TEST FAILED
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at java.base@11.0.10/java.lang.Thread.sleep(Native Method)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.UpnpClient.getService(UpnpClient.java:93)
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@11.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@11.0.10/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@11.0.10/java.lang.reflect.Method.invoke(Method.java:566)
at app//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86)
at app//org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
at app//org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
at java.base@11.0.10/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base@11.0.10/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
19:22:31.638 [main ] ERROR i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest -
19:22:31.646 [main ] INFO org.fourthline.cling.UpnpServiceImpl - >>> Shutting down UPnP service...
19:22:32.652 [main ] INFO org.fourthline.cling.UpnpServiceImpl - <<< UPnP service shutdown completed
19:22:32.653 [main ] INFO i.t.b.rest.impl.server.DefaultResourceServer - onPowerOffNotification(PowerOffNotification())
19:22:32.653 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING Server@3a159060{STARTED}[10.0.1,sto=0]
19:22:32.653 [main ] INFO org.eclipse.jetty.server.Server - Stopped Server@3a159060{STOPPING}[10.0.1,sto=0]
19:22:32.654 [main ] DEBUG org.eclipse.jetty.server.Server - doStop Server@3a159060{STOPPING}[10.0.1,sto=0]
19:22:32.654 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007}
19:22:32.657 [}{10.244.2.61:36007}] TRACE org.eclipse.jetty.server.AbstractConnector - IGNORED
java.nio.channels.AsynchronousCloseException: null
at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
at java.base/sun.nio.ch.ServerSocketChannelImpl.end(ServerSocketChannelImpl.java:269)
at java.base/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:288)
at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:380)
at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:728)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:791)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:913)
at java.base/java.lang.Thread.run(Thread.java:834)
19:22:32.658 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran qtp1007475654-61-acceptor-0@5a9d34d7-ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:36007} in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=6,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:22:32.658 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:0}
19:22:32.659 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ManagedSelector@d2d837{STARTED} id=0 keys=0 selected=0 updates=0
19:22:32.659 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@342079d9 on ManagedSelector@d2d837{STOPPING} id=0 keys=0 selected=0 updates=0
19:22:32.659 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@d2d837{STOPPING} id=0 keys=0 selected=0 updates=1
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken with none selected
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken up from select, 0/0/0 selected
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 processing 0 keys, 1 updates
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@342079d9
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@d2d837{STOPPING} id=0 keys=0 selected=0 updates=0
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
19:22:32.660 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 waiting with 0 keys
19:22:32.660 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@7480725b on ManagedSelector@d2d837{STOPPING} id=0 keys=0 selected=0 updates=0
19:22:32.661 [main ] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@d2d837{STOPPING} id=0 keys=0 selected=0 updates=1
19:22:32.661 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken with none selected
19:22:32.661 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 woken up from select, 0/0/0 selected
19:22:32.661 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@7d6c45e2 processing 0 keys, 1 updates
19:22:32.661 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
19:22:32.661 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@7480725b
19:22:32.665 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
19:22:32.665 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$316/0x000000010046a840@56f7c9a3 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=7,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:22:32.666 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:22:32.666698+01:00
19:22:32.667 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@5e46d4f4/SelectorProducer@522eff0a/IDLE/p=false/QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}][pc=0,pic=0,pec=0,epc=0]@2021-12-23T19:22:32.66754+01:00
19:22:32.667 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@d2d837{STOPPED} id=0 keys=-1 selected=-1 updates=0
19:22:32.667 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SelectorManager@ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:0}
19:22:32.668 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING HttpConnectionFactory@22b1ae71[HTTP/1.1]
19:22:32.668 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpConnectionFactory@22b1ae71[HTTP/1.1]
19:22:32.668 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ScheduledExecutorScheduler@cd8113a{STARTED}
19:22:32.668 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@cd8113a{STOPPED}
19:22:32.668 [main ] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:0}
19:22:32.668 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServerConnector@118b5112{HTTP/1.1, (http/1.1)}{10.244.2.61:0}
19:22:32.668 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping Server@3a159060{STOPPING}[10.0.1,sto=0]
19:22:32.669 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ErrorHandler@eddba56{STARTED}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ErrorHandler@eddba56{STOPPING}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ErrorHandler@eddba56{STOPPED}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],AVAILABLE}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STOPPED}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ServletHandler@37fc8dd8{STARTED}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ServletHandler@37fc8dd8{STOPPING}
19:22:32.669 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=true,async=true,src=EMBEDDED:null}
19:22:32.670 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter-6479747f==it.tidalwave.bluemarine2.rest.impl.server.LoggingFilter@6479747f{inst=false,async=true,src=EMBEDDED:null}
19:22:32.670 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:22:32.671 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-1d5655bc==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@46b43ea9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:22:32.671 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null}
19:22:32.671 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED default==org.eclipse.jetty.servlet.DefaultServlet@5c13d641{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:22:32.671 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null}
19:22:32.671 [main ] INFO o.eclipse.jetty.server.handler.ContextHandler.ROOT - Destroying Spring FrameworkServlet 'spring'
19:22:32.671 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED spring==org.springframework.web.servlet.DispatcherServlet@ca9d020d{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null}
19:22:32.672 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServletHandler@37fc8dd8{STOPPED}
19:22:32.672 [main ] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STOPPED}
19:22:32.672 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED o.e.j.s.ServletContextHandler@4d399761{/,[jar:file:/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/REST/target/it-tidalwave-bluemarine2-rest-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar!/webapp],STOPPED}
19:22:32.672 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING QueuedThreadPool[qtp1007475654]@3c0cdbc6{STARTED,8<=8<=200,i=8,r=1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:22:32.673 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3b383d{s=0/1,p=0}]
19:22:32.673 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPING ReservedThreadExecutor@3b383d{s=0/1,p=0}
19:22:32.673 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@3b383d{s=-1/1,p=0}
19:22:32.673 [qtp1007475654-62 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.673 [qtp1007475654-62 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.673 [qtp1007475654-62 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-62,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1007475654-59,5,main] for 2499
19:22:32.674 [qtp1007475654-64 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [qtp1007475654-64 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [qtp1007475654-63 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [qtp1007475654-64 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-64,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [qtp1007475654-65 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-65 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-65 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-65,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-66 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-66 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-66 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-66,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-60 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-60 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.674 [qtp1007475654-63 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-60 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-60,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.675 [qtp1007475654-63 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-63,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-61 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-61,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$240/0x00000001003cfc40@6e5f8f33 in QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.676 [qtp1007475654-59 ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Thread[qtp1007475654-59,5,main] exited for QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.677 [main ] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1007475654-61,5,] for 2497
19:22:32.682 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[qtp1007475654]@3c0cdbc6{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY]
19:22:32.683 [main ] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Server@3a159060{STOPPED}[10.0.1,sto=0]
19:22:32.685 [Invoker-afterClass()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:32.689 [Invoker-afterClass()] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - unsubscribe(MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.model.impl.DefaultCacheManager.onPersistenceUpdated(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification)))
19:22:32.691 [Invoker-afterClass()] INFO org.fourthline.cling.UpnpServiceImpl - >>> Shutting down UPnP service...
19:22:34.151 [Invoker-afterClass()] INFO org.fourthline.cling.UpnpServiceImpl - <<< UPnP service shutdown completed
19:22:34.151 [Invoker-afterClass()] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - unsubscribe(MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws java.lang.Exception))
19:22:34.151 [Invoker-afterClass()] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - unsubscribe(MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.rest.impl.server.DefaultResourceServer.onPowerOffNotification(it.tidalwave.bluemarine2.message.PowerOffNotification) throws java.lang.Exception))
19:22:34.152 [Invoker-afterClass()] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - unsubscribe(MessageBusAdapterFactory.MessageBusListenerAdapter(method=void it.tidalwave.bluemarine2.rest.impl.MusicResourcesController.onPersistenceInitializedNotification(it.tidalwave.bluemarine2.message.PersistenceInitializedNotification) throws java.io.IOException))
19:22:34.152 [Invoker-afterClass()] DEBUG it.tidalwave.messagebus.spi.SimpleMessageBus - unsubscribe(MessageBusAdapterFactory.MessageBusListenerAdapter(method=public void it.tidalwave.bluemarine2.model.impl.DefaultMediaFileSystem.onPowerOnNotification(it.tidalwave.bluemarine2.message.PowerOnNotification) throws it.tidalwave.util.NotFoundException))
19:22:34.152 [Invoker-afterClass()] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'taskExecutor'
19:22:34.164 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DefaultDevicePublisherTest.xml]
19:22:34.208 [main ] INFO org.fourthline.cling.UpnpServiceImpl - >>> Starting UPnP service...
19:22:34.208 [main ] INFO org.fourthline.cling.UpnpServiceImpl - Using configuration: org.fourthline.cling.DefaultUpnpServiceConfiguration
19:22:34.209 [main ] INFO org.fourthline.cling.transport.Router - Creating Router: org.fourthline.cling.transport.RouterImpl
19:22:34.209 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Creating wildcard socket (for receiving multicast datagrams) on port: 1900
19:22:34.209 [main ] INFO o.fourthline.cling.transport.spi.MulticastReceiver - Joining multicast group: /239.255.255.250:1900 on network interface: eth0
19:22:34.211 [main ] INFO org.fourthline.cling.transport.spi.StreamServer - Created server (for receiving TCP streams) on: /10.244.2.61:35585
19:22:34.211 [main ] INFO org.fourthline.cling.transport.spi.DatagramIO - Creating bound socket (for datagram input/output) on: /10.244.2.61
19:22:34.212 [main ] INFO org.fourthline.cling.UpnpServiceImpl - <<< UPnP service started successfully
19:22:34.233 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, upnpService, underTest]
19:22:34.234 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest - *************************************
19:22:34.234 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest - TEST "must properly publish a device"
19:22:34.234 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest - *************************************
19:22:34.249 [y_publish_a_device()] INFO i.t.b.u.m.impl.device.DefaultDevicePublisher - publishDevice() - (LocalService) ServiceId: urn:upnp-org:serviceId:UPnPServerMock, Manager: (AutowireServiceManager) Implementation: null
19:22:34.252 [y_publish_a_device()] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest - Completed device registration
19:22:36.253 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest - TEST PASSED in 2019 msec
19:22:36.253 [main ] INFO i.t.b.u.m.impl.device.DefaultDevicePublisherTest -
19:22:36.260 [Invoker-afterClass()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:36.262 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:36.369 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:36.370 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:39.514 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:39.518 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:39.519 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:40.067 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:40.067 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ***********************************************
19:22:40.067 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for Entity"
19:22:40.067 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ***********************************************
19:22:40.070 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.s.EntityWithRoles, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:40.074 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 7 msec
19:22:40.074 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:40.079 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:40.081 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:40.110 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:40.111 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:42.759 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:42.759 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:42.759 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:42.759 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:42.759 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:42.760 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:42.762 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:42.762 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ****************************************************
19:22:42.763 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for MusicArtist"
19:22:42.763 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ****************************************************
19:22:42.801 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.RepositoryMusicArtist, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:42.802 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 40 msec
19:22:42.802 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:42.807 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:42.808 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:42.866 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:42.867 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:45.639 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:45.639 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:45.639 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:45.640 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:45.644 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:45.644 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ***********************************************
19:22:45.644 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for Record"
19:22:45.644 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - ***********************************************
19:22:45.647 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.RepositoryRecord, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:45.648 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 3 msec
19:22:45.648 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:45.649 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:45.652 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:45.701 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:45.701 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:48.258 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:48.259 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:48.260 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:48.264 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:48.265 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - *********************************************************
19:22:48.265 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for decorated Entity"
19:22:48.265 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - *********************************************************
19:22:48.385 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.PathAwareMediaFolderDecorator, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:48.385 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.s.EntityWithRoles, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:48.386 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 121 msec
19:22:48.386 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:48.387 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:48.389 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:48.464 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:48.465 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:51.169 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:51.169 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:51.169 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:51.170 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:51.174 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:51.174 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - **************************************************************
19:22:51.174 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for decorated MusicArtist"
19:22:51.174 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - **************************************************************
19:22:51.179 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.PathAwareMediaFolderDecorator, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:51.180 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.RepositoryMusicArtist, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:51.180 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 6 msec
19:22:51.180 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:51.187 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:51.189 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Spring configuration locations: [META-INF/DciAutoBeans.xml, META-INF/CompositeDIDLAdapterSupportTestBeans.xml]
19:22:51.223 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - ctor
19:22:51.224 [main ] DEBUG i.t.role.spring.spi.AnnotationSpringRoleManager - scanning classes with interface it.tidalwave.dci.annotation.DciRole annotation...
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - scan([i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter, i.t.b.u.m.i.d.MusicArtistDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter, i.t.b.u.m.i.d.TrackDIDLAdapter, i.t.b.m.i.EntityBrowserDisplayable, i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks, i.t.b.m.i.r.RepositoryEntitySupportDisplayable, i.t.b.m.i.r.RecordComposite, i.t.b.m.i.r.FileSystemAudioFileDisplayable, i.t.b.m.i.r.FileSystemMediaFolderDisplayable, i.t.b.m.i.r.EntityPresentable])
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - Configured roles:
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.MediaFolder: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.MusicArtistDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.Composite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.MusicArtist: i.t.r.SimpleComposite -> [i.t.b.m.i.r.MusicArtistCompositeOfRecords, i.t.b.m.i.r.MusicArtistCompositeOfTracks]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.Composite -> [i.t.b.m.i.r.RecordComposite]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Record: i.t.r.SimpleComposite -> [i.t.b.m.i.r.RecordComposite]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.a.Track: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.TrackDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemAudioFile: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemAudioFileDisplayable]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.FileSystemMediaFolder: i.t.r.u.Displayable -> [i.t.b.m.i.r.FileSystemMediaFolderDisplayable]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareEntityDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.PathAwareMediaFolderDecorator: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.PathAwareMediaFolderDecoratorDIDLAdapter]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.i.c.RepositoryEntitySupport: i.t.r.u.Displayable -> [i.t.b.m.i.r.RepositoryEntitySupportDisplayable]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Displayable -> [i.t.b.m.i.EntityBrowserDisplayable]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.r.EntityBrowser: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:54.118 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.b.u.m.i.d.DIDLAdapter -> [i.t.b.u.m.i.d.EntityDIDLAdapter]
19:22:54.119 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>> i.t.b.m.s.Entity: i.t.r.u.Presentable -> [i.t.b.m.i.r.EntityPresentable]
19:22:54.121 [main ] INFO i.t.bluemarine2.commons.test.SpringTestSupport - >>>> bean names: [org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.event.internalEventListenerProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.config.internalBeanConfigurerAspect, org.springframework.aop.config.internalAutoProxyCreator, roleManager, contextManager, resourceServer]
19:22:54.122 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - *********************************************************
19:22:54.122 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST "must find the correct adapter for decorated Record"
19:22:54.122 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - *********************************************************
19:22:54.128 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.PathAwareMediaFolderDecorator, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.PathAwareEntityDecoratorDIDLAdapter, i.t.b.u.m.i.d.MediaFolderDIDLAdapter]
19:22:54.129 [main ] DEBUG it.tidalwave.role.spi.RoleManagerSupport - >>>>>>> added implementations: (i.t.b.m.i.c.RepositoryRecord, i.t.b.u.m.i.d.DIDLAdapter) -> [i.t.b.u.m.i.d.EntityDIDLAdapter, i.t.b.u.m.i.d.RecordDIDLAdapter]
19:22:54.129 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest - TEST PASSED in 7 msec
19:22:54.129 [main ] INFO i.t.b.u.m.impl.didl.DIDLAdapterBindingTest -
19:22:54.130 [nvoker-afterMethod()] INFO i.t.bluemarine2.commons.test.SpringTestSupport - Closing Spring context...
19:22:54.166 [main ] INFO i.t.b.u.m.i.ClingContentDirectoryAdapterSystemIntegrationTest - FINISHED TESTS OF it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest
[ERROR] Tests run: 13, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 639.385 s <<< FAILURE! - in TestSuite
[ERROR] it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence[LG-37LS5600, iTunes-fg-20160504-2, sequence1](2) Time elapsed: 120.036 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
[ERROR] it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence[LG-37LS5600, iTunes-fg-20160504-2, sequence2](4) Time elapsed: 120.015 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
[ERROR] it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence[LG-37LS5600, iTunes-fg-20160504-2, sequence3](6) Time elapsed: 120.009 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
[ERROR] it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence[LG-37LS5600, iTunes-fg-20160504-2, sequence4](8) Time elapsed: 120.007 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
[ERROR] it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence[LG-37LS5600, iTunes-fg-20160504-2, sequence5](10) Time elapsed: 120.005 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.test_sequence() didn't finish within the time-out 120000
at app//it.tidalwave.bluemarine2.upnp.mediaserver.impl.ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence(ClingContentDirectoryAdapterSystemIntegrationTest.java:198)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence » ThreadTimeout
[ERROR] ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence:198 » ThreadTimeout
[ERROR] ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence:198 » ThreadTimeout
[ERROR] ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence » ThreadTimeout
[ERROR] ClingContentDirectoryAdapterSystemIntegrationTest.test_sequence:198 » ThreadTimeout
[INFO]
[ERROR] Tests run: 13, Failures: 5, Errors: 0, Skipped: 0
[INFO]
[ERROR] There are test failures.
Please refer to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/surefire-reports/plain for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default-test-jar) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Building jar: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613-tests.jar
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ it-tidalwave-bluemarine2-upnp-mediaserver ---
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-upnp-mediaserver/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-upnp-mediaserver/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/ClingMediaServer/target/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT.60fefd4ca613-tests.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/bluemarine2/it-tidalwave-bluemarine2-upnp-mediaserver/1.1-ALPHA-2-SNAPSHOT/it-tidalwave-bluemarine2-upnp-mediaserver-1.1-ALPHA-2-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled