Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » .lazy file - no such file or directory
.lazy file - no such file or directory [message #1738508] Wed, 20 July 2016 13:09
Shambhu Sharma is currently offline Shambhu SharmaFriend
Messages: 1
Registered: July 2016
Junior Member
Hi,

I am new to eclipse configuration. Earlier, my builds were working fine when my home directory was local to machine. But recently I migrated my home directory to a shared drive/ filer and now I am getting error related to .lazy file (no such file or directory). But when I check the directory, a newer version of .lazy file present i.e. build fails with error .lazy.1033 and in the directory .lazy.1060 is present. Please suggest me any configuration changes which I need to do in my eclipse setting to get this issue fixed.

Here is a snapshot of error log in my <home>/.eclipse/org.eclipse.platform_4.2.0_1034479724/configuration/1469017435180.log file

!ENTRY org.eclipse.osgi 4 0 2016-07-20 17:53:56.262
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle org.eclipse.osgi.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:225)
at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:656)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:274)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: java.lang.RuntimeException: /<home>/.eclipse/org.eclipse.platform_4.2.0_1034479724/configuration/org.eclipse.osgi/.lazy.1033 (No such file or directory)
at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.loadLazyData(BundleDescriptionImpl.java:665)
at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getExportPackages(BundleDescriptionImpl.java:160)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.setFrameworkVersion(PackageAdminImpl.java:706)
at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.setResolvedBundles(PackageAdminImpl.java:656)
at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:67)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
... 13 more
Previous Topic:Eclipse For Development Android
Next Topic:Error in final launch sequence
Goto Forum:
  


Current Time: Fri Apr 26 12:16:57 GMT 2024

Powered by FUDForum. Page generated in 0.08311 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top