Probelm with web app server

48 Ansichten (letzte 30 Tage)
Martin Andersson
Martin Andersson am 26 Feb. 2021
Beantwortet: Petr Semotam am 6 Okt. 2023
Hi,
I instaled matlab web app server (2020a) six mouth ago and evrything was fine. But las week I could not get it to start, so I reinstalled the web app server.
But once pressing start I get the error "[SC] StartService FAILD 1068: the dependency service or group failed to start"
Could someone please help me with this problem.

Antworten (4)

J. Alex Lee
J. Alex Lee am 21 Apr. 2021
Bearbeitet: J. Alex Lee am 21 Apr. 2021
@Martin Andersson, hope you have resolved this by now as it has been over a month, but if not, check your windows service account's password/disabled status.
I ran into this issue last week, and despite @Anshika Chaurasia's answer about relating to the port, the root cause ended up being a logon failure of the local windows service account associated with running the web app server (local/MwWebAppServerR20XXy, or whatever is the default) due to an expired password.
  8 Kommentare
J. Alex Lee
J. Alex Lee am 23 Apr. 2021
Sorry, I don't know the details how it was resolved...I think you just need an administrator to edit the logon user's details - once you can get in there to reset password it would be helpful to set the password expiration to "never", which is what my colleague told me they did. I'm at the limit of my helpfulness here, sorry!
D D
D D am 19 Feb. 2022
Thanks! You saved my day.

Melden Sie sich an, um zu kommentieren.


Anshika Chaurasia
Anshika Chaurasia am 3 Mär. 2021
Hi Martin,
The "StartService FAILED 1068" error appears when the port that your server is trying to use is unavailable. This typically happens when the port is being blocked by another instance of Web App Server.
In order to check whether the port is already in use, you can follow these steps:
1) Open the "Resource Monitor" application in Windows.
2) Navigate to the "Network" tab within the Resource Monitor and expand the list of "Listening Ports".
3) If the port that your Web App Server is using is listed in "Listening Ports", then the port is already in use and Web App Server will not be able to access the port. By default, Web App Server will attempt to access port 9988.
If you find that the port is already in use, you have two options:
1) Stop the service that is opening the port by opening the "Services" application in Windows, finding any instances of Web App Server, and right-clicking on these services and selecting "Stop".
2) Change the port that your Web App Server instance is using. You can doing this using the "Port Number" option on the "Configure and Run" tab of the Development Web Apps Server application.
If you continue to experience issues after following these steps, then your firewall may be blocking the port. If this is the case, then you would need to allow the port in your firewall's settings.
Hope it helps!

Daniele
Daniele am 5 Jul. 2022
Hi Martin,
I just unregistered and re-registered the web app services (using the default account) and the error disappeared.
  2 Kommentare
Luciano Nascimento
Luciano Nascimento am 22 Jan. 2023
its ok is better request for me
Luciano Nascimento
Luciano Nascimento am 22 Jan. 2023
Esta foi a melhor solução para mim que também estava com esse problema. Thanks

Melden Sie sich an, um zu kommentieren.


Petr Semotam
Petr Semotam am 6 Okt. 2023
Another approach which helped me for other users:
  • Start - Right Click - Computer Management
  • Go to System Tools - Local Users and Groups - Users
  • Find appropriate acount such as MwWebAppServerR2023b and MwWebAppWorkerR2023b
  • Via More Actions set some complex password for both of accounts
  • Via properties allow account and make passwor never experies.
  • Go to Services, find appropriate services such as MATLAB Web Apps Launcher (R2023b) and MATLAB Web Apps (R2023b)
  • Via Properties and tab Log On set right account as in picture example below and fill right password set previously
  • Note: For find account click on Browse, set right location (for example local computer), fill an account as in picture below and click on "Check Names" - that should find right account
  • Try to run MATLAB Web App Server (run services manually or via MATLAB Web App Server UI)

Kategorien

Mehr zu Web Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by