Bug#576106: eclipse: Eclipse help and welcome screens don't work
Russ Allbery
rra at debian.org
Wed Mar 31 22:25:30 UTC 2010
Package: eclipse
Version: 3.5.2-2
Severity: normal
I suspect you folks already know about this, but I didn't see a bug, so
just in case: with the current Eclipse version in unstable, the help
and welcome screens (below the top level) don't work. There are two
problems: first, when it launches the embedded web browser, it tries
to connect to 127.0.0.1, but Jetty is listening only on ::1 via IPv6.
Setting sys.net.ipv6.bindv6only to 0 fixes that.
Second, once that's fixed, the JSP pages won't compile. I get the
following in the pop-up window that's supposed to show the help or
specific welcome screen (truncated to what I think are the interesting
bits):
HTTP ERROR 500
Problem accessing /help/index.jsp. Reason:
Unable to compile class for JSP:
An error occurred at line: 3 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:3: package javax.servlet does not exist
[javac] import javax.servlet.*;
[javac] ^
An error occurred at line: 4 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:4: package javax.servlet.http does not exist
[javac] import javax.servlet.http.*;
[javac] ^
An error occurred at line: 5 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:5: package javax.servlet.jsp does not exist
[javac] import javax.servlet.jsp.*;
[javac] ^
An error occurred at line: 6 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:6: package org.eclipse.help.internal.webapp.data does not exist
[javac] import org.eclipse.help.internal.webapp.data.*;
[javac] ^
An error occurred at line: 8 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:8: package org.apache.jasper.runtime does not exist
[javac] public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
[javac] ^
An error occurred at line: 9 in the generated java file
[javac] /home/eagle/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/54/data/jettywork/pid_2070971114/proxytemp/hc_1966953839/org/apache/jsp/index_jsp.java:9: package org.apache.jasper.runtime does not exist
[javac] implements org.apache.jasper.runtime.JspSourceDependent {
[javac] ^
[...]
Missing dependency of some kind, maybe?
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages eclipse depends on:
ii eclipse-jdt 3.5.2-2 Eclipse Java Development Tools (JD
ii eclipse-pde 3.5.2-2 Eclipse Plug-in Development Enviro
eclipse recommends no packages.
eclipse suggests no packages.
-- no debconf information
More information about the pkg-java-maintainers
mailing list