Bug 570234 - Problem with help system : Illegal character
Summary: Problem with help system : Illegal character
Status: ASSIGNED
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 6.4.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2021-01-11 03:49 EST by Arthur Daussy CLA
Modified: 2021-05-05 09:27 EDT (History)
2 users (show)

See Also:


Attachments
All strack strace (19.66 KB, text/plain)
2021-01-11 03:49 EST, Arthur Daussy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Daussy CLA 2021-01-11 03:49:15 EST
Created attachment 285239 [details]
All strack strace

When opening the help system (using F2) on a diagram I get a lot of exception looking like:

-----------------------------
java.net.URISyntaxException: Illegal character in path at index 59: localhelp:/org.eclipse.sirius.doc/doc/user/general/Modeling Project.html?lang=fr_FR
    at java.base/java.net.URI$Parser.fail(URI.java:2938)
    at java.base/java.net.URI$Parser.checkChars(URI.java:3109)
    at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3191)
    at java.base/java.net.URI$Parser.parse(URI.java:3139)
    at java.base/java.net.URI.<init>(URI.java:623)
    at java.base/java.net.URL.toURI(URL.java:1063)
    at org.eclipse.help.internal.base.util.ProxyUtil.getProxy(ProxyUtil.java:61)
    at org.eclipse.help.internal.base.util.ProxyUtil.getConnection(ProxyUtil.java:110)
    at org.eclipse.help.internal.base.util.ProxyUtil.getStream(ProxyUtil.java:126)
    at org.eclipse.help.search.SearchParticipantXML.addDocument(SearchParticipantXML.java:292)
    at org.eclipse.help.internal.search.HTMLSearchParticipant.addDocument(HTMLSearchParticipant.java:57)
    at org.eclipse.help.internal.search.SearchIndex.addDocument(SearchIndex.java:268)
    at org.eclipse.help.internal.search.IndexingOperation.addDocuments(IndexingOperation.java:248)
    at org.eclipse.help.internal.search.IndexingOperation.addNewDocuments(IndexingOperation.java:159)
    at org.eclipse.help.internal.search.IndexingOperation.execute(IndexingOperation.java:108)
    at org.eclipse.help.internal.search.LocalSearchManager.updateIndex(LocalSearchManager.java:629)
    at org.eclipse.help.internal.search.LocalSearchManager.ensureIndexUpdated(LocalSearchManager.java:603)
    at org.eclipse.help.internal.search.federated.IndexerJob.run(IndexerJob.java:35)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
----------------
Comment 1 Arthur Daussy CLA 2021-01-11 03:55:28 EST
My mistake: Using F1 and not F2
Comment 2 Eclipse Genie CLA 2021-01-11 04:28:12 EST
New Gerrit change created: https://git.eclipse.org/r/c/sirius/org.eclipse.sirius/+/174594