[JBoss JIRA] (JBIDE-18740) Broken Mobile Engine download - JsonIOException
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18740?page=com.atlassian.jira.plugi... ]
Rastislav Wagner commented on JBIDE-18740:
------------------------------------------
Im able to reproduce on Ubuntu 12.04 64bit also.
> Broken Mobile Engine download - JsonIOException
> -----------------------------------------------
>
> Key: JBIDE-18740
> URL: https://issues.jboss.org/browse/JBIDE-18740
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Final
> Reporter: Pavol Srna
> Attachments: cordova.png, cordova_local.png, eclipse.log
>
>
> {code}
> com.google.gson.JsonIOException: java.io.IOException: Attempted read from closed stream.
> at com.google.gson.internal.Streams.parse(Streams.java:57)
> at com.google.gson.JsonParser.parse(JsonParser.java:84)
> at org.eclipse.thym.core.engine.internal.cordova.DefaultEngineRepoProvider.getEngines(DefaultEngineRepoProvider.java:111)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.getDownloadableVersions(CordovaEngineProvider.java:143)
> at org.eclipse.thym.ui.internal.engine.EngineDownloadDialog.createDialogArea(EngineDownloadDialog.java:245)
> at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:161)
> at org.eclipse.thym.ui.internal.engine.EngineDownloadDialog.createContents(EngineDownloadDialog.java:183)
> at org.eclipse.jface.window.Window.create(Window.java:435)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.eclipse.thym.ui.internal.engine.AvailableCordovaEnginesSection$5.handleEvent(AvailableCordovaEnginesSection.java:338)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
> at org.eclipse.jface.window.Window.open(Window.java:808)
> at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:269)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:290)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:159)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> Caused by: java.io.IOException: Attempted read from closed stream.
> at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:172)
> at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:138)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at com.google.gson.stream.JsonReader.fillBuffer(JsonReader.java:825)
> at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:878)
> at com.google.gson.stream.JsonReader.consumeNonExecutePrefix(JsonReader.java:405)
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:364)
> at com.google.gson.internal.Streams.parse(Streams.java:42)
> ... 65 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBTIS-354) Enable JBDSIS Marketplace entries for product groupings - Kepler
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-354?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-354:
-----------------------------
Description:
Need to create Eclipse Marketplace entries that align with existing JBDSIS product groupings:
1. Fuse ServiceWorks
2. BRMS/BPMS
3. JBoss Data Virtualization
4. com.jboss.devstudio.core.central.feature
ref: https://github.com/jbosstools/jbosstools-integration-stack/blob/jbosstool...
The feature grouping will be based on the existing Central connectors. No change is required to the existing JBDSIS 7.0.x Kepler components.
was:
Need to create Eclipse Marketplace entries the align with existing JBDSIS product groupings:
1. Fuse ServiceWorks
2. BRMS/BPMS
3. JBoss Data Virtualization
The feature grouping will be based on the existing Cntral connectors. No change is required to the existing JBDSIS 7.0.x Kepler components.
> Enable JBDSIS Marketplace entries for product groupings - Kepler
> ----------------------------------------------------------------
>
> Key: JBTIS-354
> URL: https://issues.jboss.org/browse/JBTIS-354
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: distribution
> Affects Versions: 7.0.3.GA
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Attachments: jbdsis-marketplace-1.png, jbdsis-marketplace-2.png, jbdsis-marketplace-3.png
>
>
> Need to create Eclipse Marketplace entries that align with existing JBDSIS product groupings:
> 1. Fuse ServiceWorks
> 2. BRMS/BPMS
> 3. JBoss Data Virtualization
> 4. com.jboss.devstudio.core.central.feature
> ref: https://github.com/jbosstools/jbosstools-integration-stack/blob/jbosstool...
> The feature grouping will be based on the existing Central connectors. No change is required to the existing JBDSIS 7.0.x Kepler components.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBTIS-354) Enable JBDSIS Marketplace entries for product groupings - Kepler
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-354?page=com.atlassian.jira.plugin.... ]
Paul Leacu reassigned JBTIS-354:
--------------------------------
Assignee: Paul Leacu (was: Nick Boldt)
> Enable JBDSIS Marketplace entries for product groupings - Kepler
> ----------------------------------------------------------------
>
> Key: JBTIS-354
> URL: https://issues.jboss.org/browse/JBTIS-354
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: distribution
> Affects Versions: 7.0.3.GA
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Attachments: jbdsis-marketplace-1.png, jbdsis-marketplace-2.png, jbdsis-marketplace-3.png
>
>
> Need to create Eclipse Marketplace entries the align with existing JBDSIS product groupings:
> 1. Fuse ServiceWorks
> 2. BRMS/BPMS
> 3. JBoss Data Virtualization
> The feature grouping will be based on the existing Cntral connectors. No change is required to the existing JBDSIS 7.0.x Kepler components.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBDS-3207) Importing of Seam 2 Remoting Helloworld example shows errors in JBDS 8
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3207?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3207:
---------------------------------
Component/s: project-examples
> Importing of Seam 2 Remoting Helloworld example shows errors in JBDS 8
> ----------------------------------------------------------------------
>
> Key: JBDS-3207
> URL: https://issues.jboss.org/browse/JBDS-3207
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 8.0.0.GA
> Environment: JBoss Developer Studio
> Version: 8.0.0.GA
> Build id: GA-v20141020-1042-B317
> Build date: 20141020-1042
> Reporter: Marek Novotny
> Assignee: Fred Bricon
> Fix For: 9.0.x
>
>
> The import of Seam Remoting Helloword example results with 2 errors on helloworld-ejb project:
> {code}
> Cannot change version of project facet EJB Module to 2.1. helloworld-ejb line 1 Maven Java EE Configuration Problem
> One or more constraints have not been satisfied. helloworld-ejb line 1 Maven Java EE Configuration Problem
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBDS-3204) JBDS 8 workspace launcher is not shown in window list
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3204?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-3204:
-------------------------------------
There should an issue related to it in bugzilla, I'll try to find it or create new one.
> JBDS 8 workspace launcher is not shown in window list
> -----------------------------------------------------
>
> Key: JBDS-3204
> URL: https://issues.jboss.org/browse/JBDS-3204
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.0.0.GA
> Environment: Fedora 20 - Gnome-shell
> Ubuntu 14.10 - Unity
> Reporter: Marek Novotny
> Assignee: Denis Golovin
> Fix For: 8.0.x
>
>
> While launching JBDS 8.0.0 - if workspace launcher is in background of another focused window, I can't see it in windows list to switch to it. I need to manually minimize some windows to see it and use it.
> This is experienced in Fedora 20 - Gnome Shell environment. I can say that the official Luna install of eclipse behave the same so it is a regression to JBDS 7 or Eclipse Kepler.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBDS-3204) JBDS 8 workspace launcher is not shown in window list
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3204?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3204:
--------------------------------
Fix Version/s: 8.0.x
> JBDS 8 workspace launcher is not shown in window list
> -----------------------------------------------------
>
> Key: JBDS-3204
> URL: https://issues.jboss.org/browse/JBDS-3204
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.0.0.GA
> Environment: Fedora 20 - Gnome-shell
> Ubuntu 14.10 - Unity
> Reporter: Marek Novotny
> Assignee: Denis Golovin
> Fix For: 8.0.x
>
>
> While launching JBDS 8.0.0 - if workspace launcher is in background of another focused window, I can't see it in windows list to switch to it. I need to manually minimize some windows to see it and use it.
> This is experienced in Fedora 20 - Gnome Shell environment. I can say that the official Luna install of eclipse behave the same so it is a regression to JBDS 7 or Eclipse Kepler.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBDS-3204) JBDS 8 workspace launcher is not shown in window list
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3204?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3204:
--------------------------------
Component/s: upstream
> JBDS 8 workspace launcher is not shown in window list
> -----------------------------------------------------
>
> Key: JBDS-3204
> URL: https://issues.jboss.org/browse/JBDS-3204
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.0.0.GA
> Environment: Fedora 20 - Gnome-shell
> Ubuntu 14.10 - Unity
> Reporter: Marek Novotny
> Assignee: Denis Golovin
>
> While launching JBDS 8.0.0 - if workspace launcher is in background of another focused window, I can't see it in windows list to switch to it. I need to manually minimize some windows to see it and use it.
> This is experienced in Fedora 20 - Gnome Shell environment. I can say that the official Luna install of eclipse behave the same so it is a regression to JBDS 7 or Eclipse Kepler.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBIDE-18740) Broken Mobile Engine download - JsonIOException
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18740?page=com.atlassian.jira.plugi... ]
Pavol Srna updated JBIDE-18740:
-------------------------------
Attachment: cordova_local.png
Even if I attempt to search for a local engine I end up with a very strange error. Please see screenshot attached.
> Broken Mobile Engine download - JsonIOException
> -----------------------------------------------
>
> Key: JBIDE-18740
> URL: https://issues.jboss.org/browse/JBIDE-18740
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Final
> Reporter: Pavol Srna
> Attachments: cordova.png, cordova_local.png, eclipse.log
>
>
> {code}
> com.google.gson.JsonIOException: java.io.IOException: Attempted read from closed stream.
> at com.google.gson.internal.Streams.parse(Streams.java:57)
> at com.google.gson.JsonParser.parse(JsonParser.java:84)
> at org.eclipse.thym.core.engine.internal.cordova.DefaultEngineRepoProvider.getEngines(DefaultEngineRepoProvider.java:111)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.getDownloadableVersions(CordovaEngineProvider.java:143)
> at org.eclipse.thym.ui.internal.engine.EngineDownloadDialog.createDialogArea(EngineDownloadDialog.java:245)
> at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:161)
> at org.eclipse.thym.ui.internal.engine.EngineDownloadDialog.createContents(EngineDownloadDialog.java:183)
> at org.eclipse.jface.window.Window.create(Window.java:435)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101)
> at org.eclipse.jface.window.Window.open(Window.java:797)
> at org.eclipse.thym.ui.internal.engine.AvailableCordovaEnginesSection$5.handleEvent(AvailableCordovaEnginesSection.java:338)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
> at org.eclipse.jface.window.Window.open(Window.java:808)
> at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:269)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:290)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:159)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> Caused by: java.io.IOException: Attempted read from closed stream.
> at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:172)
> at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:138)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at com.google.gson.stream.JsonReader.fillBuffer(JsonReader.java:825)
> at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:878)
> at com.google.gson.stream.JsonReader.consumeNonExecutePrefix(JsonReader.java:405)
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:364)
> at com.google.gson.internal.Streams.parse(Streams.java:42)
> ... 65 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (JBDS-3207) Importing of Seam 2 Remoting Helloworld example shows errors in JBDS 8
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3207?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-3207:
-----------------------------------
I can't reproduce the error, but obviously, the helloworld-ejb/pom.xml maven-ejb-plugin config is wrong, it should be :
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.3</version>
<configuration>
<ejbVersion>3.0</ejbVersion>
</configuration>
</plugin>
{noformat}
[~rawagner] : can you reproduce the problem?
> Importing of Seam 2 Remoting Helloworld example shows errors in JBDS 8
> ----------------------------------------------------------------------
>
> Key: JBDS-3207
> URL: https://issues.jboss.org/browse/JBDS-3207
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Affects Versions: 8.0.0.GA
> Environment: JBoss Developer Studio
> Version: 8.0.0.GA
> Build id: GA-v20141020-1042-B317
> Build date: 20141020-1042
> Reporter: Marek Novotny
> Assignee: Fred Bricon
> Fix For: 9.0.x
>
>
> The import of Seam Remoting Helloword example results with 2 errors on helloworld-ejb project:
> {code}
> Cannot change version of project facet EJB Module to 2.1. helloworld-ejb line 1 Maven Java EE Configuration Problem
> One or more constraints have not been satisfied. helloworld-ejb line 1 Maven Java EE Configuration Problem
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months