Troubleshooting
Problem
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSJV47G","label":"DataStax Studio"},"ARM Category":[{"code":"","label":""}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)"}]
Historical Number
ka06R0000006BvmQAE
Was this topic helpful?
Document Information
Modified date:
30 January 2026
UID
ibm17259252
Summary
'Uncaught error' when starting DataStax Studio on Linux.
Applies to
Symptoms
When starting DataStax Studio with
./server.sh, the following error occursCause
This issue occurs when the user running the Java process does not having the necessary rights and cannot generate temporary files under the
/tmpdirectory.Solution
Solution 1- Allow the user running DataStax studio read/write/execute access on
/tmp- Remove the
noexecparameter when mounting/tmp- Change the execution rights on /tmp. ie:
sudo chmod 777 /tmpSolution 2- Change the temp directory used by DataStax Studio
- As per the cause, create/use a folder on which the user has execution rights. In the example below, we insert the
STUDIO_JVM_ARGSwith temp directory pointing to/home/user/tmpin/home/user/datastax-studio-6.0.2/bin/setenv.sh:Related documentation
Specifying JVM settings for DataStax Studio