Alchemy.exe show in TaskManager but never launches

Posted 2 days ago by MyOtherMe

Post a topic
Answered
MyOtherMe
MyOtherMe

I was able to install Alchemy, but when I run it, the process shows in the Windows Task Manager, but Alchemy never shows on screen.


I noticed in the Alchemy-0.log file the following:

WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @75627c4a'

Jan 15, 2025 9:27:01 AM com.orasi.rest.RESTHttpConnection get

WARNING: Error Reading

javax.net.ssl.SSLHandshakeException: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Is there some way to fix this?


1 Votes

Michael Deveaux

Michael posted 2 days ago Admin Best Answer

Try making a change to the Alchemy.cfg file located in C:\Program Files\Alchemy\app


Add a -D command at the end of java-options - each line proceeded with "java-options="

[Application]

app.mainjar=$APPDIR\selenium-agent.jar

[JavaOptions]

java-options=-Djpackage.app-version=2.3.0 -D

java-options=--add-opens=java.base/java.lang=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -D

java-options=-Xmx8192M -D

java-options=-Djavax.net.ssl.trustStore=path/to/your/truststore.jks -D

java-options=-Djavax.net.ssl.trustStorePassword=password -D


You'll also need to add whatever certificate is being used to the truststore.

1 Votes


2 Comments

Sorted by
MyOtherMe

MyOtherMe posted 2 days ago

This edit fixed the issue, thanks for the suggestion!

0 Votes

Michael Deveaux

Michael posted 2 days ago Admin Answer

Try making a change to the Alchemy.cfg file located in C:\Program Files\Alchemy\app


Add a -D command at the end of java-options - each line proceeded with "java-options="

[Application]

app.mainjar=$APPDIR\selenium-agent.jar

[JavaOptions]

java-options=-Djpackage.app-version=2.3.0 -D

java-options=--add-opens=java.base/java.lang=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED -D

java-options=--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -D

java-options=-Xmx8192M -D

java-options=-Djavax.net.ssl.trustStore=path/to/your/truststore.jks -D

java-options=-Djavax.net.ssl.trustStorePassword=password -D


You'll also need to add whatever certificate is being used to the truststore.

1 Votes

Login or Sign up to post a comment

© Orasi Software, Inc. | All Rights Reserved.