Eamonn Kearns | 18 Jul 2012 13:51
Picon
Favicon

Web start exception

Getting the following when I try to run the webstart application

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1919)
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1852)
	at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1614)
	at com.sun.javaws.Launcher.run(Launcher.java:139)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOfRange(Arrays.java:3209)
	at java.lang.String.<init>(String.java:215)
	at java.io.BufferedReader.readLine(BufferedReader.java:331)
	at java.io.BufferedReader.readLine(BufferedReader.java:362)
	at jline.History.load(History.java:64)
	at jline.History.load(History.java:53)
	at jline.History.setHistoryFile(History.java:42)
	at jline.History.<init>(History.java:37)
	at org.exist.client.InteractiveClient.run(InteractiveClient.java:2377)
	at org.exist.client.InteractiveClient.main(InteractiveClient.java:261)
	... 9 more

Any ideas?

Éamonn Kearns
------------------------------------------------------------------------------
Live Security Virtual Conference
(Continue reading)

Dannes Wessels | 18 Jul 2012 18:24

Re: Web start exception


On 18 Jul 2012, at 13:51 , Eamonn Kearns wrote:

Any ideas?

the standard questions:
- which exist-db version?
- which operating system?
- which java (version + vendor)

I do not know of any issues, so I think it is a local problem. You could empty the webstart cache, or verify with an other pc.....


cheers

Dannes

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Exist-open mailing list
Exist-open <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open

Gmane