Tak się składa, że miałem okazję pracować dla firmy, w której każdy programista otrzymuje pulpit systemu Windows do pracy, nie dając administratorowi uprawnień do uruchamiania funkcji administratora. Na tym próbowałem zainstalować „Spring Tool Suite”, a po instalacji próbowałem uruchomić serwer wbudowany „Pivotal tc Server Developer Edition v3.0”.
Ale dostałem następujący komunikat o błędzie: -
Publishing the configuration...
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\catalina.policy: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\catalina.policy (The system cannot find the path specified) C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\catalina.policy (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\catalina.properties: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\catalina.properties (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\catalina.properties (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\context.xml: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\context.xml (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\context.xml (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\jmxremote.access: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\jmxremote.access (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\jmxremote.access (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\jmxremote.password: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\jmxremote.password (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\jmxremote.password (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\server.xml: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\server.xml (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\server.xml (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\tomcat-users.xml: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\tomcat-users.xml (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\tomcat-users.xml (The system cannot find the path specified)
Error copying file to C:/Users/sts-bundle/pivotal-tc-server-developer-3.0.2.SR2/base-instance/backup\web.xml: C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\web.xml (The system cannot find the path specified)
C:\Users\sts-bundle\pivotal-tc-server-developer-3.0.2.SR2\base-instance\conf\web.xml (The system cannot find the path specified)
W tym przypadku wbudowany serwer tc nie może utworzyć odpowiednich instancji serwera, tworząc wymagane pliki.
Zalecono zainstalowanie pakietu Spring Tool Suite w miejscu, w którym mam pełny dostęp do odczytu / zapisu.
Możliwe jest utworzenie folderu w systemie Windows, do którego mam wyżej wspomniany dostęp.
Niewiele jest szans, że otrzymam uprawnienia administratora systemu. W tym scenariuszu, jak to zrobić, mam na myśli, jak utworzyć lokalizację w moim systemie, w której Spring-Tool Suite mógłby działać poprawnie?
źródło