cancel
Showing results for 
Search instead for 
Did you mean: 

While accessing the crystal Report from Java based application getting Java.lang.verify Error

Former Member
0 Kudos

Dear SAP Member's,

While accessing the crystal Report from Java based application we getting Java.lang.verify Error look at below for complete error.

Error 500: java.lang.VerifyError: (class:com/crystaldecisions/reports/common/MaskBase, method: <clinit>
signature: ()V) Bad type in putfield/putstatic

Environment details:-

- Business Objects Version (SP Level):BI 4.2
-Service pack/Fix Packs/Patch (check in Add/Remove Programs):SP 3
- System Type 😞 Prod/Test/Dev): Production
- Deployment (Standalone/Clustered):clustered
- Server OS (SP Level):SUN OS 5.11
- Application Server (IIS/Tomcat/Others):IBM Websphere
- Authentication type:Enterprise
- CMS database:Oracle 12 c

We are able to view the report from CMC Console but we are not able to view the report from JAVA Based application.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member230921
Active Contributor
0 Kudos

Are you using OpenDoc URL to embed the report ?

Former Member

Dear Bharath,

Thanks for the reply.

No We are Not Using Open Doc Url.

For viewing the report we have JAVA Application and user's are logged inti that application and they will access based on their Roles.

daniel_paulsen
Active Contributor

is that the full error you get back or is there a full stacktrace?
is this specific to a single report or do all reports throw an error?

What line of code in your application is throwing the error?


my guess is that you have some field with an edit mask on it and an invalid character is passed into the mask.