Home > Net >  Kestrel - hellomvc. Service: Failed at step USER spawning/usr/bin/dotnet: No to
Kestrel - hellomvc. Service: Failed at step USER spawning/usr/bin/dotnet: No to

Time:05-25

Kestrel - hellomvc. Service: Failed at step USER spawning/usr/bin/dotnet: No to process
I'm in the asp.net core project to deploy on nginx
The previous steps should be successful
But in this step
 
Systemctl start kestrel - hellomvc. Service
Systemctl status kestrel - hellomvc. Service

An error in the
 kestrel - hellomvc. Service - Example the.net Web API Application running on Ubuntu 
The Loaded: the Loaded (/etc/systemd/system/kestrel - hellomvc. Service; Enabled. Vendor preset: enabled)
Active: failed (Result: exit - code) since Mon 03:12:42 2017-04-24 UTC. Line 8 s
Process: 4285 ExecStart=/usr/bin/dotnet/home/84999/Demo4/Demo4. DLL (code=exited, status=217/USER)
The Main PID: 4285 (code=exited, status=217/USER)

Apr 24 03:12:42 instance - 5 systemd [1] : Started Example. NET Web API Application running on Ubuntu.
Apr 24 03:12:42 instance - 5 systemd [4285] : kestrel - hellomvc. Service: Failed at step USER spawning/usr/bin/dotnet: No to process
Apr 24 03:12:42 instance - 5 systemd [1] : kestrel - hellomvc. Service: the Main process exited, code=exited, the status=217/USER
Apr 24 03:12:42 instance - 5 systemd [1] : kestrel - hellomvc. Service: Unit rose failed state.
Apr 24 03:12:42 instance - 5 systemd [1] : kestrel - hellomvc. Service: Failed with result 'exit - code.

Who knows how to solve

CodePudding user response:

Problem solved, now the core project successfully deployed on ubuntu haha
I 've solved the problem, the source folder owner should be WWW - data, have 755 permission

CodePudding user response:

The database sqlite
Front - end server Nginx
The back - end server kestrel
All free

CodePudding user response:

Could you tell me how do you solve? Encountered the same error

CodePudding user response:

reference 1st floor LeonCv response:
problem is resolved, now the core project successfully deployed on ubuntu haha
I 've solved the problem, the source folder owner should be WWW - data, have 755 permission
my resources folder has 755 permissions
  • Related