seba
seba

Reputation: 33

WSO2 IS - "The system cannot find the path specified" when trying to start server

I set the path "JAVA_HOME" and installed WSO2 IS 5.6.0 x64 on Windows 2016 Server. After the installation, I try to start the server via "wso2server.bat", but I get the message "The system cannot find the path specified. The batch file cannot be found". After doing this operation, when I looked into the folder where the server was installed, I noticed that all files are deleted. Am I doing something wrong? How to correctly run WSO2 Identity Server?

Upvotes: 2

Views: 952

Answers (2)

Kosala Herath
Kosala Herath

Reputation: 31

Thank you for pointing this issue with WSO2 Windows Product Installers. The issue is resolved and updated product installers are now available in WSO2 website.

You can download WSO2 IS 5.6.0 x64 Windows Installer from here. Then install WSO2 IS 5.6.0 on your machine using downloaded '.msi' file. After installation, start the server by clicking on the shortcut that build by the installer. You can find WSO2 IS 5.6.0 shortcut in following location.

Start Menu -> All apps -> WSO2

or you can search "Identity Server 5.6.0" in Windows search and click on the shortcut. This will start the WSO2 Identity Server on your machine.

For new WSO2 Products Installers you do not need to set JAVA_HOME separately. It contain jdk1.8.0_192 and if JAVA_HOME is not set, it will automatically set JAVA_HOME to jdk1.8.0_192 and start the WSO2 Product.

This blog could be a help for you to understand the installation progress.

Upvotes: 3

dtechlearn
dtechlearn

Reputation: 362

For me the problem was solved with not downloading the windows x64 installer but rather the binary wso2is 5.6.0 binary.

After downloading you just open bin directory and run the wso2server.bat file. If you need to make it windows service use the NSSM

Upvotes: 0

Related Questions