Bug 540512
Summary: | Eclipse with Java EE plugin doesn't allow Dynamic Web Module version 2.5 (nullpointerexception) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tim Peters <mail> |
Component: | eclipse | Assignee: | Andrew Overholt <overholt> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | akurtako, oliver, overholt |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-11-23 20:53:04 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tim Peters
2009-11-23 14:56:14 UTC
I wonder if "installing Dynamic Web Module 2.5" means "try to copy files to a read-only location as a non-root user. it think it means that it cannot find the 2.5 libraries We'll have to try to figure out what it's trying to do. Where is it expecting to get said libraries? Where is it trying to put said libraries? it's not copying anything, as far as i can tell, it adds the said libraries to the class path (.classpath), and sets the version number in: .settings/org.eclipse.wst.common.project.facet.core.xml (in the project) i don't know how eclipse uses it with compiling, and where it tried to get it's libraries from. i DO know that it works in the version downloaded from the eclipse website. It would help to track this down if you tried the following: $ mv ~/.eclipse{,.bak20091123} $ su - # tar zxf <upstream tarball> /usr/local # exit $ /usr/local/eclipse/eclipse -data /tmp/testWorkspace Then try installing WTP just like you did with the RPM-installed version. Does it fail in the same manner? Does it work? Thanks. i tried what you said, and i'm getting the same error using the upstream version, with java EE installed seperately. Okay, good. (Well, not good for you, Tim, but good that it's not something we've broken in the RPMs :). At this point, it'd be best to file a bug with WTP saying something to the effect of "dynamic web project doesn't work with read-only installation". haha, ok. i'll file a bug there then i installed 'JST Web UI' and 'JST Server UI' that seemed to have fixed the problem. |