Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » DTP 0.9RC2 "Error loading driver instance data"
DTP 0.9RC2 "Error loading driver instance data" [message #13499] Mon, 08 May 2006 22:45 Go to next message
Ron Gavlin is currently offline Ron GavlinFriend
Messages: 91
Registered: July 2009
Member
I am unsuccessfully attempting to create a driver definition for Sybase
12.x on Win2K using DTP 0.9RC2. The following error appears in the log:

org.eclipse.datatools.connectivity
!MESSAGE Error loading driver instance data.
!STACK 1
org.eclipse.core.runtime.CoreException: Error loading driver instance data.
at
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
...
SAXParseException: Invalid encoding name "UTF8".
...
at
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)

Any help is appreciated.

- Ron
Re: DTP 0.9RC2 "Error loading driver instance data" [message #13583 is a reply to message #13499] Tue, 09 May 2006 13:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

Hi Ron,

I think this is the same issues as found in:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280

We'll be looking into this. BTW, what locale is your machine setting?

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair

"R. Gavlin" <rgavlin@yahoo.com> wrote in message
news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>I am unsuccessfully attempting to create a driver definition for Sybase
>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>
> org.eclipse.datatools.connectivity
> !MESSAGE Error loading driver instance data.
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error loading driver instance
> data.
> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
> ..
> SAXParseException: Invalid encoding name "UTF8".
> ..
> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>
> Any help is appreciated.
>
> - Ron
>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #13664 is a reply to message #13583] Tue, 09 May 2006 16:11 Go to previous messageGo to next message
Ron Gavlin is currently offline Ron GavlinFriend
Messages: 91
Registered: July 2009
Member
John,

Please see my comments in the bug.

Is there a way to workaround this problem by manually editing
driverStorage.xml?

- Ron

John Graham wrote:

> Hi Ron,

> I think this is the same issues as found in:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280

> We'll be looking into this. BTW, what locale is your machine setting?

> Regards,
> John Graham
> Eclipse Data Tools Platform PMC Chair

> "R. Gavlin" <rgavlin@yahoo.com> wrote in message
> news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>>I am unsuccessfully attempting to create a driver definition for Sybase
>>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>>
>> org.eclipse.datatools.connectivity
>> !MESSAGE Error loading driver instance data.
>> !STACK 1
>> org.eclipse.core.runtime.CoreException: Error loading driver instance
>> data.
>> at
>>
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
>> ..
>> SAXParseException: Invalid encoding name "UTF8".
>> ..
>> at
>>
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>>
>> Any help is appreciated.
>>
>> - Ron
>>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #13685 is a reply to message #13664] Tue, 09 May 2006 20:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

Hi Ron,

Yes, you could remove the "encoding" attribute, and that might help. We've
been talking among ourselves, trying to get this to repro on the dev
machines. No luck yet (and I did add Xerces into the mix), but the latest
theory has to do with the JVM. Seems to be failing on IBM JVM but not on Sun
JVM. Which one are you using?

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair

"R. Gavlin" <rgavlin@yahoo.com> wrote in message
news:022b40cfe585557abe12ca872ada6768$1@www.eclipse.org...
> John,
>
> Please see my comments in the bug.
> Is there a way to workaround this problem by manually editing
> driverStorage.xml?
>
> - Ron
>
> John Graham wrote:
>
>> Hi Ron,
>
>> I think this is the same issues as found in:
>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280
>
>> We'll be looking into this. BTW, what locale is your machine setting?
>
>> Regards,
>> John Graham
>> Eclipse Data Tools Platform PMC Chair
>
>> "R. Gavlin" <rgavlin@yahoo.com> wrote in message
>> news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>>>I am unsuccessfully attempting to create a driver definition for Sybase
>>>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>>>
>>> org.eclipse.datatools.connectivity
>>> !MESSAGE Error loading driver instance data.
>>> !STACK 1
>>> org.eclipse.core.runtime.CoreException: Error loading driver instance
>>> data.
>>> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
>>> ..
>>> SAXParseException: Invalid encoding name "UTF8".
>>> ..
>>> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>>>
>>> Any help is appreciated.
>>>
>>> - Ron
>>>
>
>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #13745 is a reply to message #13685] Wed, 10 May 2006 01:22 Go to previous message
Ron Gavlin is currently offline Ron GavlinFriend
Messages: 91
Registered: July 2009
Member
I'm using Sun JDK 1.4.2_08 on win2k.
Re: DTP 0.9RC2 "Error loading driver instance data" [message #574421 is a reply to message #13499] Tue, 09 May 2006 13:56 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
Hi Ron,

I think this is the same issues as found in:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280

We'll be looking into this. BTW, what locale is your machine setting?

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair

"R. Gavlin" <rgavlin@yahoo.com> wrote in message
news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>I am unsuccessfully attempting to create a driver definition for Sybase
>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>
> org.eclipse.datatools.connectivity
> !MESSAGE Error loading driver instance data.
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error loading driver instance
> data.
> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
> ..
> SAXParseException: Invalid encoding name "UTF8".
> ..
> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>
> Any help is appreciated.
>
> - Ron
>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #574524 is a reply to message #13583] Tue, 09 May 2006 16:11 Go to previous message
Ron Gavlin is currently offline Ron GavlinFriend
Messages: 91
Registered: July 2009
Member
John,

Please see my comments in the bug.

Is there a way to workaround this problem by manually editing
driverStorage.xml?

- Ron

John Graham wrote:

> Hi Ron,

> I think this is the same issues as found in:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280

> We'll be looking into this. BTW, what locale is your machine setting?

> Regards,
> John Graham
> Eclipse Data Tools Platform PMC Chair

> "R. Gavlin" <rgavlin@yahoo.com> wrote in message
> news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>>I am unsuccessfully attempting to create a driver definition for Sybase
>>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>>
>> org.eclipse.datatools.connectivity
>> !MESSAGE Error loading driver instance data.
>> !STACK 1
>> org.eclipse.core.runtime.CoreException: Error loading driver instance
>> data.
>> at
>>
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
>> ..
>> SAXParseException: Invalid encoding name "UTF8".
>> ..
>> at
>>
org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>>
>> Any help is appreciated.
>>
>> - Ron
>>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #574573 is a reply to message #13664] Tue, 09 May 2006 20:25 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
Hi Ron,

Yes, you could remove the "encoding" attribute, and that might help. We've
been talking among ourselves, trying to get this to repro on the dev
machines. No luck yet (and I did add Xerces into the mix), but the latest
theory has to do with the JVM. Seems to be failing on IBM JVM but not on Sun
JVM. Which one are you using?

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair

"R. Gavlin" <rgavlin@yahoo.com> wrote in message
news:022b40cfe585557abe12ca872ada6768$1@www.eclipse.org...
> John,
>
> Please see my comments in the bug.
> Is there a way to workaround this problem by manually editing
> driverStorage.xml?
>
> - Ron
>
> John Graham wrote:
>
>> Hi Ron,
>
>> I think this is the same issues as found in:
>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=140280
>
>> We'll be looking into this. BTW, what locale is your machine setting?
>
>> Regards,
>> John Graham
>> Eclipse Data Tools Platform PMC Chair
>
>> "R. Gavlin" <rgavlin@yahoo.com> wrote in message
>> news:8c0cdb8b5431220a078ade699b02d974$1@www.eclipse.org...
>>>I am unsuccessfully attempting to create a driver definition for Sybase
>>>12.x on Win2K using DTP 0.9RC2. The following error appears in the log:
>>>
>>> org.eclipse.datatools.connectivity
>>> !MESSAGE Error loading driver instance data.
>>> !STACK 1
>>> org.eclipse.core.runtime.CoreException: Error loading driver instance
>>> data.
>>> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:228)
>>> ..
>>> SAXParseException: Invalid encoding name "UTF8".
>>> ..
>>> at
> org.eclipse.datatools.connectivity.drivers.XMLFileManager.lo adPropertySets(XMLFileManager.java:207)
>>>
>>> Any help is appreciated.
>>>
>>> - Ron
>>>
>
>
Re: DTP 0.9RC2 "Error loading driver instance data" [message #574674 is a reply to message #13685] Wed, 10 May 2006 01:22 Go to previous message
Ron Gavlin is currently offline Ron GavlinFriend
Messages: 91
Registered: July 2009
Member
I'm using Sun JDK 1.4.2_08 on win2k.
Previous Topic:Relative path for JAR location
Next Topic:Batch ddl generation?
Goto Forum:
  


Current Time: Sat Apr 20 06:30:02 GMT 2024

Powered by FUDForum. Page generated in 0.03530 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top