cannot bind to database

When I launch screen-scraper (macOS) I get the error message that it "cannot bind to the following port(s): 9001(database). " Then the application quits.

Wiping the databases solves the problem, but then all scripts and scraping sessions are lost. How do I solve this problem?

cannot bind to database

DatabasePort=9001

It's possible you have another service already bound to that port. You might try just altering it to see if that helps.

Todd

cannot bind to database

What's the value of your Database Port #?

cannot bind to database

Hi,

I actually use Mac OS X as well. I don't seem to have the same trouble you're experiencing, though. Could it be anything related to permissions? You might try changing the port on which the database listens ([url]http://www.screen-scraper.com/support/faq/faq.php#MultipleInstances[/url]).

Kind regards,

Todd

cannot bind to database

Hi. No, after tinkering what works is manually qutting the java process, making sure it is not running before launching screen-scraper. Then screen-scraper (and the java process) launches just fine; however, when I quit screen-scraper in MacOS, the java process does not also quit, producing the error on a re-launch.

At any rate, this works.

cannot bind to database

Hi,

See if this helps http//www.screen-scraper.com/support/faq/faq.php#PortBindingError

Todd