[JBoss JIRA] (JBIDE-10641) Replace hard coded tutorials in central with a tag-based search
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-10641:
-----------------------------------
Summary: Replace hard coded tutorials in central with a tag-based search
Key: JBIDE-10641
URL: https://issues.jboss.org/browse/JBIDE-10641
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: central
Affects Versions: 3.3.0.M5
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.Beta1
Current tutorials listed in JBoss Central cannot be updated separated from the central plugin.
The fine-grained selection of quickstarts appearing in central can be based on a search for particular tags in the example xml descriptors (feature added with JBIDE-10629)
So for instance, we should look for all projects having the tag "central" and display them in their original category (that way categories are also dynamically added to central)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-9709) osgi deployments fails
by Max Rydahl Andersen (JIRA)
osgi deployments fails
----------------------
Key: JBIDE-9709
URL: https://issues.jboss.org/browse/JBIDE-9709
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Reporter: Vlado Pakan
Assignee: Rob Stryker
Fix For: 3.3.0.M4
while testing JBIDE-9206:
Deployment works for war deployments, but fails for OSGI deployments
temporary dir gets created
This is what server says:
16:40:06,375 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "testnull"
16:40:06,375 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit.testnull.STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit.testnull.STRUCTURE: Failed to process phase STRUCTURE of deployment "testnull"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_27]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to mount deployment content
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:82)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
Caused by: java.io.IOException: Could not create directory for original name 'testnull' after 10 attempts
at org.jboss.vfs.TempFileProvider.createTempDir(TempFileProvider.java:103)
at org.jboss.vfs.VFS.mountZip(VFS.java:406)
at org.jboss.vfs.VFS.mountZip(VFS.java:434)
at org.jboss.as.server.deployment.repository.impl.ServerDeploymentRepositoryImpl.mountDeploymentContent(ServerDeploymentRepositoryImpl.java:75)
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:78)
... 6 more
16:40:06,377 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Deployment of "testnull" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.testnull.STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.testnull.STRUCTURE: Failed to process phase STRUCTURE of deployment \"testnull\""}}
16:40:06,378 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment testnull in 0ms
16:40:06,379 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 2) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"Failed services" => {"jboss.deployment.unit.testnull.STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.testnull.STRUCTURE: Failed to process phase STRUCTURE of deployment \"testnull\""}}}}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (JBIDE-10667) Error when creating OpenShift application and going 'back'
by Isaac Rooskov (JIRA)
Isaac Rooskov created JBIDE-10667:
-------------------------------------
Summary: Error when creating OpenShift application and going 'back'
Key: JBIDE-10667
URL: https://issues.jboss.org/browse/JBIDE-10667
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Isaac Rooskov
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
When creating an OpenShift application, after setting the name, application type and pressing the next button you are greeted with a screen to select the cartridges to be embedded into the application.
The error here is that the 'back' button is still allowed to be pressed. Pressing the back button will generate the attached error.This occurs because when the user presses the next button mentioned above, the application is created, so upon pressing the 'back button on the embed cartridges screen the wizard seems to become confused since if the user could go back and then press 'next' again to get to the embed cartridges screen, it wouldn't work unless the application name was changed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months