Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1540 by markus.woletz: screen sharing application does not launch
http://code.google.com/p/openmeetings/issues/detail?id=1540
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
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.