[JBoss JIRA] (JBIDE-17454) NPE when clicking on element in VPE visual part
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17454?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17454.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> NPE when clicking on element in VPE visual part
> -----------------------------------------------
>
> Key: JBIDE-17454
> URL: https://issues.jboss.org/browse/JBIDE-17454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
>
> 1. Import HTML 5 project from JBoss Central
> 2. Open index.html in VPE
> 3. Click on some UI element within visual pane (Preview)
> ERROR: Error in Error log with:
> Message: Unhandled event loop exception
> Stack Trace: java.lang.NullPointerException
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17448) repository-utils should allow skipping generation of web content
by Alexander Silgidjian (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17448?page=com.atlassian.jira.plugi... ]
Alexander Silgidjian commented on JBIDE-17448:
----------------------------------------------
Do you have any plans to release 0.19.0 version of repository-utils soon?
> repository-utils should allow skipping generation of web content
> ----------------------------------------------------------------
>
> Key: JBIDE-17448
> URL: https://issues.jboss.org/browse/JBIDE-17448
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Robert Munteanu
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
>
> I'm using the repository-utils:generate-repository-facade goal to associate additional p2 update sites to my own update site. I'm not interested in generating an index.html file for it, but the default is to generate an update site with a JBoss layout.
> Rather than providing my own index.html template, I'd prefer to skip the generation of web content altogether.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17700) Cannot deploy jsf war with eclipse luna and jboss 7.1.x
by Oliver Pfau (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17700?page=com.atlassian.jira.plugi... ]
Oliver Pfau edited comment on JBIDE-17700 at 7/7/14 10:47 AM:
--------------------------------------------------------------
I check it if I can create the zip..done
was (Author: olpf):
I check it if I can create the zip..
> Cannot deploy jsf war with eclipse luna and jboss 7.1.x
> -------------------------------------------------------
>
> Key: JBIDE-17700
> URL: https://issues.jboss.org/browse/JBIDE-17700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge, maven, server
> Environment: Win 7, Eclilpse Luna, JBoss Tools (via market place)
> Reporter: Oliver Pfau
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
> Attachments: jbosstools-diagnostics-20140707141907.zip, pom.xml
>
>
> When I publish my war to jboss 7.1 the following error occurs:
> An internal error occurred during: "Publishing to JBoss AS 7.1...".
> Could not initialize class de.schlichtherle.io.ArchiveControllers
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17700) Cannot deploy jsf war with eclipse luna and jboss 7.1.x
by Oliver Pfau (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17700?page=com.atlassian.jira.plugi... ]
Oliver Pfau updated JBIDE-17700:
--------------------------------
Attachment: jbosstools-diagnostics-20140707141907.zip
> Cannot deploy jsf war with eclipse luna and jboss 7.1.x
> -------------------------------------------------------
>
> Key: JBIDE-17700
> URL: https://issues.jboss.org/browse/JBIDE-17700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge, maven, server
> Environment: Win 7, Eclilpse Luna, JBoss Tools (via market place)
> Reporter: Oliver Pfau
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
> Attachments: jbosstools-diagnostics-20140707141907.zip, pom.xml
>
>
> When I publish my war to jboss 7.1 the following error occurs:
> An internal error occurred during: "Publishing to JBoss AS 7.1...".
> Could not initialize class de.schlichtherle.io.ArchiveControllers
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17705) 'Connection Reset' exception reported when opening html5 files
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17705?page=com.atlassian.jira.plugi... ]
Ilya Buziuk reassigned JBIDE-17705:
-----------------------------------
Assignee: Ilya Buziuk
> 'Connection Reset' exception reported when opening html5 files
> --------------------------------------------------------------
>
> Key: JBIDE-17705
> URL: https://issues.jboss.org/browse/JBIDE-17705
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta2
> Environment: Windows 8.1
> x86_64
> Java 8
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.CR1
>
>
> {code}java.net.SocketException: Connection reset
> at java.net.SocketInputStream.read(Unknown Source)
> at java.net.SocketInputStream.read(Unknown Source)
> at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
> at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
> at sun.nio.cs.StreamDecoder.read(Unknown Source)
> at java.io.InputStreamReader.read(Unknown Source)
> at java.io.BufferedReader.fill(Unknown Source)
> at java.io.BufferedReader.readLine(Unknown Source)
> at java.io.BufferedReader.readLine(Unknown Source)
> at org.jboss.tools.vpe.preview.core.server.VpvSocketProcessor.getItialRequestLine(VpvSocketProcessor.java:220)
> at org.jboss.tools.vpe.preview.core.server.VpvSocketProcessor.run(VpvSocketProcessor.java:59)
> at java.lang.Thread.run(Unknown Source){code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17551) Duplicate full class name causing jacoco to fail
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17551?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-17551:
----------------------------------------
Actually, I don't think we need/want coverage reports at all on branch, so if this is a blocker, feel free to remove the few lines about Jacoco from job.
> Duplicate full class name causing jacoco to fail
> ------------------------------------------------
>
> Key: JBIDE-17551
> URL: https://issues.jboss.org/browse/JBIDE-17551
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta2
> Reporter: Mickael Istria
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> Jacoco reports are failing for webservices. When in verbose, the error is
> {code}
> /home/mistria/git/jbosstools-webservices/jacoco/jacoco-reports.xml:13: Error while creating report
> at org.jacoco.ant.ReportTask.execute(ReportTask.java:498)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:390)
> at org.apache.tools.ant.Target.performTasks(Target.java:411)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
> at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.Main.runBuild(Main.java:809)
> at org.apache.tools.ant.Main.startAnt(Main.java:217)
> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
> Caused by: java.io.IOException: Error while analyzing class tests/org.jboss.tools.ws.jaxrs.ui.test/target/classes/org/jboss/tools/ws/jaxrs/ui/internal/utils/Logger$1.class.
> at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:139)
> at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:133)
> at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:164)
> at org.jacoco.ant.ReportTask.createBundle(ReportTask.java:570)
> at org.jacoco.ant.ReportTask.createReport(ReportTask.java:545)
> at org.jacoco.ant.ReportTask.createReport(ReportTask.java:542)
> at org.jacoco.ant.ReportTask.execute(ReportTask.java:492)
> ... 17 more
> Caused by: java.lang.IllegalStateException: Can't add different class with same name: org/jboss/tools/ws/jaxrs/ui/internal/utils/Logger$1
> at org.jacoco.core.analysis.CoverageBuilder.visitCoverage(CoverageBuilder.java:89)
> at org.jacoco.core.analysis.Analyzer$1.visitEnd(Analyzer.java:81)
> {code}
> Jacoco (and life in general) doesn't like having different classes with same full name.
> Here are the culprits in that case:
> {quote}
> mistria@mistria--rh:~/git/jbosstools-webservices$ find . -name Logger\$1.class
> ./plugins/org.jboss.tools.ws.jaxrs.ui/target/classes/org/jboss/tools/ws/jaxrs/ui/internal/utils/Logger$1.class
> [...]
> ./tests/org.jboss.tools.ws.jaxrs.ui.test/target/classes/org/jboss/tools/ws/jaxrs/ui/internal/utils/Logger$1.class
> {quote}
> You should consider either having the test directly consuming the Logger from the non-test bundle, or at least change the package when duplicating a class.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months