This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- NullPointerException on CreateShortcut.createWin32
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 09, 2015
11:22 AM
NullPointerException on CreateShortcut.createWin32
Hi,
I get this from time to time:
The exit code is then != 0 which makes it hard to test.
Doesn't happen all the time, 1 every 50 probably.
I get this from time to time:
java.lang.NullPointerException
at java.awt.image.FilteredImageSource.startProduction(FilteredImageSource.java:181)
at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:259)
at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:226)
at Flexeraaye.ad(Unknown Source)
at Flexeraaye.aa(Unknown Source)
at com.zerog.ia.installer.actions.CreateShortcut.createWin32(Unknown Source)
at com.zerog.ia.installer.actions.CreateShortcut.createShortcut(Unknown Source)
at com.zerog.ia.installer.actions.CreateShortcut.installSelf(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.GhostDirectory.install(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.Installer.install(Unknown Source)
at com.zerog.ia.installer.actions.InstallProgressAction.ae(Unknown Source)
at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(Unknown Source)
The exit code is then != 0 which makes it hard to test.
Doesn't happen all the time, 1 every 50 probably.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 10, 2015
01:05 AM
Hi,
Can you elaborate the scenario where actually you are getting this ? It would be great if you let us know about the Platform & JVM you are trying and also if any specific configuration which is related to shortcut scenario.
Can you elaborate the scenario where actually you are getting this ? It would be great if you let us know about the Platform & JVM you are trying and also if any specific configuration which is related to shortcut scenario.