on ‎2013 Jul 01 8:16 AM
Hi,
i am getting the below error while opening the report in modify mode.
"java.lang.ExceptionInInitializerError"
BI 4.0 sp2
Java version 6 update 19
please suggest
Thanks and Regards,
Rishabh
Request clarification before answering.
Your version is really buggy and was never a 'generally available' supported version!
the product was released with a Patch2.x (5 I think)
Anyway, do you project a favour, and roll out an actively maintained version. Only SP05 and SP06 are being actively developed. All over SP2, 3, and 4 have been closed off for new fixes.
Regards,
H
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) This error occur if there is runtime exception thrown from statement inside the constructor or if there is error in static block.
2) Due to this error, instance of a class will not be created
3) So when you tryie to call a method on this instance variable it will throw java.lang.ExceptionInInitializerError
class AClass{
public static AClass VARA = new AClass();
private AClass(){
..... throw RuntimeException
}
public .. methodA(){
}
}
class BClass{
method(){
VARA.methodA(); ... Will get ExceptionInInitializerError
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI
Check the below not, it might helpful to you.. Also update your Java version to update 25 and do the
below changes... Ctrl panel -- Java - Advanced -- Mixed Code -- Check "Enable - Hide warnings and run with Protections.
1725622
Thanks,
Raju
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rishabh,
Check if the error is still there after log off and log in through a fresh new browser to infoview/launchpad?
If above is yes, Check after restarting the CMS and tomcat if the issue still persists
If above two are yes, then check if the issue is consistent with opening of all webi reports in modify mode and if so, then check the compatibility of your browser version/JRE version with BO version of yours.
You can download product availability matrix for your version of BO and see compatible JRE and browser versions.
Thanks
Mallik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rishabh
Tried restarting the server?
Regards
Sandeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.