Rare Console Messages

One user I look after has an enormous number of this line item in the console:

"error evaluating Type 4 function: typecheck."

We use Adobe Creative Suite 2. A quick search via Yahoo found 2 other people posted this error but no answers as to why it happens. Best lead is currently at:

http://www.cocoabuilder.com/archive/message/cocoa/2006/3/6/158110

Comments

We have another mysterious error dialog:

"The data source references one or more unsupported files. The files cannot be previewed or merged."

These are .ai illustrator files that we are trying to merge. Certainly they must be supported, even InDesign Magazine uses .ai files in their data merge example!

Tried to start VersionCue to try it out.
System Preferences says no, and the dialog prompts me to check the log, but doesn't say where. However Console consoles me with this:
"VersionCueCS2Daemon not started by mach_init process

I have ticked the tickbox to start VersionCue at startup, we'll see if that fixes the problem.

I've cleaned Caches, tried from another user, made sure Version Cue CS1 isn't loading.

Still nothing.

Finally found and checked its log. Now I have the exact time it stopped working, but not why.

<br /> 2006-09-06 14:29:50,011 [main] OFF com.adobe.versioncue.boot - ### Starting Version Cue® CS2...<br /> 2006-09-06 14:29:51,789 [main] OFF com.adobe.versioncue.persistence - Server shutting down due to database error...<br /> java.lang.IllegalStateException: Unable to start database.<br /> at com.adobe.versioncue.internal.persistence.databases.mysql.Database.start(Database.java:156)<br /> at com.adobe.versioncue.persistence.PersistenceComponent.startup(PersistenceComponent.java:407)<br /> at com.adobe.versioncue.internal.boot.ComponentAdapter.start(ComponentAdapter.java:55)<br /> at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)<br /> at java.security.AccessController.doPrivileged(Native Method)<br /> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)<br /> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)<br /> at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)<br /> at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)<br /> at com.adobe.versioncue.internal.boot.ApplicationAdapter.getApplication(ApplicationAdapter.java:274)<br /> at com.adobe.versioncue.internal.boot.ApplicationAdapter.run(ApplicationAdapter.java:196)<br /> at com.adobe.versioncue.internal.boot.ApplicationAdapter.run(ApplicationAdapter.java:90)<br /> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)<br /> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)<br /> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br /> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br /> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br /> at java.lang.reflect.Method.invoke(Method.java:585)<br /> at org.eclipse.core.launcher.Main.basicRun(Main.java:185)<br /> at org.eclipse.core.launcher.Main.run(Main.java:704)<br /> at org.eclipse.core.launcher.Main.main(Main.java:688)<br /> at com.adobe.versioncue.launcher.VCMain.run(Unknown Source)<br /> at com.adobe.versioncue.launcher.VCMain.main(Unknown Source)