Missing Files locator - error on run - what is wrong with this thing?
I want to run the file vault utility 'missing file locator'. It issues 'NoClassDefFoundError' error, see below.
What am I doing wrong?
co-ap-951:/opt/agl/agile93/agileDomain/tools/missing:$ java -jar MissingFilesLocator.jar -dburl agpy-db.plexus.com:18591:agpy -dbuserid agile -dbpassword (deprecated) -ifsuser ifsuser -ifspassword (deprecated)
*************************************************
******************DB INFO***********************
*************************************************
jdbcInfojdbc:oracle:thin:@agpy-db.plexus.com:18591:agpy
userNameagile
passwd(deprecated)
List of file Server Found
http://co-ap-951.na.plexus.com:8080/Filemgr/services/FileServer
*************************************************
******************DFM INFO***********************
*************************************************
IFS URL http://co-ap-951.na.plexus.com:8080/Filemgr/services/FileServer
ifuser ifsuser
ifspassword (deprecated)
Exception in thread "main" java.lang.NoClassDefFoundError: com/agile/webfs/configuration/FileServerConfigReader
at com.agile.webfs.components.security.client.AuthToken.<clinit>(AuthToken.java:72)
What am I doing wrong?
co-ap-951:/opt/agl/agile93/agileDomain/tools/missing:$ java -jar MissingFilesLocator.jar -dburl agpy-db.plexus.com:18591:agpy -dbuserid agile -dbpassword (deprecated) -ifsuser ifsuser -ifspassword (deprecated)
*************************************************
******************DB INFO***********************
*************************************************
jdbcInfojdbc:oracle:thin:@agpy-db.plexus.com:18591:agpy
userNameagile
passwd(deprecated)
List of file Server Found
http://co-ap-951.na.plexus.com:8080/Filemgr/services/FileServer
*************************************************
******************DFM INFO***********************
*************************************************
IFS URL http://co-ap-951.na.plexus.com:8080/Filemgr/services/FileServer
ifuser ifsuser
ifspassword (deprecated)
Exception in thread "main" java.lang.NoClassDefFoundError: com/agile/webfs/configuration/FileServerConfigReader
at com.agile.webfs.components.security.client.AuthToken.<clinit>(AuthToken.java:72)
0