NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

SnapManager to SnapCenter Transition

Postgresql type cluster backup failed

NeoLife
4,846 Views

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 ?

 

1 ACCEPTED SOLUTION

AmitKerkar
4,765 Views

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)

 

View solution in original post

3 REPLIES 3

AmitKerkar
4,773 Views

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

NeoLife
4,769 Views

Hi @AmitKerkar 

JAVA_HOME :C:\Program Files\Java\jdk-11

PATH: C:\Program Files\Common Files\Oracle\Java\javapath

What is JNA file?

AmitKerkar
4,766 Views

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)

 

Public