[JBoss JIRA] (JBIDE-22630) bzira/jiralint fails often because of missing pip install
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-22630:
-------------------------------------------
Summary: bzira/jiralint fails often because of missing pip install
Key: JBIDE-22630
URL: https://issues.jboss.org/browse/JBIDE-22630
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Reporter: Max Rydahl Andersen
bzia/jiralint oftenn fails because pip are missing from the servers it runs on.
shuold limit the nodes it runs on or get pip installed more generally.
error from build mails
{code}
+ pip install --upgrade --user bugzilla bugzillatools python-bugzilla jira pytz
Traceback (most recent call last):
File "/qa/services/hudson/.local/bin/pip", line 7, in <module>
from pip import main
ImportError: No module named pip
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22629) bzira missing mapping for linux tools 5.1.
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-22629:
-------------------------------------------
Summary: bzira missing mapping for linux tools 5.1.
Key: JBIDE-22629
URL: https://issues.jboss.org/browse/JBIDE-22629
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Reporter: Max Rydahl Andersen
bzira/jiralint is failing on missing version mapping for linux tools 5.1.0 - what release train is 5.1.0 targetd for ? Neon.1 ?
Related log from build fail mails:
{code}
[ERROR] Unknown version for Linux Tools / 5.1.0
[ERROR] No mapping for '5.1.0'. Please fix the mapping. Bug: #496333 ASSIGNED - jjohnstn(a)redhat.com - Run Image Launch Configuration doesn't preserve command quotes
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22449) Better parse qualifiers for versions
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22449?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-22449:
-------------------------------
Fix Version/s: 4.4.1.S116
(was: 4.4.0.Final)
> Better parse qualifiers for versions
> ------------------------------------
>
> Key: JBIDE-22449
> URL: https://issues.jboss.org/browse/JBIDE-22449
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.4.1.S116
>
>
> Currently, in ide-config.properties, if no 1.2.3.GA-123456-23455 version is found, we fall back to 1.2.3.GA.
> We need to be able to have a more fined-grained fallback on qualifiers:
> .dev-115-maxisstupid-v12323 then
> .dev-115-maxisstupid then
> .dev-115 then
> .dev-115 then
> .dev
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21059) Server Adapter does not connect in debug mode on WF in a Docker container
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21059?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21059:
-------------------------------------
So I've done as [~xcoulon] suggested. Here are the steps / results:
After doing all that xavier said, I then:
1) Find the IP of the host:
a) docker ps
b) docker inspect afb24bf61660 | grep IPAddress | cut -d '"' -f 4
2) Create a new wf10 server adapter
a) New -> server -> wildfly 10.0
b) host: take value from 1.b
c) press next to 2nd page
d) select remote + management
e) check the 'externally managed' box
f) Finish
3) right-click server, select debug server
4) Verify server is eventually set to 'Debugging...'
5) verify connection is created
Some small issues:
1) The management poller only kinda work. It recognizes the server is telling us our credentials have failed, and so it treats that as the server is up.
2) Since no management credentials are set up, deployment probably won't really work either.
Are there any specific usecases or workflows we'd like to encourage and improve for this? How do you imagine this being used by the user? I imagine if we map folders in, then they could use filesystem deployment instead, however our tools won't really like that.
We'd have a hostname of some ip address that we can't ssh into, and the server is designed to treat remote + filesystem to use ssh.
An alternative is to use the port mappings you set up in the dockerfile, add some folder mappings, and edit the ports in the server editor to be the mapped ports.
Both seem a bit complicated for the user, really.
Finally, when "stopping" the server, we don't disconnect the debugger, so it just kinda stays there. That's... not optimal.
> Server Adapter does not connect in debug mode on WF in a Docker container
> --------------------------------------------------------------------------
>
> Key: JBIDE-21059
> URL: https://issues.jboss.org/browse/JBIDE-21059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Final
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.4.1.S116
>
>
> I have a WF 9.0.2.Final in a Docker container, started with the debug flag in the command line :
> {code}
> CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-c", "standalone.xml", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0" , "--debug"]
> {code}
> I can connect to this server from the server adapter in Run mode but not in debug mode: the Debug view remains empty and the breakpoints are not hit.
> On the other side, I can connect using the plain Java remote debugger (in the launchers) and the same breakpoints are hit.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22628) Zoom in / out functionality is not working with Visual Page Editor
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22628?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-22628:
-------------------------------------
[~mickael_istria], Do you happen to know why this is happening ? Alex told that this might be an issue with hot key support in VPE
> Zoom in / out functionality is not working with Visual Page Editor
> --------------------------------------------------------------------
>
> Key: JBIDE-22628
> URL: https://issues.jboss.org/browse/JBIDE-22628
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.4.0.Alpha2
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.x
>
>
> New zoom in / out functionality (Cntl + / -) which is available in Neon is not working in Visual Page Editor. The interesting thing, that if you do Zoom in / out in the html editor which supports this functionality and reopen file again in the Visual Editor the new scale will be adjusted
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22628) Zoom in / out functionality is not working with Visual Page Editor
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22628?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22628:
-----------------------------------
Issue Type: Bug (was: Feature Request)
> Zoom in / out functionality is not working with Visual Page Editor
> --------------------------------------------------------------------
>
> Key: JBIDE-22628
> URL: https://issues.jboss.org/browse/JBIDE-22628
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.4.0.Alpha2
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.x
>
>
> New zoom in / out functionality (Cntl + / -) which is available in Neon is not working in Visual Page Editor. The interesting thing, that if you do Zoom in / out in the html editor which supports this functionality and reopen file again in the Visual Editor the new scale will be adjusted
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22628) Zoom in / out functionality is not working with Visual Page Editor
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22628?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-22628:
----------------------------------------
cc: [~vrubezhny], [~scabanovich]
> Zoom in / out functionality is not working with Visual Page Editor
> --------------------------------------------------------------------
>
> Key: JBIDE-22628
> URL: https://issues.jboss.org/browse/JBIDE-22628
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 4.4.0.Alpha2
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.x
>
>
> New zoom in / out functionality (Cntl + / -) which is available in Neon is not working in Visual Page Editor. The interesting thing, that if you do Zoom in / out in the html editor which supports this functionality and reopen file again in the Visual Editor the new scale will be adjusted
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22628) Zoom in / out functionality is not working with Visual Page Editor
by Ilya Buziuk (JIRA)
Ilya Buziuk created JBIDE-22628:
-----------------------------------
Summary: Zoom in / out functionality is not working with Visual Page Editor
Key: JBIDE-22628
URL: https://issues.jboss.org/browse/JBIDE-22628
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: visual-page-editor-core
Affects Versions: 4.4.0.Alpha2
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Fix For: 4.4.x
New zoom in / out functionality (Cntl + / -) which is available in Neon is not working in Visual Page Editor. The interesting thing, that if you do Zoom in / out in the html editor which supports this functionality and reopen file again in the Visual Editor the new scale will be adjusted
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months