The setup of Katalon on my MacBook Pro is not working. It simply does not install. The error message refers to a log that does not exist. Has anyone has the same experience?
Jos
Jos Paeshuyse said:
The setup of Katalon on my MacBook Pro is not working. It simply does not install. The error message refers to a log that does not exist. Has anyone has the same experience?
Jos
To be complete: Mac OS 10.13.4 (High Sierra) with Safari 11.1.
Does this happen in all cases? Can you try to re-download the file and install it? You drag and drop Katalon Studio application into your Applications folder?
Sorry, no improvement. Hereby the log file
Ok so this is the root cause:
The platform metadata area could not be written: /Volumes/Katalon Studio/Katalon Studio.app/Contents/MacOS/config/.metadata. By default the platform writes its content
under the current working directory when the platform is launched. Use the -data parameter to
specify a different content area for the platform
One workaround solution is:
1. Open katalon.ini file which is within this location: **/**Katalon Studio.app/Contents/MacOS2. Add -data parameter at the end of this case and also use your desired path:
-data
/Users/xxxx/Desktop/Katalon
By the way, just want to ensure you’ve followed correctly instruction, and then launch Katalon Studio from APPLICATIONS folder
HI,
I am finding out similar issue. Not able to run the Katalon app and giving below error
file content of katalon.ini
-startup
…/Eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
–launcher.library
…/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740
-data
@noDefault
-vm
…/…/Contents/Eclipse/jre/Contents/Home/jre/lib/jli/libjli.dylib
-vmargs
-Xms256m
-Xmx2048m
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
Exception in log file
hx0480000gn/T/AppTranslocation/85AE1854-76EF-427B-AECF-6911863DFBB5/d/Katalon Studio.app/Contents/MacOS/config/.metadata. By default the platform writes its content
under the current working directory when the platform is launched. Use the -data parameter to
specify a different content area for the platform.
at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:61)
at org.eclipse.core.internal.runtime.DataArea.getStateLocation(DataArea.java:129)
at org.eclipse.core.internal.preferences.InstancePreferences.getBaseLocation(InstancePreferences.java:44)
at org.eclipse.core.internal.preferences.InstancePreferences.initializeChildren(InstancePreferences.java:209)
at org.eclipse.core.internal.preferences.InstancePreferences.<init>(InstancePreferences.java:59)
at org.eclipse.core.internal.preferences.InstancePreferences.internalCreate(InstancePreferences.java:220)
at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:352)
at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:340)
at org.eclipse.core.internal.preferences.PreferencesService.createNode(PreferencesService.java:391)
at org.eclipse.core.internal.preferences.RootPreferences.getChild(RootPreferences.java:60)
at org.eclipse.core.internal.preferences.RootPreferences.getNode(RootPreferences.java:95)
at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:84)
at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
at org.eclipse.core.runtime.preferences.InstanceScope.getNode(InstanceScope.java:77)
at com.kms.katalon.preferences.internal.ScopedPreferenceStore.getStorePreferences(ScopedPreferenceStore.java:216)
at com.kms.katalon.preferences.internal.ScopedPreferenceStore.<init>(ScopedPreferenceStore.java:117)
at com.kms.katalon.preferences.internal.PreferenceStoreManager.initialPreferenceStore(PreferenceStoreManager.java:25)
at com.kms.katalon.preferences.internal.PreferenceStoreManager.getPreferenceStore(PreferenceStoreManager.java:21)
at com.kms.katalon.preferences.internal.PreferenceStoreManager.getPreferenceStore(PreferenceStoreManager.java:14)
at com.kms.katalon.util.ApplicationSession.getStore(ApplicationSession.java:47)
at com.kms.katalon.util.ApplicationSession.clean(ApplicationSession.java:16)
at com.kms.katalon.core.application.Application.preRunInit(Application.java:114)
at com.kms.katalon.core.application.Application.start(Application.java:60)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Can some help here
Please drag the app file to Applications folder.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.