Here is my logs. For the indexing for Hours 12 to 20 hrs, and preparing library over night 8hrs.
3288.Archive.zip
David,
The logs don't have enough debugging information for us to determine what is happening. It doesn't appear that it has crashed, so I'd just be patient and see if it finishes indexing.
If you haven't already, please check your Library/Application Support/Logos4/Logging/nlog.config in your home directory. It should have the following lines in it. If it doesn't just copy and replace the contents with the following lines.
What I wouldn't do is stop the indexer at this point, as you'll have to start over again from the beginning.
</code></p> <p><code> <p><nlog xmlns="<a target="_blank" href="http://www.nlog-project.org/schemas/NLog.xsd">http://www.nlog-project.org/schemas/NLog.xsd</a>" xmlns:xsi="<a target="_blank" href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" ></p> <p><targets></p> <p> <target name="console" xsi:type="Console" error="true" layout="${date} | ${level:uppercase=true:padding=5} | ${threadid} | ${logger:padding=15} | ${message} "/></p> <p></targets></p> <p><rules></p> <p> <logger name="DataTypeManager" minlevel="Warn" writeTo="console" final="true"/></p> <p> <logger name="StandardDataType" minlevel="Warn" writeTo="console" final="true"/></p> <p> <logger name="TiledFrame*" minlevel="Warn" writeTo="console" final="true"/></p> <p> <logger name="*" minlevel="Debug" writeTo="console"/></p> <p></rules></p> <p></nlog></p> <p> </p>
How do I open the nlog.config file.
It wants me to choose an application.
Choose Text Edit Application. That will probably open it.
Or, if people are interested in a more powerful free plain text editor for the Mac, check out TextWrangler: http://www.barebones.com/products/textwrangler/
I copied and pasted the code into the nlog.config and still stuck in preparing library and stuck on Stage 1 of 3 indexing.
7140.Archive.zip
I copied and pasted the code into the nlog.config and still stuck in preparing library and stuck on Stage 1 of 3 indexin
You wouldn't happen to have Libronix for Mac 1.2.2 installed would you?
If you open it, go to Preferences (Cmd-,) and click on Resource Paths.
Make sure you dont' have "/" or "/Library" or something similar listed. Libronix 1.2.2 doesn't traverse down into all the sub-folders in the resource paths, but Logos 4 does. So if you have say, "/" in your resource path, you will end up scanning your whole drive. Unfortunately for us, Mac uses symbolic links (or aliases) which cause a cycle in the folder structure when you get down into /Library/Java or /Library/Frameworks, so you get what you are seeing, resource discovery that never stops. If you do have these, select them and click "Remove"
Then "cmd+shift" click on the indexer icon and cancel all. Then restart Logos 4.
If you have questions about which resource paths you should eliminate, attach your /Users/<your_user_id>/Library/Preferences/com.libronix.LibronixDLS.plist to this thread and I'll point out the bad ones.
Tom
Living and learning - bit surprised by number of links within /Library - perhaps Logos 4 could filter paths for resource search:
$ ls -lR /Library | grep -v "^l" | less
grep -v "^l" removes lines that begin with lower case L (for link)
Keep Smiling [:)]
1440.com.libronix.LibronixDLS.plist.zip
Tom for the Quick Reply:
Yes I have logos Mac 1.22 loaded and it RUNS fast !!