Bug 857723 - Sqljet-browser crashes at start-up
Summary: Sqljet-browser crashes at start-up
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sqljet
Version: rawhide
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-16 14:53 UTC by Tadej Janež
Modified: 2013-07-25 08:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-23 14:45:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tadej Janež 2012-09-16 14:53:51 UTC
Description of problem:
Sqljet-browser crashes at start-up:
[tadej@tlinux64 ~]$ sqljet-browser 
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/openide/awt/HtmlRenderer
	at org.netbeans.swing.outline.DefaultOutlineCellRenderer.<init>(Unknown Source)
	at org.netbeans.swing.outline.Outline.init(Unknown Source)
	at org.netbeans.swing.outline.Outline.<init>(Unknown Source)
	at org.tmatesoft.sqljet.browser.core.schema.SchemaComponent.getComponent(SchemaComponent.java:79)
	at org.tmatesoft.sqljet.browser.core.BrowserComponentManager.getComponent(BrowserComponentManager.java:132)
	at org.tmatesoft.sqljet.browser.DBBrowser$1.run(DBBrowser.java:64)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:682)
	at java.awt.EventQueue$3.run(EventQueue.java:680)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Caused by: java.lang.ClassNotFoundException: org.openide.awt.HtmlRenderer
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
	... 20 more


Version-Release number of selected component (if applicable):
sqljet-browser-1.0.4-5.fc17.noarch

How reproducible:
Always

Steps to Reproduce:
1. sqljet-broser

Comment 1 Fedora End Of Life 2013-07-03 19:36:38 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 hrafnkellbrimar 2013-07-18 15:07:59 UTC
I have this bug in Fedora 19 64bit:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/openide/awt/HtmlRenderer
	at org.netbeans.swing.outline.DefaultOutlineCellRenderer.<init>(Unknown Source)
	at org.netbeans.swing.outline.Outline.init(Unknown Source)
	at org.netbeans.swing.outline.Outline.<init>(Unknown Source)
	at org.tmatesoft.sqljet.browser.core.schema.SchemaComponent.getComponent(SchemaComponent.java:79)
	at org.tmatesoft.sqljet.browser.core.BrowserComponentManager.getComponent(BrowserComponentManager.java:132)
	at org.tmatesoft.sqljet.browser.DBBrowser$1.run(DBBrowser.java:64)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.ClassNotFoundException: org.openide.awt.HtmlRenderer
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 20 more

Comment 3 Filipe Rosset 2013-07-19 23:45:30 UTC
This bug also happens on rawhide...

[filipe_rosset@localhost ~]$ sqljet-browser 
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/openide/awt/HtmlRenderer
	at org.netbeans.swing.outline.DefaultOutlineCellRenderer.<init>(Unknown Source)
	at org.netbeans.swing.outline.Outline.init(Unknown Source)
	at org.netbeans.swing.outline.Outline.<init>(Unknown Source)
	at org.tmatesoft.sqljet.browser.core.schema.SchemaComponent.getComponent(SchemaComponent.java:79)
	at org.tmatesoft.sqljet.browser.core.BrowserComponentManager.getComponent(BrowserComponentManager.java:132)
	at org.tmatesoft.sqljet.browser.DBBrowser$1.run(DBBrowser.java:64)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.ClassNotFoundException: org.openide.awt.HtmlRenderer
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 20 more


[filipe_rosset@localhost ~]$ rpm -qa | grep sqljet
sqljet-javadoc-1.1.4-4.fc19.noarch
sqljet-1.1.4-4.fc19.noarch
sqljet-browser-1.1.4-4.fc19.noarch

Comment 4 Alexander Kurtakov 2013-07-23 13:44:00 UTC
I kept sqljet as it served some other people but I have zero interest in it anymore. Would you be interested in becoming the maintainer?

Comment 5 Alexander Kurtakov 2013-07-23 14:45:34 UTC
Fixed with http://koji.fedoraproject.org/koji/taskinfo?taskID=5645168.

Comment 6 hrafnkellbrimar 2013-07-25 08:57:00 UTC
I can confirm this fixed package works now for me on Fedora 19. Thank you.


Note You need to log in before you can comment on or make changes to this bug.