Platform Initialize hangs on Hybris 6.3.0.25 which contains only platformbackoffice extension
Hybris: 6.3.0.25
When initializing Hybris 6.3.0.25 with platformbackoffice
extension, the initialization never finishes.
Is there a workaround to fixing this issue?
STEPS TO REPLICATE:
- Download and Extract ZIP file of Hybris 6.3.0.25
- In platform folder, do
ant all
using default settings - In localextensions.xml, make sure
platformbackoffice
is the only extension - In platform folder, do
ant initialize
- Start Hybris
- Open HAC and do Platform Intialize
NOTES:
- Nothing is added in local.properties. So, Platform Initialize will use in-memory DB. However, the same issue also happens with mySQL 5.6.42.
- Issue also happens with Hybris 6.3.0.24
- The issue does not happen in Hybris 6.3.0.0-SNAPSHOT
- I am planning to upgrade from Hybris 6.3.0.0-SNAPSHOT to the latest 6.3, which would be 6.3.0.25 at the time of this writing. Before that, I also tested with 6.3.0.24 and the upgrade didn't go so well.
ACTUAL RESULT:
- Hybris hangs.
EXPECTED RESULT:
- Platform Initialize finishes successfully
LOGS:
- https://pastebin.com/Sx0223UM
initialization hybris
add a comment |
Hybris: 6.3.0.25
When initializing Hybris 6.3.0.25 with platformbackoffice
extension, the initialization never finishes.
Is there a workaround to fixing this issue?
STEPS TO REPLICATE:
- Download and Extract ZIP file of Hybris 6.3.0.25
- In platform folder, do
ant all
using default settings - In localextensions.xml, make sure
platformbackoffice
is the only extension - In platform folder, do
ant initialize
- Start Hybris
- Open HAC and do Platform Intialize
NOTES:
- Nothing is added in local.properties. So, Platform Initialize will use in-memory DB. However, the same issue also happens with mySQL 5.6.42.
- Issue also happens with Hybris 6.3.0.24
- The issue does not happen in Hybris 6.3.0.0-SNAPSHOT
- I am planning to upgrade from Hybris 6.3.0.0-SNAPSHOT to the latest 6.3, which would be 6.3.0.25 at the time of this writing. Before that, I also tested with 6.3.0.24 and the upgrade didn't go so well.
ACTUAL RESULT:
- Hybris hangs.
EXPECTED RESULT:
- Platform Initialize finishes successfully
LOGS:
- https://pastebin.com/Sx0223UM
initialization hybris
add a comment |
Hybris: 6.3.0.25
When initializing Hybris 6.3.0.25 with platformbackoffice
extension, the initialization never finishes.
Is there a workaround to fixing this issue?
STEPS TO REPLICATE:
- Download and Extract ZIP file of Hybris 6.3.0.25
- In platform folder, do
ant all
using default settings - In localextensions.xml, make sure
platformbackoffice
is the only extension - In platform folder, do
ant initialize
- Start Hybris
- Open HAC and do Platform Intialize
NOTES:
- Nothing is added in local.properties. So, Platform Initialize will use in-memory DB. However, the same issue also happens with mySQL 5.6.42.
- Issue also happens with Hybris 6.3.0.24
- The issue does not happen in Hybris 6.3.0.0-SNAPSHOT
- I am planning to upgrade from Hybris 6.3.0.0-SNAPSHOT to the latest 6.3, which would be 6.3.0.25 at the time of this writing. Before that, I also tested with 6.3.0.24 and the upgrade didn't go so well.
ACTUAL RESULT:
- Hybris hangs.
EXPECTED RESULT:
- Platform Initialize finishes successfully
LOGS:
- https://pastebin.com/Sx0223UM
initialization hybris
Hybris: 6.3.0.25
When initializing Hybris 6.3.0.25 with platformbackoffice
extension, the initialization never finishes.
Is there a workaround to fixing this issue?
STEPS TO REPLICATE:
- Download and Extract ZIP file of Hybris 6.3.0.25
- In platform folder, do
ant all
using default settings - In localextensions.xml, make sure
platformbackoffice
is the only extension - In platform folder, do
ant initialize
- Start Hybris
- Open HAC and do Platform Intialize
NOTES:
- Nothing is added in local.properties. So, Platform Initialize will use in-memory DB. However, the same issue also happens with mySQL 5.6.42.
- Issue also happens with Hybris 6.3.0.24
- The issue does not happen in Hybris 6.3.0.0-SNAPSHOT
- I am planning to upgrade from Hybris 6.3.0.0-SNAPSHOT to the latest 6.3, which would be 6.3.0.25 at the time of this writing. Before that, I also tested with 6.3.0.24 and the upgrade didn't go so well.
ACTUAL RESULT:
- Hybris hangs.
EXPECTED RESULT:
- Platform Initialize finishes successfully
LOGS:
- https://pastebin.com/Sx0223UM
initialization hybris
initialization hybris
edited Dec 31 '18 at 12:55
geffchang
asked Dec 31 '18 at 4:01
geffchanggeffchang
81111741
81111741
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I don't think so, only platformbackoffice can be running. You need more modules then it. I haven't got exact list, you can check dependencies in module config xml file (extensioninfo.xml). It is giving error about missing cockpit config with below message in your log file.
[DefaultCockpitConfigurationService] Could not load cockpit configuration root element; creating new one
What is your aim for running only platformbackoffice?
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
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%2f53983466%2fplatform-initialize-hangs-on-hybris-6-3-0-25-which-contains-only-platformbackoff%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't think so, only platformbackoffice can be running. You need more modules then it. I haven't got exact list, you can check dependencies in module config xml file (extensioninfo.xml). It is giving error about missing cockpit config with below message in your log file.
[DefaultCockpitConfigurationService] Could not load cockpit configuration root element; creating new one
What is your aim for running only platformbackoffice?
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
add a comment |
I don't think so, only platformbackoffice can be running. You need more modules then it. I haven't got exact list, you can check dependencies in module config xml file (extensioninfo.xml). It is giving error about missing cockpit config with below message in your log file.
[DefaultCockpitConfigurationService] Could not load cockpit configuration root element; creating new one
What is your aim for running only platformbackoffice?
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
add a comment |
I don't think so, only platformbackoffice can be running. You need more modules then it. I haven't got exact list, you can check dependencies in module config xml file (extensioninfo.xml). It is giving error about missing cockpit config with below message in your log file.
[DefaultCockpitConfigurationService] Could not load cockpit configuration root element; creating new one
What is your aim for running only platformbackoffice?
I don't think so, only platformbackoffice can be running. You need more modules then it. I haven't got exact list, you can check dependencies in module config xml file (extensioninfo.xml). It is giving error about missing cockpit config with below message in your log file.
[DefaultCockpitConfigurationService] Could not load cockpit configuration root element; creating new one
What is your aim for running only platformbackoffice?
answered Jan 3 at 18:46
mkysoftmkysoft
2,11011119
2,11011119
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
add a comment |
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
Thanks for chiming in. If you looked at the attached logs in Pastebin, I also had that error. I would assume that if it had any dependencies, it would pull that in automatically. Here's what's weird. If you initialize via ant, it finishes successfully. If you initialize via HAC, it hangs and gives you that error. Additionally, I have another setup where localextensions contains a whole lot more extensions, including custom extensions. In 6.3.0.0-SNAPSHOT (Yes, very old!), I can initialize all those extensions successfully via HAC, but not in 6.3.0.25.
– geffchang
Jan 4 at 5:19
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
The purpose of this scenario is just to test if 6.3.0.25 can Platform Initialize or Platform Update via HAC successfully. Also, I'd assume that having Platform Backoffice alone should work, and at least allow you to create products via backoffice UI, even if other features are not available. i.e. It should give you minimum PCM functionality. If not, what other extensions do you think I should add to resolve this DefaultCockpitConfigurationService issue?
– geffchang
Jan 4 at 5:22
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
I know there is only one company only using PCM module. But I haven't got information about configuration. Depencies tracking working only child to child not to parent and some modules java codes referencing other modules without dependencies information. For example product type not in platformbackoffice. Did you check path 25 has whole source? We generally paste patch source to snapshot.
– mkysoft
Jan 4 at 9:09
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
A patch release, as defined by Hybris (in Hybris Help), is a complete release. The entire ZIP file is considered as "good". When I used that zip alone (without custom extensions) with "platformbackoffice" in my localextensions, Initialize via HAC would hang. The Product type exists. I'm able to initialize completely via command-line, and I can start Hybris and open the Backoffice. But if I initialize it later in HAC, it hangs.
– geffchang
Jan 4 at 10:38
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%2f53983466%2fplatform-initialize-hangs-on-hybris-6-3-0-25-which-contains-only-platformbackoff%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