Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Data tools issue 2.3 series
Data tools issue 2.3 series [message #538228] Sun, 06 June 2010 20:20 Go to next message
Steven is currently offline StevenFriend
Messages: 32
Registered: July 2009
Member
At some point I started having issues with certain buttons and actions
on the Birt designer in the 2.3 series on Ubuntu Linux (9.10) 64bit .
Basically when accessing anything data related, the save buttons don't
work and only occasionally are error messages produced. The 2.5 series
works, but that is not an option since my company has only 2.3 currently
deployed in our application.

Oddly, the issues don't occur on my Mac machine which I've taken to
using instead. I've downloaded complete builds for 2.3, 2.3.1, and 2.3.2
and the issue is the same for all three. (However, I have run each of
those on this same system just fine before.) Launching with the -clean
option, deleting the metatdata, and deleting my .eclipse folder haven't
done anything.

For example, I can reproduce the error in a few situations:

* Testing a connection. When I click test on a JDBC Mysql connection,
the button does nothing. No error message or log entry is made.

* If I delete the driver in the jdbc folder, and try to access the
connection, no error message is shown. the buttons just do nothing.(I
should get a an error saying the jdbc driver can't be found.)

* Create a connection using Classic Cars database, I get an error
(below) and the button does nothing:

Description Resource Path Location Type
Problem with driver "Derby Embedded JDBC Driver 10.0 Default." (Error:
Unable to locate JAR/zip in file system as specified by the driver
definition:
/home/steven/Apps/eclipse64/plugins/org.apache.derby.core_10 .3.1.4/derby.jar.)
Derby Embedded JDBC Driver 10.0 Default Driver Problems

The file is there, and the read permissions are there.


I opened up the log file in the metadata folder of my workspace and the
error messages do not match up with the timing of the errors I am seeing:


!SESSION 2010-06-06 16:04:28.921
-----------------------------------------------
eclipse.buildId=M20090211-1700
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
!MESSAGE The
'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
will be ignored because it contains invalid attributes.

!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
!MESSAGE The
'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
will be ignored because it contains invalid attributes.


Any help fixing this would be greatly appreciated.

Steven
Re: Data tools issue 2.3 series [message #538426 is a reply to message #538228] Mon, 07 June 2010 15:03 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you search the install location and workspace folders for *.log and
see if you are getting other logs?

Jason



On 6/6/2010 4:20 PM, Steven F. wrote:
> At some point I started having issues with certain buttons and actions
> on the Birt designer in the 2.3 series on Ubuntu Linux (9.10) 64bit .
> Basically when accessing anything data related, the save buttons don't
> work and only occasionally are error messages produced. The 2.5 series
> works, but that is not an option since my company has only 2.3 currently
> deployed in our application.
>
> Oddly, the issues don't occur on my Mac machine which I've taken to
> using instead. I've downloaded complete builds for 2.3, 2.3.1, and 2.3.2
> and the issue is the same for all three. (However, I have run each of
> those on this same system just fine before.) Launching with the -clean
> option, deleting the metatdata, and deleting my .eclipse folder haven't
> done anything.
>
> For example, I can reproduce the error in a few situations:
>
> * Testing a connection. When I click test on a JDBC Mysql connection,
> the button does nothing. No error message or log entry is made.
>
> * If I delete the driver in the jdbc folder, and try to access the
> connection, no error message is shown. the buttons just do nothing.(I
> should get a an error saying the jdbc driver can't be found.)
>
> * Create a connection using Classic Cars database, I get an error
> (below) and the button does nothing:
>
> Description Resource Path Location Type
> Problem with driver "Derby Embedded JDBC Driver 10.0 Default." (Error:
> Unable to locate JAR/zip in file system as specified by the driver
> definition:
> /home/steven/Apps/eclipse64/plugins/org.apache.derby.core_10 .3.1.4/derby.jar.)
> Derby Embedded JDBC Driver 10.0 Default Driver Problems
>
> The file is there, and the read permissions are there.
>
>
> I opened up the log file in the metadata folder of my workspace and the
> error messages do not match up with the timing of the errors I am seeing:
>
>
> !SESSION 2010-06-06 16:04:28.921
> -----------------------------------------------
> eclipse.buildId=M20090211-1700
> java.version=1.6.0_20
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Command-line arguments: -os linux -ws gtk -arch x86_64
>
> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
> !MESSAGE The
> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
> will be ignored because it contains invalid attributes.
>
> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
> !MESSAGE The
> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
> will be ignored because it contains invalid attributes.
>
>
> Any help fixing this would be greatly appreciated.
>
> Steven
Re: Data tools issue 2.3 series [message #538910 is a reply to message #538426] Wed, 09 June 2010 04:26 Go to previous messageGo to next message
Steven is currently offline StevenFriend
Messages: 32
Registered: July 2009
Member
Anyone log file in particular I should be looking for?

The the workspace has my sandbox logs (where I log my errors to
birt-error.log) that aren't relevant since its not connected to the
designer. The .metatadata log and its backups are the only relevant ones
that I can think of.

The only log file that is there is .log and on start up it gives the
following errors, but no further errors when the buttons are pressed and
nothing happens.

-----------------------------------------------
eclipse.buildId=M20090211-1700
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64 -clean

!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.619
!MESSAGE The
'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
will be ignored because it contains invalid attributes.

!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.620
!MESSAGE The
'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
will be ignored because it contains invalid attributes.


Searching for that error turns up this thread:
http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg28 893.html

That problem (two xulrunners) doesn't sound like mine, but I do know
that an earlier birt + ubuntu issue was indeed xulrunner related.


Launching from the Command line shows these errors: (there are numerous
of each...)

WARNING: Not found choice: any
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
WARNING: Not found choice: any
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING:
Error.StyleSheetParserException.INVALID_SHORT_HAND_CSSPROPER TY_VALUE
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
WARNING: Not found choice: avoid
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue
INFO: The value of the structure property is a string
Jun 9, 2010 12:18:53 AM
org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue

(.:25401): GLib-WARNING **: g_set_prgname() called multiple times


Steven

Jason Weathersby wrote:
> Can you search the install location and workspace folders for *.log and
> see if you are getting other logs?
>
> Jason
>
>
>
> On 6/6/2010 4:20 PM, Steven F. wrote:
>> At some point I started having issues with certain buttons and actions
>> on the Birt designer in the 2.3 series on Ubuntu Linux (9.10) 64bit .
>> Basically when accessing anything data related, the save buttons don't
>> work and only occasionally are error messages produced. The 2.5 series
>> works, but that is not an option since my company has only 2.3 currently
>> deployed in our application.
>>
>> Oddly, the issues don't occur on my Mac machine which I've taken to
>> using instead. I've downloaded complete builds for 2.3, 2.3.1, and 2.3.2
>> and the issue is the same for all three. (However, I have run each of
>> those on this same system just fine before.) Launching with the -clean
>> option, deleting the metatdata, and deleting my .eclipse folder haven't
>> done anything.
>>
>> For example, I can reproduce the error in a few situations:
>>
>> * Testing a connection. When I click test on a JDBC Mysql connection,
>> the button does nothing. No error message or log entry is made.
>>
>> * If I delete the driver in the jdbc folder, and try to access the
>> connection, no error message is shown. the buttons just do nothing.(I
>> should get a an error saying the jdbc driver can't be found.)
>>
>> * Create a connection using Classic Cars database, I get an error
>> (below) and the button does nothing:
>>
>> Description Resource Path Location Type
>> Problem with driver "Derby Embedded JDBC Driver 10.0 Default." (Error:
>> Unable to locate JAR/zip in file system as specified by the driver
>> definition:
>> /home/steven/Apps/eclipse64/plugins/org.apache.derby.core_10 .3.1.4/derby.jar.)
>>
>> Derby Embedded JDBC Driver 10.0 Default Driver Problems
>>
>> The file is there, and the read permissions are there.
>>
>>
>> I opened up the log file in the metadata folder of my workspace and the
>> error messages do not match up with the timing of the errors I am seeing:
>>
>>
>> !SESSION 2010-06-06 16:04:28.921
>> -----------------------------------------------
>> eclipse.buildId=M20090211-1700
>> java.version=1.6.0_20
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>> Command-line arguments: -os linux -ws gtk -arch x86_64
>>
>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>> !MESSAGE The
>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
>>
>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>> will be ignored because it contains invalid attributes.
>>
>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>> !MESSAGE The
>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
>>
>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>> will be ignored because it contains invalid attributes.
>>
>>
>> Any help fixing this would be greatly appreciated.
>>
>> Steven
>
Re: Data tools issue 2.3 series [message #539089 is a reply to message #538910] Wed, 09 June 2010 15:23 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Do you get these errors with a fresh install of the allinone package?

Jason

On 6/9/2010 12:26 AM, Steven F. wrote:
> Anyone log file in particular I should be looking for?
>
> The the workspace has my sandbox logs (where I log my errors to
> birt-error.log) that aren't relevant since its not connected to the
> designer. The .metatadata log and its backups are the only relevant ones
> that I can think of.
>
> The only log file that is there is .log and on start up it gives the
> following errors, but no further errors when the buttons are pressed and
> nothing happens.
>
> -----------------------------------------------
> eclipse.buildId=M20090211-1700
> java.version=1.6.0_20
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Command-line arguments: -os linux -ws gtk -arch x86_64 -clean
>
> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.619
> !MESSAGE The
> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
> will be ignored because it contains invalid attributes.
>
> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.620
> !MESSAGE The
> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
> will be ignored because it contains invalid attributes.
>
>
> Searching for that error turns up this thread:
> http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg28 893.html
>
> That problem (two xulrunners) doesn't sound like mine, but I do know
> that an earlier birt + ubuntu issue was indeed xulrunner related.
>
>
> Launching from the Command line shows these errors: (there are numerous
> of each...)
>
> WARNING: Not found choice: any
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> WARNING: Not found choice: any
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
> WARNING:
> Error.StyleSheetParserException.INVALID_SHORT_HAND_CSSPROPER TY_VALUE
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> WARNING: Not found choice: avoid
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue
> INFO: The value of the structure property is a string
> Jun 9, 2010 12:18:53 AM
> org.eclipse.birt.report.model.metadata.StructRefPropertyType validateValue
>
> (.:25401): GLib-WARNING **: g_set_prgname() called multiple times
>
>
> Steven
>
> Jason Weathersby wrote:
>> Can you search the install location and workspace folders for *.log
>> and see if you are getting other logs?
>>
>> Jason
>>
>>
>>
>> On 6/6/2010 4:20 PM, Steven F. wrote:
>>> At some point I started having issues with certain buttons and actions
>>> on the Birt designer in the 2.3 series on Ubuntu Linux (9.10) 64bit .
>>> Basically when accessing anything data related, the save buttons don't
>>> work and only occasionally are error messages produced. The 2.5 series
>>> works, but that is not an option since my company has only 2.3 currently
>>> deployed in our application.
>>>
>>> Oddly, the issues don't occur on my Mac machine which I've taken to
>>> using instead. I've downloaded complete builds for 2.3, 2.3.1, and 2.3.2
>>> and the issue is the same for all three. (However, I have run each of
>>> those on this same system just fine before.) Launching with the -clean
>>> option, deleting the metatdata, and deleting my .eclipse folder haven't
>>> done anything.
>>>
>>> For example, I can reproduce the error in a few situations:
>>>
>>> * Testing a connection. When I click test on a JDBC Mysql connection,
>>> the button does nothing. No error message or log entry is made.
>>>
>>> * If I delete the driver in the jdbc folder, and try to access the
>>> connection, no error message is shown. the buttons just do nothing.(I
>>> should get a an error saying the jdbc driver can't be found.)
>>>
>>> * Create a connection using Classic Cars database, I get an error
>>> (below) and the button does nothing:
>>>
>>> Description Resource Path Location Type
>>> Problem with driver "Derby Embedded JDBC Driver 10.0 Default." (Error:
>>> Unable to locate JAR/zip in file system as specified by the driver
>>> definition:
>>> /home/steven/Apps/eclipse64/plugins/org.apache.derby.core_10 .3.1.4/derby.jar.)
>>>
>>> Derby Embedded JDBC Driver 10.0 Default Driver Problems
>>>
>>> The file is there, and the read permissions are there.
>>>
>>>
>>> I opened up the log file in the metadata folder of my workspace and the
>>> error messages do not match up with the timing of the errors I am
>>> seeing:
>>>
>>>
>>> !SESSION 2010-06-06 16:04:28.921
>>> -----------------------------------------------
>>> eclipse.buildId=M20090211-1700
>>> java.version=1.6.0_20
>>> java.vendor=Sun Microsystems Inc.
>>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>>> Command-line arguments: -os linux -ws gtk -arch x86_64
>>>
>>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>>> !MESSAGE The
>>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
>>>
>>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>>> will be ignored because it contains invalid attributes.
>>>
>>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>>> !MESSAGE The
>>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
>>>
>>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>>> will be ignored because it contains invalid attributes.
>>>
>>>
>>> Any help fixing this would be greatly appreciated.
>>>
>>> Steven
>>
Re: Data tools issue 2.3 series [message #539856 is a reply to message #539089] Mon, 14 June 2010 06:39 Go to previous messageGo to next message
Steven is currently offline StevenFriend
Messages: 32
Registered: July 2009
Member
Yes, the issue occurs on fresh installs. It could be because the 64-bit
linux builds on the Eclipse website have issues. I am downloading the
builds from eclipse. All birt 2.3 series 64 bit linux builds on the on
the eclipse site give me the same issue. The issue does not occur in
birt 2.5 downloaded from the eclipse site.



Jason Weathersby wrote:
> Do you get these errors with a fresh install of the allinone package?
>
> Jason
>
> On 6/9/2010 12:26 AM, Steven F. wrote:
>> Anyone log file in particular I should be looking for?
>>
>> The the workspace has my sandbox logs (where I log my errors to
>> birt-error.log) that aren't relevant since its not connected to the
>> designer. The .metatadata log and its backups are the only relevant ones
>> that I can think of.
>>
>> The only log file that is there is .log and on start up it gives the
>> following errors, but no further errors when the buttons are pressed and
>> nothing happens.
>>
>> -----------------------------------------------
>> eclipse.buildId=M20090211-1700
>> java.version=1.6.0_20
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>> Command-line arguments: -os linux -ws gtk -arch x86_64 -clean
>>
>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.619
>> !MESSAGE The
>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
>>
>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>> will be ignored because it contains invalid attributes.
>>
>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-09 00:18:53.620
>> !MESSAGE The
>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
>>
>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point
>> will be ignored because it contains invalid attributes.
>>
>>
>> Searching for that error turns up this thread:
>> http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg28 893.html
>>
>> That problem (two xulrunners) doesn't sound like mine, but I do know
>> that an earlier birt + ubuntu issue was indeed xulrunner related.
>>
>>
>> Launching from the Command line shows these errors: (there are numerous
>> of each...)
>>
>> WARNING: Not found choice: any
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> WARNING: Not found choice: any
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
>> WARNING:
>> Error.StyleSheetParserException.INVALID_SHORT_HAND_CSSPROPER TY_VALUE
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> WARNING: Not found choice: avoid
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.metadata.StructRefPropertyType
>> validateValue
>> INFO: The value of the structure property is a string
>> Jun 9, 2010 12:18:53 AM
>> org.eclipse.birt.report.model.metadata.StructRefPropertyType
>> validateValue
>>
>> (.:25401): GLib-WARNING **: g_set_prgname() called multiple times
>>
>>
>> Steven
>>
>> Jason Weathersby wrote:
>>> Can you search the install location and workspace folders for *.log
>>> and see if you are getting other logs?
>>>
>>> Jason
>>>
>>>
>>>
>>> On 6/6/2010 4:20 PM, Steven F. wrote:
>>>> At some point I started having issues with certain buttons and actions
>>>> on the Birt designer in the 2.3 series on Ubuntu Linux (9.10) 64bit .
>>>> Basically when accessing anything data related, the save buttons don't
>>>> work and only occasionally are error messages produced. The 2.5 series
>>>> works, but that is not an option since my company has only 2.3
>>>> currently
>>>> deployed in our application.
>>>>
>>>> Oddly, the issues don't occur on my Mac machine which I've taken to
>>>> using instead. I've downloaded complete builds for 2.3, 2.3.1, and
>>>> 2.3.2
>>>> and the issue is the same for all three. (However, I have run each of
>>>> those on this same system just fine before.) Launching with the -clean
>>>> option, deleting the metatdata, and deleting my .eclipse folder haven't
>>>> done anything.
>>>>
>>>> For example, I can reproduce the error in a few situations:
>>>>
>>>> * Testing a connection. When I click test on a JDBC Mysql connection,
>>>> the button does nothing. No error message or log entry is made.
>>>>
>>>> * If I delete the driver in the jdbc folder, and try to access the
>>>> connection, no error message is shown. the buttons just do nothing.(I
>>>> should get a an error saying the jdbc driver can't be found.)
>>>>
>>>> * Create a connection using Classic Cars database, I get an error
>>>> (below) and the button does nothing:
>>>>
>>>> Description Resource Path Location Type
>>>> Problem with driver "Derby Embedded JDBC Driver 10.0 Default." (Error:
>>>> Unable to locate JAR/zip in file system as specified by the driver
>>>> definition:
>>>> /home/steven/Apps/eclipse64/plugins/org.apache.derby.core_10 .3.1.4/derby.jar.)
>>>>
>>>>
>>>> Derby Embedded JDBC Driver 10.0 Default Driver Problems
>>>>
>>>> The file is there, and the read permissions are there.
>>>>
>>>>
>>>> I opened up the log file in the metadata folder of my workspace and the
>>>> error messages do not match up with the timing of the errors I am
>>>> seeing:
>>>>
>>>>
>>>> !SESSION 2010-06-06 16:04:28.921
>>>> -----------------------------------------------
>>>> eclipse.buildId=M20090211-1700
>>>> java.version=1.6.0_20
>>>> java.vendor=Sun Microsystems Inc.
>>>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>>>> Command-line arguments: -os linux -ws gtk -arch x86_64
>>>>
>>>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>>>> !MESSAGE The
>>>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJa vaHyperlinkDetector'
>>>>
>>>>
>>>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>>>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension
>>>> point
>>>> will be ignored because it contains invalid attributes.
>>>>
>>>> !ENTRY org.eclipse.ui.workbench.texteditor 4 0 2010-06-06 16:04:48.758
>>>> !MESSAGE The
>>>> 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event .JSPJavaHyperlinkDetector'
>>>>
>>>>
>>>> extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the
>>>> 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension
>>>> point
>>>> will be ignored because it contains invalid attributes.
>>>>
>>>>
>>>> Any help fixing this would be greatly appreciated.
>>>>
>>>> Steven
>>>
>
Re: Data tools issue 2.3 series [message #540072 is a reply to message #539856] Mon, 14 June 2010 19:07 Go to previous message
Steve Schafer is currently offline Steve SchaferFriend
Messages: 23
Registered: December 2009
Junior Member
Hi Steven,

I experienced issues with buttons not working and some views not displaying correctly in eclipse 3.5.2 on my 64 bit Ubuntu box. I noticed there were some bugs about the this (sorry can't remember the bug numbers), that had been fixed in 3.6, so I downloaded the milestone release and all of the problems went away.

Steve
Previous Topic:horizontal bar chart
Next Topic:report parameter type noncompliant
Goto Forum:
  


Current Time: Fri Apr 19 03:34:57 GMT 2024

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

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

Back to the top