Unable create tc server instance on sts 4
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Creating server from server window in sts gives me this error. I am choosing base template to create server. I also tried using cmd with admin rights, still same error.
Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release]
Reason: Error creating server instance with command:
D:Userspivotal location..tcserver.bat create server -v runtimes -t base --property base.runtime.user=null --java-home C:Javajdk1.8.0_191. Check access permission for the directory D:Userspivotal location.. and its files and subdirectories.
Can't share the picture didn't have reputation.
ide spring-tool-suite tcserver
add a comment |
Creating server from server window in sts gives me this error. I am choosing base template to create server. I also tried using cmd with admin rights, still same error.
Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release]
Reason: Error creating server instance with command:
D:Userspivotal location..tcserver.bat create server -v runtimes -t base --property base.runtime.user=null --java-home C:Javajdk1.8.0_191. Check access permission for the directory D:Userspivotal location.. and its files and subdirectories.
Can't share the picture didn't have reputation.
ide spring-tool-suite tcserver
add a comment |
Creating server from server window in sts gives me this error. I am choosing base template to create server. I also tried using cmd with admin rights, still same error.
Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release]
Reason: Error creating server instance with command:
D:Userspivotal location..tcserver.bat create server -v runtimes -t base --property base.runtime.user=null --java-home C:Javajdk1.8.0_191. Check access permission for the directory D:Userspivotal location.. and its files and subdirectories.
Can't share the picture didn't have reputation.
ide spring-tool-suite tcserver
Creating server from server window in sts gives me this error. I am choosing base template to create server. I also tried using cmd with admin rights, still same error.
Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release]
Reason: Error creating server instance with command:
D:Userspivotal location..tcserver.bat create server -v runtimes -t base --property base.runtime.user=null --java-home C:Javajdk1.8.0_191. Check access permission for the directory D:Userspivotal location.. and its files and subdirectories.
Can't share the picture didn't have reputation.
ide spring-tool-suite tcserver
ide spring-tool-suite tcserver
edited Nov 21 '18 at 8:13
Martin Lippert
3,6091710
3,6091710
asked Nov 16 '18 at 20:50
aakash singhaakash singh
114
114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It looks like the Pivotal tc Server installation sits in a read-only location on your disc or with limited write permissions. I would recommend to install tc-Server into a directory where you have full permissions, configure that install in STS, and try again. That should help.
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
add a comment |
You will get ahead if you provide a proper tc runtime version at the -v option. E.g. if you have the tc runtime tomcat-9.0.12.A.RELEASE installed, take "9.0.12.A.RELEASE" as runtime version.
Unfortunately you will not be out of the woods by doing so. Although a server instance will be created, there will be another error message: "The specified server is not valid. The .tc-runtime-instance file is missing.". There will be a .tc-runtime-instance-file in your instance-dir, but without any content. That's the point where I am currently sticking.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345203%2funable-create-tc-server-instance-on-sts-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like the Pivotal tc Server installation sits in a read-only location on your disc or with limited write permissions. I would recommend to install tc-Server into a directory where you have full permissions, configure that install in STS, and try again. That should help.
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
add a comment |
It looks like the Pivotal tc Server installation sits in a read-only location on your disc or with limited write permissions. I would recommend to install tc-Server into a directory where you have full permissions, configure that install in STS, and try again. That should help.
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
add a comment |
It looks like the Pivotal tc Server installation sits in a read-only location on your disc or with limited write permissions. I would recommend to install tc-Server into a directory where you have full permissions, configure that install in STS, and try again. That should help.
It looks like the Pivotal tc Server installation sits in a read-only location on your disc or with limited write permissions. I would recommend to install tc-Server into a directory where you have full permissions, configure that install in STS, and try again. That should help.
answered Nov 18 '18 at 11:45
Martin LippertMartin Lippert
3,6091710
3,6091710
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
add a comment |
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
No there is no such restriction. It is my personal pc and i've checked all permissions.
– aakash singh
Nov 19 '18 at 9:40
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
what happens if you create a server instance manually from the command line using tcserver.bat?
– Martin Lippert
Nov 19 '18 at 18:11
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
Same error (Error Details:create command failed. String runtimes not valid version format. Expected ,,[.patch][.release])
– aakash singh
Nov 19 '18 at 18:18
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
sounds like it is a more general issue with creating instances using tc-server, therefore I added a tag for tcserver to the question above.
– Martin Lippert
Nov 21 '18 at 8:13
add a comment |
You will get ahead if you provide a proper tc runtime version at the -v option. E.g. if you have the tc runtime tomcat-9.0.12.A.RELEASE installed, take "9.0.12.A.RELEASE" as runtime version.
Unfortunately you will not be out of the woods by doing so. Although a server instance will be created, there will be another error message: "The specified server is not valid. The .tc-runtime-instance file is missing.". There will be a .tc-runtime-instance-file in your instance-dir, but without any content. That's the point where I am currently sticking.
add a comment |
You will get ahead if you provide a proper tc runtime version at the -v option. E.g. if you have the tc runtime tomcat-9.0.12.A.RELEASE installed, take "9.0.12.A.RELEASE" as runtime version.
Unfortunately you will not be out of the woods by doing so. Although a server instance will be created, there will be another error message: "The specified server is not valid. The .tc-runtime-instance file is missing.". There will be a .tc-runtime-instance-file in your instance-dir, but without any content. That's the point where I am currently sticking.
add a comment |
You will get ahead if you provide a proper tc runtime version at the -v option. E.g. if you have the tc runtime tomcat-9.0.12.A.RELEASE installed, take "9.0.12.A.RELEASE" as runtime version.
Unfortunately you will not be out of the woods by doing so. Although a server instance will be created, there will be another error message: "The specified server is not valid. The .tc-runtime-instance file is missing.". There will be a .tc-runtime-instance-file in your instance-dir, but without any content. That's the point where I am currently sticking.
You will get ahead if you provide a proper tc runtime version at the -v option. E.g. if you have the tc runtime tomcat-9.0.12.A.RELEASE installed, take "9.0.12.A.RELEASE" as runtime version.
Unfortunately you will not be out of the woods by doing so. Although a server instance will be created, there will be another error message: "The specified server is not valid. The .tc-runtime-instance file is missing.". There will be a .tc-runtime-instance-file in your instance-dir, but without any content. That's the point where I am currently sticking.
answered Nov 26 '18 at 16:46
HenrikHenrik
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345203%2funable-create-tc-server-instance-on-sts-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown