COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: Sunchaser on 23 Feb 2011 09:13:24 AM

Title: Error when trying to use EMail java example: impossible to cast ...
Post by: Sunchaser on 23 Feb 2011 09:13:24 AM
Dear all,

I have a problem when I try to work based on the example of "EMail report" (java).
When I try to run the project, I have the error:
Quote
Exception in thread "main" java.lang.ClassCastException: com.cognos.developer.schemas.bibus._3.ContentManagerServiceStub cannot be cast to org.apache.axis.client.Stub
It is located in the CRNConnect.java file, part of code related:

// Retrieve the biBusHeader SOAP:Header that contains
// the logon information.
bibus =
(BiBusHeader) ((Stub)cmService).getHeaderObject("", "biBusHeader");

Cast problem so for the "cmService" and Stub type...

It is something I have absolutely not modified, so I don't understand really what is happening.

Note: I don't have a good experience in Java, unfortunaltelly.

Thanks in advance for your support.
Best regards,
Vinc.
Title: Re: Error when trying to use EMail java example: impossible to cast ...
Post by: Sunchaser on 24 Feb 2011 05:33:54 AM
Hi,

Ok, it seems that it was only a problem of "ressource" and the way it was organized.
I just had the redo the "Build Path" and so on, and now everything is ok.

@+
vinc.