cancel
Showing results for 
Search instead for 
Did you mean: 

Symbol not found __cg_jpeg_resync_to_restart, Leopard 10.5.8

johandouma
Champ in-the-making
Champ in-the-making
Hi All,

I get an error when launching Alfresco for the first time. It looks like Tomcat doesn't launch, but I then get an error for soffice.bin. Are they related?
Leopard 10.5.8. Latest JVM installed.

I've tried searches, but couldn't find anything handy. It looks like it's a case issue and the system uses apple's libJPEG.dylib?

Terminal:
PID file (/Applications/alfresco-3.4.a/tomcat/temp/catalina.pid) found. Is Tomcat still running? Start aborted.
/Applications/alfresco-3.4.a/tomcat/scripts/ctl.sh : tomcat could not be started

Error on screen:
The application soffice.bin quit unexpectedly.
Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework/ImageIO.framework/Versions/A/ImageIO
Expected in: /Applications/alfresco-3.4.a/common/lib/libJPEG.dylib

I tried installing it on 2 computers, both updated Leopards, and had this same issue. I'm not sure what to do now. I hope someone has had this before?

Thank you,
Johan
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
Hmm… odd one. I don't think we've got anyone here still running 10.5 to test. What's the output of "java -version"?

Thanks,
Mike

cvgaviao
Champ in-the-making
Champ in-the-making
Hi, this is my first contact with Alfresco and I'm getting this problem too.
I'm using MacOsX 10.6.4. Here is the diagnostic log:

Process:         soffice.bin [2285]
Path:            /Applications/alfresco-3.4.a/openoffice/Contents/MacOS/soffice.bin
Identifier:      soffice.bin
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  java [2275]

Date/Time:       2010-10-03 09:11:34.773 -0300
OS Version:      Mac OS X 10.6.4 (10F569)
Report Version:  6

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  Expected in: /Applications/alfresco-3.4.a/common/lib/libJPEG.dylib
in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
And here is the java -version:
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)

kraemer
Champ in-the-making
Champ in-the-making
Hi,
some symbolic links seem to be incorrect. Solution below works for me on
Systemversion:   Mac OS X 10.6.4 (10F569)
Kernel-Version:   Darwin 10.4.0

delete the symlinks "libpng.dylib" and "libjpeg.dylib" in "<installation directory>/common/lib"

Create new symlinks to the right libs.

ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPNG.dylib <your installation directory>/common/lib/libPNG.dylib

ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib <your installation directory>/common/lib/libJPEG.dylib

Regards
Axel

cvgaviao
Champ in-the-making
Champ in-the-making
@Axel

Hi, your solution works for me too…

thanks for your help.  :wink:

cheers, Cristiano

cfox
Champ in-the-making
Champ in-the-making
Looks like the source of the problem is in the installer file:
alfresco-osx-building-on-windows-patch.xml
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.