EasyXLS
http://forum.easyxls.com/

Exceptions while installing trial EasyXLS
http://forum.easyxls.com/viewtopic.php?f=3&t=2211
Page 1 of 1

Author:  manolis [ Tue May 20, 2014 10:29 pm ]
Post subject:  Exceptions while installing trial EasyXLS

Hello.

I try to install trial version by java -jar EasyXLS_Trial_for_JAVA_v8_4.jar
After that I've got following exception:
Code:
 JNI DLL winAMD64ppk.dll
java.lang.NullPointerException
         com.installshield.wizard.platform.win32.Win32Utils.loadDLL(Unknown Source)
         ...
 wizardInitializeService. JNI DLL winAMD64ppk.dll
...


Meanwhile the wizard is started. I following it step by step and at the end I've got the following
Code:
(20.05.2014 22:42:26), com.installshield.easyxls_trial_for_java.event.dialog.swing.PanelDestination, wrn, com.instaleld.wizard.platform.win32.Win32FileServiceImpl.isDirectoryWritable(Ljava/lang/String;)Z

This is the same for different destination folders.

And after all when I try to finish work with wizard:
Code:
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.installshield.wizard.platform.win32.Win32SystemUtilServic
eImpl.nativeDeleteFilesAfterExit(Ljava/util/Enumeration;Ljava/util/Enumeration;ZLjava/lang/String;)V
         com.installshield.wizard.platform.win32.Win32SystemUtilServiceImpl.nativeDeleteFilesAfterExit(Native Method)
         com.installshield.wizard.platform.win32.Win32SystemUtilServiceImpl.deleteFilesAfterExit(Unknown Source)
         com.installshield.wizard.service.system.PureJavaSystemUtilServiceImpl.deleteLockedFiles(Unknown Source)
         com.installshield.util.FileUtils.deleteTempFiles(Unknown Source)
         com.installshield.wizard.Wizard.startup(Unknown Source)
         com.installshield.boot.BootMain.boot(Unknown Source)
         run.main(Unknown Source)

And now I can close wizard only as killing process from the task manager.

Would you please be so kind as to give me an advice how to install this software.

Looking forward to prompt response.
Thanks.

Author:  oana [ Wed May 21, 2014 4:27 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

EasyXLS uses InstallShield engine for installation. This might be a bug from InstallShield. Inside EasyXLS_Trial_for_JAVA_v8_4.jar file, try to rename winamd64ppk.dll to winAMD64ppk.dll due to case sensitive issues

See the following links for more details:

http://community.flexerasoftware.com/showthread.php?194305-Universal-installer-problems-on-Windows-7-%2864-bit%29&highlight=is+not+writable

http://community.flexerasoftware.com/showthread.php?154853-InstallShield-11-universal-Installed-and-support-for-Win2k3-x64-AMD64&highlight=winAMD64ppk

Also, please make sure you have administrator rights while running the installer.

You may try to install jre 1.4 and use it for the installation process.

Author:  manolis [ Wed May 21, 2014 10:49 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

Yes, thaks, it helped.
But I've got a new error
Code:
(22.05.2014 0:05:44), Install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, attempting to use the current JVM
(22.05.2014 0:05:44), Install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, searching for a JVM
(22.05.2014 0:05:44), Install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, executing launcher to resolve JVM
(22.05.2014 0:05:44), Install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, waiting to read out put from the launcher
(22.05.2014 0:05:46), Install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, got output from launcher. First line = 0
(22.05.2014 0:05:46), Install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, unable to find matching JVM
(22.05.2014 0:05:46), Install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, resolved to JVM file: null with JVM_HOME = null
(22.05.2014 0:05:46), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ProductException: (error code = 601; message="JVM not found")
ProductException: (error code = 601; message="JVM not found")
        com.installshield.product.actions.JVMResolution.install(Unknown Source)
        com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(Unknown Source)
        com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
        com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
        com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
        java.lang.Thread.run(Thread.java:744)

Author:  oana [ Thu May 22, 2014 11:41 am ]
Post subject:  Re: Exceptions while installing trial EasyXLS

Did you install jre 1.4?

Author:  manolis [ Thu May 22, 2014 2:39 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

No, I did not.
I do not have distributive of this version. And I don't know where to get it.
As far as I know jre 1.8 has been released a month ago or so. And oficial resources doesn't maintain too old versions of JRE and JDK.
Is there another way to fix this problem?

Furthermore, I don't think installing jre 1.4 onlyfor installing EasyXLS is proper way.

Author:  manolis [ Thu May 22, 2014 2:46 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

What does it mean JVM_HOME? Where did it come from?
I've already have JAVA_HOME and JRE_HOME in my system properties, but it doesn't help.

Author:  oana [ Thu May 22, 2014 5:12 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

InstallShield Universal does not recognize jre older than 1.4.

You may download jre 1.4 here:
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase14-419411.html#j2re-1.4.2_04-oth-JPR

You may also try jre 1.5 but you will need to browse for it during the installation.

We intend to change InstallShield engine for our next version. We are sorry for the inconvenience.

Author:  manolis [ Thu May 22, 2014 11:43 pm ]
Post subject:  Re: Exceptions while installing trial EasyXLS

Yes! At last I did it!
It works fine with jre 1.4.

I am very grateful to you for help!
Thanks for link and advices.

Page 1 of 1 All times are UTC - 4 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/