Hybris ant initialize error : Need to specify class name in environment or system property
I am new to Hybris 5.7 and just recently finished my basic trails.
My license for 30 days expired and I tried to initialize it again using:
ant initialize
However, when I run this command, I get a BUILD FAILED error message and exception:
javax.naming.noinitialcontextexception - need to specify class name in environment or system property.
Can anyone help me on how to resolve this issue.
ant hybris
add a comment |
I am new to Hybris 5.7 and just recently finished my basic trails.
My license for 30 days expired and I tried to initialize it again using:
ant initialize
However, when I run this command, I get a BUILD FAILED error message and exception:
javax.naming.noinitialcontextexception - need to specify class name in environment or system property.
Can anyone help me on how to resolve this issue.
ant hybris
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33
add a comment |
I am new to Hybris 5.7 and just recently finished my basic trails.
My license for 30 days expired and I tried to initialize it again using:
ant initialize
However, when I run this command, I get a BUILD FAILED error message and exception:
javax.naming.noinitialcontextexception - need to specify class name in environment or system property.
Can anyone help me on how to resolve this issue.
ant hybris
I am new to Hybris 5.7 and just recently finished my basic trails.
My license for 30 days expired and I tried to initialize it again using:
ant initialize
However, when I run this command, I get a BUILD FAILED error message and exception:
javax.naming.noinitialcontextexception - need to specify class name in environment or system property.
Can anyone help me on how to resolve this issue.
ant hybris
ant hybris
asked Jul 13 '16 at 6:40
user3531698user3531698
664
664
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33
add a comment |
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33
add a comment |
3 Answers
3
active
oldest
votes
never seen that issue but try deleting your data directory
add a comment |
You can just create new DB and use it as a new trial one.
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
add a comment |
Try giving a tenant
ant initialize -Dtenant=master
This will initailize master tenant
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%2f38344302%2fhybris-ant-initialize-error-need-to-specify-class-name-in-environment-or-syste%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
never seen that issue but try deleting your data directory
add a comment |
never seen that issue but try deleting your data directory
add a comment |
never seen that issue but try deleting your data directory
never seen that issue but try deleting your data directory
answered Jul 13 '16 at 11:56
user3122271
add a comment |
add a comment |
You can just create new DB and use it as a new trial one.
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
add a comment |
You can just create new DB and use it as a new trial one.
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
add a comment |
You can just create new DB and use it as a new trial one.
You can just create new DB and use it as a new trial one.
answered Jul 13 '16 at 14:35
Hristo StaykovHristo Staykov
784513
784513
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
add a comment |
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
I am facing the same issue and even after creating the new DB, I am not able to resolve it. Whenever I try to do an ant initialize, it gives me an error - error creating bean inboundConventionFactory. Javax.naming.noinitialContextException
– AppleBud
Jul 15 '16 at 5:14
add a comment |
Try giving a tenant
ant initialize -Dtenant=master
This will initailize master tenant
add a comment |
Try giving a tenant
ant initialize -Dtenant=master
This will initailize master tenant
add a comment |
Try giving a tenant
ant initialize -Dtenant=master
This will initailize master tenant
Try giving a tenant
ant initialize -Dtenant=master
This will initailize master tenant
edited Jan 2 at 5:53
chetan
33
33
answered May 16 '17 at 13:08
emredmrlemredmrl
51129
51129
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%2f38344302%2fhybris-ant-initialize-error-need-to-specify-class-name-in-environment-or-syste%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
Could you add the full stack trace ?
– Benoit Vanalderweireldt
Jul 13 '16 at 12:30
Adding the full stack trace could be helpful. Please add it if the issue isn't resolved yet.
– Sanchit Khera
Aug 24 '16 at 8:33