Advertisement
Guest User

AMP Stop Instances Error

a guest
Feb 14th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. AMP@f37739f1dd89:~/AMP$ ./ampinstmgr --StopAllInstances
  2. [Info] AMP Instance Manager v1.6.0.0 built 20/01/2018 16:00
  3. [Debug] Release spec: Release - built by CUBECODERS/BuildBot on CCL-DEV
  4. [Debug] Starting process /sbin/ldconfig
  5. [Debug] Working Directory: /home/AMP/AMP
  6. [Debug] Arguments: -p
  7. [Debug] Started process with ID 1105
  8. [Debug] Starting process /bin/uname
  9. [Debug] Working Directory: /home/AMP/AMP
  10. [Debug] Arguments: -m
  11. [Debug] Started process with ID 1106
  12. [Debug] Loading instances from /home/AMP/.ampdata/instances.json...
  13. [Debug] Loaded 1 instances.
  14. [Info] Stopping Instance: 'MinecraftInstance'
  15. [Info] Stopping instance MinecraftInstance...
  16. IM was unable to execute there requested command. $System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Couldn't find the specified application.
  17. at ModuleShared.Utilities.RunUtility (System.String ExecutableFile, System.String Arguments, System.String WorkingDirectory, ModuleShared.RunningTask MonitorTask) [0x00020] in <085f964b33d04062ad2439a6b26263b8>:0
  18. at InstanceManagerPlugin.LocalInstanceManager+<StopInstance>d__105.MoveNext () [0x00226] in <10b823e7ad4842e4ba6e5f8a3841ab76>:0
  19. --- End of inner exception stack trace ---
  20. at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <3574b7750bbd4f3481d1561b74d01b33>:0
  21. at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <3574b7750bbd4f3481d1561b74d01b33>:0
  22. at System.Threading.Tasks.Task.Wait () [0x00000] in <3574b7750bbd4f3481d1561b74d01b33>:0
  23. at InstanceManagerCLI.Core.StopAllInstances (System.String Instances) [0x0011f] in <83d206714df5491eb87887042279d6aa>:0
  24. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  25. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <3574b7750bbd4f3481d1561b74d01b33>:0
  26. --- End of inner exception stack trace ---
  27. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <3574b7750bbd4f3481d1561b74d01b33>:0
  28. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <3574b7750bbd4f3481d1561b74d01b33>:0
  29. at InstanceManagerCLI.Core.Run () [0x00425] in <83d206714df5491eb87887042279d6aa>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement