[JBoss JIRA] (JBIDE-20335) live reload logs errors on delete files
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20335?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-20335:
----------------------------------
Fix Version/s: 4.3.0.CR1
> live reload logs errors on delete files
> ---------------------------------------
>
> Key: JBIDE-20335
> URL: https://issues.jboss.org/browse/JBIDE-20335
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload
> Affects Versions: 4.2.0.Final
> Reporter: Max Rydahl Andersen
> Assignee: Xavier Coulon
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Here is what I think I did:
> git co -b newbranch
> edit newfile.adoc in eclipse and open livereload on it
> git add newfile
> git commit
> git co master
> now newfile.adoc is removed but livereload and browser still think it needs it.
> my log is filled up with repeats of:
> {code}
> java.lang.IllegalArgumentException: null source
> at java.util.EventObject.<init>(EventObject.java:56)
> at org.jboss.tools.livereload.core.internal.service.LiveReloadClientConnectedEvent.<init>(LiveReloadClientConnectedEvent.java:29)
> at org.jboss.tools.livereload.core.internal.server.jetty.LiveReloadWebSocket.onMessage(LiveReloadWebSocket.java:135)
> at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:70)
> at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:225)
> at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:217)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:160)
> at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
> at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
> at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
> at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:628)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:476)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> eclipse.buildId=4.5.0.I20150528-0700
> java.version=1.8.0_20
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -data file:/Users/max/Dropbox/eclipsecon-ws/ -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> org.jboss.tools.livereload.core
> Warning
> Wed Jul 22 01:17:15 CEST 2015
> Unable to retrieve project from file location:file:///Users/max/code/jbosstools/jbosstools-website/blog/continous-delivery-of-eclipse-stack.adoc
> {code}
> It repeats every 1-2 seconds.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20335) live reload logs errors on delete files
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20335?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-20335:
----------------------------------
Affects Version/s: 4.2.0.Final
(was: 4.3.0.Beta2)
> live reload logs errors on delete files
> ---------------------------------------
>
> Key: JBIDE-20335
> URL: https://issues.jboss.org/browse/JBIDE-20335
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload
> Affects Versions: 4.2.0.Final
> Reporter: Max Rydahl Andersen
> Assignee: Xavier Coulon
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Here is what I think I did:
> git co -b newbranch
> edit newfile.adoc in eclipse and open livereload on it
> git add newfile
> git commit
> git co master
> now newfile.adoc is removed but livereload and browser still think it needs it.
> my log is filled up with repeats of:
> {code}
> java.lang.IllegalArgumentException: null source
> at java.util.EventObject.<init>(EventObject.java:56)
> at org.jboss.tools.livereload.core.internal.service.LiveReloadClientConnectedEvent.<init>(LiveReloadClientConnectedEvent.java:29)
> at org.jboss.tools.livereload.core.internal.server.jetty.LiveReloadWebSocket.onMessage(LiveReloadWebSocket.java:135)
> at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:70)
> at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:225)
> at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:217)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:160)
> at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
> at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
> at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
> at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:628)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:476)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> eclipse.buildId=4.5.0.I20150528-0700
> java.version=1.8.0_20
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -data file:/Users/max/Dropbox/eclipsecon-ws/ -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> org.jboss.tools.livereload.core
> Warning
> Wed Jul 22 01:17:15 CEST 2015
> Unable to retrieve project from file location:file:///Users/max/code/jbosstools/jbosstools-website/blog/continous-delivery-of-eclipse-stack.adoc
> {code}
> It repeats every 1-2 seconds.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20335) live reload logs errors on delete files
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20335?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-20335:
-------------------------------------
Assignee: Xavier Coulon
> live reload logs errors on delete files
> ---------------------------------------
>
> Key: JBIDE-20335
> URL: https://issues.jboss.org/browse/JBIDE-20335
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: livereload
> Affects Versions: 4.2.0.Final
> Reporter: Max Rydahl Andersen
> Assignee: Xavier Coulon
> Priority: Critical
> Fix For: 4.3.0.CR1
>
>
> Here is what I think I did:
> git co -b newbranch
> edit newfile.adoc in eclipse and open livereload on it
> git add newfile
> git commit
> git co master
> now newfile.adoc is removed but livereload and browser still think it needs it.
> my log is filled up with repeats of:
> {code}
> java.lang.IllegalArgumentException: null source
> at java.util.EventObject.<init>(EventObject.java:56)
> at org.jboss.tools.livereload.core.internal.service.LiveReloadClientConnectedEvent.<init>(LiveReloadClientConnectedEvent.java:29)
> at org.jboss.tools.livereload.core.internal.server.jetty.LiveReloadWebSocket.onMessage(LiveReloadWebSocket.java:135)
> at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:70)
> at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:225)
> at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
> at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:217)
> at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:160)
> at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
> at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
> at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
> at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:628)
> at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:476)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(Thread.java:745)
> eclipse.buildId=4.5.0.I20150528-0700
> java.version=1.8.0_20
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -data file:/Users/max/Dropbox/eclipsecon-ws/ -product org.eclipse.epp.package.jee.product -keyring /Users/max/.eclipse_keyring -showlocation
> org.jboss.tools.livereload.core
> Warning
> Wed Jul 22 01:17:15 CEST 2015
> Unable to retrieve project from file location:file:///Users/max/code/jbosstools/jbosstools-website/blog/continous-delivery-of-eclipse-stack.adoc
> {code}
> It repeats every 1-2 seconds.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (TOOLSDOC-562) OpenShift How To: Add final section to First OS App for viewing created app in browser
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-562?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-562:
-------------------------------
Sprint: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar), 2015/S5 (02-Mar > 15-Mar), 2015/S6 (16-Mar > 29-Mar), 2015/S7 (30-Mar > 12-Apr), 2015/S8 (13-Apr > 26-Apr), 2015/S9 (27-Apr > 10-May), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT, 03-Aug >> 16-Aug 2015-JBDS/J 2 (was: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar), 2015/S5 (02-Mar > 15-Mar), 2015/S6 (16-Mar > 29-Mar), 2015/S7 (30-Mar > 12-Apr), 2015/S8 (13-Apr > 26-Apr), 2015/S9 (27-Apr > 10-May), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT)
> OpenShift How To: Add final section to First OS App for viewing created app in browser
> --------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-562
> URL: https://issues.jboss.org/browse/TOOLSDOC-562
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Enhancement
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.2.0.Final
>
>
> See: http://tools.jboss.org/documentation/howto/openshift_firstapp.html
> Source: https://github.com/jbosstools/jbosstools-website/blob/master/documentatio...
> Before 'Terminology', add a new section with instructions for viewing the application in a browser.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (TOOLSDOC-623) Add FeedHenry Information to Existing Article about Hybrid Mobile Apps
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-623?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-623:
-------------------------------
Sprint: 2015/S8 (13-Apr > 26-Apr), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT, 03-Aug >> 16-Aug 2015-JBDS/J 2 (was: 2015/S8 (13-Apr > 26-Apr), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT)
> Add FeedHenry Information to Existing Article about Hybrid Mobile Apps
> ----------------------------------------------------------------------
>
> Key: TOOLSDOC-623
> URL: https://issues.jboss.org/browse/TOOLSDOC-623
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: General documentation issues
> Reporter: Burr Sutter
> Assignee: Supriya Bharadwaj
> Fix For: 4.2.3.Final
>
>
> Originally reported by Burr here: https://issues.jboss.org/browse/JBDS-3397
> Description: https://access.redhat.com/articles/1295913
> We should add FeedHenry to this document.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months