haithemaraissia / luke

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

ant luke - java.lang.OutOfMemoryError: PermGen space #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. check out the latest Lucene/Solr branch_3x
$ svn co http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x

2. Launch Luke from Solr Ant
$ cd branch_3x/solr
$ ant luke

3. Clicking [browse...] button generates the error:
     [java] java.lang.OutOfMemoryError: PermGen space
     [java]     at javax.swing.plaf.basic.BasicComboBoxUI.getHandler(BasicComboBoxUI.java:514)
     [java]     at javax.swing.plaf.basic.BasicComboBoxUI.createPropertyChangeListener(BasicComboBoxUI.java:472)
     [java]     at javax.swing.plaf.basic.BasicComboBoxUI.installListeners(BasicComboBoxUI.java:336)
     [java]     at com.apple.laf.AquaComboBoxUI.installListeners(AquaComboBoxUI.java:51)
     [java]     at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:249)
     [java]     at com.apple.laf.AquaComboBoxUI.installUI(AquaComboBoxUI.java:35)
     [java]     at javax.swing.JComponent.setUI(JComponent.java:662)
     [java]     at javax.swing.JComboBox.setUI(JComboBox.java:236)
     [java]     at javax.swing.JComboBox.updateUI(JComboBox.java:245)
     [java]     at javax.swing.JComboBox.init(JComboBox.java:210)
     [java]     at javax.swing.JComboBox.<init>(JComboBox.java:204)
     [java]     at com.apple.laf.AquaFileChooserUI.installComponents(AquaFileChooserUI.java:1455)
     [java]     at com.apple.laf.AquaFileChooserUI.installUI(AquaFileChooserUI.java:121)
     [java]     at javax.swing.JComponent.setUI(JComponent.java:662)
     [java]     at javax.swing.JFileChooser.updateUI(JFileChooser.java:1798)
     [java]     at javax.swing.JFileChooser.setup(JFileChooser.java:360)
     [java]     at javax.swing.JFileChooser.<init>(JFileChooser.java:333)
     [java]     at javax.swing.JFileChooser.<init>(JFileChooser.java:286)
     [java]     at org.getopt.luke.Luke.openBrowse(Unknown Source)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at java.lang.reflect.Method.invoke(Method.java:597)
     [java]     at thinlet.Thinlet.invokeImpl(Unknown Source)
     [java]     at thinlet.Thinlet.invoke(Unknown Source)
     [java]     at thinlet.Thinlet.handleMouseEvent(Unknown Source)
     [java]     at thinlet.Thinlet.processEvent(Unknown Source)
     [java]     at java.awt.Component.dispatchEventImpl(Component.java:4714)
     [java]     at java.awt.Container.dispatchEventImpl(Container.java:2143)
     [java]     at java.awt.Component.dispatchEvent(Component.java:4544)
     [java]     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
     [java]     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by k...@r.email.ne.jp on 2 Aug 2010 at 11:09

GoogleCodeExporter commented 9 years ago
I can't reproduce this. This may have been a side effect of index format 
changes. If the problem persists with recent builds please reopen this issue.

Original comment by sig...@gmail.com on 27 Apr 2011 at 11:11