Cannot add packages into a bundle automatically after zlmmirror completes

  • 3001794
  • 10-May-2007
  • 27-Apr-2012

Environment

Novell ZENworks Linux Management Linux Management 7 - ZLM7

Situation

Cannot add packages into a bundle automatically after zlmmirror completes

ERROR: An error occurred while trying to add a package to the bundle
"/oes- bundle". (java.rmi.RemoteException: unknown
exception at server
com.novell.zenworks.services.pkgmgt.admin.PackageManagementAdmin_ServiceSkeleton.addPackages(Ljava/lang/String;Ljava/lang/String;Lcom/novell/zenworks/datamodel/wssdk/StringArray;Ljava/lang/String;ZZ)V;
nested exception is:
com.sssw.jbroker.web.portable.ApplicationException)

Resolution

To correct these symptoms it is necessary to remove the web service directories after applying certain hot patches, or installing Interim Release 1 for ZLM 7:

  • After installing the rpms that make up ZLM 7 IR1, stop the following services:

zenserverservice: /etc/init.d/novell-zenserver stop

zenloader /etc/init.d/novell-zenloader stop

  • Remove the package management web service directory: rm -rf /var/opt/novell/zenworks/www/tomcat/base/webapps/zenworks-pkgmgt

  • remove the message logger web service directory: rm -rf /var/opt/novell/zenworks/www/tomcat/base/webapps/zenworks-message-logger

  • Restart the zenserver service: zlm-config --restart

  • Restart zenloader: /etc/init.d/novell-zenloader restart