Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I have a snapcenter 6.1, and mount a lun of the netapp iscsi service, and install postgresql 15.11-1 on it,
I create a postgresql backup , a failed message:
"SCC-00164: Application quiesce for the plug-in [PostgreSQL] failed with exit code [1] and with error : Operation [QUIESCE] failed with Exception [java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException] SCC-00161: Application unquiesce for the plug-in [PostgreSQL] failed with exit code [1] and error : Operation [UNQUIESCE] failed with Exception [java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException]."
I have installed java se development 11.0.26.
Anybody know how to resolv it ?
Solved! See The Solution
1 ACCEPTED SOLUTION
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException
you need to check the snapcenter doc for it. Yours could be missing or incompatible (this is how i interpret NoClassDefFoundError)
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what is your PATH and JAVA_HOME
NoClassDefFoundError means you don't even have JNA file. can you install it ? check the JNA version requirement for snapcenter6.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @AmitKerkar
JAVA_HOME :C:\Program Files\Java\jdk-11
PATH: C:\Program Files\Common Files\Oracle\Java\javapath
What is JNA file?
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java.lang.NoClassDefFoundError: com/sun/jna/LastErrorException
you need to check the snapcenter doc for it. Yours could be missing or incompatible (this is how i interpret NoClassDefFoundError)
