Author |
Message |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2010-02-22 13:45:25
|
yonsei
Joined: 2009-04-03 16:24:34
Messages: 1
Offline
|
Hello Forum Members -
I am currently using Wabit 1.0.1 which works great. However, the latest release 1.1.1 throws a java.lang.UnsupportedOperationException.
OS: OSX 10.6.2
Product: Wabit 1.1.1
Just passing this along.
java.lang.UnsupportedOperationException: 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.
at com.microsoft.sqlserver.jdbc.SQLServerConnection.<init>(SQLServerConnection.java:223)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:840)
at ca.sqlpower.sql.JDBCDataSource.createConnection(JDBCDataSource.java:261)
at ca.sqlpower.wabit.swingui.WorkspacePanel.addJDBCDataSource(WorkspacePanel.java:319)
at ca.sqlpower.wabit.swingui.WorkspacePanel$1.addDataSource(WorkspacePanel.java:255)
at ca.sqlpower.wabit.swingui.WorkspacePanel$1.mouseReleased(WorkspacePanel.java:234)
at java.awt.Component.processMouseEvent(Component.java:634
at javax.swing.JComponent.processMouseEvent(JComponent.java:3255)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:461
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:18
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2010-02-22 15:02:50
|
Luc Boudreau
Joined: 2009-09-14 18:44:50
Messages: 15
Offline
|
Hi,
Thank you for reporting this issue. We are putting special care in each of our software products to make sure that we support the most configurations possible, and your issue intrigues us. We were not able to reproduce your issue on our test environments. Could you tell us what driver / version you are using?
If possible, could you send us (support@sqlpower.ca) the two following files :
- In your user directory, the file named "pl.ini", but make sure you clear all password information in that file before sending it to us.
- Your Wabit project file that reproduces this issue.
Thanks!
This message was edited 1 time. Last update was at 2010-02-22 15:03:07
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2010-02-26 02:44:42
|
castorp
Joined: 2008-03-06 13:38:06
Messages: 129
Offline
|
yonsei wrote:Hello Forum Members -
I am currently using Wabit 1.0.1 which works great. However, the latest release 1.1.1 throws a java.lang.UnsupportedOperationException.
OS: OSX 10.6.2
Product: Wabit 1.1.1
Just passing this along.
java.lang.UnsupportedOperationException: 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.
That's not Wabit's fault, it's Microsoft's.
Their JDBC 3.0 driver (named sqljdbc.jar) refuses to work with Java6.
You need to point Wabit to the jar file name sqljdbc4.jar if you are using Java6
(Note that sqljdbc4.jar will refuse to work with Java5!)
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2011-03-15 18:16:13
|
Jong3r
Joined: 2011-03-15 13:14:11
Messages: 1
Offline
|
I have the same issue. I've added the "sqljdbc4.jar" file (from JDBC 3.0) to the JDBC Driver for SQL Server 2008, but still having that same error message.
How do I resolve this?
Screenshots
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2011-09-03 03:50:13
|
fabianhenzler
Joined: 2011-09-02 17:45:31
Messages: 1
Offline
|
so whats the plan now?
Cant we user Wabit then wiith MSSQL Server 2008/R2?
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 2011-09-22 14:55:33
|
kc2scy
Joined: 2011-09-22 14:36:46
Messages: 1
Offline
|
did anyone ever this figure this out?
|
|
 |
|