Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316235 - [releng] error reading toc org.eclipse.mylyn.wikitext.help.sdk/toc-reference.xml
Summary: [releng] error reading toc org.eclipse.mylyn.wikitext.help.sdk/toc-reference.xml
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.3.1   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 318750 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-09 00:05 EDT by Steffen Pingel CLA
Modified: 2011-01-06 10:01 EST (History)
3 users (show)

See Also:


Attachments
fix (39.84 KB, patch)
2010-06-22 12:53 EDT, Steffen Pingel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2010-06-09 00:05:39 EDT
What steps will reproduce the problem?
1. Install Mylyn SDK
2. Open Help

It seems that the file is missing from the plug-in:

$ unzip -l eclipse/plugins/org.eclipse.mylyn.wikitext.help.sdk_1.3.0.v20100608-0100-e3x.jar 
Archive:  eclipse/plugins/org.eclipse.mylyn.wikitext.help.sdk_1.3.0.v20100608-0100-e3x.jar
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2010-06-08 23:32   META-INF/
      423  2010-06-08 23:32   META-INF/MANIFEST.MF
        0  2010-06-08 23:32   styles/
     1309  2010-06-08 23:32   about.html
      644  2010-06-08 23:32   plugin.properties
      724  2010-06-08 23:32   plugin.xml
       95  2010-06-08 23:32   styles/book.css
       42  2010-06-08 23:32   styles/schema.css
      554  2010-06-08 23:32   toc.xml
---------                     -------
     3791                     9 files


-- Error Details --
Date: Tue Jun 08 20:59:28 PDT 2010
Message: Error reading help table of contents file /"org.eclipse.mylyn.wikitext.help.sdk/toc-reference.xml" (skipping file)
Severity: Error
Product: Eclipse SDK 3.5.2.v201002111343 (org.eclipse.sdk.ide)
Plugin: org.eclipse.help
Session Data:
eclipse.buildId=M20100211-1343
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_CA
Command-line arguments:  -os linux -ws gtk -arch x86_64 -data ws


Exception Stack Trace:
java.io.FileNotFoundException
at org.eclipse.help.internal.toc.TocFileParser.parse(TocFileParser.java:45)
at org.eclipse.help.internal.toc.TocFileProvider.getTocContributions(TocFileProvider.java:45)
at org.eclipse.help.internal.toc.TocManager.getAndCacheTocContributions(TocManager.java:205)
at org.eclipse.help.internal.toc.TocManager.getTocContributionsForToc(TocManager.java:194)
at org.eclipse.help.internal.toc.TocManager.getRootTocContributions(TocManager.java:298)
at org.eclipse.help.internal.toc.TocManager.getTocs(TocManager.java:67)
at org.eclipse.help.internal.toc.TocManager.getTopic(TocManager.java:118)
at org.eclipse.help.internal.toc.TocManager.getTopicPath(TocManager.java:133)
at org.eclipse.help.internal.webapp.data.UrlUtil.getTopicPath(UrlUtil.java:179)
at org.eclipse.help.internal.webapp.servlet.BreadcrumbsFilter.filter(BreadcrumbsFilter.java:74)
at org.eclipse.help.internal.webapp.servlet.EclipseConnector.transfer(EclipseConnector.java:165)
at org.eclipse.help.internal.webapp.servlet.ContentServlet.doGet(ContentServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
Comment 1 Steffen Pingel CLA 2010-06-22 12:53:01 EDT
Created attachment 172437 [details]
fix
Comment 2 Steffen Pingel CLA 2010-06-22 12:54:50 EDT
Looks like updating of copyright headers had unintended side effects that corrupted the build-helper.xml. Fixed in head and e_3_6_m_3_4_x branch.
Comment 3 Steffen Pingel CLA 2010-07-03 13:21:11 EDT
*** Bug 318750 has been marked as a duplicate of this bug. ***