Strange error in start up log
I am getting the following strange error in my startup log. I have just moved from a windows environment to a mac, and it appears that the FileSystemSynchronizer is picking up a path that no longer exists (note the c:/bilco/logs' at the end of the path). It must be a setting that came over from my windows environment, but I can not find what file or preference it is in.
Anyone have any ideas?
Thanks,
Eric
2007-12-11 14:01:32,322 ERROR - startup.FileSystemSynchronizer -
java.lang.RuntimeException: entry '/Users/eb/Work/Bilco/Projects/Main/projects/coolapp/c:/sesco/logs' not found
at com.intellij.history.core.tree.Entry.getEntry(Entry.java:35)
at com.intellij.history.core.changes.CreateEntryChange.addEntry(CreateEntryChange.java:11)
at com.intellij.history.core.changes.CreateFileChange.doApplyTo(CreateFileChange.java:2)
at com.intellij.history.core.changes.StructuralChange.applyTo(StructuralChange.java:13)
at com.intellij.history.core.LocalVcs.a(LocalVcs.java:88)
at com.intellij.history.core.LocalVcs.a(LocalVcs.java:68)
at com.intellij.history.core.LocalVcs.createFile(LocalVcs.java:72)
at com.intellij.history.core.ThreadSafeLocalVcs.createFile(ThreadSafeLocalVcs.java:10)
at com.intellij.history.integration.CacheUpdaterProcessor.processFile(CacheUpdaterProcessor.java:10)
at com.intellij.history.integration.Updater.processFile(Updater.java:15)
at com.intellij.history.integration.LocalHistoryService$CacheUpdaterAdaptor.processFile(LocalHistoryService.java:2)
at com.intellij.ide.startup.FileSystemSynchronizer.updateFiles(FileSystemSynchronizer.java:191)
at com.intellij.ide.startup.FileSystemSynchronizer.execute(FileSystemSynchronizer.java:72)
at com.intellij.ide.startup.impl.StartupManagerImpl$1.run(StartupManagerImpl.java:5)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:43)
at com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(StartupManagerImpl.java:46)
at com.intellij.openapi.project.impl.ProjectManagerImpl$3.run(ProjectManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:6)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:28)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:57)
at com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(ApplicationImpl.java:9)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:5)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:613)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:6)
Please sign in to leave a comment.
according to
com.intellij.history.core.LocalVcs.a(LocalVcs.java:88)
could it come from my local history ?
I think it is stored in $USER_HOME$/.IntelliJIdea70/system/vcs
edit : when looking at my own vcs folder, the files named names.store contain absolute path, so it may well be this
Message was edited by:
Thibaut
Hello Eric,
You shouldn't keep your IntelliJ IDEA system directories when switching between
different OS environments. Just delete everything under the IntelliJ IDEA
system directory.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I don't think I did keep the system directories. Is that demonstrated in the info below? On the pc, the system and config directories are both under ]]>/.Intelli..70. On the mac, I found the config stuff in ~/Library/Preferences/IntelliJIDEA70 and the system stuff was put in ~/Library/Caches/IntelliJIDEA70. So, I copied the directory in Preferences to a different name, created a new directory IntelliJIDEA70 inside of preferences and copied my config directories from the PC over to the mac. I do not think I ever copied any files into the Caches intellij directory (just allowed stuff in their to be rebuilt as I rebuilt each of my projects).