[JBoss JIRA] (JBOSGI-792) Initial bundles fail to resolve if runtime name differs
by Arcadiy Ivanov (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-792?page=com.atlassian.jira.plugin... ]
Arcadiy Ivanov commented on JBOSGI-792:
---------------------------------------
Could you attach a server.log as well please?
> Initial bundles fail to resolve if runtime name differs
> -------------------------------------------------------
>
> Key: JBOSGI-792
> URL: https://issues.jboss.org/browse/JBOSGI-792
> Project: JBoss OSGi
> Issue Type: Bug
> Affects Versions: JBossOSGI 2.3.1, JBossOSGI 2.4.0, JBossOSGI 2.5.0
> Reporter: Sander Stoel
> Assignee: Arcadiy Ivanov
>
> If you load a deployment with a different runtime name than the deployment name deployment will fail on server start.
> {code}
> [Server:server] "WFLYCTL0180: Services with missing/unavailable dependencies" => [
> [Server:server] "jbosgi.PersistentBundles.INSTALL is missing [jboss.osgi.as.initial.deployments.COMPLETE]",
> [Server:server] "jbosgi.internal.framework.INIT is missing [jbosgi.PersistentBundles.COMPLETE]"
> [Server:server] ],
> [Server:server] "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> [Server:server] "Services that were unable to start:" => [
> [Server:server] "jbosgi.SystemBundle",
> [Server:server] "jbosgi.SystemContext",
> [Server:server] "jbosgi.framework.ACTIVE",
> [Server:server] "jbosgi.framework.INIT",
> [Server:server] "jbosgi.internal.framework.ACTIVE"
> [Server:server] ],
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBOSGI-792) Initial bundles fail to resolve if runtime name differs
by Sander Stoel (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-792?page=com.atlassian.jira.plugin... ]
Sander Stoel commented on JBOSGI-792:
-------------------------------------
I have found and made a fix for this, will add a PR to this ticket once I've tested it properly and made sure it works in all circumstances.
> Initial bundles fail to resolve if runtime name differs
> -------------------------------------------------------
>
> Key: JBOSGI-792
> URL: https://issues.jboss.org/browse/JBOSGI-792
> Project: JBoss OSGi
> Issue Type: Bug
> Affects Versions: JBossOSGI 2.3.1, JBossOSGI 2.4.0, JBossOSGI 2.5.0
> Reporter: Sander Stoel
> Assignee: Arcadiy Ivanov
>
> If you load a deployment with a different runtime name than the deployment name deployment will fail on server start.
> {code}
> [Server:server] "WFLYCTL0180: Services with missing/unavailable dependencies" => [
> [Server:server] "jbosgi.PersistentBundles.INSTALL is missing [jboss.osgi.as.initial.deployments.COMPLETE]",
> [Server:server] "jbosgi.internal.framework.INIT is missing [jbosgi.PersistentBundles.COMPLETE]"
> [Server:server] ],
> [Server:server] "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> [Server:server] "Services that were unable to start:" => [
> [Server:server] "jbosgi.SystemBundle",
> [Server:server] "jbosgi.SystemContext",
> [Server:server] "jbosgi.framework.ACTIVE",
> [Server:server] "jbosgi.framework.INIT",
> [Server:server] "jbosgi.internal.framework.ACTIVE"
> [Server:server] ],
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBOSGI-792) Initial bundles fail to resolve if runtime name differs
by Sander Stoel (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-792?page=com.atlassian.jira.plugin... ]
Sander Stoel edited comment on JBOSGI-792 at 4/21/16 6:53 AM:
--------------------------------------------------------------
I have found the cause and made a fix for this, will add a PR to this ticket once I've tested it properly and made sure it works in all circumstances.
was (Author: sanderst):
I have found and made a fix for this, will add a PR to this ticket once I've tested it properly and made sure it works in all circumstances.
> Initial bundles fail to resolve if runtime name differs
> -------------------------------------------------------
>
> Key: JBOSGI-792
> URL: https://issues.jboss.org/browse/JBOSGI-792
> Project: JBoss OSGi
> Issue Type: Bug
> Affects Versions: JBossOSGI 2.3.1, JBossOSGI 2.4.0, JBossOSGI 2.5.0
> Reporter: Sander Stoel
> Assignee: Arcadiy Ivanov
>
> If you load a deployment with a different runtime name than the deployment name deployment will fail on server start.
> {code}
> [Server:server] "WFLYCTL0180: Services with missing/unavailable dependencies" => [
> [Server:server] "jbosgi.PersistentBundles.INSTALL is missing [jboss.osgi.as.initial.deployments.COMPLETE]",
> [Server:server] "jbosgi.internal.framework.INIT is missing [jbosgi.PersistentBundles.COMPLETE]"
> [Server:server] ],
> [Server:server] "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> [Server:server] "Services that were unable to start:" => [
> [Server:server] "jbosgi.SystemBundle",
> [Server:server] "jbosgi.SystemContext",
> [Server:server] "jbosgi.framework.ACTIVE",
> [Server:server] "jbosgi.framework.INIT",
> [Server:server] "jbosgi.internal.framework.ACTIVE"
> [Server:server] ],
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBOSGI-792) Initial bundles fail to resolve if runtime name differs
by Sander Stoel (JIRA)
Sander Stoel created JBOSGI-792:
-----------------------------------
Summary: Initial bundles fail to resolve if runtime name differs
Key: JBOSGI-792
URL: https://issues.jboss.org/browse/JBOSGI-792
Project: JBoss OSGi
Issue Type: Bug
Affects Versions: JBossOSGI 2.5.0, JBossOSGI 2.4.0, JBossOSGI 2.3.1
Reporter: Sander Stoel
Assignee: Arcadiy Ivanov
If you load a deployment with a different runtime name than the deployment name deployment will fail on server start.
{code}
[Server:server] "WFLYCTL0180: Services with missing/unavailable dependencies" => [
[Server:server] "jbosgi.PersistentBundles.INSTALL is missing [jboss.osgi.as.initial.deployments.COMPLETE]",
[Server:server] "jbosgi.internal.framework.INIT is missing [jbosgi.PersistentBundles.COMPLETE]"
[Server:server] ],
[Server:server] "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
[Server:server] "Services that were unable to start:" => [
[Server:server] "jbosgi.SystemBundle",
[Server:server] "jbosgi.SystemContext",
[Server:server] "jbosgi.framework.ACTIVE",
[Server:server] "jbosgi.framework.INIT",
[Server:server] "jbosgi.internal.framework.ACTIVE"
[Server:server] ],
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years