- This topic has 3 replies, 2 voices, and was last updated 13 years, 5 months ago by
support-joy.
-
AuthorPosts
-
Hi
We have being observing the below mentioned issue in 3 of our development environments. The configuration of each of these environment is as follows-
myEclispe Blue v8.6
WAS Developer v7
DB2 Developer v9.7
jdk version is > 6The same project can be used by other team members with the same machine configuration.
Attachments:
You must be logged in to view attached files.
support-joyMemberMJunctionLtd,
Sorry to hear your developers are running into this issue. Could you provide more details and answer below queries –
1. Copy and paste installation details. Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here
2. From menu options click on Help > About MyEclipse Blue Enterprise Workbench and copy and paste version-id and build-id here
3. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate issue and attach the file.
4. Have you added any 3rd party plugins? If yes, please list them here
5. Are you using any configuration management tool such as CVS / VSS , etc? If yes please list them here. It could be a case of resource file being locked by other developer.
6. What is the type of project you are working on? Could you elaborate the steps you have taken which results in the above issue? This would help me replicate the same at my end.I would recommend you try out the following –
1. Try -clean, refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
2. Incase clean doesn’t help, switch to a new workspace and import your projects into the new workspace to continue working.Let me know how this works for you.
Hi Joy
We have not been able to fix the problem. However, as per your suggestion we have taken the snapshots and attaching the same along with this reply.
Please do let us know incase you need more info on the problem scenario.Regards
Deepyaman
Attachments:
You must be logged in to view attached files.
support-joyMemberDeepyaman,
Thank you for the attachments. You have not replied all of my queries. Please reply to below mentioned queries –
4. Have you added any 3rd party plugins? If yes, please list them here
5. Are you using any configuration management tool such as CVS / VSS , etc? If yes please list them here. It could be a case of resource file being locked by other developer.
6. What is the type of project you are working on? Could you elaborate the steps you have taken which results in the above issue? This would help me replicate the same at my end.
I don’t have visual, hence I need you to dig-in and investigate what is the difference between systems where this is a non-issue to the one where the issue exists. Please provide more information about the problems you are experiencing in the IDE. Steps you have taken to replicate this issue, this would enable us replicate the same.
Based on the .log file messages I see various issues listed such as mentioned below –
!MESSAGE Unable to update index for central|http://repo1.maven.org/maven2
!STACK 0
java.io.IOException: Transfer for nexus-maven-repository-index.properties failed; Transfer error: null
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$WagonFetcher.retrieve(DefaultIndexUpdater.java:693)
at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadIndexProperties(DefaultIndexUpdater.java:493)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$100(DefaultIndexUpdater.java:74)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$IndexAdaptor.setProperties(DefaultIndexUpdater.java:780)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:954)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:138)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateRemoteIndex(NexusIndexManager.java:1060)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateIndex(NexusIndexManager.java:1013)
at org.maven.ide.eclipse.internal.index.NexusIndexManager$1.run(NexusIndexManager.java:624)
at org.maven.ide.eclipse.internal.index.IndexUpdaterJob.run(IndexUpdaterJob.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Remove the “maven-resources-plugin” from the local repository on this system and try building the project again.
!MESSAGE While loading class “org.eclipse.team.internal.ccvs.core.util.SyncFileChangeListener$1”, thread “Thread[Worker-8,5,main]” timed out waiting (5000ms) for thread “Thread[Worker-6,5,main]” to finish starting bundle “org.eclipse.team.cvs.core_3.3.200.I20090430-0408 [816]”. To avoid deadlock, thread “Thread[Worker-8,5,main]” is proceeding but “org.eclipse.team.internal.ccvs.core.util.SyncFileChangeListener$1” may not be fully initialized.
!STACK 0
org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/Genuitec/Common/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.jar” by thread “Worker-6”.
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1073)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:278)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at org.eclipse.team.internal.ccvs.core.util.SyncFileChangeListener.resourceChanged(SyncFileChangeListener.java:94)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:313)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1022)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1809)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4694)
at org.eclipse.jdt.internal.launching.LaunchingPlugin$VMChanges.doit(LaunchingPlugin.java:255)
at org.eclipse.jdt.internal.launching.LaunchingPlugin$JREUpdateJob.run(LaunchingPlugin.java:335)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
… 25 moreThis refers to syncing issues with CVS/SVN or any configuration management tool. In case you are using such a tool, delete the project. Remove the repository from MyEclipse. Create a new repository, check out the project and re-try.
java.io.UTFDataFormatException
at org.eclipse.dltk.internal.core.util.Util.writeUTF(Util.java:1430)
at org.eclipse.dltk.core.search.index.DiskIndex.writeCategoryTable(DiskIndex.java:1177)
at org.eclipse.dltk.core.search.index.DiskIndex.writeCategories(DiskIndex.java:1133)
at org.eclipse.dltk.core.search.index.DiskIndex.mergeWith(DiskIndex.java:724)
at org.eclipse.dltk.core.search.index.Index.save(Index.java:243)
at org.eclipse.dltk.core.search.indexing.core.SourceModulesRequest.run(SourceModulesRequest.java:85)
at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:77)
at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:452)
at java.lang.Thread.run(Thread.java:619)Open MyEclipse Blue IDE, from menu options click on Help > MyEclipse Configuration Center. Open Dashboard tab, un-select the checkbox preceding – “MyEclipse IE JavaScript Debugger (Windows Only)”. Click on [Apply 1 change] button under “Pending Changes” and follow the wizard. When prompted, please choose to restart the IDE.
-
AuthorPosts