[JBoss JIRA] (JBIDE-19328) wf8.2 in fs+rse mode with strange publish behavior (cmd line)
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-19328:
-----------------------------------
Summary: wf8.2 in fs+rse mode with strange publish behavior (cmd line)
Key: JBIDE-19328
URL: https://issues.jboss.org/browse/JBIDE-19328
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.3.0.Alpha1
Reporter: Rob Stryker
1) Start with a clean wf8.2
{code}
rm -rf wildfly-8.2.0.Final.zip.expanded/
cd ../zipped
ls -1 wildfly-8.2.0.Final.zip | ./unzipAndMove.sh
cd ../unzipped/wildfly-8.2.0.Final.zip.expanded/bin/
./add-user.sh
{code}
2) Start server in eclipse. filesystem + rse, defaults, localhost, no changes, all standard
Process command line appears to be as follows:
22608 pts/1 Sl+ 0:10 java -Dprogram.name=JBossTools: WildFly 8.x -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone/log/boot.log -Dlogging.configuration=file:/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone/configuration/logging.properties -Djboss.home.dir=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded -Dorg.jboss.logmanager.nocolor=true -jar /home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/jboss-modules.jar -mp /home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b 0.0.0.0 --server-config=standalone.xml -Djboss.server.base.dir=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone
3) Copy a simple exploded web project into your deployments folder with a cp -R command. Then, touch WebProjectName.war.dodeploy to ensure it is picked up by server
4) Observe following sysout from server:
07:23:49,973 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found WebApp1.war in deployment directory. To trigger deployment create a file called WebApp1.war.dodeploy
07:23:53,921 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found WebApp1.war in deployment directory. To trigger deployment create a file called WebApp1.war.dodeploy
07:23:54,990 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "WebApp1.war" (runtime-name: "WebApp1.war")
07:23:55,295 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017534: Registered web context: /WebApp1
07:23:55,347 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "WebApp1.war" (runtime-name : "WebApp1.war")
07:24:00,366 INFO [org.wildfly.extension.undertow] (MSC service thread 1-10) JBAS017535: Unregistered web context: /WebApp1
07:24:00,381 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-14) HV000001: Hibernate Validator 5.1.3.Final
07:24:00,413 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment WebApp1.war (runtime-name: WebApp1.war) in 51ms
07:24:00,448 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "WebApp1.war" (runtime-name: "WebApp1.war")
07:24:05,451 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found WebApp1.war in deployment directory. To trigger deployment create a file called WebApp1.war.dodeploy
If we repeat but instead of starting from eclipse, we start from cmd line (standalone.sh) it seems to work, which may indicate a problem in how we're launching (?). Process details when started via standalone are as follows:
23536 pts/3 Sl+ 0:10 java -D[Standalone] -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone/log/server.log -Dlogging.configuration=file:/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone/configuration/logging.properties -jar /home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/jboss-modules.jar -mp /home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/modules org.jboss.as.standalone -Djboss.home.dir=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded -Djboss.server.base.dir=/home/rob/apps/jboss/unzipped/wildfly-8.2.0.Final.zip.expanded/standalone
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-18407) Application wizard: Layout of wizard is broken
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18407?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18407.
---------------------------------
Verified in JBDS 9.0.0.Alpha1 build ID 11.
> Application wizard: Layout of wizard is broken
> ----------------------------------------------
>
> Key: JBIDE-18407
> URL: https://issues.jboss.org/browse/JBIDE-18407
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Environment: Fedora 19
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.3.0.Alpha1
>
> Attachments: wizard-loaded.png, wizard-loading.png, wizard.png
>
>
> The New application wizard has incorrectly shown components inside it - e.g. buttons, tables... There are 2 types of issues:
> 1) For basic quickstarts there is too much space on the right side of the wizard which was not here before:
> !wizard-loaded.png!
> although while loading the page (preprocessing data) the layout is ok:
> !wizard-loading.png!
> 2) Quickstarts (I think it's bcs. of Source code group which is expanded) has invisible components (some buttons...):
> !wizard.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-18817) Palette: Update ionic JS/CSS links to 1.0.0.Beta13
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18817?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18817.
-------------------------------
Verified with JBDS 9.0.0.Alpha1-v20150216-1042-B11
Actually it's set to 1.0.0.Beta14 version what I guess is fine.
> Palette: Update ionic JS/CSS links to 1.0.0.Beta13
> --------------------------------------------------
>
> Key: JBIDE-18817
> URL: https://issues.jboss.org/browse/JBIDE-18817
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.3.0.Alpha1
>
> Attachments: screenshot-1.png
>
>
> We should update our JS/CSS links in ionic palette for next JBT release.
> We still need to support bower not to update the libs manually but until JBIDE-17943 is fixed we have to do it.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-18369) Application wizard: Layout of wizard is broken
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18369?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18369.
---------------------------------
Verified in JBDS 9.0.0.Alpha1 build ID 11.
> Application wizard: Layout of wizard is broken
> ----------------------------------------------
>
> Key: JBIDE-18369
> URL: https://issues.jboss.org/browse/JBIDE-18369
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Environment: Fedora 19
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.3.0.Alpha1
>
> Attachments: wizard-loaded.png, wizard-loading.png, wizard.png
>
>
> The New application wizard has incorrectly shown components inside it - e.g. buttons, tables... There are 2 types of issues:
> 1) For basic quickstarts there is too much space on the right side of the wizard which was not here before:
> !wizard-loaded.png!
> although while loading the page (preprocessing data) the layout is ok:
> !wizard-loading.png!
> 2) Quickstarts (I think it's bcs. of Source code group which is expanded) has invisible components (some buttons...):
> !wizard.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months
[JBoss JIRA] (JBIDE-18827) Explorer: add Application start/stop/restart
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18827?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18827.
---------------------------------
Verified in JBDS 9.0.0.Alpha1 build ID 11.
> Explorer: add Application start/stop/restart
> ---------------------------------------------
>
> Key: JBIDE-18827
> URL: https://issues.jboss.org/browse/JBIDE-18827
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Final
> Environment: Eclipse plugin
> Reporter: Andre Dietisheim
> Assignee: Marián Labuda
> Priority: Blocker
> Labels: explorer
> Fix For: 4.3.0.Alpha1
>
>
> The OpenShift Console view should contain controls for application start|stop|restart to match the functionality of the CLI. Currently, if you select Window->Show View->Others->OpenShift Express Console, then login in and select an application. The right-click menu doesn't have start|stop|restart so users have to either install the rhc client tools or ssh onto the OpenShift host gear.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 3 months