[JBoss JIRA] (JBIDE-17807) index.html of HTML5 kitchensink example is not displayed in VPE visual part
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17807?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-17807:
------------------------------------------------
I can assume this issue must be marked as resolved cause we have nothing to do with this.
> index.html of HTML5 kitchensink example is not displayed in VPE visual part
> ---------------------------------------------------------------------------
>
> Key: JBIDE-17807
> URL: https://issues.jboss.org/browse/JBIDE-17807
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3-v20140706-0939-B172
> Linux
> SWT_GTK3=0
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: snapshot11.png, snapshot12.png, snapshot6.png, snapshot7.png, snapshot9.png, vpepreviewblank.png
>
>
> 1. Import HTML5 kitchensink project from JBoss Central
> 2. Open index.html in VPE
> ERROR: Visual part of VPE is blank
> HTML Preview is showing page properly.
> 3. Run JBT with arguments -vmargs -Dorg.jboss.tools.vpe.loadxulrunner=false
> ASSERT: Page is displayed correctly in Visual part of VPE
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-3098) MissingResourceException after JBDS startup
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBDS-3098?page=com.atlassian.jira.plugin.... ]
Snjezana Peco commented on JBDS-3098:
-------------------------------------
I can't reproduce the issue in JBDS 8.0.0.Beta3b.
> MissingResourceException after JBDS startup
> -------------------------------------------
>
> Key: JBDS-3098
> URL: https://issues.jboss.org/browse/JBDS-3098
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Affects Versions: 8.0.0.Beta3
> Environment: 8.0.0.Beta3b
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 8.0.0.Beta3
>
>
> Exception in error log right after JBDS startup:
> {noformat:title=Cannot load bundle com.jboss.jbds.central.discovery.earlyaccess_8.0.0.Beta3_v20140718_1800_B191.jar_1783823812217829775.jar from url https://devstudio.jboss.com/updates/8.0-staging/discovery/com.jboss.jbds....: Can't find resource for bundle java.util.PropertyResourceBundle, key html5.wizard.description}
> java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key html5.wizard.description
> at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
> at java.util.ResourceBundle.getString(ResourceBundle.java:407)
> at org.eclipse.core.internal.registry.RegistrySupport.translate(RegistrySupport.java:42)
> at org.eclipse.core.runtime.spi.RegistryStrategy.translate(RegistryStrategy.java:145)
> at org.eclipse.core.internal.registry.ExtensionRegistry.translate(ExtensionRegistry.java:863)
> at org.eclipse.core.internal.registry.ExtensionsParser.translate(ExtensionsParser.java:673)
> at org.eclipse.core.internal.registry.ExtensionsParser.parseConfigurationElementAttributes(ExtensionsParser.java:427)
> at org.eclipse.core.internal.registry.ExtensionsParser.handleExtensionState(ExtensionsParser.java:333)
> at org.eclipse.core.internal.registry.ExtensionsParser.startElement(ExtensionsParser.java:613)
> at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
> at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:378)
> at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2770)
> at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
> at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117)
> at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
> at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:649)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:333)
> at org.eclipse.core.internal.registry.ExtensionsParser.parseManifest(ExtensionsParser.java:405)
> at org.eclipse.core.internal.registry.ExtensionRegistry.addContribution(ExtensionRegistry.java:1062)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:157)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:101)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:44)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {noformat}
> On first sight it seems that this error does not affect HTML5 Project archetype.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17900) Visual Editor: 404 Not Found appears in pages where HTML5 redirect is used
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-17900:
------------------------------------------------
Yes, I upgrade Fedora 18 to Fedora 20. So it must be gtk problem in my side. I plan to spent a day to reinstall Fedora when will be a little more free.
Anyway, this bug is a WebEngine problem, cause our socket processor recieves a redirect request with no referer, so we cannot return a requested page.
> Visual Editor: 404 Not Found appears in pages where HTML5 redirect is used
> --------------------------------------------------------------------------
>
> Key: JBIDE-17900
> URL: https://issues.jboss.org/browse/JBIDE-17900
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: Windows with IE10, Linux with GTK3=0
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR1
>
>
> Open html file in HTML5 editor where HTML5 redirect is used
> {quote}
> <meta http-equiv="refresh" content="0;url=http://example.com" />
> {quote}
> i.e. TicketMonster cordova(I use 2.5): www/admin/index.html
> In Visual part Error 404 is displayed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17946) Font leak in JBoss Central
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17946?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-17946:
-------------------------------------
Assignee: Max Rydahl Andersen (was: Snjezana Peco)
Could you please review?
> Font leak in JBoss Central
> --------------------------
>
> Key: JBIDE-17946
> URL: https://issues.jboss.org/browse/JBIDE-17946
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.Beta2
> Reporter: Snjezana Peco
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.CR1
>
>
> JBoss Central sets a section font whenever it creates a section in GettingStartedPage.java (line 1307). This object is never disposed.
> Opening the JBoss Central editor will create 4-5 such objects.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBTIS-83) JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-83?page=com.atlassian.jira.plugin.s... ]
Paul Leacu commented on JBTIS-83:
---------------------------------
Hey Fitz - you've got the lead on this.
> JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
> --------------------------------------------------------
>
> Key: JBTIS-83
> URL: https://issues.jboss.org/browse/JBTIS-83
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: ESB
> Affects Versions: 4.0.0
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.0.0
>
> Attachments: jbtis-project-examples-community-7.1.xml
>
>
> JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
> Steps as defined by Nick (thanks Nick!):
> a) the contents of the examples are in a former employee's SVN workspace
> and haven't been updated since a couple of years. They don't really work
> as well as they could.
> b) the examples are all mostly duplicated in the quickstarts folder that
> ships with SOA-P 5.3.1. See
> https://bugzilla.redhat.com/show_bug.cgi?id=951677 and
> https://issues.jboss.org/browse/JBTIS-62
> Basically, we need to:
> * fix the quickstarts in SOA-P 6 so they ACTUALLY WORK as importable
> eclipse projects (merge in contents from duplicate examples in Denny's
> workspace). Could decide to backport to 5.3 if there's a 5.3.2 planned;
> if not, no great need.
> * copy the older examples that are not already in SOA-P 5.3 - the ones
> that are *exclusively* in Denny's workspace - into SOA-P 6 so they'll be
> available there.
> * update the BPEL Examples guide as needed
> * document the fact that these examples are no longer available as
> importable zipped example projects contributed by a plugin, but rather
> as already-unpacked projects nested within the SOA-P runtime zip
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBTIS-83) JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-83?page=com.atlassian.jira.plugin.s... ]
Paul Leacu updated JBTIS-83:
----------------------------
Assignee: Brian Fitzpatrick (was: Paul Leacu)
> JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
> --------------------------------------------------------
>
> Key: JBTIS-83
> URL: https://issues.jboss.org/browse/JBTIS-83
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: ESB
> Affects Versions: 4.0.0
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.0.0
>
> Attachments: jbtis-project-examples-community-7.1.xml
>
>
> JBoss ESB (aka SOA-P 5) Examples Need Updating/Migration
> Steps as defined by Nick (thanks Nick!):
> a) the contents of the examples are in a former employee's SVN workspace
> and haven't been updated since a couple of years. They don't really work
> as well as they could.
> b) the examples are all mostly duplicated in the quickstarts folder that
> ships with SOA-P 5.3.1. See
> https://bugzilla.redhat.com/show_bug.cgi?id=951677 and
> https://issues.jboss.org/browse/JBTIS-62
> Basically, we need to:
> * fix the quickstarts in SOA-P 6 so they ACTUALLY WORK as importable
> eclipse projects (merge in contents from duplicate examples in Denny's
> workspace). Could decide to backport to 5.3 if there's a 5.3.2 planned;
> if not, no great need.
> * copy the older examples that are not already in SOA-P 5.3 - the ones
> that are *exclusively* in Denny's workspace - into SOA-P 6 so they'll be
> available there.
> * update the BPEL Examples guide as needed
> * document the fact that these examples are no longer available as
> importable zipped example projects contributed by a plugin, but rather
> as already-unpacked projects nested within the SOA-P runtime zip
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17807) index.html of HTML5 kitchensink example is not displayed in VPE visual part
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17807?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-17807:
---------------------------------------
I confirm that resizing fixes the issue.
> index.html of HTML5 kitchensink example is not displayed in VPE visual part
> ---------------------------------------------------------------------------
>
> Key: JBIDE-17807
> URL: https://issues.jboss.org/browse/JBIDE-17807
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3-v20140706-0939-B172
> Linux
> SWT_GTK3=0
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
> Attachments: snapshot11.png, snapshot12.png, snapshot6.png, snapshot7.png, snapshot9.png, vpepreviewblank.png
>
>
> 1. Import HTML5 kitchensink project from JBoss Central
> 2. Open index.html in VPE
> ERROR: Visual part of VPE is blank
> HTML Preview is showing page properly.
> 3. Run JBT with arguments -vmargs -Dorg.jboss.tools.vpe.loadxulrunner=false
> ASSERT: Page is displayed correctly in Visual part of VPE
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17900) Visual Editor: 404 Not Found appears in pages where HTML5 redirect is used
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17900?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-17900:
---------------------------------------
You have probably upgraded Fedora from an older distribution. Your distro contains GTK3 3.6 and GTK3 3.10.
Try to add SWT_GTK3=0 if you want to start GTK2 (and XULRunner).
It is also possible you have some specific version of webkit. Maybe it would be best to install F20 from scratch if possible.
> Visual Editor: 404 Not Found appears in pages where HTML5 redirect is used
> --------------------------------------------------------------------------
>
> Key: JBIDE-17900
> URL: https://issues.jboss.org/browse/JBIDE-17900
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: Windows with IE10, Linux with GTK3=0
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR1
>
>
> Open html file in HTML5 editor where HTML5 redirect is used
> {quote}
> <meta http-equiv="refresh" content="0;url=http://example.com" />
> {quote}
> i.e. TicketMonster cordova(I use 2.5): www/admin/index.html
> In Visual part Error 404 is displayed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBDS-2955) After install, initial access of Help->About->?->About Your Installation logs error
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBDS-2955?page=com.atlassian.jira.plugin.... ]
Snjezana Peco commented on JBDS-2955:
-------------------------------------
That is a different issue that happens in other components (DTP and Dali). This issue seems to be fixed.
> After install, initial access of Help->About->?->About Your Installation logs error
> -----------------------------------------------------------------------------------
>
> Key: JBDS-2955
> URL: https://issues.jboss.org/browse/JBDS-2955
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: upstream
> Affects Versions: 7.1.1.GA
> Environment: Version: 7.1.1.GA
> Build id: GA-v20140303-1841-B672
> Build date: 20140303-1841
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Priority: Minor
>
> After install, initial access of Help->About->?->About Your Installation logs error
> Non-fatal, no user impact, but ugly:
> !SESSION 2014-03-05 14:26:16.783 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_25
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.jbds.product.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.jbds.product.product
> !ENTRY org.eclipse.help.base 4 0 2014-03-05 14:52:30.672
> !MESSAGE Help index declared, but missing for plugin org.eclipse.rse.doc.user.
> !ENTRY org.eclipse.help.base 4 0 2014-03-05 14:52:33.313
> !MESSAGE An error occured while pre-processing help XHTML document "/org.eclipse.rse.doc.user/tasks/tbegindstore.html" for search indexing
> !STACK 0
> org.xml.sax.SAXParseException; lineNumber: 34; columnNumber: 8; XML document structures must start and end within the same entity.
> at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:251)
> at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:300)
> at org.eclipse.help.internal.dynamic.DocumentReader.read(DocumentReader.java:56)
> at org.eclipse.help.internal.dynamic.XMLProcessor.process(XMLProcessor.java:49)
> at org.eclipse.help.internal.xhtml.DynamicXHTMLProcessor.process(DynamicXHTMLProcessor.java:76)
> at org.eclipse.help.internal.search.XHTMLSearchParticipant.preprocess(XHTMLSearchParticipant.java:106)
> at org.eclipse.help.search.SearchParticipantXML.addDocument(SearchParticipantXML.java:296)
> at org.eclipse.help.internal.search.HTMLSearchParticipant.addDocument(HTMLSearchParticipant.java:51)
> at org.eclipse.help.internal.search.SearchIndex.addDocument(SearchIndex.java:230)
> at org.eclipse.help.internal.search.IndexingOperation.addDocuments(IndexingOperation.java:252)
> at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:159)
> at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:106)
> at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:628)
> at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:602)
> at org.eclipse.help.internal.search.federated.IndexerJob.run(IndexerJob.java:31)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !ENTRY org.eclipse.help.base 4 0 2014-03-05 14:52:33.939
> !MESSAGE An error occured while pre-processing help XHTML document "/org.eclipse.rse.doc.user/tasks/tusingefs.html" for search indexing
> !STACK 0
> org.xml.sax.SAXParseException; lineNumber: 43; columnNumber: 1; XML document structures must start and end within the same entity.
> at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:251)
> at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:300)
> at org.eclipse.help.internal.dynamic.DocumentReader.read(DocumentReader.java:56)
> at org.eclipse.help.internal.dynamic.XMLProcessor.process(XMLProcessor.java:49)
> at org.eclipse.help.internal.xhtml.DynamicXHTMLProcessor.process(DynamicXHTMLProcessor.java:76)
> at org.eclipse.help.internal.search.XHTMLSearchParticipant.preprocess(XHTMLSearchParticipant.java:106)
> at org.eclipse.help.search.SearchParticipantXML.addDocument(SearchParticipantXML.java:296)
> at org.eclipse.help.internal.search.HTMLSearchParticipant.addDocument(HTMLSearchParticipant.java:51)
> at org.eclipse.help.internal.search.SearchIndex.addDocument(SearchIndex.java:230)
> at org.eclipse.help.internal.search.IndexingOperation.addDocuments(IndexingOperation.java:252)
> at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:159)
> at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:106)
> at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:628)
> at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:602)
> at org.eclipse.help.internal.search.federated.IndexerJob.run(IndexerJob.java:31)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !ENTRY org.eclipse.help.base 4 4 2014-03-05 14:52:38.960
> !MESSAGE Help documentation could not be indexed completely.
> !SUBENTRY 1 org.eclipse.help.base 4 4 2014-03-05 14:52:38.960
> !MESSAGE Exception occurred while adding document /org.eclipse.rse.doc.user/tasks/tbegindstore.html to index.
> !STACK 0
> java.io.IOException: Stream closed
> at java.util.zip.InflaterInputStream.ensureOpen(InflaterInputStream.java:67)
> at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:121)
> at org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleEntry$ZipBundleEntryInputStream.read(ZipBundleEntry.java:153)
> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2815)
> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:660)
> at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:799)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
> at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
> at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
> at org.eclipse.help.search.SearchParticipantXML.addDocument(SearchParticipantXML.java:297)
> at org.eclipse.help.internal.search.HTMLSearchParticipant.addDocument(HTMLSearchParticipant.java:51)
> at org.eclipse.help.internal.search.SearchIndex.addDocument(SearchIndex.java:230)
> at org.eclipse.help.internal.search.IndexingOperation.addDocuments(IndexingOperation.java:252)
> at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:159)
> at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:106)
> at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:628)
> at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:602)
> at org.eclipse.help.internal.search.federated.IndexerJob.run(IndexerJob.java:31)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> !SUBENTRY 1 org.eclipse.help.base 4 4 2014-03-05 14:52:38.960
> !MESSAGE Exception occurred while adding document /org.eclipse.rse.doc.user/tasks/tusingefs.html to index.
> !STACK 0
> java.io.IOException: Stream closed
> at java.util.zip.InflaterInputStream.ensureOpen(InflaterInputStream.java:67)
> at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:121)
> at org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleEntry$ZipBundleEntryInputStream.read(ZipBundleEntry.java:153)
> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2815)
> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:660)
> at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:799)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
> at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
> at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
> at org.eclipse.help.search.SearchParticipantXML.addDocument(SearchParticipantXML.java:297)
> at org.eclipse.help.internal.search.HTMLSearchParticipant.addDocument(HTMLSearchParticipant.java:51)
> at org.eclipse.help.internal.search.SearchIndex.addDocument(SearchIndex.java:230)
> at org.eclipse.help.internal.search.IndexingOperation.addDocuments(IndexingOperation.java:252)
> at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:159)
> at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:106)
> at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:628)
> at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:602)
> at org.eclipse.help.internal.search.federated.IndexerJob.run(IndexerJob.java:31)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months