georggr / text2onto

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

Cannot initialize GUI of Text2Onto #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I am getting an error message from thread "AWT-EventQueue-0" at 
org.ontoware.text2onto.gui and programs stops loading

What version of the product are you using? On what operating system?
text2onto 071109 
WorldNet 2.1 
Gate 6.1 (this version has no jasper jar-file to copy as indicated by other 
users) 

Please provide any additional information below.

Complete Exception text:
Using C:\Documents and Settings\Nikola Vlahovic\gate.session as user session 
file
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at org.ontoware.text2onto.gui.Text2Onto.reset(Unknown Source)
        at org.ontoware.text2onto.gui.Text2Onto.<init>(Unknown Source)
        at org.ontoware.text2onto.gui.Text2Onto.createAndShowGUI(Unknown Source)

        at org.ontoware.text2onto.gui.Text2Onto.access$000(Unknown Source)
        at org.ontoware.text2onto.gui.Text2Onto$1.run(Unknown Source)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.awt.EventQueue$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

Original issue reported on code.google.com by nvlaho...@gmail.com on 27 May 2011 at 11:16

GoogleCodeExporter commented 9 years ago
Try it with GATE 4.0 (like it is mentioned in the readme-file.
("Install GATE 4.0 (http://gate.ac.uk) to <GATE-DIR>.")

Original comment by steffi1...@aol.com on 28 Jun 2011 at 8:15