For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 16 years, 5 months ago by
Loyal Water.
-
AuthorPosts
-
Lloyd H. MeinholzMemberI have installed MyEclipse 7.1.1 on ubuntu 8.10. I have been having problems with the IDE and the subversive plugin. After I have installed the subversive plugin, I get the following error on restarting MyEclipse:
An internal error occurred during: “Updating indexes”.
java.lang.NullPointerExceptionIn the .metadata/.log file I get about 900 lines of error messages. Here are the clips that seem to be interesting:
!SESSION 2009-04-21 09:27:53.276 ———————————————–
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -clean!ENTRY org.eclipse.equinox.p2.core 4 0 2009-04-21 09:28:01.497
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: Unable to read repository at file:/home/meinholz/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/418/data/listener_1925729951/.
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)…
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-04-21 09:28:01.498
!MESSAGE Unable to read repository at file:/home/meinholz/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/418/data/listener_1925729951/.
!STACK 0
java.io.FileNotFoundException: /home/meinholz/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/418/data/listener_1925729951/artifacts.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)…
!ENTRY org.eclipse.core.resources 4 2 2009-04-21 09:28:24.859
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.resources”.
!STACK 0
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Unknown Source)
at java.util.Properties.load(Unknown Source)
at org.eclipse.core.internal.net.proxy.unix.UnixProxyProvider.getEnv(UnixProxyProvider.java:162)I also notice that something is modifying my jdbc.properties file that is checked into svn by \-escaping the :. This is pretty scary. The jdbc connection string in my properties file becomes:
jdbc\:oracle\:thin\:@localhost\:1521\:xe
instead of:
jdbc:oracle:thin:@localhost:1521:xe
This file is in my src directory.
Thanks,
Lloyd
April 21, 2009 at 1:03 pm #297756
Loyal WaterMemberLloyd,
There are some known compatibility issue between MyEclipse and UBuntu 8.10:-
http://www.myeclipseide.com/documentation/overview/technical/ubuntu.htmlWe are working on fixing these for the 7.5 release. Sorry for the inconvenience.
April 21, 2009 at 1:54 pm #297760
Lloyd H. MeinholzMemberThat’s odd. The web browser works in MyEclipse 7.1.1 and Ubuntu 8.10. The visual designers don’t, but I’ve had problems with those since MyEclipse 5.x days (or whenever was just before pulse was introduced).
The problem I am having is with subversive though should not have anything to do with the browser or xul.
Does MyEclipse completely work with any Linux distribution and if so which ones?
I understand that Windows is a bigger market, but I hope that things can someday soon work well on Linux as well.
Lloyd
April 22, 2009 at 1:57 pm #297789
Loyal WaterMemberLloyd,
We are moving to XUL Runner 1.9 in MyEclipse 7.5 and that should fix the visual designer issue and the other issues our ubuntu 8.10 users are running into.April 22, 2009 at 2:05 pm #297793
Lloyd H. MeinholzMemberIs there a published timeline for MyEclipse 7.5, even a ballpark (am I talking 1 month or 6 months or a year)? Thanks,
Lloyd
April 24, 2009 at 10:59 am #297856
Loyal WaterMemberLloyd,
7.5 is scheduled for a May-June release. -
AuthorPosts