Skip to content

Instantly share code, notes, and snippets.

@Watcher24
Watcher24 / gist:65623a144d125ffa53bff908e2b80b09
Created May 2, 2022 11:36
dx-core-error-log-after-login
2022-05-02 18:31:33,822 INFO fig.source.yaml.decoration.YamlDefinitionDecorator: Applied YAML file based decorator from [/travel-demo-multisite/decorations/tours/virtualUriMappings/travelToursMapping.yaml] to definition provider [[virtualUriMapping] definition [travelToursMapping] with reference id: [tours:travelToursMapping] from module [tours] at [travelToursMapping]]
02-May-2022 18:31:34.914 SEVERE [http-nio-8080-exec-10] com.vaadin.server.DefaultErrorHandler.doDefault
java.lang.NoSuchFieldError: STAR
at info.magnolia.admincentral.favourites.FavouritesPopupContent.getMinimizedValueAsHTML(FavouritesPopupContent.java:130)
at com.vaadin.ui.PopupView.beforeClientResponse(PopupView.java:192)
at com.vaadin.server.communication.UidlWriter.write(UidlWriter.java:126)
at com.vaadin.server.communication.UIInitHandler.getInitialUidl(UIInitHandler.java:293)
at com.vaadin.server.communication.UIInitHandler.synchronizedHandleRequest(UIInitHandler.java:82)
at com.vaadin.server.SynchronizedRequestHandler.handleReq
Apr 06, 2022 6:36:52 PM org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer createTracer
INFORMATION: Using OpenTelemetry for tracing
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:585)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:248)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:164)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:146)
at it.info.magnolia.integrationtests.rules.SeleniumDriver.newRemoteWebDriver(SeleniumDriver.java:176)
/**
* This file Copyright (c) 2013-2015 Magnolia International
* Ltd. (http://www.magnolia-cms.com). All rights reserved.
*
*
* This file is dual-licensed under both the Magnolia
* Network Agreement and the GNU General Public License.
* You may elect to use one or the other of these licenses.
*
* This file is distributed in the hope that it will be
public class FlickrItemFieldFactory extends LinkFieldFactory {
private Field<String> field;
public FlickrItemFieldFactory(LinkFieldDefinition definition, Item relatedFieldItem, AppController appController, UiContext uiContext, ComponentProvider componentProvider) {
super(definition, relatedFieldItem, appController, uiContext, componentProvider);
}
/**