- This topic has 5 replies, 4 voices, and was last updated 10 years, 10 months ago by support-pradeep.
-
AuthorPosts
-
snircoMemberHello
when I start my eclipse I got a popup “Multi problem have occured”
With exeption: java.lang.NegativeArraySizeExeption
snircoMemberError Log
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 x86This is a continuation of log file F:\dev\projects\workspace\.metadata\.bak_2.log
Created Time: 2010-05-04 13:09:15.015Error
Tue May 04 13:31:10 PKT 2010
An internal error occurred during: “JBoss Tools Model Update”.java.lang.NegativeArraySizeException
at org.jboss.tools.common.util.FileUtil.isTextFile(FileUtil.java:142)
at org.jboss.tools.common.model.util.XModelObjectLoaderUtil.isTextFile(XModelObjectLoaderUtil.java:733)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.getEntityProperties(FolderImpl.java:206)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.updateNew(FolderImpl.java:622)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.update(FolderImpl.java:348)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.updateLoaded(FolderImpl.java:496)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.update(FolderImpl.java:345)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.updateLoaded(FolderImpl.java:496)
at org.jboss.tools.common.model.filesystems.impl.FolderImpl.update(FolderImpl.java:345)
at org.jboss.tools.common.model.filesystems.impl.FileSystemFolderLoader.update(FileSystemFolderLoader.java:28)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsLoader.update(FileSystemsLoader.java:66)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.doUpdate(FileSystemsImpl.java:280)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl.access$4(FileSystemsImpl.java:274)
at org.jboss.tools.common.model.filesystems.impl.FileSystemsImpl$UpdateRunnable.run(FileSystemsImpl.java:267)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:160)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
snircoMemberI have removed all myEclipse contant and instaled it again
support-joyMembersnirco,
Sorry to hear you are running into this issue. Can you answer few queries for me to get to the root cause?
1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details.
2. Can you list out the exact steps that resulted in the said issue?
3. Are you all set after re-install?
tylutkiMemberI have the same exact issue, but with .properties files too. Uninstalling and reinstalling MyEclipse every time this happens would be so cumbersome I’d probably recommend to my organization to drop MyEclipse completely. Regenerating the entire workspace is also cumbersome given how many projects I work on. That said, this problem for me seems localized to one project in my workspace. (The others are fine.) So going to just remove the one project and re add it to see if it helps first. Adding this here so that others don’t reinstall or rebuild their entire workspace when just one project’s metadata may be bad.
support-pradeepMembertylutki,
Sorry that you are seeing this issue.
Can you please answer some more queries to help us investigate further :
1) Please share your MyEclipse installation details from MyEclipse > Installation summary > Installation details ?
I have the same exact issue, but with .properties files too.
2) Can you please mention the exact steps to help us replicate the issue at our end ?
3) Can you please strip the project of its source code and send us all the .* files (.class,.settings etc) of the project to help us investigate further ?
4) Please attach the <workspace dir>/.metadata/.log file to help us investigate further.
-
AuthorPosts