NetTalk Central

Author Topic: SelfService Issue with webserver  (Read 2243 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
SelfService Issue with webserver
« on: May 08, 2014, 04:28:18 PM »
Hi,

CL 9.0
NT 8.1
SS 3.43

WebServer is loaded on a cloud server and set to run as a service
The first time I click the service and start it I get the following errors (See Images)

The second time it starts perfectly?

Any ideas.

Brian.



 

[attachment deleted by admin]
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: SelfService Issue with webserver
« Reply #1 on: May 08, 2014, 10:28:52 PM »
Hi Brian,

not a lot to go on, but I'd think it might be some sort of dependency. Like maybe it's using SQL, and the SQL engine needs to start first? So it would then fail if started on bootup, but then work if you start it manually.

Try setting it to _not_ start automatically, but start it manually after the machine boots. That might be a clue.

cheers
Bruce




de la Rosa

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Email
Re: SelfService Issue with webserver
« Reply #2 on: August 27, 2014, 10:26:26 PM »
Hi Bruce,

In my case the service is running but WebServer ports are no longer responding when running as a Service. It used to be fine though. WebServer ports working normally in exe mode.


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: SelfService Issue with webserver
« Reply #3 on: August 28, 2014, 01:37:13 AM »
hmm - no idea what's wrong.

cheers
Bruce

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: SelfService Issue with webserver
« Reply #4 on: August 28, 2014, 03:42:01 AM »
check which account used in your service, i have a .exe with ABCFree NTService for 3 years running without a problem, create a local account and used this

de la Rosa

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • Email
Re: SelfService Issue with webserver
« Reply #5 on: August 29, 2014, 05:56:01 PM »
Yeah, it turns out the .exe needs to be executed as administrator before the encryption to the DB password worked. So when it run as a service, it wasn't decrypting correctly and consequently wasn't able to open a connection to the DB properly.

Thanks!