[JBoss JIRA] (JBIDE-19037) jbosstools-integration-tests.aggregate_master job is failing
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19037?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-19037.
-------------------------------
Fix Version/s: 4.3.0.Alpha1
Resolution: Duplicate Issue
Verified
> jbosstools-integration-tests.aggregate_master job is failing
> ------------------------------------------------------------
>
> Key: JBIDE-19037
> URL: https://issues.jboss.org/browse/JBIDE-19037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Vlado Pakan
> Fix For: 4.3.0.Alpha1
>
>
> jbosstools-integration-tests.aggregate_master job is failing on jenkins
> {noformat}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.jboss.tools.central.ui.bot.test 4.3.0.qualifier
> [ERROR] Missing requirement: org.jboss.tools.central 2.0.0.Alpha1-v20150112-1751-B606 requires 'bundle org.jboss.tools.discovery.core 1.0.0' but it could not be found
> [ERROR] Cannot satisfy dependency: org.jboss.tools.central.ui.bot.test 4.3.0.qualifier depends on: bundle org.jboss.tools.central 1.1.0
> [ERROR]
> [ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.central 2.0.0.Alpha1-v20150112-1751-B606 to bundle org.jboss.tools.discovery.core 1.0.0.; Unable to satisfy dependency from org.jboss.tools.project.examples 3.0.0.Alpha1-v20150112-1751-B606 to bundle org.jboss.tools.discovery.core 1.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.central 2.0.0.Alpha1-v20150112-1751-B606 to bundle org.jboss.tools.discovery.core 1.0.0.; Unable to satisfy dependency from org.jboss.tools.project.examples 3.0.0.Alpha1-v20150112-1751-B606 to bundle org.jboss.tools.discovery.core 1.0.0.; No solution found because the problem is unsatisfiable.]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-18862) when removing a module from AS runtime marker files are not removed automatically
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18862?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-18862:
-------------------------------------
When a server is stopped, we just publish, and add a .dodeploy marker, so everything's safe.
When the server is running, there should never be a .dodeploy there that doesn't belong there, and I don't believe there ever is one. When you first start the server, publishes are done *before* the server starts. So if there was a .dodeploy there when the server was stopped that didn't belong there, and you then start the server, it publishes and adds a dodeploy and the .dodeploy actually does belong there.
The only way you should end up with a .dodeploy that doesn't belong there is:
1) If a user added one via cmd line by himself
2) If two publish jobs are running at the same time in eclipse, which shouldn't happen
3) If a full publish finishes, adds a dodeploy, and an incremental publish occurs after. The .dodeploy belongs there and should not be removed during the incremental publish.
As I mentioned above:
To do this properly, I would need to verify the incremental publish is not pre-empting a full publish / .dodeploy marker, and then re-add the .dodeploy marker after the incremental publish... but this would complicate things quite a bit. Furthermore, if there was a stale .dodeploy there that wasn't supposed to be there, I'd probably assume I was pre-empting an actual full deployment, and re-add the marker when I wasn't supposed to.
So basically, I cannot simply wipe all .dodeploy markers before a publish, because its possible an incremental deployment is running directly after a full publish (but before the server has started to pick up the deployment). Incremental deployments do not add new .dodeploy markers, so the effect is I'd end up deleting a valid .dodeploy when doing an incremental update, and then no .dodeploy would be added after it.
If we simply wiped .dodeploy all the time before each publish, the following would be a bug:
1) A full publish happens, adding a .dodeploy
2) An incremental publish wipes the .dodeploy, so server never starts to deploy
3) The incremental publish changes a few files
4) The incremental publish does NOT add a new .dodeploy
5) The deployment is never picked up by the server.
The only workaround for this would be to have incremental publish add .dodeploy markers also, which would effectively make all incremental publishes into full module restarts, which would be a significant performance problem and remove the benefit of incremental publish.
Can you come up with a valid workflow where a .dodeploy is present when it doesn't belong there? As far as I can tell, there's no way for this to happen unless the user does it themselves, in which case we should not be wiping it.
> when removing a module from AS runtime marker files are not removed automatically
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-18862
> URL: https://issues.jboss.org/browse/JBIDE-18862
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Environment: Windiws7 64bit, JDK 8u25
> Reporter: Darryl Miles
> Assignee: Rob Stryker
> Fix For: 4.2.3.Final, 4.3.0.Alpha1
>
>
> module removal does not delete the various marker files relating to it:
> *.undeployed
> *.dodeploy
> The same should be true when ADDING a module, it should clean out any marker files.
> Setup an deploy-inhibiting marker file to ensure it won't try to deploy it before the *.ear is full written.
> Write out the*.ear file.
> Then adjust the marker files as necessary to reflect the intended state of the module (if it should be started then remove the inhibiting marker file in the previous step).
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBDS-3289) JBoss Central proxy wizards need to recognize early access.
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBDS-3289?page=com.atlassian.jira.plugin.... ]
Radim Hopp closed JBDS-3289.
----------------------------
I overlooked that. Sorry. I just noticed the category="earlyaccess" one.
Thanks for clarifying.
Verified in JBDS 8.0.2. Closing.
> JBoss Central proxy wizards need to recognize early access.
> -----------------------------------------------------------
>
> Key: JBDS-3289
> URL: https://issues.jboss.org/browse/JBDS-3289
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central
> Affects Versions: 8.0.2.GA
> Reporter: Paul Leacu
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 8.0.2.GA
>
> Attachments: ea1.png
>
>
> Using a JBoss Central proxy wizard that references an early access feature will install that feature correctly even if the "Early Access Enabled" checkbox is unchecked.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months