Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



BIRT 3.7.1

From: John Ballnik (2013-02-05 12:36)

Gang,
Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse?   I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error
java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
I'm using Eclipse 3.7.1 - INDIGO
thanks,
John


From: Sean Clark-McCarthy (2013-02-05 20:39)

Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.
--- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] BIRT 3.7.1
Gang,
Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error
java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
I'm using Eclipse 3.7.1 - INDIGO
thanks,
John


From: Basant M Kumar (2013-02-05 13:10)

Can you pass on the setup doc, Please?
Thanks,
Kumar
 
________________________________
From: Sean Clark-McCarthy <smccarthy@cohesivesolutions.com>
To: "MAXIMO@yahoogroups.com" <MAXIMO@yahoogroups.com>
Sent: Tuesday, February 5, 2013 2:39 PM
Subject: RE: [MAXIMO List] BIRT 3.7.1

 
Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.
--- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] BIRT 3.7.1
Gang,
Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error
java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
I'm using Eclipse 3.7.1 - INDIGO
thanks,
John


From: Sean Clark-McCarthy (2013-02-05 21:54)

http://www-01.ibm.com/support/docview.wss?uid=swg21605970&aid=1

--- Sean Clark-McCarthy

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Basant M Kumar
Sent: Tuesday, February 05, 2013 4:10 PM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] BIRT 3.7.1



Can you pass on the setup doc, Please?

Thanks,

Kumar



________________________________
From: Sean Clark-McCarthy smccarthy@cohesivesolutions.com<mailto:smccarthy%40cohesivesolutions.com>>
To: "MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>" MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>>
Sent: Tuesday, February 5, 2013 2:39 PM
Subject: RE: [MAXIMO List] BIRT 3.7.1



Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.

--- Sean Clark-McCarthy

From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Subject: [MAXIMO List] BIRT 3.7.1

Gang,

Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error

java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception

I'm using Eclipse 3.7.1 - INDIGO

thanks,
John








From: Basant M Kumar (2013-02-06 07:18)


Sean,
                 I set up the eclipse 3.7.1 for SQL Server 2008 and followed all the
direction as mentioned in the guide but I am not able to see any driver
when I tried to test the database connection. I am sure that something
is not right when you explode the sqljdbc.jar file and copy them to the
class folder as all the drivers reside there. Any Idea?
Thanks,
Kumar
________________________________
From: Sean Clark-McCarthy <smccarthy@cohesivesolutions.com>
To: "MAXIMO@yahoogroups.com" <MAXIMO@yahoogroups.com>
Sent: Tuesday, February 5, 2013 2:39 PM
Subject: RE: [MAXIMO List] BIRT 3.7.1

 
Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.
--- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] BIRT 3.7.1
Gang,
Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error
java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
I'm using Eclipse 3.7.1 - INDIGO
thanks,
John


From: Sean Clark-McCarthy (2013-02-06 15:41)

If you are referring to the Database Development perspective, that is separate than the drivers you copy for running reports.

In the New connection dialog, you have to click the button next to the driver dropdown “New Driver Definition” and set up the driver. In that dialog, select the SQL Server Version, click the Jar List tab, and click Add Jar/Zip, point to the SQL Server jars (not the folder you unzipped). Remove the Invalid Jar from the list. Then click OK. Should then be able to select the driver and fill out details.

However keep in mind that this has absolutely no bearing on the classes / drivers used for running reports. That is done through the steps outlined in the BIRT Set Up doc.

HTH

--- Sean Clark-McCarthy

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Basant M Kumar
Sent: Wednesday, February 06, 2013 10:19 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] BIRT 3.7.1




Sean,
I set up the eclipse 3.7.1 for SQL Server 2008 and followed all the
direction as mentioned in the guide but I am not able to see any driver
when I tried to test the database connection. I am sure that something
is not right when you explode the sqljdbc.jar file and copy them to the
class folder as all the drivers reside there. Any Idea?

Thanks,
Kumar

________________________________
From: Sean Clark-McCarthy smccarthy@cohesivesolutions.com<mailto:smccarthy%40cohesivesolutions.com>>
To: "MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>" MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>>
Sent: Tuesday, February 5, 2013 2:39 PM
Subject: RE: [MAXIMO List] BIRT 3.7.1



Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.

--- Sean Clark-McCarthy

From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Subject: [MAXIMO List] BIRT 3.7.1

Gang,

Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error

java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception

I'm using Eclipse 3.7.1 - INDIGO

thanks,
John








From: Basant M Kumar (2013-02-06 09:55)

Thanks a lot, Sean. it worked.
 
________________________________
From: Sean Clark-McCarthy <smccarthy@cohesivesolutions.com>
To: "MAXIMO@yahoogroups.com" <MAXIMO@yahoogroups.com>
Sent: Wednesday, February 6, 2013 9:41 AM
Subject: RE: [MAXIMO List] BIRT 3.7.1

 
If you are referring to the Database Development perspective, that is separate than the drivers you copy for running reports.
In the New connection dialog, you have to click the button next to the driver dropdown “New Driver Definition” and set up the driver. In that dialog, select the SQL Server Version, click the Jar List tab, and click Add Jar/Zip, point to the SQL Server jars (not the folder you unzipped). Remove the Invalid Jar from the list. Then click OK. Should then be able to select the driver and fill out details.
However keep in mind that this has absolutely no bearing on the classes / drivers used for running reports. That is done through the steps outlined in the BIRT Set Up doc.
HTH
--- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Basant M Kumar
Sent: Wednesday, February 06, 2013 10:19 AM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] BIRT 3.7.1
Sean,
I set up the eclipse 3.7.1 for SQL Server 2008 and followed all the
direction as mentioned in the guide but I am not able to see any driver
when I tried to test the database connection. I am sure that something
is not right when you explode the sqljdbc.jar file and copy them to the
class folder as all the drivers reside there. Any Idea?
Thanks,
Kumar
________________________________
From: Sean Clark-McCarthy smccarthy@cohesivesolutions.com>
To: "MAXIMO@yahoogroups.com" MAXIMO@yahoogroups.com>
Sent: Tuesday, February 5, 2013 2:39 PM
Subject: RE: [MAXIMO List] BIRT 3.7.1
Yes. Mine works good. You've got to follow the steps exactly in the set up doc. As I recall there's an additional step that wasn't in the previous version.
--- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of John Ballnik
Sent: Tuesday, February 05, 2013 3:36 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] BIRT 3.7.1
Gang,
Has anyone been able to get BIRT 3.7.1 reports to work in Eclipse? I've followed all the instructions (I've done this several times for 2.3.2), but anytime I try to run a report I get the following error
java.lang.ClassCastException:java.lang.NoSuchMethodError cannot be cast to java.lang.Exception
I'm using Eclipse 3.7.1 - INDIGO
thanks,
John