Robi
Robi

Reputation: 21

Unable to start aplication server from Intershop Studio

After upgrading Intershop project from version 7.10.29.2 to 7.10.38.9-LTS (using Responsive Starter Store 32.2.3) application server can't be started from Intershop Studio any more.
I noticed that the server launch configuration classpath for tools.jar points to the wrong place (${IS_HOME}/engine/jdk/lib/tools.jar instead %JAVA_HOME%/lib/tools.jar) but I was unable to change the classpath permanently - all changes in classpath configuration are ignored without any warning or error after applying them.


    Jun 13, 2022 10:16:21 AM org.apache.tomcat.util.scan.StandardJarScanner processURLs
    WARNING: Failed to scan [file:/C:/DEV/intershop-ci/sources/projects/webshop/build/server/local/engine/jdk/lib/tools.jar] from classloader hierarchy
    java.io.FileNotFoundException: C:\DEV\intershop-ci\sources\projects\webshop\build\server\local\engine\jdk\lib\tools.jar (The system cannot find the path specified)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.(ZipFile.java:228)
        at java.util.zip.ZipFile.(ZipFile.java:157)

Upvotes: 2

Views: 156

Answers (2)

Vankog
Vankog

Reputation: 677

Fixed in newer version. At least in 4.27.2 it works again. https://repository.cloud.intershop.com/ui/native/studio/com.intershop.studio/

Upvotes: 0

Johannes Metzner
Johannes Metzner

Reputation: 971

It could be related to the selected Version field in the "Server and Developer Home" configuration. You can find that preference dialog in Window->Preferences->Intershop Studio

Upvotes: 2

Related Questions