When trying to start up the logviewer application you will get one of two error messages:
New InstallC:\bpm\bpm\4.2\bin>logviewer.bat
Exception in thread "main" java.lang.NoClassDefFoundError: com/tibco/n2/logging/enums/N2LFType
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
...
...
Upgrade
C:\bpm\bpm\4.2\bin>logviewer.bat
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchFieldError: BIGINTEGER
at com.tibco.n2.logging.logviewer.views.CustomAttributePanel.updateModel(CustomAttributePanel.java:74)
at com.tibco.n2.logging.logviewer.controllers.CustomAttributeController.<init>(CustomAttributeController.java:84)
at com.tibco.n2.logging.logviewer.controllers.LogDisplayController.<init>(LogDisplayController.java:139)
...
...