Hello,
I use miggui to migrate my OES iprint to iprint appliance 5. Printer did not show up in iprint portal, and on iprint console i have error 500 on iprint mobile. I have several error in iprint mobile log like :
2023-06-02 11:05:08 ERROR DispatcherServlet:501 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Initialization of bean failed; nested exception is org.springframework.beans.fact
ory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.MappedInterceptor#1': Cannot create inner bean 'com.novell.service.iprint.licensingclient.interceptors.ChromePrintingInterceptor#0' of type [com.novell.servic
e.iprint.licensingclient.interceptors.ChromePrintingInterceptor] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.novell.service.iprint.licensingclient.inter
ceptors.ChromePrintingInterceptor#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.novell.service.iprint.licensingclient.LicensingClient com.n
ovell.service.iprint.licensingclient.interceptors.ChromePrintingInterceptor.licensingClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'licensingClient': Injection of autowired dependencies f
ailed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.novell.service.iprint.printermanagement.PrinterManager com.novell.service.iprint.licensingclient.LicensingClient.printerManager; neste
d exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'printerManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autow
ire field: private com.novell.service.iprint.printermanagement.utils.PrinterManagerHelper com.novell.service.iprint.printermanagement.PrinterManager.printerOpHelper; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Erro
r creating bean with name 'printerOpHelper' defined in URL [jar:file:/var/opt/novell/iprint-tomcat/webapps/iprint/WEB-INF/lib/printermanagement-iPrint-3.0.0-SNAPSHOT.jar!/com/novell/service/iprint/printermanagement/utils/PrinterManagerHelper.class]: Unsati
sfied dependency expressed through constructor argument with index 1 of type [com.novell.service.iprint.components.bean.email.StoreConfiguration]: : Error creating bean with name 'psmConfig' defined in com.novell.service.iprint.application.PrintServerConfi
guration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.novell.service.iprint.components.bean.email.StoreConfiguration]: Factory method 'getPsmStoreConfigu
ration' threw exception; nested exception is java.lang.NullPointerException; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'psmConfig' defined in com.novell.service.iprint.application.PrintServer
Configuration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.novell.service.iprint.components.bean.email.StoreConfiguration]: Factory method 'getPsmStoreCo
nfiguration' threw exception; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.fac
Don't know what to do.