<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "SQL Power Wabit Support"]]></title>
		<link>http://www.sqlpower.ca/forum/forums/show/228.page</link>
		<description><![CDATA[The newest discussed topics in the forum "SQL Power Wabit Support"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Performance using JDBC, OSX 10.7 and Oracle 11g</title>
				<description><![CDATA[ I have Wabit Community Edition <br /> <br /> - running on OSX 10.7 (Lion)<br /> - using JDBC for Oracle (tried both ojdbc14 and ojdbc5)<br /> - have Oracle 11g<br /> <br /> The JDBC test connect is fine, the DB is found, the tables show ... so all the setup and connections seem ok.<br /> <br /> However, whenever trying to add a table to the QueryPen it can take 30 minutes before it has updated. If I run an SQL instead, same problem to view results.<br /> <br /> Can anyone give me a pointer as to why this would be and how to fix it ?<br /> <br /> Thanks in advance<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2810/6367.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2810/6367.page</link>
				<pubDate><![CDATA[Thu, 2 Feb 2012 17:49:35]]> GMT</pubDate>
				<author><![CDATA[ TL009]]></author>
			</item>
			<item>
				<title>Oracle 8i JDBC connect issue</title>
				<description><![CDATA[ Oracle 8i connect does NOT correctly to linked tables...not matter what<br /> ODJDBC.jar driver i use....I am able to correctly connect to my<br /> oracle 8i database...but any use off foriegn key linked tables<br /> does not show up on the sql edit tab and when i manually put it in<br /> DOES NOT run the SQL stmt...running with the latest/greatest wabbit<br /> under windows XP....thanx dave]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2809/6362.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2809/6362.page</link>
				<pubDate><![CDATA[Tue, 31 Jan 2012 08:44:27]]> GMT</pubDate>
				<author><![CDATA[ bitdoger]]></author>
			</item>
			<item>
				<title>Installation error</title>
				<description><![CDATA[ When running the installation for version 1.3.4 on Windows 7 Enterprise 64bit I get the following error at the installation directory step.<br /> <br /> "This directory cannot be written! Please choose another directory!."<br /> <br /> Any clues? I am an administrator on my machine.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2801/6345.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2801/6345.page</link>
				<pubDate><![CDATA[Fri, 18 Nov 2011 11:10:07]]> GMT</pubDate>
				<author><![CDATA[ wshazlett]]></author>
			</item>
			<item>
				<title>&quot;java.lang.RuntimeException: java.lang.NullPointerException&quot; on copying query</title>
				<description><![CDATA[ Hi,<br /> <br /> When attempting to copy an existing query (any query), I get a the following error:<br /> <br /> java.lang.RuntimeException: java.lang.NullPointerException<br /> 	at ca.sqlpower.swingui.DataEntryPanelBuilder$2.actionPerformed(DataEntryPanelBuilder.java:160)<br /> 	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br /> 	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br /> 	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Unknown Source)<br /> 	at javax.swing.JComponent.processMouseEvent(Unknown Source)<br /> 	at java.awt.Component.processEvent(Unknown Source)<br /> 	at java.awt.Container.processEvent(Unknown Source)<br /> 	at java.awt.Component.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br /> 	at java.awt.Container.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Window.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.Component.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br /> 	at java.awt.EventQueue.access$000(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.awt.EventQueue$1.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.awt.EventQueue$2.run(Unknown Source)<br /> 	at java.awt.EventQueue$2.run(Unknown Source)<br /> 	at java.security.AccessController.doPrivileged(Native Method)<br /> 	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br /> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br /> 	at java.awt.EventDispatchThread.run(Unknown Source)<br /> Caused by: java.lang.NullPointerException<br /> 	at ca.sqlpower.query.TableContainer.createCopy(TableContainer.java:268)<br /> 	at ca.sqlpower.query.QueryImpl.&lt;init&gt;(QueryImpl.java:424)<br /> 	at ca.sqlpower.query.QueryImpl.&lt;init&gt;(QueryImpl.java:408)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache.&lt;init&gt;(QueryCache.java:396)<br /> 	at ca.sqlpower.wabit.swingui.action.CopyQueryAction.copy(CopyQueryAction.java:52)<br /> 	at ca.sqlpower.wabit.swingui.action.CopyAction$1.applyChanges(CopyAction.java:57)<br /> 	at ca.sqlpower.swingui.DataEntryPanelBuilder$8.call(DataEntryPanelBuilder.java:378)<br /> 	at ca.sqlpower.swingui.DataEntryPanelBuilder$8.call(DataEntryPanelBuilder.java:375)<br /> 	at ca.sqlpower.swingui.DataEntryPanelBuilder$2.actionPerformed(DataEntryPanelBuilder.java:155)<br /> 	... 36 more<br /> <br /> <br /> <br /> The SQL Power Wabit "About" screen, shows the following information:<br /> <br /> SQL Power Wabit 1.3.4<br /> Copyright 2003-2010 SQL Power Group Inc.<br /> <br /> Operating System:<br /> Windows 7 6.1 (amd64)<br /> <br /> Runtime Environment:<br /> Java(TM) SE Runtime Environment<br /> 1.6.0_24-b07<br /> <br /> VM info:<br /> Java HotSpot(TM) 64-Bit Server VM<br /> 19.1-b02<br /> Sun Microsystems Inc.<br /> <br /> Memory:<br /> 271MiB allocated (910MiB max); 208MiB free<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2795/6335.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2795/6335.page</link>
				<pubDate><![CDATA[Tue, 11 Oct 2011 08:54:16]]> GMT</pubDate>
				<author><![CDATA[ trumaj]]></author>
			</item>
			<item>
				<title>Unable to connect to SQL Server 2005 - &quot;Login failed for user&quot; error</title>
				<description><![CDATA[ Hello all. I am extremely new to this and so I apologize if I have missed something obvious. I have installed the SQL Power Wabit software and am trying to connect to a SQL Server 2005 instance but I am getting an error telling me the login failed for my user name. I am certain of the user name and password credentials so I am little lost as to what to do to get connected and start evaluating the software. Any help?<br /> <br /> Thank you!]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2791/6327.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2791/6327.page</link>
				<pubDate><![CDATA[Tue, 6 Sep 2011 15:29:02]]> GMT</pubDate>
				<author><![CDATA[ supremegood]]></author>
			</item>
			<item>
				<title>Not recognizing sqljdbc4.jar</title>
				<description><![CDATA[ I've installed wabit on my OS X Mac, downloaded the microsoft JDBC4.jar package, gone into the sql windows 2005 and added the jar, but still get the message "Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0."<br /> <br /> I'm using a sql login (not windows authentication).  I've looked in the pl.ini it reads:<br /> JDBC JAR Count=1<br /> JDBC JAR_0=file:/Applications/Utilities/sqljdbc_3.0/enu/sqljdbc4.jar<br /> <br /> I'm assuming there is a step I'm missing, any and all help is appreciated.<br /> <br /> Thanks,<br /> Dylan]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2785/6317.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2785/6317.page</link>
				<pubDate><![CDATA[Sun, 31 Jul 2011 20:56:46]]> GMT</pubDate>
				<author><![CDATA[ dpedersen]]></author>
			</item>
			<item>
				<title>SQL or MySQL login failed</title>
				<description><![CDATA[ I tried to connect SQL2008 server. But I received an error like this "login failed for user "hakanduran".I am sure the user information. <br /> <br /> I also tried to a MySQL database, but I received another error message:"Access denied for user "administrator@172.27.125.29.<br /> But I did not this ip address in hostname field. Why is wabit connecting to this ip address?<br /> <br /> I downloaded the JDBC drivers for both of SQL2008 and mysql.<br /> I installed and add to wabit.<br /> <br /> <br /> Please help me, because I'm willing to try this product immediately.<br /> <br /> Best regards.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2750/6240.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2750/6240.page</link>
				<pubDate><![CDATA[Sun, 27 Feb 2011 20:49:57]]> GMT</pubDate>
				<author><![CDATA[ hakdur]]></author>
			</item>
			<item>
				<title>Help with an error in SQL Power Wabit BI Tool</title>
				<description><![CDATA[ It gives me following error: <br /> <br /> Exception type: java.lang.StringIndexOutOfBoundsException<br /> <br /> Detail String: String Index out of range: 25978<br /> <br /> <br /> I am using Windows 7 64 bit OS<br /> <br /> Any comments will be helpful. <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2746/6230.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2746/6230.page</link>
				<pubDate><![CDATA[Tue, 8 Feb 2011 13:10:16]]> GMT</pubDate>
				<author><![CDATA[ dhavalshrikhande]]></author>
			</item>
			<item>
				<title>Outer Joins</title>
				<description><![CDATA[ I can't seem to figure out how to have an Outer Join in the Query Pen. The default is an Inner Join and I can change that in the SQL view, but the changes are lost when switching back to the Query Pen.<br /> <br /> So, is it possible to set the join type within the Query Pen?<br /> <br /> Thanks.<br /> <br /> Shawn]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2737/6215.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2737/6215.page</link>
				<pubDate><![CDATA[Fri, 14 Jan 2011 13:37:51]]> GMT</pubDate>
				<author><![CDATA[ sfrizzell]]></author>
			</item>
			<item>
				<title>Unable to connect to SQL</title>
				<description><![CDATA[ I am really excited to be able to use the Wabit SQL reporting but I am finding it impossible to connect to my SQL.<br /> <br /> I have a .udl which is another type of connector (which works) and I was wondering if you can have a look at it and tell me what is the correct process to connect the JDBC<br /> <br /> Here is the link to the udl file as I cannot attach anything to this message:<br /> <a class="snap_shots" href="http://www.typos.com.cy/baret/fleet.zip" target="_blank" rel="nofollow">http://www.typos.com.cy/baret/fleet.zip</a><br /> <br /> I am getting an "I/O error occured while receiving the TDS prelogin response."<br /> <br /> Connection name: SQL reporting tool BK<br /> Database type: SQL 2005<br /> Connect options: what shall I put here?  (host name SERVER\SQLEXPRESS as per .udl file<br /> name of database: SATCOM as per .udl file<br /> Port:1433 (?)<br /> <br /> (I have downloaded the SQL JDBC drivers already from the MS site)<br /> Name: SQL Server 2005<br /> Driver Class:com.microsoft.sqlserver.jdbc.SQLServerDriver<br /> Connection String Template: jdbc:sqlserver://&lt;Hostname&gt;:&lt;Port:1433&gt;<br /> Sample options: Blank<br /> Port:1433<br /> I add it and it seems to add them as intended to.<br /> <br /> I would be grateful if you help me out.<br /> <br /> Thank you<br /> <br /> Baret Kouyoumdjian]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2730/6195.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2730/6195.page</link>
				<pubDate><![CDATA[Thu, 30 Dec 2010 15:16:13]]> GMT</pubDate>
				<author><![CDATA[ bako]]></author>
			</item>
			<item>
				<title>multiple bugs</title>
				<description><![CDATA[ Hi,<br /> <br /> I'm using PostgreSQL 8.4 on Ubuntu 10.4 and have just downloaded (the most recent) Wabit to give it a try. I've added a few JDBC connections, but multiple issues prevent me from getting anywhere with the tool.<br /> <br /> I get the following exception when I try to join two tables manually (no FK defined):<br /> [code]<br /> java.awt.geom.IllegalPathStateException: missing initial moveto in path definition<br /> 	at java.awt.geom.Path2D$Float.needRoom(Path2D.java:280)<br /> 	at java.awt.geom.Path2D$Float.lineTo(Path2D.java:350)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine$1.lineTo(PiscesRenderingEngine.java:99)<br /> 	at sun.java2d.pisces.Stroker.emitLineTo(Stroker.java:742)<br /> 	at sun.java2d.pisces.Stroker.finish(Stroker.java:705)<br /> 	at sun.java2d.pisces.Stroker.close(Stroker.java:592)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.pathTo(PiscesRenderingEngine.java:315)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.strokeTo(PiscesRenderingEngine.java:297)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.createStrokedShape(PiscesRenderingEngine.java:85)<br /> 	at java.awt.BasicStroke.createStrokedShape(BasicStroke.java:296)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.getPathBoundsWithStroke(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.updateBoundsFromPath(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.append(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.&lt;init&gt;(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.&lt;init&gt;(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.createEllipse(Unknown Source)<br /> 	at ca.sqlpower.swingui.querypen.JoinLine.&lt;init&gt;(JoinLine.java:328)<br /> 	at ca.sqlpower.swingui.querypen.QueryPen$4.joinAdded(QueryPen.java:532)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache$2.run(QueryCache.java:957)<br /> 	at ca.sqlpower.wabit.swingui.WabitSwingSessionImpl.runInForeground(WabitSwingSessionImpl.java:762)<br /> 	at ca.sqlpower.wabit.AbstractWabitObject.runInForeground(AbstractWabitObject.java:140)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache.fireJoinAdded(QueryCache.java:953)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache$1.joinAdded(QueryCache.java:146)<br /> 	at ca.sqlpower.query.QueryImpl.fireJoinAdded(QueryImpl.java:1519)<br /> 	at ca.sqlpower.query.QueryImpl.addJoin(QueryImpl.java:1154)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache.addJoin(QueryCache.java:713)<br /> 	at ca.sqlpower.wabit.rs.query.QueryCache.addJoin(QueryCache.java:798)<br /> 	at ca.sqlpower.swingui.querypen.event.CreateJoinEventHandler.mousePressed(CreateJoinEventHandler.java:107)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.util.PPickPath.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.dispatchEventToListener(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.mousePressed(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processInput(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PRoot.processInputs(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processEventFromCamera(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas.sendInputEventToInputManager(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas$1.mousePressed(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Component.java:6172)<br /> 	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)<br /> 	at java.awt.Component.processEvent(Component.java:5940)<br /> 	at java.awt.Container.processEvent(Container.java:2105)<br /> 	at java.awt.Component.dispatchEventImpl(Component.java:4536)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2163)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4122)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2149)<br /> 	at java.awt.Window.dispatchEventImpl(Window.java:2478)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)<br /> 	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)<br /> [/code]<br /> <br /> I get the following [i]two[/i] exceptions when I left-click in the black workspace area:<br /> <br /> [code]<br /> java.lang.NullPointerException<br /> 	at edu.umd.cs.piccolox.event.PSelectionEventHandler.endMarqueeSelection(Unknown Source)<br /> 	at edu.umd.cs.piccolox.event.PSelectionEventHandler.endDrag(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PDragSequenceEventHandler.mouseReleased(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.util.PPickPath.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.dispatchEventToListener(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.mouseReleased(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processInput(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PRoot.processInputs(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processEventFromCamera(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas.sendInputEventToInputManager(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas$1.mouseReleased(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Component.java:6175)<br /> 	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)<br /> 	at java.awt.Component.processEvent(Component.java:5940)<br /> 	at java.awt.Container.processEvent(Container.java:2105)<br /> 	at java.awt.Component.dispatchEventImpl(Component.java:4536)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2163)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2149)<br /> 	at java.awt.Window.dispatchEventImpl(Window.java:2478)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)<br /> 	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)<br /> <br /> [/code]<br /> <br /> and<br /> <br /> [code]<br /> java.awt.geom.IllegalPathStateException: missing initial moveto in path definition<br /> 	at java.awt.geom.Path2D$Float.needRoom(Path2D.java:280)<br /> 	at java.awt.geom.Path2D$Float.lineTo(Path2D.java:350)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine$1.lineTo(PiscesRenderingEngine.java:99)<br /> 	at sun.java2d.pisces.Stroker.emitLineTo(Stroker.java:742)<br /> 	at sun.java2d.pisces.Stroker.finish(Stroker.java:705)<br /> 	at sun.java2d.pisces.Stroker.close(Stroker.java:592)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.pathTo(PiscesRenderingEngine.java:315)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.strokeTo(PiscesRenderingEngine.java:297)<br /> 	at sun.java2d.pisces.PiscesRenderingEngine.createStrokedShape(PiscesRenderingEngine.java:85)<br /> 	at java.awt.BasicStroke.createStrokedShape(BasicStroke.java:296)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.getPathBoundsWithStroke(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.updateBoundsFromPath(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.append(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.&lt;init&gt;(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.&lt;init&gt;(Unknown Source)<br /> 	at edu.umd.cs.piccolo.nodes.PPath.createRectangle(Unknown Source)<br /> 	at edu.umd.cs.piccolox.event.PSelectionEventHandler.initializeMarquee(Unknown Source)<br /> 	at edu.umd.cs.piccolox.event.PSelectionEventHandler.startDrag(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PDragSequenceEventHandler.mousePressed(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.util.PPickPath.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.dispatchEventToListener(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.mousePressed(Unknown Source)<br /> 	at edu.umd.cs.piccolo.event.PBasicInputEventHandler.processEvent(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processInput(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PRoot.processInputs(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PInputManager.processEventFromCamera(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas.sendInputEventToInputManager(Unknown Source)<br /> 	at edu.umd.cs.piccolo.PCanvas$1.mousePressed(Unknown Source)<br /> 	at java.awt.Component.processMouseEvent(Component.java:6172)<br /> 	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)<br /> 	at java.awt.Component.processEvent(Component.java:5940)<br /> 	at java.awt.Container.processEvent(Container.java:2105)<br /> 	at java.awt.Component.dispatchEventImpl(Component.java:4536)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2163)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)<br /> 	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4122)<br /> 	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)<br /> 	at java.awt.Container.dispatchEventImpl(Container.java:2149)<br /> 	at java.awt.Window.dispatchEventImpl(Window.java:2478)<br /> 	at java.awt.Component.dispatchEvent(Component.java:4362)<br /> 	at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)<br /> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)<br /> 	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)<br /> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)<br /> 	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)<br /> 	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)<br /> [/code]<br /> <br /> I added another JDBC connection, but there was no way to get it to appear in the connection drop-down other than restarting the application.<br /> <br /> Finally, even the forum software seems to be acting up: the message "Preview" button seems to do nothing. :\<br /> <br /> I guess I should get something to read and go to bed and give it a fresh go another day...<br /> <br /> Cheers,<br /> Tomislav]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2727/6188.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2727/6188.page</link>
				<pubDate><![CDATA[Fri, 17 Dec 2010 16:17:52]]> GMT</pubDate>
				<author><![CDATA[ Tomislav]]></author>
			</item>
			<item>
				<title>java.sql.SQLException: JDBC Driver &quot;com.microsoft.sqlserver.jdbc.SQLServerDriver&quot; not found.</title>
				<description><![CDATA[ Just installed the update, and now am getting the above error.  Is there a fix, or am I dead in the water today?]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2725/6181.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2725/6181.page</link>
				<pubDate><![CDATA[Wed, 15 Dec 2010 12:02:35]]> GMT</pubDate>
				<author><![CDATA[ Clayton Randall]]></author>
			</item>
			<item>
				<title>SQL Format Question with Wabit133</title>
				<description><![CDATA[ I downloaded Wabit133 today to replace Wabit 111. Now, it appears that in my SQL queries, Ampersands and CRLFs are being stored as text which makes the SQL unuseable. Seems like I remember a similar issue in an earlier version.<br /> I'll go back to Version 111 for now.<br /> Also, I'm unable to attach files but here is an example of the code.<br /> <br /> &lt;select&gt;<br />    &lt;/select&gt;<br />    &lt;global-where/&gt;<br />    &lt;text&gt;select paf.assignment_number,&amp;crlf;papf.full_name,&amp;crlf;paf.effective_start_date,&amp;crlf;paf.effective_end_date,&amp;crlf;paf.payroll_id&amp;crlf;from per_assignments_f paf &amp;crlf;join hr.per_all_people_f papf&amp;crlf;	on papf.person_id = paf.person_id&amp;crlf;where paf.payroll_id IN (503, 804)   &amp;crlf;and paf.ass_attribute8 not like &apos;OMI%&apos;   &amp;crlf;and paf.assignment_status_type_id = 1   &amp;crlf;and trunc(sysdate) between paf.effective_start_date &amp;crlf;and paf.effective_end_date   &amp;crlf;and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date   &amp;crlf;order by full_name&lt;/text&gt;<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2723/6175.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2723/6175.page</link>
				<pubDate><![CDATA[Mon, 13 Dec 2010 14:30:42]]> GMT</pubDate>
				<author><![CDATA[ cosburgin]]></author>
			</item>
			<item>
				<title>Can't locate MySQL jdbc driver :-(</title>
				<description><![CDATA[ Hi All.<br /> <br /> This is probably a newbie question, but I'm not really that familiar with Java.<br /> <br /> I'm using Fedora 13 in what is pretty much a vanilla configuration. I've installed the mysql-connector-java package, which gives me Connector/J.<br /> <br /> I'm trying to run Wabit against my local MySQL database, and it fails miserably when I test the connection - I get a "Could not locate class com.mysql.jdbc.Driver" error.<br /> <br /> I've tried with all sorts of combinations (including nothing) of the CLASSPATH variable, with the -classpath option to java - nothing works. <br /> <br /> Can anyone put me out of my misery?<br /> <br /> Thanks.<br /> <br /> Vic.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2722/6174.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2722/6174.page</link>
				<pubDate><![CDATA[Sun, 12 Dec 2010 09:01:19]]> GMT</pubDate>
				<author><![CDATA[ ccrvic]]></author>
			</item>
			<item>
				<title>OLAP Query Editor and java.lang.NullPointerException</title>
				<description><![CDATA[ Hi community,<br /> <br /> I am new to Wabit, I am currently testing it so we can adopt it in the company I am working for.<br /> <br /> I just dowloaded the 30 days evalutation version, and I tried to make a first basic report with data coming from an homemade OLAP cube but it doesn't matter what dimension do I put in the Query Editor GUI I always get "Could not execute the query due to the following error: java.lang.NullPointerException:null"<br /> <br /> Then, I told myself I would try with the MDX query editor, but when I hit Create Chart I just get nothing the page open but I have no data displayed in the box. But then when I put the same query in another software I do have the expected result.<br /> <br /> I selected Omit Empty Rows on the top menu, but still the same, no data.<br /> <br /> So here are my questions:<br />  - How to do chart from homemade OLAP cube ?<br />  - Do null values are problems ?<br /> <br /> Edit : I am using a Mondrian Cube, based on a PostgreSQL database engine under Ubuntu 10.10<br /> <br /> Any help is welcome,<br /> <br /> Thank you in advance.<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2718/6164.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2718/6164.page</link>
				<pubDate><![CDATA[Mon, 29 Nov 2010 04:35:19]]> GMT</pubDate>
				<author><![CDATA[ Yanis]]></author>
			</item>
	</channel>
</rss>
