I am using jaxrs connector bundles (com.eclipsesource.jaxrs.jersey-all, OSGi JAX-RS Connector which is com.eclipsesource.jaxrs.publisher, com.eclipsesource.jaxrs.provider.security and com.eclipsesource.jaxrs.provider.gson) to expose my AEM (osgi) services as a rest service to external systems.
We are seeing in logs that everytime at AEM server startup there are some Service factory exception occurring in the logs, which are happening for following scenarios:
I am unable to figure out the root cause at AEM end, however since this is happening due to jaxrs publisher bundle, could you please help me that what could have possibly went wrong or if there is any known issue in jaxrs.publisher bundle whose solution is available.
Hi,
I am using jaxrs connector bundles (com.eclipsesource.jaxrs.jersey-all, OSGi JAX-RS Connector which is com.eclipsesource.jaxrs.publisher, com.eclipsesource.jaxrs.provider.security and com.eclipsesource.jaxrs.provider.gson) to expose my AEM (osgi) services as a rest service to external systems.
We are seeing in logs that everytime at AEM server startup there are some Service factory exception occurring in the logs, which are happening for following scenarios:
01:19:58 server_name 30.03.2019 01:19:56.053 ERROR [FelixDispatchQueue] com.eclipsesource.jaxrs.publisher FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory exception: com/day/cq/audit/AuditLog)
01:19:58 server_name 30.03.2019 01:19:56.284 ERROR [FelixDispatchQueue] com.eclipsesource.jaxrs.publisher FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory exception: org/apache/felix/shell/Command)
01:19:58 server_name 29.03.2019 23:35:55.928 ERROR [FelixDispatchQueue] com.eclipsesource.jaxrs.publisher FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory exception: com/adobe/cq/dialogconversion/AbstractDialogRewriteRule)
01:19:58 server_name 30.03.2019 01:19:50.938 ERROR [FelixStartLevel] org.apache.sling.commons.scheduler.impl.WhiteboardHandler Scheduling service [java.lang.Runnable] failed.
I am unable to figure out the root cause at AEM end, however since this is happening due to jaxrs publisher bundle, could you please help me that what could have possibly went wrong or if there is any known issue in jaxrs.publisher bundle whose solution is available.
Please reply.
Regards, Abhishek