[JBoss JIRA] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-402:
-----------------------------------------
There is org.eclipse.datatools.sqltools.sqleditor_1.0.4.v201212120623.jar already available in JBDS 7.1.1.GA.
The strange thing is the following
requires '[rg.eclipse.datatools.sqltools.sqleditor [1.0.2,2.0.0)'
notice missing "o" in rg.eclipse
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
> ----------------------------------------------------
>
> Key: JBTIS-402
> URL: https://issues.jboss.org/browse/JBTIS-402
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 7.1.0.CR1
> Environment: JBDS 7.1.1.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Blocker
>
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1, the following error occurs
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> Missing requirement: Teiid DataTools Connectivity 8.6.1.CR1-v20150219-1612-B790 (org.teiid.datatools.connectivity.feature.feature.group 8.6.1.CR1-v20150219-1612-B790) requires '[rg.eclipse.datatools.sqltools.sqleditor [1.0.2,2.0.0)' but it could not be found
> Cannot satisfy dependency:
> From: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> To: org.teiid.datatools.connectivity.feature.feature.group [8.6.1.CR1-v20150219-1612-B790]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17460.
-------------------------------
Reopened by accident
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan resolved JBIDE-17460.
---------------------------------
Resolution: Done
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBTIS-398) JBDSIS 7.1.0 composite content/ target platform update
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-398?page=com.atlassian.jira.plugin.... ]
Paul Leacu resolved JBTIS-398.
------------------------------
Fix Version/s: 7.1.0.CR1
Resolution: Done
https://github.com/jbosstools/jbosstools-integration-stack/commit/eefcf15...
https://github.com/jbosstools/jbosstools-integration-stack/commit/e7edf39...
https://github.com/jbosstools/jbosstools-integration-stack/commit/53bbba8...
> JBDSIS 7.1.0 composite content/ target platform update
> ------------------------------------------------------
>
> Key: JBTIS-398
> URL: https://issues.jboss.org/browse/JBTIS-398
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: distribution
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 7.1.0.CR1
>
>
> Need to spin a new Kepler release of JBTIS/JBDSIS. Generic Jira to cover new components.
> *Reason:* BPMN2/ BPEL update
> *Project page/sources:*
> *Version:* .4.1.9.Final
> *License and owner:*
> *Original p2 repo:* http://download.eclipse.org/modeling/mdt/bpmn2/updates/luna/1.0.0/
> http://download.eclipse.org/bpel/site/1.0.4/
> *JBoss mirror:* http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1...
> http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.4.Final
> *Include Sources:* Yes
> *Affected projects:* JBDSIS
> *Include in JBDS:* Yes - JBDSIS
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> <unit id="org.eclipse.bpmn2.feature.group" version="1.0.0.Final"/>
> <unit id="org.eclipse.bpmn2.modeler.feature.feature.group" version="1.0.4.Final"/>
> <unit id="org.eclipse.bpmn2.modeler.jboss.runtime.feature.feature.group" version="1.0.4.Final"/>
> <unit id="org.eclipse.bpel.common.feature.feature.group" version="1.0.4.Final"/>
> <unit id="org.eclipse.bpel.feature.feature.group" version="1.0.4.Final"/>
> <unit id="org.eclipse.bpel.apache.ode.runtime.feature.feature.group" version="1.0.4.Final"/>
> suggested diff on the .target files
> < org.eclipse.bpel.ui [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.modeler.help [1.0.2.201402102317]
> < org.eclipse.bpel.apache.ode.runtime.feature.feature.group [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.apache.ode.deploy.model [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.common.model [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.feature.feature.jar [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.modeler.feature.feature.group [1.0.2.201402102317]
> < org.eclipse.bpel.validator [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.apache.ode.runtime.feature.feature.jar [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.feature.feature.group [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.apache.ode.runtime [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.cheatsheet [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5 [1.0.2.201402102317]
> < org.eclipse.bpel.xpath10 [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.feature.feature.jar [0.7.0.201308220617]
> < org.eclipse.bpmn2.modeler.core [1.0.2.201402102317]
> < org.eclipse.bpel.common.feature.feature.jar [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2 [0.7.0.201308220617]
> < org.eclipse.bpmn2.modeler.ui [1.0.2.201402102317]
> < org.eclipse.bpel.model [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.help [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.feature.feature.group [0.7.0.201308220617]
> < org.eclipse.bpmn2.modeler.jboss.runtime.feature.feature.jar [1.0.2.201402102317]
> < org.eclipse.bpmn2.modeler.jboss.runtime.feature.feature.group [1.0.2.201402102317]
> < org.eclipse.bpel.common.ui [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.apache.ode.deploy.ui [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.common.wsdl [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.wsil.model [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpmn2.editor [0.7.0.201308220617]
> < org.eclipse.bpmn2.modeler.feature.feature.jar [1.0.2.201402102317]
> < org.eclipse.bpmn2.edit [0.7.0.201308220617]
> < org.eclipse.bpel.common.feature.feature.group [1.0.3.v20130816-0854-CI]
> < org.eclipse.bpel.runtimes [1.0.3.v20130816-0854-CI]
> > org.eclipse.bpel.runtimes [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.core [1.0.4.Final]
> > org.eclipse.bpel.common.feature.feature.jar [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.feature.feature.jar [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5 [1.0.4.Final]
> > org.eclipse.bpel.apache.ode.deploy.ui [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.jboss.runtime.feature.feature.jar [1.0.4.Final]
> > org.eclipse.bpel.common.feature.feature.group [1.0.4.Final]
> > org.eclipse.bpel.apache.ode.runtime.feature.feature.jar [1.0.4.Final]
> > org.eclipse.bpmn2.edit [1.0.0.Final]
> > org.eclipse.bpel.apache.ode.deploy.model [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.feature.feature.group [1.0.4.Final]
> > org.eclipse.bpel.feature.feature.jar [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.ui [1.0.4.Final]
> > org.eclipse.bpel.wsil.model [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.jboss.runtime.feature.feature.group [1.0.4.Final]
> > org.eclipse.bpel.ui [1.0.4.Final]
> > org.eclipse.bpel.xpath10 [1.0.4.Final]
> > org.eclipse.bpel.common.ui [1.0.4.Final]
> > org.eclipse.bpel.help [1.0.4.Final]
> > org.eclipse.bpel.common.wsdl [1.0.4.Final]
> > org.eclipse.bpmn2 [1.0.0.Final]
> > org.eclipse.bpel.feature.feature.group [1.0.4.Final]
> > org.eclipse.bpmn2.feature.group [1.0.0.Final]
> > org.eclipse.bpel.cheatsheet [1.0.4.Final]
> > org.eclipse.bpmn2.feature.jar [1.0.0.Final]
> > org.eclipse.bpel.apache.ode.runtime [1.0.4.Final]
> > org.eclipse.bpmn2.modeler.help [1.0.4.Final]
> > org.eclipse.bpel.model [1.0.4.Final]
> > org.eclipse.bpel.common.model [1.0.4.Final]
> > org.eclipse.bpmn2.editor [1.0.0.Final]
> > org.eclipse.bpel.validator [1.0.4.Final]
> > org.eclipse.bpel.apache.ode.runtime.feature.feature.group [1.0.4.Final]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 33 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack.4.x/target-platform/target/target-platform.target.repo contains 33 unique IUs
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-17460:
-------------------------------------
[~vpakan], great. Will you close it?
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-19043) Error publishing jar inside utility project inside ear project
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19043?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19043.
---------------------------------
Verified in JBDS 8.1.0.Beta1 B438
> Error publishing jar inside utility project inside ear project
> --------------------------------------------------------------
>
> Key: JBIDE-19043
> URL: https://issues.jboss.org/browse/JBIDE-19043
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.3.Beta1
>
>
> While verifying JBIDE-18862 I wanted to have some really big file to deploy so that I could see is an existing *.dodeploy marker is removed before the copying begins.
> So I created an ear project with a nested dynamic web project and utility project. Inside this utility project's src dir I copied JBDS installer jar. Then I tried to deploy the ear to a WildFly 8.2 server (both stopped and running).
> It seemed to work, the utility jar had 574 MB. But the tooling showed me this error:
> Publishing to wildfly has encountered a problem:
> {code}
> Error renaming /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/tmp/tmp582268190747176162.jar to /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
> It's true that this was on a different FS, but both the tmp and deploy dirs were one FS, so that should be fine.
> And just to be sure, I tried the same on the same FS and the error was the same:
> {code}
> Error renaming /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/tmp/tmp7876542570838575938.jar to /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan resolved JBIDE-17460.
---------------------------------
Resolution: Done
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-17460:
-------------------------------------
I was using older Java version. It works fine with Oracle Java 1.8.0-31
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 8 months