Probelm with web app server

조회 수: 27 (최근 30일)
Martin Andersson
Martin Andersson 2021년 2월 26일
댓글: Feda Baqain 2024년 4월 22일
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.

답변 (4개)

J. Alex Lee
J. Alex Lee 2021년 4월 21일
편집: J. Alex Lee 2021년 4월 21일
@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
J. Alex Lee
J. Alex Lee 2021년 4월 23일
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 2022년 2월 19일
Thanks! You saved my day.

댓글을 달려면 로그인하십시오.


Anshika Chaurasia
Anshika Chaurasia 2021년 3월 3일
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 2022년 7월 5일
Hi Martin,
I just unregistered and re-registered the web app services (using the default account) and the error disappeared.
  댓글 수: 3
Luciano Nascimento
Luciano Nascimento 2023년 1월 22일
Esta foi a melhor solução para mim que também estava com esse problema. Thanks
Feda Baqain
Feda Baqain 2024년 4월 22일
Thanks you so much that was so helpfull the problem is solved

댓글을 달려면 로그인하십시오.


Petr Semotam
Petr Semotam 2023년 10월 6일
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)

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by