For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 16 years, 2 months ago by
support-joy.
-
AuthorPosts
-
Michael LasevichMemberI did an update (my first mistake) using Pulse (my second mistake) and installed Groovy support. Now MyEclipse is once again dead as a doorknob.
Trying to start the myeclipse results in NOTHING and “exit code 13” if I check the shell return code.
Tracing the system calls did not return anything of meaning to me – looks like it is looking for gekko runtime from somewhere and not finding it, but I can’t imaging this an issue (especially given that nothing really changed there)
Was running MyEclipse 8.5 on Ubuntu 10.04 64bit
HELP!!!!
Please tell me I do not have to waste yet another day reinstalling and and reconfiguring MyEclipse!!!Here are the last few lines of the trace:
stat("/home/michael/Apps/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013/bin/java", {st_mode=S_IFREG|0644, st_size=50810, ...}) = 0 stat("/home/michael/Apps/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013/bin/java", {st_mode=S_IFREG|0644, st_size=50810, ...}) = 0 getcwd("/home/michael/Apps/Genuitec/MyEclipse 8.5", 2000) = 42 stat("/home/michael/Apps/Genuitec/MyEclipse 8.5/../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar", {st_mode=S_IFREG|0644, st_size=44817, ...}) = 0 stat("/home/michael/Apps/Genuitec/MyEclipse 8.5/../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar", {st_mode=S_IFREG|0644, st_size=44817, ...}) = 0 shmget(0x9e7, 16384, IPC_CREAT|0666) = 1343520 stat("/etc/gre64.conf", 0x7fff71005e50) = -1 ENOENT (No such file or directory) stat("/etc/gre.d/gre64.conf", 0x7fff71005e50) = -1 ENOENT (No such file or directory) stat("/etc/gre.conf", 0x7fff71005e50) = -1 ENOENT (No such file or directory) stat("/etc/gre.d/gre.conf", 0x7fff71005e50) = -1 ENOENT (No such file or directory) open("/usr/lib64/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 getdents(3, /* 798 entries */, 32768) = 32736 getdents(3, /* 795 entries */, 32768) = 32760 stat("/usr/lib64/firefox-3.6.3/components/libwidget_gtk2.so", 0x7fff71005480) = -1 ENOENT (No such file or directory) getdents(3, /* 415 entries */, 32768) = 17184 getdents(3, /* 0 entries */, 32768) = 0 close(3) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f0c8d97a9d0) = 2536 wait4(2536, [{WIFEXITED(s) && WEXITSTATUS(s) == 13}], 0, NULL) = 2536 --- SIGCHLD (Child exited) @ 0 (0) --- shmat(1343520, 0, 0) = ? shmdt(0x7f0c8d987000) = 0 shmctl(1343520, IPC_RMID, 0) = 0 munmap(0x7f0c8cecc000, 1109736) = 0 exit_group(13) = ?June 3, 2010 at 2:52 pm #308824
Michael LasevichMemberNevermind.
Looks like someone is sleeping soundly at MyEclipse QA department.
Short of it — the JDK was updated and they forgot to set java to be executable. *sigh*
-M
June 4, 2010 at 12:51 am #308834
support-joyMembermlasevich,
Are you all set? I am sorry we couldn’t reproduce this issue at our end. Can you list out the steps in detail which will help us investigate this further?
Sorry for the inconvenience.
-
AuthorPosts
