From 9487ab9b66fa41659ef5367411eaee0b42ed62e6 Mon Sep 17 00:00:00 2001 From: Swathy Shaji Date: Mon, 1 Apr 2024 19:21:56 +0530 Subject: [PATCH] ZCS-14885: Getting Exception in thread main java.lang.NoClassDefFoundError: while running utility zmmboxsearch --- ivy.xml | 5 +++++ pkg-builder.pl | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ivy.xml b/ivy.xml index 06c9e03..d8e0384 100644 --- a/ivy.xml +++ b/ivy.xml @@ -177,6 +177,11 @@ + + diff --git a/pkg-builder.pl b/pkg-builder.pl index 6e012a8..4ae623f 100755 --- a/pkg-builder.pl +++ b/pkg-builder.pl @@ -231,6 +231,7 @@ ($) cpy_file("build/dist/apache-jsp-9.4.46.v20220331.jar", "$stage_base_dir/opt/zimbra/lib/jars/apache-jsp-9.4.46.v20220331.jar"); cpy_file("build/dist/UserAgentUtils-1.21.jar", "$stage_base_dir/opt/zimbra/lib/jars/UserAgentUtils-1.21.jar"); cpy_file("build/dist/tika-core-1.24.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/tika-core-1.24.1.jar"); + cpy_file("build/dist/failureaccess-1.0.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/failureaccess-1.0.1.jar"); cpy_file("build/dist/apache-mime4j-core-0.8.7.jar", "$stage_base_dir/opt/zimbra/lib/jars/apache-mime4j-core-0.8.7.jar"); cpy_file("build/dist/zmlocalconfig", "$stage_base_dir/opt/zimbra/lib/patches/localconfig/zmlocalconfig"); return ["."]; @@ -341,6 +342,7 @@ ($) cpy_file("build/dist/openio-api-2.0.3.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/openio-api-2.0.3.jar"); cpy_file("build/dist/gson-2.8.2.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/gson-2.8.2.jar"); cpy_file("build/dist/apache-mime4j-core-0.8.7.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/apache-mime4j-core-0.8.7.jar"); + cpy_file("build/dist/failureaccess-1.0.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/failureaccess-1.0.1.jar"); return ["."]; }