jerryw / android-notifier

Automatically exported from code.google.com/p/android-notifier
1 stars 0 forks source link

Java Heap Space error when selecting Growl notifcation #365

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.

DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notifications not working).

What steps will reproduce the problem?
1. Open Android Notifier Desktop Preferences
2. Check Growl Notification Transport Protocol

What is the expected output? What do you see instead?
Expec to enable Growl Notifcations (which ahve worked sometime previously)

However immediately get an error dialog box stating "Java Heap Space"

What version of the product are you using? On what operating system?
0.5.1 x86_64 on Windows 7 64 Bit

Please provide the log output if possible (from the alogcat app on android,

2011-03-03 16:10:25,510 INFO [ApplicationImpl] - Starting [Growl] broadcaster
2011-03-03 16:10:26,713 ERROR [ApplicationImpl] - Error starting [Growl] 
broadcaster
java.lang.OutOfMemoryError: Java heap space
    at java.io.WinNTFileSystem.list(Native Method)
    at java.io.File.list(Unknown Source)
    at sun.security.provider.SeedGenerator$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.provider.SeedGenerator.getSystemEntropy(Unknown Source)
    at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
    at java.security.SecureRandom.nextBytes(Unknown Source)
    at java.security.SecureRandom.next(Unknown Source)
    at java.util.Random.nextLong(Unknown Source)
    at java.io.File.generateFile(Unknown Source)
    at java.io.File.createTempFile(Unknown Source)
    at javax.imageio.stream.FileCacheImageInputStream.<init>(Unknown Source)
    at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(Unknown Source)
    at javax.imageio.ImageIO.createImageInputStream(Unknown Source)
    at javax.imageio.ImageIO.read(Unknown Source)
    at com.notifier.desktop.notification.broadcast.GrowlNotificationBroadcaster.getIcon(GrowlNotificationBroadcaster.java:154)
    at com.notifier.desktop.notification.broadcast.GrowlNotificationBroadcaster.doStart(GrowlNotificationBroadcaster.java:78)
    at com.notifier.desktop.app.AbstractLifecycle.start(AbstractLifecycle.java:36)
    at com.notifier.desktop.app.ApplicationImpl.startLifecycle(ApplicationImpl.java:256)
    at com.notifier.desktop.app.ApplicationImpl.adjustLifecycle(ApplicationImpl.java:310)
    at com.notifier.desktop.app.ApplicationImpl.adjustGrowlBroadcaster(ApplicationImpl.java:153)
    at com.notifier.desktop.view.PreferencesDialog$14$1.run(PreferencesDialog.java:504)
    at java.lang.Thread.run(Unknown Source)
2011-03-03 16:15:57,254 INFO [NotificationManagerImpl] - Notification received: 
notificationId=38685150688456858, type=Battery

Please provide any additional information below.

Original issue reported on code.google.com by jdemull...@gmail.com on 3 Mar 2011 at 5:29