SQL Power Business Intelligence Productivity Tools
Company OverviewBusiness Intelligence Productivity ToolsQuick-Start Implementation ServicesDemos & TurotialsFrequently Asked Questions (FAQ)Open Source Community ResourcesSQL Power ForumImplementation & Technology PartnersGet SQL Power SoftwareContact Us

SQL Power Software Forum

SQL Power Software Forum

  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page  [Register] Register /  [Login] Login 
NullPointerException in ArchitectPropertiesDataSourceTypeOptionPanel  XML
Forum Index » SQL Power Architect Bugs
Author Message
dma_k


Joined: 2010-09-08 11:01:07
Messages: 1
Offline

Dear SQL Power Architect support team!

I have caught the following exception. I hope it is enough to fix the problem:

FurrySirKot


Joined: 2011-03-29 20:08:40
Messages: 1
Offline

I too:

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException
at ca.sqlpower.architect.swingui.PlayPen$AddObjectsTask.cleanup(PlayPen.java:1700)
at ca.sqlpower.swingui.SPSwingWorker$1.run(SPSwingWorker.java:114)
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)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at ca.sqlpower.sqlobject.SQLTable.populateRelationshipsWithList(SQLTable.java:820)
at ca.sqlpower.sqlobject.SQLTable$5.run(SQLTable.java:737)
at ca.sqlpower.architect.swingui.ArchitectSwingSessionImpl.runInForeground(ArchitectSwingSessionImpl.java:1166)
at ca.sqlpower.object.AbstractSPObject.runInForeground(AbstractSPObject.java:642)
at ca.sqlpower.sqlobject.SQLTable.populateRelationships(SQLTable.java:732)
at ca.sqlpower.sqlobject.SQLTable.createTableFromSource(SQLTable.java:300)
at ca.sqlpower.sqlobject.SQLTable.createInheritingInstance(SQLTable.java:287)
at ca.sqlpower.architect.swingui.PlayPen.importTableCopy(PlayPen.java:125
at ca.sqlpower.architect.swingui.PlayPen$AddObjectsTask.cleanup(PlayPen.java:1621)
... 15 more
Caused by: java.lang.NullPointerException
at ca.sqlpower.sqlobject.SQLRelationship.attachRelationship(SQLRelationship.java:577)
at ca.sqlpower.sqlobject.SQLRelationship.attachRelationship(SQLRelationship.java:530)
at ca.sqlpower.sqlobject.SQLTable.populateRelationshipsWithList(SQLTable.java:796)
... 23 more


Version 1.0.6
DB - PostgreSQL 9.0
 
Forum Index » SQL Power Architect Bugs
Go to:   
Powered by JForum 2.1.8 © JForum Team