[JBoss JIRA] (JBIDE-22923) ClassCastException in InsertContributionItem.<init>
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22923?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22923.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> ClassCastException in InsertContributionItem.<init>
> ---------------------------------------------------
>
> Key: JBIDE-22923
> URL: https://issues.redhat.com/browse/JBIDE-22923
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: LATER
>
>
> The following problem was reported via the automated error reporting:
> Message: Class load Failure: 'org.jboss.tools.vpe.editor.menu.InsertContributionItem'
> {noformat}
> java.lang.ClassCastException: org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor cannot be cast to org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor
> at org.jboss.tools.vpe.editor.menu.InsertContributionItem.<init>(InsertContributionItem.java:73)
> at org.jboss.tools.vpe.editor.menu.InsertContributionItem.<init>(InsertContributionItem.java:63)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
> at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:812)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:166)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:159)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:145)
> at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:728)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:810)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:669)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.scheduleManagerUpdate(MenuManagerRenderer.java:1185)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.processContents(MenuManagerRenderer.java:648)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.subscribeTopicChildAdded(MenuManagerRenderer.java:319)
> at sun.reflect.GeneratedMethodAccessor.invoke(null:-1)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.6.0.v20160319-0612 |
> | org.eclipse.e4.ui.workbench.renderers.swt | 0.13.0.v20150603-0857 | 0.14.0.v20160525-0940 |
> | org.eclipse.jface | 3.11.0.v20150602-1400 | 3.12.0.v20160518-1929 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.108.0.v20160518-1929 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.8.0.Final-v20160609-2229-B3 |
> Operating Systems:
> | Linux | 4.4.0 | 4.4.0 |
> | Windows | 6.1.0 | 6.1.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57977d33e4b0300861...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-22930) IOException below TextFormattingToolBar.createImage (thrown in BundleURLConverter.toFileURL)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22930?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22930.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> IOException below TextFormattingToolBar.createImage (thrown in BundleURLConverter.toFileURL)
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-22930
> URL: https://issues.redhat.com/browse/JBIDE-22930
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: The URL "bundleentry://1137.fwk404051835/images/cssdialog/color_large.gif" could not be extracted probably due to insufficient permissions or insufficient disk space.
> {noformat}
> java.io.IOException: The URL "bundleentry://1137.fwk404051835/images/cssdialog/color_large.gif" could not be extracted probably due to insufficient permissions or insufficient disk space.
> at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:40)
> at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:207)
> at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:219)
> at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283)
> at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:224)
> at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:202)
> at org.jboss.tools.vpe.editor.toolbar.format.TextFormattingToolBar.createImage(TextFormattingToolBar.java:216)
> at org.jboss.tools.vpe.editor.toolbar.format.TextFormattingToolBar.createItems(TextFormattingToolBar.java:180)
> at org.jboss.tools.vpe.editor.toolbar.SplitToolBar.createToolBarControl(SplitToolBar.java:66)
> at org.jboss.tools.vpe.editor.toolbar.VpeToolBarManager.addToolBar(VpeToolBarManager.java:78)
> at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:572)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:813)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:283)
> at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1102)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:511)
> at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:363)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:341)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.11.1.v20150903-1804 |
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.5.0.v20150421-2214 |
> | org.eclipse.jface | 3.11.1.v20160128-1644 | 3.11.1.v20160128-1644 |
> | org.eclipse.osgi | 3.10.102.v20160118-1700 | 3.10.102.v20160118-1700 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20150507-1945 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Linux | 3.13.0 | 3.13.0 |
> | Windows | 6.1.0 | 6.1.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5762ca83e4b01c929b...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-18880) Visual Preview java fatal error
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-18880?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-18880.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> Visual Preview java fatal error
> -------------------------------
>
> Key: JBIDE-18880
> URL: https://issues.redhat.com/browse/JBIDE-18880
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Final
> Environment: Fedora 20 x86_64
> java version "1.7.0_71"
> OpenJDK Runtime Environment (fedora-2.5.3.0.fc20-x86_64 u71-b14)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
> Attachments: hs_error.log
>
>
> JJVM crashes with console output:
> {code}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00007f49a16acbcc, pid=15823, tid=139957761074944
> #
> # JRE version: OpenJDK Runtime Environment (7.0_71-b14) (build 1.7.0_71-mockbuild_2014_10_15_17_02-b00)
> # Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
> # Derivative: IcedTea 2.5.3
> # Distribution: Built on Fedora release 20 (Heisenbug) (Wed Oct 15 17:02:58 UTC 2014)
> # Problematic frame:
> # C [libjavascriptcoregtk-3.0.so.0+0x2e2bcc] void JSC::ConservativeRoots::genericAddSpan<JSC::CompositeMarkHook<JSC::JITStubRoutineSet, SC::DFGCodeBlocks> >(void*, void*, JSC::CompositeMarkHook<JSC::JITStubRoutineSet, JSC::DFGCodeBlocks>&)+0x7c
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /tmp/jvm-15823/hs_error.log
> #
> # If you would like to submit a bug report, please include
> # instructions on how to reproduce the bug and visit:
> # http://icedtea.classpath.org/bugzilla
> #
> {code}
> see attached [^hs_error.log]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-16938?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-16938.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.redhat.com/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Minor
> Fix For: LATER
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-18976) VPE Tag Navigation Bar looks empty when cursor located between tags without text
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-18976?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-18976.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> VPE Tag Navigation Bar looks empty when cursor located between tags without text
> --------------------------------------------------------------------------------
>
> Key: JBIDE-18976
> URL: https://issues.redhat.com/browse/JBIDE-18976
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.1.Final
> Environment: Fedora 20 Linux x86_64
> OpenJDK 7
> export SWT_GTK3=1
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Priority: Minor
> Fix For: LATER
>
> Attachments: screenshot1.png
>
>
> Navigation bar is empty sometimes. It happens when cursor is between tags and there is no #text node. It should show the nodes with parent tag when it is behind closing tag. Do not forget about case for tags that has optional closing tag.
> !screenshot1.png!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-17303) Visual Preview uses XULRunner when it is active
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-17303?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-17303.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> Visual Preview uses XULRunner when it is active
> -----------------------------------------------
>
> Key: JBIDE-17303
> URL: https://issues.redhat.com/browse/JBIDE-17303
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta2
> Environment: Linux
> Reporter: Denis Golovin
> Priority: Critical
> Fix For: 4.3.x
>
>
> When VPE is installed on platform supported by xulrunner Visual Preview uses XULRunner based browser and HTML5 is not fully supported in this scenario.
> We cannot force webkit implementation for preview with active xulrunner because of known issues related to using these layout engines together.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-22943) FileNotFoundException below DocTypeUtil.getContentInitFile (thrown in FileInputStream.open0)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22943?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22943.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> FileNotFoundException below DocTypeUtil.getContentInitFile (thrown in FileInputStream.open0)
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-22943
> URL: https://issues.redhat.com/browse/JBIDE-22943
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: file:\C:\Users\Administrator\eclipse\jee-mars\eclipse\links\eclipse\plugins\org.jboss.tools.vpe_3.7.1.Final-v20160331-0327-B91.jar!\ve\init.html (文件名、目录名或卷标语法不正确。)
> {noformat}
> java.io.FileNotFoundException: file:\C:\Users\Administrator\eclipse\jee-mars\eclipse\links\eclipse\plugins\org.jboss.tools.vpe_3.7.1.Final-v20160331-0327-B91.jar!\ve\init.html (文件名、目录名或卷标语法不正确。)
> at java.io.FileInputStream.open0(null:-2)
> at java.io.FileInputStream.open(null:-1)
> at java.io.FileInputStream.<init>(null:-1)
> at java.io.FileReader.<init>(null:-1)
> at org.jboss.tools.vpe.editor.util.DocTypeUtil.getContentInitFile(DocTypeUtil.java:354)
> at org.jboss.tools.vpe.editor.util.DocTypeUtil.prepareInitFile(DocTypeUtil.java:339)
> at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.setInitialContent(MozillaEditor.java:630)
> at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:610)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:813)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:283)
> at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:295)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20150507-1945 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Windows | 6.1.0 | 6.1.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/574e7369e4b06056d2...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months