- This topic has 8 replies, 3 voices, and was last updated 15 years, 1 month ago by
support-joy.
-
AuthorPosts
-
I upgraded an existing MyEclipse 6 to MyEclipse 8.5. Now whenever I open an XML configuration file (faces-config.xml, for example) I get multiple java.lang.NegativeArraySizeException errors and the Design tab no longer shows anything, though I can see Source. The Flow tab with the Faces workflow diagram is corrupted but shows the nodes. What can I do about this?
May 6, 2010 at 7:34 am #308178Any suggestions for something to try to fix this? It’s really getting in my way for doing my Faces work.
May 7, 2010 at 7:42 am #308219
davemeurerMemberHello,
I’m going to place this post in the MyEclipse Installation/Upgrades forum category, and notify the appropriate support personnel to take a look at this post asap.
Kind regards,
DaveMay 8, 2010 at 11:22 am #308247I’ve narrowed the problem down at this point to the Web XML Editor and the JSF Config Editor. The XML Editor works fine.
May 10, 2010 at 2:34 am #308265
support-joyMemberarabidopsis,
Sorry to hear you are running into this issue. Can you answer few queries for me to get to the root cause?
1. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here.
2. How did you upgrade from ME 6 to ME 8.5?
3. Can you open .log file located at [your workspace dir]/.metadata/.log and copy and paste relevant issues here?
4. Can you send a sample project to support@genuitec.com which will help us replicate this issue. Please include ATTN:Joy in the subject and include the weblink for reference. This will help in quick tracingBest.
May 10, 2010 at 12:09 pm #308281I upgraded by downloading the complete 8.5 package (with Eclipse) and installing, then pointing the workspace to the old workspace. I also installed the appropriate plugins (Subclipse, CloverETL).
Steps to reproduce:
1. File->New->Web Project (to create a MyEclipse web project)
2. double-click on web.xml in WebRoot/WEB-INFZipped-up version of this project and the error log sent by email to support@genuitec.com as requested.
Installation Summary:
*** Date:
Monday, May 10, 2010 9:50:07 AM PDT** System properties:
OS=MacOSX
OS version=10.6.3
Java version=1.6.0_17*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.5
Build id: 8.5-20100319*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.5
Build id: 8.5-20100319Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Library/Genuitec/MyEclipse 8.5/myeclipse.app/Contents/MacOS/myeclipse
-name
Myeclipse
–launcher.library
/Library/Genuitec/MyEclipse 8.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so
-startup
/Library/Genuitec/MyEclipse 8.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
/Library/Genuitec/MyEclipse 8.5
-configuration
../../../configuration
-keyring
/Users/muller/.eclipse_keyring
-consoleLog
-showlocation
-vm
/System/Library/Frameworks/JavaVM.frameworkMay 11, 2010 at 12:36 am #308292
support-joyMemberarabidopsis,
Thank you for the details. Acknowledging receipt of your email.
Best.
May 17, 2010 at 4:18 pm #308442Updating the resolution, which was handled by email. The problem is a corrupt workspace issue of some kind, unspecified. The solution is to create a new workspace, copy the projects you want to use into it, then import them using New Project with the name of the project. This clears the problem.
May 18, 2010 at 12:25 am #308448
support-joyMemberThank you arabidopsis.
-
AuthorPosts