Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows 2012 Server and Squeezbox Server
#1
Hey guys.

Im trying to migrate from windows 7 to windows 2012 server to run my squeezebox server and the driver isnt connecting. It's stuck on "wait to connect." I turned off the firewall on the server, and that didnt resolve it. It looks like the CQC server is connected on port 9090.

Anyone have any experience here?
Reply
#2
Depending on how the driver is written, usually wait to connect means it opened the socket ok, but isn't getting love from the device for some reason. So presumably it got the socket connection made, and it's a configuration issue on the Squeeze side perhaps?

Which maybe is what you meant by connected on port 9000? You see that the driver has successfully opened port 9000 to the Squeeze server?

Put it into verbose mode and see if anything interesting pops up in the logs from the driver that might give us some more info.
Dean Roddey
Explorans limites defectum
Reply
#3
here is a snipit of the log

01/01 12:09:01-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3562, Status/App Status
Driver 'Audio1' is trying to connect to its device
}
01/01 12:09:01-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: version ?
}
01/01 12:09:01-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.3168, Status/App Status
Connect(): The socket is not currently connected
}
01/01 12:09:06-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3562, Status/App Status
Driver 'Audio1' is trying to connect to its device
}
01/01 12:09:06-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: version ?
}
01/01 12:09:06-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.3168, Status/App Status
Connect(): The socket is not currently connected
}
Reply
#4
Looks like the server is dropping the connection almost immediately. Actually, it looks like maybe the driver isn't reporting a loss of connection, and so the socket never gets closed and re-opened, so it just keeps trying to use that socket. Otherwise, we should be seeing msgs about it getting and losing its comm resource and those aren't showing up.

Try pausing the driver, flushing the logs, then unpause it (still in verbose mode) and then take it back out of verbose again after 30 seconds or so and get a dump of that initial activity when it first tries to connect.
Dean Roddey
Explorans limites defectum
Reply
#5
01/01 13:18:50-automation, CQCServer, CIDOrbSrvWorkThread_4
{
CQCServer, CQCServer_DriverCtrl.cpp.54, Status/App Status
A request to resume driver Audio1 was received, starting operation
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3358, Status/App Status
Driver 'Audio1' is beginning initialization
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3505, Status/App Status
Driver 'Audio1' is trying to get its comm resource
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.2691, Status/App Status
Audio1.GetCommResource: Server = 10.0.1.65:9090
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3544, Status/App Status
Driver 'Audio1' has its comm resource
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3562, Status/App Status
Driver 'Audio1' is trying to connect to its device
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: version ?
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.GetMsg: version 7.9.0
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: players 0 20
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.GetMsg: players 0 20 count:0
}
01/01 13:18:52-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.3083, Status/App Status
Audio1:Connect(): Unable to find player ID or name '00:04:20:22:9c:90'
}
01/01 13:18:52-automation, CQCRemVSrv, CQCRemVSrvGUIThread_1
{
CQCRemVSrv, CQCRemVSrv_WorkerThread.cpp.597, Failed/App Status
An exception occured in faux GUI loop of worker thread 1
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, CQCDriver_DriverBase.cpp.3562, Status/App Status
Driver 'Audio1' is trying to connect to its device
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: version ?
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.GetMsg: version 7.9.0
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.SendMsg: players 0 20
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.1406, Status/App Status
Audio1.GetMsg: players 0 20 count:0
}
01/01 13:18:57-automation, CQCServer, CQCDrv_Audio1Thread14
{
CQCKit, MEng.System.CQC.Runtime.CQCLogger.3083, Status/App Status
Audio1:Connect(): Unable to find player ID or name '00:04:20:22:9c:90'
}
Reply
#6
Not sure what was going on before, but this is different. Maybe it's just not dealing with the other side dropping the connection or something. But anyway, the problem appears to be:

Audio1:Connect(): Unable to find player ID or name '00:04:20:22:9c:90'

Each time it tries to connect, it's getting that error. I assume that's a configuration thing?
Dean Roddey
Explorans limites defectum
Reply
#7
Thx Dean - That was it. I forgot that I needed to change the server address on the device. Bone head move.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows 10 Reboot/Update Nag Screen gReatAutomation 7 5,257 03-31-2020, 04:48 PM
Last Post: LesAuber
  Windows 10 Tablet gReatAutomation 21 8,864 07-25-2019, 03:59 PM
Last Post: znelbok
  Venue 8 Pro Windows 10 potts.mike 21 8,441 03-08-2016, 09:39 AM
Last Post: jkmonroe
  after last storm/power outage my CQC Master Server is no more SomeWhatLost 5 4,233 03-01-2016, 10:56 AM
Last Post: wuench
  2 windows from single sensor? jkmonroe 8 6,071 01-25-2016, 05:34 PM
Last Post: CJohnson
  Windows Update high CPU usage Dean Roddey 5 3,709 09-09-2015, 03:20 PM
Last Post: znelbok
  Zotac PI320 as CQC Server Bugman 5 3,359 05-09-2015, 03:29 PM
Last Post: ellisr63
  Windows 10 and Windows Phone dogman 8 4,743 05-01-2015, 08:29 AM
Last Post: Dean Roddey
  The next thing for CQC on Windows 10? ellisr63 0 2,040 04-29-2015, 07:04 PM
Last Post: ellisr63
  Google Music All Play Logitech Media Server Plugin batwater 6 9,635 01-02-2015, 05:46 AM
Last Post: batwater

Forum Jump:


Users browsing this thread: 1 Guest(s)