[SOLVED] tis-java8 error
Published: October 3, 2018 - 3:39 PM
Good morning,
Architecture
I am on version 1.6.2.6 on a Debian Stretch server.
The console is installed on a Windows 10 system.
Issue
I downloaded the tis-java8 package to install it on Windows 7 and 10 PCs. Instead of installing Java, it uninstalls it if it's already installed and leaves an error on the console:
I haven't made any changes to the base package. I don't see where the problem could be coming from.
I have already installed other packages from the wapt store without any problems.
Does anyone have any leads?
Thanks in advance.
Architecture
I am on version 1.6.2.6 on a Debian Stretch server.
The console is installed on a Windows 10 system.
Issue
I downloaded the tis-java8 package to install it on Windows 7 and 10 PCs. Instead of installing Java, it uninstalls it if it's already installed and leaves an error on the console:
Code: Select all
=================================================================================================
Ligne de Commande : install "c:\waptdev\tis-java8-wapt\WAPT\.."
Installing WAPT files c:\waptdev\tis-java8-wapt
2018-10-03 14:28:57,801 WARNING get_msi_properties : error for string 100112728
Installation de Java version : 8.0.1810.13
Checking old java 8...
2018-10-03 14:28:58,039 WARNING get_msi_properties : error for string 100048816
2018-10-03 14:28:58,262 WARNING get_msi_properties : error for string 100050064
2018-10-03 14:28:58,385 WARNING get_msi_properties : error for string 100065800
2018-10-03 14:29:07,811 CRITICAL Fatal error in install script: CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "jre1.8.0_181.msi" ' returned non-zero exit status 1603.
Output::
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3512, in install_wapt
exitstatus = setup.install()
File "c:\waptdev\tis-java8-wapt\setup.py", line 36, in install
install_msi_if_needed(msi,killbefore=['iexplore.exe','jushed.exe'])
File "C:\Program Files (x86)\wapt\common.py", line 3471, in new_func
return func(*args,**kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers.py", line 3913, in install_msi_if_needed
run(r'msiexec /norestart /q /i "%s" %s' % (msi,props),accept_returncodes=accept_returncodes,timeout=timeout,pidlist=pidlist)
File "C:\Program Files (x86)\wapt\setuphelpers.py", line 1044, in run
raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "jre1.8.0_181.msi" ' returned non-zero exit status 1603.
Output:
FATAL ERROR : CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "jre1.8.0_181.msi" ' returned non-zero exit status 1603.
Output:
Exit code: 3
=================================================================================================I have already installed other packages from the wapt store without any problems.
Does anyone have any leads?
Thanks in advance.