The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

./AI-Studio.sh not working

himansumallikhimansumallik image Contributor I
Hi everyone i am very new to this i work on linux. I was able to get into AiStudio using "./AI-Studio.sh" ,now when i run this command i get some error.

May 04, 2024 10:17:36 AM com.rapidminer.launcher.PreLaunchMigrationManager log
INFO: Will check for necessary directory migration processes. If there are any, the migration might take some time, please be patient...
java.util.logging.ErrorManager: 5
java.lang.NullPointerException: Cannot invoke "java.util.ResourceBundle.containsKey(String)" because "bundle" is null
    at com.rapidminer.tools.ExtensibleResourceBundle.handleGetObject(ExtensibleResourceBundle.java:158)
    at java.base/java.util.ResourceBundle.getObject(ResourceBundle.java:558)
    at java.base/java.util.ResourceBundle.getString(ResourceBundle.java:523)
    at java.logging/java.util.logging.Formatter.formatMessage(Formatter.java:118)
    at java.logging/java.util.logging.SimpleFormatter.format(SimpleFormatter.java:171)
    at java.logging/java.util.logging.StreamHandler.publish0(StreamHandler.java:240)
    at java.logging/java.util.logging.StreamHandler.publish(StreamHandler.java:224)
    at java.logging/java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:95)
    at java.logging/java.util.logging.Logger.log(Logger.java:983)
    at java.logging/java.util.logging.Logger.doLog(Logger.java:1010)
    at java.logging/java.util.logging.Logger.log(Logger.java:1033)
    at com.rapidminer.tools.PlatformUtilities.logInfo(PlatformUtilities.java:608)
    at com.rapidminer.tools.PlatformUtilities.searchInClassPath(PlatformUtilities.java:495)
    at com.rapidminer.tools.PlatformUtilities.ensureRapidMinerHomeSet(PlatformUtilities.java:467)
    at com.rapidminer.tools.PlatformUtilities.initialize(PlatformUtilities.java:187)
    at com.rapidminer.tools.PlatformUtilities.initialize(PlatformUtilities.java:177)
    at com.rapidminer.launcher.PreLaunchMigrationManager.checkForDirectoryServiceMigration(PreLaunchMigrationManager.java:53)
    at com.rapidminer.launcher.PreLaunchMigrationManager.main(PreLaunchMigrationManager.java:43)
May 04, 2024 10:17:36 AM com.rapidminer.launcher.PreLaunchMigrationManager log
INFO: Migration check (and a potential migration) is done.
May 04, 2024 10:17:37 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release
May 04, 2024 10:17:37 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Searching in Java classpath for AI Studio jars...
May 04, 2024 10:17:37 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Trying parent directory of '/home/himansu/Desktop/AI Studio 2024.0.0/lib/rapidminer-studio-core-10.4.0.jar'...
May 04, 2024 10:17:37 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Gotcha! 'rapidminer.home' is: /home/himansu/Desktop/AI Studio 2024.0.0
May 04, 2024 10:17:37 AM com.rapidminer.tools.PlatformUtilities logInfo
INFO: Release platform: ANY
May 04, 2024 10:17:37 AM com.rapidminer.tools.DirectoryService checkForMigrations
INFO: Check for directory migration processes.
May 04, 2024 10:17:37 AM com.rapidminer.tools.DirectoryService checkForMigrations
INFO: There is no directory migration needed.
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
    at java.base/java.lang.System.setSecurityManager(System.java:429)
    at com.rapidminer.gui.RapidMinerGUI.main(RapidMinerGUI.java:911)
    at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:331)

Best Answer

  • jwpfaujwpfau image RM Engineering
    Solution Accepted
    Hi,

    can you share the full log file? 

    Currently AI Studio requires Java 11 to run.

    Greetings,
    Jonas

Answers

Sign In or Register to comment.