Ich habe gestern die Version von Embedded Documents von der 2.25 auf die 2.4.2 upgedated. Das hat soweit auch alles geklappt.
Beim Funktionstest ist mir aber aufgefallen das die Schaltfläche für Stempel zwar existiert, aber ich keine Stempel aus einem Dropdown wählen kann.
Aufgrund dessen habe ich mich auf die Suche durch die Hilfsartikel und das Wiki begeben und bin dann in den Apryse Dokumentationen auf die Feature-Flag STAMP gestoßen.
Wenn ich nun den Service Watcher neu starte und alles Laden lasse, funktioniert erstmal der Dropdown mit den Default Stempeln. Aber leider können dann gar keine Dokumente mehr angezeigt werden. Die Anzeige ist leer. Die Inhaltsvorschau kann aber nach wie vor Problemlos alles anzeigen.
Nun wären meinen Fragen:
Habe ich ggf. die FLAG STAMP falsch verwendet? Soll diese überhaupt verwendet werden?
Wie kann ich die Ansicht auf Dokumente und das Dropdown Menü für die Stempel aktiv halten? Mein Kollege Herr Kahl hatte mir gesagt das es eigentlich nie eine Notwendigkeit gab, die Features anzupassen.
Der ED Service.Log:
Zusammenfassung
ed.9888 : 2025-08-22T11:36:17.063+02:00 INFO 19680 — [ed] [ main] c.e.s.e.EmbeddedDocumentsApplication : Starting EmbeddedDocumentsApplication v2.4.2 using Java 17.0.2 with PID 19680 (D:\Applikation\enaio\services\service-manager\apps\embeddeddocuments\embeddeddocuments-app.jar started by SA_enaio_D$ in D:\Applikation\enaio\services\service-manager\apps\embeddeddocuments)
ed.9888 : 2025-08-22T11:36:17.087+02:00 INFO 19680 — [ed] [ main] c.e.s.e.EmbeddedDocumentsApplication : The following 4 profiles are active: „prod“, „cloud“, „enaio“, „blue“
ed.9888 : 2025-08-22T11:36:17.267+02:00 INFO 19680 — [ed] [ main] o.s.c.c.c.ConfigServerConfigDataLoader : Fetching config from server at : http://127.0.0.1:7281/config
ed.9888 : 2025-08-22T11:36:17.267+02:00 INFO 19680 — [ed] [ main] o.s.c.c.c.ConfigServerConfigDataLoader : Located environment: name=ed, profiles=[default], label=null, version=null, state=null
ed.9888 : 2025-08-22T11:36:17.267+02:00 INFO 19680 — [ed] [ main] o.s.c.c.c.ConfigServerConfigDataLoader : Fetching config from server at : http://127.0.0.1:7281/config
ed.9888 : 2025-08-22T11:36:17.267+02:00 INFO 19680 — [ed] [ main] o.s.c.c.c.ConfigServerConfigDataLoader : Located environment: name=ed, profiles=[prod,cloud,enaio,blue], label=null, version=null, state=null
ed.9888 : 2025-08-22T11:36:19.940+02:00 INFO 19680 — [ed] [ main] faultConfiguringBeanFactoryPostProcessor : No bean named ‚errorChannel‘ has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
ed.9888 : 2025-08-22T11:36:19.955+02:00 INFO 19680 — [ed] [ main] faultConfiguringBeanFactoryPostProcessor : No bean named ‚integrationHeaderChannelRegistry‘ has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
ed.9888 : 2025-08-22T11:36:20.204+02:00 INFO 19680 — [ed] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=d0aacd48-34a6-3dd7-855c-5ce276c7d46d
ed.9888 : 2025-08-22T11:36:21.312+02:00 INFO 19680 — [ed] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9888 (http)
ed.9888 : 2025-08-22T11:36:21.358+02:00 INFO 19680 — [ed] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
ed.9888 : 2025-08-22T11:36:21.360+02:00 INFO 19680 — [ed] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.42]
ed.9888 : 2025-08-22T11:36:21.441+02:00 INFO 19680 — [ed] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
ed.9888 : 2025-08-22T11:36:21.447+02:00 INFO 19680 — [ed] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4172 ms
ed.9888 : 2025-08-22T11:36:22.336+02:00 INFO 19680 — [ed] [ main] c.o.e.c.c.ConnectionConfiguration : Using technical enaio user: [ENAIO_SERVICES]
ed.9888 : 2025-08-22T11:36:22.374+02:00 INFO 19680 — [ed] [ main] c.o.e.c.c.ConnectionConfiguration : Creating connection pool with: max pool size [15] | time between eviction [1000 ms] | min idle time before eviction [1200000 ms]
ed.9888 : 2025-08-22T11:36:24.390+02:00 INFO 19680 — [ed] [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 7 endpoints beneath base path ‚/manage‘
ed.9888 : 2025-08-22T11:36:25.442+02:00 INFO 19680 — [ed] [ main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses RestTemplate.
ed.9888 : 2025-08-22T11:36:26.050+02:00 INFO 19680 — [ed] [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the ‚errorChannel‘ channel
ed.9888 : 2025-08-22T11:36:26.051+02:00 INFO 19680 — [ed] [ main] o.s.i.channel.PublishSubscribeChannel : Channel ‚ed.errorChannel‘ has 1 subscriber(s).
ed.9888 : 2025-08-22T11:36:26.051+02:00 INFO 19680 — [ed] [ main] o.s.i.endpoint.EventDrivenConsumer : started bean ‚_org.springframework.integration.errorLogger‘
ed.9888 : 2025-08-22T11:36:26.078+02:00 INFO 19680 — [ed] [ main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
ed.9888 : 2025-08-22T11:36:26.167+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
ed.9888 : 2025-08-22T11:36:26.174+02:00 INFO 19680 — [ed] [ main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
ed.9888 : 2025-08-22T11:36:26.190+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
ed.9888 : 2025-08-22T11:36:26.190+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
ed.9888 : 2025-08-22T11:36:26.191+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
ed.9888 : 2025-08-22T11:36:26.191+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Application is null : false
ed.9888 : 2025-08-22T11:36:26.191+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
ed.9888 : 2025-08-22T11:36:26.191+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
ed.9888 : 2025-08-22T11:36:26.191+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
ed.9888 : 2025-08-22T11:36:26.518+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : The response status is 200
ed.9888 : 2025-08-22T11:36:26.521+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
ed.9888 : 2025-08-22T11:36:26.523+02:00 INFO 19680 — [ed] [ main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
ed.9888 : 2025-08-22T11:36:26.524+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1755855386524 with initial instances count: 6
ed.9888 : 2025-08-22T11:36:26.530+02:00 INFO 19680 — [ed] [ main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application ED with eureka with status UP
ed.9888 : 2025-08-22T11:36:26.531+02:00 INFO 19680 — [ed] [ main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1755855386531, current=UP, previous=STARTING]
ed.9888 : 2025-08-22T11:36:26.533+02:00 INFO 19680 — [ed] [foReplicator-%d] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ED/R1LBLDMSAS99.Zollernalbkreis.intra:ed:9888: registering service…
ed.9888 : 2025-08-22T11:36:26.584+02:00 INFO 19680 — [ed] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 9888 (http) with context path ‚/‘
ed.9888 : 2025-08-22T11:36:26.585+02:00 INFO 19680 — [ed] [ main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9888
ed.9888 : 2025-08-22T11:36:26.594+02:00 INFO 19680 — [ed] [foReplicator-%d] com.netflix.discovery.DiscoveryClient : DiscoveryClient_ED/R1LBLDMSAS99.Zollernalbkreis.intra:ed:9888 - registration status: 204
ed.9888 : 2025-08-22T11:36:26.653+02:00 INFO 19680 — [ed] [ main] c.e.s.e.EmbeddedDocumentsApplication : Started EmbeddedDocumentsApplication in 12.211 seconds (process running for 13.397)
ed.9888 : 2025-08-22T11:36:26.673+02:00 INFO 19680 — [ed] [ scheduling-1] c.e.s.e.b.enaio.caches.UserCacheService : Update Userlist cache
ed.9888 : 2025-08-22T11:36:26.691+02:00 INFO 19680 — [ed] [ main] c.e.s.e.backend.enaio.EnaioBackend : Temporary directory is D:\Applikation\enaio\services\service-manager\temp\servicewatcher\ed_9888\ed_cache
ed.9888 : 2025-08-22T11:36:26.692+02:00 INFO 19680 — [ed] [ main] c.e.s.e.EmbeddedDocumentsApplication : Application started
ed.9888 : 2025-08-22T11:36:26.863+02:00 INFO 19680 — [ed] [ scheduling-1] com.os.ecm.rpc.impl.AbstractClient : Setting directory to save files into to: D:\Applikation\enaio\services\service-manager\temp\servicewatcher\ed_9888
ed.9888 : 2025-08-22T11:36:28.827+02:00 INFO 19680 — [ed] [ scheduling-1] c.e.s.e.b.enaio.caches.UserCacheService : Received 604 users
ed.9888 : 2025-08-22T11:36:28.829+02:00 INFO 19680 — [ed] [ scheduling-1] c.e.s.e.backend.enaio.EnaioBackend : Clean up temp folder ‚D:\Applikation\enaio\services\service-manager\temp\servicewatcher\ed_9888\ed_cache‘
ed.9888 : 2025-08-22T11:36:30.240+02:00 INFO 19680 — [ed] [nio-9888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet ‚dispatcherServlet‘
ed.9888 : 2025-08-22T11:36:30.240+02:00 INFO 19680 — [ed] [nio-9888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet ‚dispatcherServlet‘
ed.9888 : 2025-08-22T11:36:30.242+02:00 INFO 19680 — [ed] [nio-9888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
danke für die schnelle Nachricht vor dem WE.
Evtl. ist das noch hilfreich oder hängt zusammen.
Wir haben aktuell auch das zusätzliche Problem das die Benutzerdefinierten Stempel nur temporär; bis zum nächsten Systemstart verfügbar sind. Danach sind sie verschwunden.
ich habe mich jetzt noch etwas mehr damit befasst und hätte hier nochmal einen Log, diesmal aber direkt aus der Entwicklerkonsole im Embedded Documents.
Konsolen-Log Teil 1
main-SQ6OGT3B.js:563 The `useDefaultLang` and `defaultLanguage` options are deprecated. Please use `fallbackLang` instead.
hC @ main-SQ6OGT3B.js:563
main-SQ6OGT3B.js:563 Init enaio dashlet service
main-SQ6OGT3B.js:563 enaio rich client detected
main-SQ6OGT3B.js:563 10 10 7
main-SQ6OGT3B.js:563 Simulate OnInit event for enaio rich client
main-SQ6OGT3B.js:563 ObjDef localeName is de_DE
main-SQ6OGT3B.js:563 Dashlet Status is ready
main-SQ6OGT3B.js:563 Dashlet Status is ready
main-SQ6OGT3B.js:563 Object
/osrest/api/session/settings/load:1 Failed to load resource: the server responded with a status of 404 ()
main-SQ6OGT3B.js:4 ERROR b1error: "<!doctype html><html lang=\"en\"><head><title>HTTP Status 404 – Not Found</title><style type=\"text/css\">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class=\"line\" /><p><b>Type</b> Status Report</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class=\"line\" /><h3>Apache Tomcat/11.0.4</h3></body></html>"headers: eheaders: Map(11) {'cache-control' => Array(1), 'connection' => Array(1), 'content-language' => Array(1), 'content-length' => Array(1), 'content-type' => Array(1), …}lazyInit: undefinedlazyUpdate: nullnormalizedNames: Map(11) {'cache-control' => 'cache-control', 'connection' => 'connection', 'content-language' => 'content-language', 'content-length' => 'content-length', 'content-type' => 'content-type', …}[[Prototype]]: Objectmessage: "Http failure response for http://10.192.162.136/osrest/api/session/settings/load: 404 "name: "HttpErrorResponse"ok: falsestatus: 404statusText: "Unknown Error"type: undefinedurl: "http://10.192.162.136/osrest/api/session/settings/load"[[Prototype]]: va
handleError @ main-SQ6OGT3B.js:4
main-SQ6OGT3B.js:563 Register Interceptor
main-SQ6OGT3B.js:563 Register Interceptor
main-SQ6OGT3B.js:563 Register Interceptor
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 abrowser: a {name: 'Chrome', version: '99.0.4844.83', major: '99', type: undefined}major: "99"name: "Chrome"type: undefinedversion: "99.0.4844.83"[[Prototype]]: Objectcpu: a {architecture: 'amd64'}device: a {type: undefined, model: undefined, vendor: undefined}engine: a {name: 'Blink', version: '99.0.4844.83'}os: a {name: 'Windows', version: '10'}ua: "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36"[[Prototype]]: Object
main-SQ6OGT3B.js:563 Load Webviewer
main-SQ6OGT3B.js:563 No document loaded
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
logDebugInfo.js:47 ObjectBuild: "7/16/2025|0f5e67641"Core version: "11.6.1"Full API: trueUI: "legacy"UI version: "11.6.0"WebViewer Server: falsewebviewer.min.js: "11.6.1"[[Prototype]]: Object
main-SQ6OGT3B.js:563 Load Language
main-SQ6OGT3B.js:563 Load Theme
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Arimo.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Caladea.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Carlito.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Cousine.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/LiberationSerif.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/OpenSans.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Roboto.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/RobotoMono.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/webfonts/Tinos.ttf) format(truetype)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Lato-Regular.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Lato-Italic.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Lato-Bold.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Lato-BoldItalic.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/GreatVibes-Regular.woff2) format(woff2),url(./assets/fonts/GreatVibes-Regular.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Satisfy.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Nothing-You-Could-Do.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/La-Belle-Aurore.woff) format(woff)') could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided ('url(./assets/fonts/Whisper.woff) format(woff)') could not be parsed as a value list.
main-SQ6OGT3B.js:563 ObjDef localeName is de_DE
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 ObjDef localeName is de_DE
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 ObjDef localeName is de_DE
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Load ObjectInfo for 308344. ForceReload false
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Start Execute Interceptors OnState
main-SQ6OGT3B.js:563 Finished Execute Interceptors OnState
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 308344 is unchanged.
main-SQ6OGT3B.js:563 Fire State Event
main-SQ6OGT3B.js:563 Call keep alive
/osrest/api/serviceinfo/ping:1 Failed to load resource: the server responded with a status of 404 ()
main-SQ6OGT3B.js:4 ERROR b1
handleError @ main-SQ6OGT3B.js:4
/osrest/api/serviceinfo/clientconfiguration/detailsviewer?t=1756111994221:1 Failed to load resource: the server responded with a status of 404 ()
Possibly unhandled rejection: Failed to initialize detailsviewer.
(anonymous) @ /detailsviewer/detailsviewer.min.js:1
/osrest/api/session/systemroles?t=1756111994221:1 Failed to load resource: the server responded with a status of 404 ()
main-SQ6OGT3B.js:563 Call keep alive
polyfills-H7ITBNU3.js:2 GET http://10.192.162.136/osrest/api/serviceinfo/ping 404
(anonymous) @ polyfills-H7ITBNU3.js:2
t.<computed> @ polyfills-H7ITBNU3.js:1
Ul.fetchImpl @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
doRequest @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
b @ main-SQ6OGT3B.js:3
d @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
Hh @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
A @ polyfills-H7ITBNU3.js:2
K @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:563
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:563
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_execute @ main-SQ6OGT3B.js:3
execute @ main-SQ6OGT3B.js:3
flush @ main-SQ6OGT3B.js:3
P.<computed> @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
p.useG.invoke @ polyfills-H7ITBNU3.js:1
d.args.<computed> @ polyfills-H7ITBNU3.js:1
Show 45 more frames
main-SQ6OGT3B.js:4 ERROR b1 {headers: e, status: 404, statusText: 'Unknown Error', url: 'http://10.192.162.136/osrest/api/serviceinfo/ping', ok: false, …}
handleError @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
emit @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
onHandleError @ main-SQ6OGT3B.js:4
handleError @ polyfills-H7ITBNU3.js:1
runGuarded @ polyfills-H7ITBNU3.js:1
t.microtaskDrainDone @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
resolve @ polyfills-H7ITBNU3.js:2
s @ main-SQ6OGT3B.js:1
o @ main-SQ6OGT3B.js:1
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:2
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
resolve @ polyfills-H7ITBNU3.js:2
s @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:5
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:5
o @ main-SQ6OGT3B.js:1
invoke @ polyfills-H7ITBNU3.js:1
onInvoke @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:2
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
onScheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
qz @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
doRequest @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
b @ main-SQ6OGT3B.js:3
d @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
Hh @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
A @ polyfills-H7ITBNU3.js:2
K @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:563
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:563
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_execute @ main-SQ6OGT3B.js:3
execute @ main-SQ6OGT3B.js:3
flush @ main-SQ6OGT3B.js:3
P.<computed> @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
p.useG.invoke @ polyfills-H7ITBNU3.js:1
d.args.<computed> @ polyfills-H7ITBNU3.js:1
Show 72 more frames
main-SQ6OGT3B.js:563 Call keep alive
polyfills-H7ITBNU3.js:2 GET http://10.192.162.136/osrest/api/serviceinfo/ping 404
(anonymous) @ polyfills-H7ITBNU3.js:2
t.<computed> @ polyfills-H7ITBNU3.js:1
Ul.fetchImpl @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
doRequest @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
b @ main-SQ6OGT3B.js:3
d @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
Hh @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
A @ polyfills-H7ITBNU3.js:2
K @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:563
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:563
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_execute @ main-SQ6OGT3B.js:3
execute @ main-SQ6OGT3B.js:3
flush @ main-SQ6OGT3B.js:3
P.<computed> @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
p.useG.invoke @ polyfills-H7ITBNU3.js:1
d.args.<computed> @ polyfills-H7ITBNU3.js:1
Show 45 more frames
main-SQ6OGT3B.js:4 ERROR b1 {headers: e, status: 404, statusText: 'Unknown Error', url: 'http://10.192.162.136/osrest/api/serviceinfo/ping', ok: false, …}
handleError @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
emit @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
onHandleError @ main-SQ6OGT3B.js:4
handleError @ polyfills-H7ITBNU3.js:1
runGuarded @ polyfills-H7ITBNU3.js:1
t.microtaskDrainDone @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
resolve @ polyfills-H7ITBNU3.js:2
s @ main-SQ6OGT3B.js:1
o @ main-SQ6OGT3B.js:1
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:2
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
resolve @ polyfills-H7ITBNU3.js:2
s @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:5
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:5
o @ main-SQ6OGT3B.js:1
invoke @ polyfills-H7ITBNU3.js:1
onInvoke @ main-SQ6OGT3B.js:4
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:2
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
q @ polyfills-H7ITBNU3.js:1
Promise.then (async)
j @ polyfills-H7ITBNU3.js:1
K @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
onScheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleTask @ polyfills-H7ITBNU3.js:1
scheduleMicroTask @ polyfills-H7ITBNU3.js:1
o @ polyfills-H7ITBNU3.js:2
I @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
(anonymous) @ polyfills-H7ITBNU3.js:1
Promise.then (async)
(anonymous) @ polyfills-H7ITBNU3.js:2
A @ polyfills-H7ITBNU3.js:2
f.then @ polyfills-H7ITBNU3.js:2
qz @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
doRequest @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
b @ main-SQ6OGT3B.js:3
d @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
Hh @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
A @ polyfills-H7ITBNU3.js:2
K @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:563
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:563
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_execute @ main-SQ6OGT3B.js:3
execute @ main-SQ6OGT3B.js:3
flush @ main-SQ6OGT3B.js:3
P.<computed> @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
p.useG.invoke @ polyfills-H7ITBNU3.js:1
d.args.<computed> @ polyfills-H7ITBNU3.js:1
Show 72 more frames
main-SQ6OGT3B.js:563 Call keep alive
polyfills-H7ITBNU3.js:2 GET http://10.192.162.136/osrest/api/serviceinfo/ping 404
(anonymous) @ polyfills-H7ITBNU3.js:2
t.<computed> @ polyfills-H7ITBNU3.js:1
Ul.fetchImpl @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
invoke @ polyfills-H7ITBNU3.js:1
run @ polyfills-H7ITBNU3.js:1
runOutsideAngular @ main-SQ6OGT3B.js:4
(anonymous) @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
doRequest @ main-SQ6OGT3B.js:5
(anonymous) @ main-SQ6OGT3B.js:5
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
b @ main-SQ6OGT3B.js:3
d @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_trySubscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
Hh @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
Lo @ main-SQ6OGT3B.js:3
subscribe @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
A @ polyfills-H7ITBNU3.js:2
K @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:563
(anonymous) @ main-SQ6OGT3B.js:1
A @ polyfills-H7ITBNU3.js:2
k @ main-SQ6OGT3B.js:1
(anonymous) @ main-SQ6OGT3B.js:563
next @ main-SQ6OGT3B.js:3
_next @ main-SQ6OGT3B.js:3
next @ main-SQ6OGT3B.js:3
(anonymous) @ main-SQ6OGT3B.js:3
_execute @ main-SQ6OGT3B.js:3
execute @ main-SQ6OGT3B.js:3
flush @ main-SQ6OGT3B.js:3
P.<computed> @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
onInvokeTask @ main-SQ6OGT3B.js:4
invokeTask @ polyfills-H7ITBNU3.js:1
runTask @ polyfills-H7ITBNU3.js:1
invokeTask @ polyfills-H7ITBNU3.js:1
p.useG.invoke @ polyfills-H7ITBNU3.js:1
d.args.<computed> @ polyfills-H7ITBNU3.js:1
Show 45 more frames
Ein Statuscode 404 beim http://10.192.162.136/osrest/api/serviceinfo/ping kingt sehr nach einem fehlenden bzw. nicht sauber laufenden AppConnector. In manchen Fällen ist hier das Gateway das Problem und muss durchgestartet werden (z.B. wenn das Gateway vor dem enaio-Service gestartet wurde).
Ein einfacher Test ist hier der Endpunkt: http://10.192.162.136/osrest/api/session
Hier sollten Ihre Benutzerinformationen kommen. Wenn hier ein Fehler kommt, dann passt etwas mit dem AppConnector nicht.
Die ursprüngliche Fehlerbeschreibung mit den Stempeln hängt aber nicht damit zusammen. Bei diesem Thema melde ich mich noch später.
danke für die Hilfe, ja da wir unsere Dienste teils auf verschiedenen VMs haben war dieser noch nicht neu durchgestartet.
Der 404 Fehler ist also behoben.
Meine aktuelle Konsole sieht eigentlich ganz in Ordnung aus, es können lediglich ein paar Schriften nicht geladen werden:
Zusammenfassung
'main-SQ6OGT3B.js:563 The useDefaultLang and defaultLanguage options are deprecated. Please use fallbackLang instead.
hC @ main-SQ6OGT3B.js:563
main-SQ6OGT3B.js:563 10 10 7
main-SQ6OGT3B.js:563 Object
main-SQ6OGT3B.js:563 Register Interceptor
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 a
main-SQ6OGT3B.js:563 Load Webviewer
main-SQ6OGT3B.js:563 No document loaded
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
logDebugInfo.js:47 Object
main-SQ6OGT3B.js:563 Load Language
main-SQ6OGT3B.js:563 Load Theme
main-SQ6OGT3B.js:563 Update Freatures
main-SQ6OGT3B.js:563 Webviewer initialized
main-SQ6OGT3B.js:563 Trigger Interceptors init method
main-SQ6OGT3B.js:563 Register SaveAs Handler
main-SQ6OGT3B.js:563 Start execute Interceptors
main-SQ6OGT3B.js:563 Start Execute Interceptors onInitEditorConfiguration
main-SQ6OGT3B.js:563 Finished Execute Interceptors onInitEditorConfiguration
main-SQ6OGT3B.js:563 Execute Interceptors finished
main-SQ6OGT3B.js:563 Trigger Interceptors init method finished
main-SQ6OGT3B.js:563 Register Subscriber on state Subject
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Arimo.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Caladea.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Carlito.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Cousine.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/LiberationSerif.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/OpenSans.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Roboto.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/RobotoMono.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/webfonts/Tinos.ttf) format(truetype)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Lato-Regular.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Lato-Italic.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Lato-Bold.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Lato-BoldItalic.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/GreatVibes-Regular.woff2) format(woff2),url(./assets/fonts/GreatVibes-Regular.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Satisfy.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Nothing-You-Could-Do.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/La-Belle-Aurore.woff) format(woff)‘) could not be parsed as a value list.
/ed/pdfviewer/ui/ind…=11.6.1&ui=legacy:1 Uncaught (in promise) DOMException: The source provided (‚url(./assets/fonts/Whisper.woff) format(woff)‘) could not be parsed as a value list.
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Load ObjectInfo for 352278. ForceReload false
main-SQ6OGT3B.js:563 Load ObjectInfo for 352278. ForceReload false
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Load ObjectInfo for 352277. ForceReload false
main-SQ6OGT3B.js:563 Load ObjectInfo for 352277. ForceReload false
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID null is unchanged.
main-SQ6OGT3B.js:563 No object selected
main-SQ6OGT3B.js:563 Start Execute Interceptors OnState
main-SQ6OGT3B.js:563 Finished Execute Interceptors OnState
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 352278 is unchanged.
main-SQ6OGT3B.js:563 Fire State Event
main-SQ6OGT3B.js:563 Try to load document with id 352278
main-SQ6OGT3B.js:563 Close current document
main-SQ6OGT3B.js:563 Start execute Interceptors
main-SQ6OGT3B.js:563 Start Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Finished Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Execute Interceptors finished
main-SQ6OGT3B.js:563 Load Document from /dms/objects/352278/contents/file
main-SQ6OGT3B.js:563 Start Execute Interceptors OnState
main-SQ6OGT3B.js:563 Finished Execute Interceptors OnState
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 352277 is unchanged.
main-SQ6OGT3B.js:563 Fire State Event
main-SQ6OGT3B.js:563 Selected object changed. Close current document with id 352278
main-SQ6OGT3B.js:563 Try to load document with id 352277
main-SQ6OGT3B.js:563 Close current document
main-SQ6OGT3B.js:563 Start execute Interceptors
main-SQ6OGT3B.js:563 Start Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Finished Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Execute Interceptors finished
main-SQ6OGT3B.js:563 Load Document from /dms/objects/352277/contents/file
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 352277 is unchanged.
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 352277 is unchanged.
main-SQ6OGT3B.js:563 Start Execute Interceptors OnState
main-SQ6OGT3B.js:563 Finished Execute Interceptors OnState
main-SQ6OGT3B.js:563 Fire State Event
PDFworker.js:44 There may be some degradation of performance. Your server has not been configured to serve .gz. and .br. files with the expected Content-Encoding. See Why does WebViewer give a warning about Content-Encoding when loading from my server? | Apryse documentation for instructions on how to resolve this.
m @ PDFworker.js:44
main-SQ6OGT3B.js:563 Start execute Interceptors
main-SQ6OGT3B.js:563 Start Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Finished Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Execute Interceptors finished
PDFworker.js:44 There may be some degradation of performance. Your server has not been configured to serve .gz. and .br. files with the expected Content-Encoding. See Why does WebViewer give a warning about Content-Encoding when loading from my server? | Apryse documentation for instructions on how to resolve this.
m @ PDFworker.js:44
main-SQ6OGT3B.js:563 annotationModified resetted
main-SQ6OGT3B.js:563 Read PDF/A Compliance claim
main-SQ6OGT3B.js:563 Start execute Interceptors
main-SQ6OGT3B.js:563 Start Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Finished Execute Interceptors onUpdateEditorConfiguration
main-SQ6OGT3B.js:563 Execute Interceptors finished
main-SQ6OGT3B.js:563 Keep ObjectInfo. ID 352277 is unchanged.
main-SQ6OGT3B.js:563 Call keep alive
Call keep alive
’
Leider besteht aber in diesem Zustand das Problem mit dem Stempelbutton der sichtbar ist aber kein Dropdown Menü zur Auswahl gibt. Ich kann Dokumente Bearbeiten und lesen, jedoch nicht Stempeln / Unterschriften setzen.
In der neuen 2.4.3 scheint es jetzt zu funktionieren. Zwar nicht mehr als Dropdown sondern in der Seitenleiste, wo auch die Unterschriften angezeigt werden. Aber das ist erstmal nebensächlich.
Danke. Ich werde die Version nun weiter testen und sollten keine neuen Probleme hinzugekommen sein und einige unserer alten evtl. behoben wird das Ganze ins Produktivsystem übernommen.
Eine Frage hätte ich aber. Für das Testsystem musste ich einmal die Java Version auf 17 updaten. Das müsste ja dann für unser Produktivsystem auch vorgenommen werden, gibt es hier ggf. eine Vorgehensweise? Oder kann man sich regulär an die Installation vom jdk-17 und Oracle halten?
wenn ich die Frage richtig verstehe, dann liefert enaio 10.10 immer auch eine JDK 17 im Ordner jdk17_x64 mit. Daher dürfte hier die Installation der JDK 17 nicht zwingend notwendig sein.
Wieso musstest du im Test die JDK 17 installieren oder ging es dabei um einen Securityupdate?
ich habe die Version 17 installiert, da ich beim Start folgende Meldungen in den Logs erhalten hatte:
ed.9888 : Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/loader/launch/JarLauncher has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
ich habe dann später bemerkt das man bei ed in der service-watcher-sw.yml auch folgendes eintragen kann:
das ist wirklich ungewöhnlich. Die 61.0 ist wirklich die JDK17. Ich habe kurz einen Test in unserer 10.10 gemacht und hier startet der Service sauber mit der JDK17.
Das alte Development System hat bei uns den Service Manager 10.10.0.1 mit einem JDK 17.0.2.0 im jdk17_x64 Ordner.
Hast du schon im Ordner service-manager\jdk17_x64\bin die java.exe geprüft?
Wird hier in der Version die 17.x.x angezeigt?
Also nachdem ich die Java Version parallel aktualisiert hatte war es eigentlich kein Problem mehr, testen konnte ich auch nicht direkt, ob evtl. nur der Eintrag jdk: „jdk17“ ausreichen würde. Ich vermute mal stark das wäre genug.
Ist auch die korrekte Version die hier mitgekommen ist. Also die 17.0.2.0
Stempel werden mir wie gesagt in der ED V.2.4.3 angezeigt.
Ob das mit dem „Verlust“ der Stempel nach erneuter Anmeldung zusammenhängt weiß ich nicht genau, falls nicht, kann ich gerne noch ein 2. Thema öffnen.