Facing problem while installing as a service

ganesh July 29, 2019

Hi Team,

I have installed JIRA as service but its failing while starting the service.  Error log shows like below.

 

[2019-07-29 16:34:48] [error] [72920] Failed creating Java C:\Progra~1\\Java\jdk1.8.0_211\jre\bin\server\jvm.dll
[2019-07-29 16:34:48] [error] [72920] %1 is not a valid Win32 application.
[2019-07-29 16:34:48] [error] [72920] ServiceStart returned 1
[2019-07-29 16:34:48] [error] [72920] %1 is not a valid Win32 application.
[2019-07-29 16:34:48] [info] [85784] Run service finished.
[2019-07-29 16:34:48] [info] [85784] Commons Daemon procrun finished

2 answers

0 votes
ganesh August 26, 2019

Thanks Nic

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 31, 2019

The %1 is a parameter for a batch file.  Whatever has gone into it is wrong, and does not represent a valid usable executable.

The "failed" message is probably more important, it tells us that Java is not installed correctly on this machine.  Start with a look at the environment variables that define Java_home to start with.

Suggest an answer

Log in or Sign up to answer