Infor System Console Installation Issue

 3 Replies
 2 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member

I am attempting to install the Infor System Console on our Test LSF system and I am receiving the error below. Any idea on what I am doing wrong?  Thank you.

 

Updating D:\lawtest\law/system/isc_quartz.properties
File D:\lawtest\law/system/isc_quartz.properties already modified.
Executing wsadmin command to insert JVM properties and classpath...
Updating JVM properties and classpath
'D:\IBM\WebSphere\AppServer' is not recognized as an internal or external command,
'D:\IBM\WebSphere\AppServer' is not recognized as an internal or external command,
Error: 'D:\IBM\WebSphere\AppServer' is not recognized as an internal or external command,
operable program or batch file.
operable program or batch file.
Error: operable program or batch file.
Fatal: [install-console.pl] exit status 1
Fatal: [install-console.pl] exit status 1
Error: Fatal: [install-console.pl] exit status 1
Error: Activating Infor System Console Web Services failed.
**** 2018.11.27 06.12.59 INSTALL Failed.
showErrorAndStop called

Jason Beard
Veteran Member Send Private Message
Posts: 124
Veteran Member
If you look in the install-console.pl can you see what variable it's setting to D:\IBM\WebSphere\AppServer ? It looks like its setting something (probably JAVA_CMD or something like that) to D:\IBM\WebSphere\AppServer which is then not working because that's not an executable...
Jason Beard
617-548-5568
jabeard3@gmail.com
John Henley
Send Private Message
Posts: 3351
Sound like your JAVA_HOME is incorrect. Also make sure you always use DOS style 8.3 paths for java.
Thanks for using the LawsonGuru.com forums!
John
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
Thank you both for responding. It was setting the wrong path so I hard coded it in the Perl script. Now I have a different issue, but some progress.