Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Installation on MacOS X.4.10 problem

Hi all,
I am just new to talend, but no to ETLs. I'd love to discover what talent is about, but while trying to install it on my macbookpro, I am having problems to run it, either with production or 2.2.0RC1. Basically, it does not start at all the app if clicking on the .app icon.
If I try to start form startup.jar though, I have these errors:
EXC_BAD_ACCESS (0x0001)
KERN_INVALID_ADDRESS (0x0001) at 0x72476164
Thread 1 Crashed:
0 CGClipStackCreateMutableCopy + 223
1 maybeCopyClipState + 68
2 CGGStateClipToPath + 278
3 doClip + 128
4 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 655
5 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char) + 1276
6 HIView: 0683p000009MACJ.pngrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 601
7 HIView: 0683p000009MACJ.pngraw(short, OpaqueGrafPtr*, unsigned long) + 75
8 HIView::Render(unsigned long, CGContext*) + 45
9 _ShowHideWindows + 504

Then if I restart it:
EXC_BAD_ACCESS (0x0001)
KERN_PROTECTION_FAILURE (0x0002) at 0x00000008
Thread 2 Crashed:
0 JVM_RaiseSignal + 550198
1 JVM_RaiseSignal + 546893
2 JVM_RaiseSignal + 694452
3 JVM_RaiseSignal + 696064
4 JVM_RaiseSignal + 336508
5 JVM_GetLastErrorString + 9863
6 JNI_CreateJavaVM_Impl + 53236
7 JNI_CreateJavaVM_Impl + 53061
8 JNI_CreateJavaVM_Impl + 52845
9 _pthread_body + 84
Or sometimes I got the registration window but I can't write in it...
My Java version is:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Many thanks for your help in this.
Remy
Labels (2)
13 Replies
_AnonymousUser
Specialist III
Specialist III

java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
chmod +x TOS-All-r6191-V2.2.0GA/TalendOpenStudio-macosx-carbon.app/Contents/MacOS/TalendOpenStudio-macosx-carbon
and its good ...
Anonymous
Not applicable
Author

Works... many thanks!
_AnonymousUser
Specialist III
Specialist III

I had the same problem with Leopard, Mac OS X 10.5.1 and this fix worked, many thanks.
_AnonymousUser
Specialist III
Specialist III

Hi Ross,
did you have issues with fonts smaller or bigger than on windows ?
_AnonymousUser
Specialist III
Specialist III

Had the same problem under Leopard. Thanks for the fix; works flawlessly!
_AnonymousUser
Specialist III
Specialist III

I found a way to run TalenD 3.1 on the os X 10.5 in case the proposed fix given in the previous post does not solve the issue (as it was my case 0683p000009MA9p.png.
After setting the execution right on the proper file as mentionned in previous post, open a terminal window and do the following command:
//provided you are in the TOS-All-r24830-V3.1.1 directory
open TalendOpenStudio-macosx-carbon.app/Contents/MacOS/TalendOpenStudio-macosx-carbon
it just launch the studio. I had no time to identify the origin of the problem, but it works.
alternatively, you can create a short shell file, in which you will include that command line to launch the app in a more pleasant and convenient way.

Phil.
_AnonymousUser
Specialist III
Specialist III

Thanks Philippe! I was not able to get the chmod fix to work either on 10.5.7 but your "open" solution did the trick!
_AnonymousUser
Specialist III
Specialist III

With OS X 10.6.1 starting TOS-All-r29643-V3.2.0RC1 with the open-command works fine as well. Thank you.
Still, being able to double click on a nice icon would be a little smoother 😉
_AnonymousUser
Specialist III
Specialist III

When opening a projekt with 10.6.1, unfortunately, the TOS throws the following error:
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.widgets.Display.error(Display.java:1126)
at org.eclipse.swt.widgets.Display.checkDevice(Display.java:627)
at org.eclipse.swt.graphics.Device.getDPI(Device.java:370)
at org.eclipse.swt.graphics.Font.init(Font.java:398)
at org.eclipse.swt.graphics.Font.<init>(Font.java:171)
at org.talend.designer.core.ui.preferences.PreferenceInitializer.initializeDefaultPreferences(Unknown Source)
at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(PreferenceServiceRegistryHelper.java:276)
at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:130)
at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:367)
at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:163)
at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(DefaultPreferences.java:236)
at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:232)
at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:307)
at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:543)
at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:662)
at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:68)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(ScopedPreferenceStore.java:250)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(ScopedPreferenceStore.java:285)
at org.eclipse.ui.preferences.ScopedPreferenceStore.internalGet(ScopedPreferenceStore.java:475)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getBoolean(ScopedPreferenceStore.java:387)
at org.talend.designer.core.ui.projectsetting.StatsAndLogsHelper.statsAndLogsParametersTitlePart(Unknown Source)
at org.talend.designer.core.ui.projectsetting.StatsAndLogsHelper.createStatsAndLogsParameters(Unknown Source)
at org.talend.designer.core.ui.projectsetting.ProjectSettingManager.createStatsAndLogsElement(Unknown Source)
at org.talend.designer.core.DesignerCoreService.createStatsLogAndImplicitParamter(Unknown Source)
at org.talend.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source)
at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Ignoring the error Eclipse starts fine.
When creating a new Job Design I receive a org.eclipse.swt.SWTException.
Any hints how I can solve this problem? Is there a chance to get this running flawlessly?