cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
benjamin_jaton
Level 3

NullPointerException on CreateShortcut.createWin32

Hi,

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.
Labels (1)
0 Kudos
(1) Reply
rajarajn
Level 5

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.
0 Kudos