For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 17 years, 1 month ago by
Loyal Water.
-
AuthorPosts
-
nullptr311MemberI hope someone may be able to suggest a solution to my problem. Whenever I try to re-import or remove user libraries from my project my eclipse locks up and I have to reboot.
The only solution I have found that works is to remove one library at a time by right clicking project->buildpath->configure build path-> libraries tab -> add library->user library->user libraries button->select one old user lib and hit remove button->hit ok ->hit cancel->hit ok —-then do the whole process over again for all of the libraries. If i try to select all the libraries at once and hit remove it locks up forever apparently trying to build, if I try to just hit import libraries and overwrite existing ones it locks up as well. Please someone tell me this isnt the only way?!?
July 21, 2009 at 12:39 am #300635
support-shaliniMembernullptr31,
I could not replicate this at my end. Can you give more information on this.
1. Can you copy and paste your installation details. You can get them from MyEclipse > Installation Summary > Installation Details.
2. Are there any errors logged in the log file located at workspace dir > .metadata > .log?July 21, 2009 at 7:44 am #300649
nullptr311MemberHi Shalini,
Thanks for responding. My whole team is actually having this issue and there are 4 of us. After it hangs I have to end the task in the task manager and there are no errors in the log at that point. Upon restart here is a log file snippet:
SESSION 2009-07-21 08:37:28.194 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86…. lots of org.maven.ide.eclipse.messages (even though we are not using maven)
!ENTRY org.eclipse.jst.jsp.core 4 4 2009-07-21 08:37:41.350
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes.Here are the installation details:
*** Date:
Tuesday, July 21, 2009 8:38:41 AM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-exitdata
464_40
-configuration
configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin\javaw.exeThanks for looking into this, this has majorly affected our productivity. Almost as bad as that javascript nature stuff that was getting into the .project file and slowing the whole app down.
July 23, 2009 at 8:34 am #300734
nullptr311MemberIt appears that this issue was due to how we were trying to configure our projects. We had multiple versions off the same project and all were trying to use the same user libraries with the same workspace. The user libraries needed to be changed in each project to point to the lib folder within that project, but that wasnt possible because user llibraries are per workspace setting not per project. So everytime we changed the user lib for the new project it would also change the other projects references.
We solved this by making a different workspace for each project and then making user libraries per workspace.
July 23, 2009 at 2:59 pm #300742
Loyal WaterMemberWe solved this by making a different workspace for each project and then making user libraries per workspace.
Glad to know you resolved the issue. Thanks for letting us know.
-
AuthorPosts
