Hi Rachana,
It is indeed caused by an old pdf box library.
If you just want to resolve the compilation error, you can add import org.apache.pdfbox.exceptions.COSVisitorException; to Misc.java in the javasource communitycommons directory.
The cleaner solution is what Andrej decribes,
Probably you still have an old pdfbox library in your userlibs.
Hi Rachana,
In this situation I would try the following:
Remove all java actions from community commons, delete all files in
javasource\communitycommons\actions\
2. Delete any java libraries used by community commons. In order to check which libraries are being used try to reimport community commons and then see the "conflicted" libraries, then delete them in
userlib\
3. Reimport community commons.
I hope this solves your problem.
Andrej