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)

0
3 comments
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

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.

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(CreateEnt
ryChange.java:11)
at
com.intellij.history.core.changes.CreateFileChange.doApplyTo(CreateFil
eChange.java:2)
at
com.intellij.history.core.changes.StructuralChange.applyTo(StructuralC
hange.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(ThreadSafeLoca
lVcs.java:10)
at
com.intellij.history.integration.CacheUpdaterProcessor.processFile(Cac
heUpdaterProcessor.java:10)
at
com.intellij.history.integration.Updater.processFile(Updater.java:15)
at
com.intellij.history.integration.LocalHistoryService$CacheUpdaterAdapt
or.processFile(LocalHistoryService.java:2)
at
com.intellij.ide.startup.FileSystemSynchronizer.updateFiles(FileSystem
Synchronizer.java:191)
at
com.intellij.ide.startup.FileSystemSynchronizer.execute(FileSystemSync
hronizer.java:72)
at
com.intellij.ide.startup.impl.StartupManagerImpl$1.run(StartupManagerI
mpl.java:5)
at
com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(Ap
plicationImpl.java:43)
at
com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(
StartupManagerImpl.java:46)
at
com.intellij.openapi.project.impl.ProjectManagerImpl$3.run(ProjectMana
gerImpl.java:3)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressM
anagerImpl.java:6)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessU
nderProgress(ProgressManagerImpl.java:28)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(Prog
ressManagerImpl.java:57)
at
com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(Applicat
ionImpl.java:9)
at
com.intellij.openapi.application.impl.ApplicationImpl$5.run(Applicatio
nImpl.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(ThreadPoolExecu
tor.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(Applicat
ionImpl.java:6)

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

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).

0

Please sign in to leave a comment.