Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

screen sharing application does not launch #1540

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting the screen sharing application leads to an error message with 
following exception:

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: OutOfMemoryError
    at sun.awt.windows.WRobotPeer.getRGBPixels(Native Method)
    at sun.awt.windows.WRobotPeer.getRGBPixels(Unknown Source)
    at java.awt.Robot.createScreenCapture(Unknown Source)
    at org.red5.screen.webstart.gui.VirtualScreen.<init>(VirtualScreen.java:137)
    at org.red5.screen.webstart.ScreenShare.createWindow(ScreenShare.java:358)
    at org.red5.screen.webstart.ScreenShare.main(ScreenShare.java:268)
    ... 9 more

enviroment:
  Windows XP SP3
  java 1.6.0_24
  browser: IE8 and Firefox 6.0.2

any ideas?
markus

Original issue reported on code.google.com by markus.woletz@gmail.com on 11 Oct 2011 at 12:30

GoogleCodeExporter commented 9 years ago
OutOfMemoryError

Either you have misconfigured you local JAVA JRE or there is really no memory 
available to launch the application.

Original comment by seba.wag...@gmail.com on 11 Oct 2011 at 12:32