Hello Angie,
Typicall if you are receiving the error:
Unable to connect to maestro on port 5252
No connection could be made because the target machine actively refused it.
This usually means that the K2 service is not running. I would verify that the K2 blackpearl service is running first in services. As for the error you receive in the console:
Error 2001 Error Starting Host Server: bind() Failed. Error code: 10048; Error Invoking 'StartHostServer' : bind()Failed. Error code: 10048.
This is usually indicative that you are attempting to run the console either with an account that does not have the log on as a service rights or that the K2 service is indeed running already.
This is leading me to believe that there may be another application or site that is arleady running on port 5252 thus preventing K2 from starting.
A simple way to check this is to open a cmd prompt and do a nstat command to verify what is using which ports. An example of this could be:
netstat -b > c:\stuff.txt
the c:\stuff.txt is an example of what you can name the file. If you output this information to a txt file you can verify what is using a port thus being able to check if something is conflicting with K2's ability to run on port 5252.
hope this helps,
Jon
The statements and opinions made in my postings are my own, and do not reflect the opinions of SourceCode Technology Holdings, Inc. or its subsidiaries. All information is provided as is with no warranties, express or implied, and grants no rights or licenses.