Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » problem to run
problem to run [message #200135] Fri, 10 November 2006 05:51 Go to next message
Jag Missing name is currently offline Jag Missing nameFriend
Messages: 13
Registered: July 2009
Junior Member
hi

i create a rptdesinf file using

eclipse-SDK-3.1.1-win32.zip
emf-sdo-xsd-SDK-2.2.0M3.zip
GEF-ALL-3.1.1.zip
birt-report-framework-2_0_1.zip


My dataset quary is

select *
from admin_user

when i want to see preview result then this error is occured.
my file name is new_report_1.rptdesign, can u tell me
1. what is problem
2. whai is 'admin_user.InnoDB'

plz reply me
************************error***************
A Birt exception occurred.
Plug-in Provider:Eclipse.org
Plug-in Name:BIRT Data Engine
Plug-in ID:org.eclipse.birt.data
Version:1.0.1
Error Code:odaconsumer.CannotGetResultSetMetaData
Error Message:Cannot get the result set metadata.
SQL statement does not return a ResultSet object
General error: Can't open file: 'admin_user.InnoDB'. (errno: 1)
************************************************************ *********




jay
Re: problem to run [message #200300 is a reply to message #200135] Fri, 10 November 2006 17:58 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Try to download the allinone and see if you get the same problem.
What datasource is this?

Jason

"jay" <dhar.jayanta@gmail.com> wrote in message
news:c026cd2d6a5a8259e2dcfebaf375d7bf$1@www.eclipse.org...
> hi
>
> i create a rptdesinf file using
>
> eclipse-SDK-3.1.1-win32.zip
> emf-sdo-xsd-SDK-2.2.0M3.zip
> GEF-ALL-3.1.1.zip
> birt-report-framework-2_0_1.zip
>
>
> My dataset quary is
>
> select *
> from admin_user
>
> when i want to see preview result then this error is occured.
> my file name is new_report_1.rptdesign, can u tell me 1. what is problem
> 2. whai is 'admin_user.InnoDB'
>
> plz reply me
> ************************error*************** A Birt exception occurred.
> Plug-in Provider:Eclipse.org
> Plug-in Name:BIRT Data Engine
> Plug-in ID:org.eclipse.birt.data
> Version:1.0.1
> Error Code:odaconsumer.CannotGetResultSetMetaData
> Error Message:Cannot get the result set metadata.
> SQL statement does not return a ResultSet object
> General error: Can't open file: 'admin_user.InnoDB'. (errno: 1)
> ************************************************************ *********
>
>
>
>
> jay
>
>
Re: problem to run [message #200455 is a reply to message #200300] Mon, 13 November 2006 06:57 Go to previous messageGo to next message
Jag Missing name is currently offline Jag Missing nameFriend
Messages: 13
Registered: July 2009
Junior Member
hi

Driver class: org.gjt.mm.mysql.Driver (driver v2.0)
Database url: jdbc:mysql://localhost/learnitywaffle


To solve my problem i reinstall eclipse and the problem is solved.
But i cannot understand what was the problem and
whai is 'admin_user.InnoDB'. plz reply.


jay
Re: problem to run [message #200486 is a reply to message #200455] Mon, 13 November 2006 11:04 Go to previous messageGo to next message
Mingxia Wu is currently offline Mingxia WuFriend
Messages: 25
Registered: July 2009
Junior Member
It seems like an error in your mysql db. Please check the *.err log file
under Mysql . If it tells you that it cannot find/open this file, you can
check whether it was been created, or maybe you have deleted and recreated
InnoDB data files but have forgotten to delete the corresponding .frm files,
or do you have the permissions to read/write to it ?

Thanks
Mingxia

"jay" <dhar.jayanta@gmail.com> wrote in message
news:bd0289319b4360d53cc64177a10ee76f$1@www.eclipse.org...
> hi
>
> Driver class: org.gjt.mm.mysql.Driver (driver v2.0)
> Database url: jdbc:mysql://localhost/learnitywaffle
>
>
> To solve my problem i reinstall eclipse and the problem is solved.
> But i cannot understand what was the problem and whai is
> 'admin_user.InnoDB'. plz reply.
>
>
> jay
>
Re: problem to run [message #200681 is a reply to message #200486] Tue, 14 November 2006 06:19 Go to previous message
Jag Missing name is currently offline Jag Missing nameFriend
Messages: 13
Registered: July 2009
Junior Member
yes u r write , this is an error in your mysql db.


This is from aun00.err file

************************************************************ ************
Cannot find table cmcctest2709/admin_user from the internal data dictionary
of InnoDB though the .frm file for the table exists. Maybe you
have deleted and recreated InnoDB data files but have forgotten
to delete the corresponding .frm files of InnoDB tables, or you
have moved .frm files to another database?
************************************************************ **********

many many thanks for uour help and interest.


jay
Previous Topic:I need help creating line chart programatically
Next Topic:Exception in eclipse report designer on scripted data source preview results
Goto Forum:
  


Current Time: Thu Mar 28 12:12:40 GMT 2024

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

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

Back to the top