if (config == null) {
logger.error(INSTALLATION_ERROR);
throw new WebApplicationException(new IllegalStateException(INSTALLATION_ERROR));
}
AtmosphereFramework atmosphereFramework = config.framework();
String p = config.getInitParameter(JERSEY_CONTAINER_RESPONSE_WRITER_CLASS);
ContainerResponseWriter w;
if (p != null) {
try {