verschiedene Fehler/Warnungen, Syncing new contact to cloud failed


Startseite Foren Hilfe bei Problemen verschiedene Fehler/Warnungen, Syncing new contact to cloud failed

Verschlagwortet: , ,

5 Beiträge anzeigen - 1 bis 5 (von insgesamt 5)
  • Autor
    Beiträge
  • #4726
    Inga
    Teilnehmer

    Hallo Jens und Interessierte,

    ich lasse seit dem letzten Serverupdate Warnungen und Fehlermeldungen des Servers protokollieren.
    $ more /var/log/j-lawyer-server/console.log | grep -i ‚warn|error‘

    Verschiedene Issues sind dabei aufgefallen. Keine der Meldungen scheint grundlegend fatal für den Serverdienst. Trotzdem denke ich, manche zeugen von einem beeinträchtigten Dienst und lassen sich evtl leicht beseitigen.

    > ERROR [com.jdimension.jlawyer.services.ContactSyncService] (EJB default – 6) Syncing new contact to cloud failed: 1a2b3c123d0000000000a1ab123a1abc: java.lang.NullPointerException

    liegt das am User?

    > WARNING [org.apache.tika.parsers.PDFParser] (default task-3) J2KImageReader not loaded. JPEG2000 files will not be processed.
    > WARNING [org.apache.tika.parser.SQLite3Parser] (default task-3) org.xerial’s sqlite-jdbc is not loaded.

    Muss hier eine Programmbibliothek nachinstalliert werden? bsp libtika-java ?

    > WARN [org.apache.pdfbox.pdmodel.font.PDType1Font] (Apache Tika: Akte.pdf) Using fallback font LiberationSans for base font Times-Roman

    Schriften nachinstallieren? libpdfbox-java?

    > ERROR [org.jboss.as.ejb3.invocation] (default task-38) WFLYEJB0034: EJB Invocation failed on component AppUserBeanFacade for method public abstract com.jdimension.jlawyer.persistence.AppUserBean com.jdimension.jlawyer.persistence.AppUserBeanFacadeLocal.findByPrincipalId(java.lang.String): javax.ejb.EJBTransactionRolledbackException: No entity found for query
    > ERROR [org.jboss.as.ejb3.invocation] (default task-55) WFLYEJB0034: EJB Invocation failed on component SystemManagement for method public abstract com.jdimension.jlawyer.persistence.AppUserBean com.jdimension.jlawyer.services.SystemManagementRemote.getUser(java.lang.String): javax.ejb.EJBTransactionRolledbackException: No entity found for query

    Hierzu fällt mir gar nichts ein 🙂

    Vielen Dank!

    #4728
    j-lawyer.org
    Administrator

    Hallo,

    > ERROR [com.jdimension.jlawyer.services.ContactSyncService] (EJB default – 6) Syncing new contact to cloud failed: 1a2b3c123d0000000000a1ab123a1abc: java.lang.NullPointerException

    Gibt es dazu noch mehr Informationen? Was steht danach im Log? Das wäre in der Tat ein Fehler, den ich anschauen müsste.

    > WARNING [org.apache.tika.parsers.PDFParser] (default task-3) J2KImageReader not loaded. JPEG2000 files will not be processed.
    > WARNING [org.apache.tika.parser.SQLite3Parser] (default task-3) org.xerial’s sqlite-jdbc is not loaded.

    Kann ignoriert werden.

    > WARN [org.apache.pdfbox.pdmodel.font.PDType1Font] (Apache Tika: Akte.pdf) Using fallback font LiberationSans for base font Times-Roman

    Kann ignoriert werden.

    > ERROR [org.jboss.as.ejb3.invocation] (default task-38) WFLYEJB0034: EJB Invocation failed on component AppUserBeanFacade for method public abstract com.jdimension.jlawyer.persistence.AppUserBean

    Tritt auf wenn ein Nutzer nicht deaktiviert (Login-Recht entziehen) sondern gelöscht wurde. In dem Fall steht er bspw. noch in den Aktenhistorien drin. Wird eine solche Akte dann geöffnet, wird versucht das Nutzer-Icon für diesen Nutzer zu ermitteln, was fehlschlägt weil es ihn nicht mehr gibt.

    Grüße
    Jens / j-lawyer.org

    #4749
    Inga
    Teilnehmer

    Danke für die Antwort, Jens.

    Sobald ich da mehr Infos aggregiert habe, teile ich sie hier.

    #4876
    Inga
    Teilnehmer

    Hallo,

    etwas spät, aber immerhin:

    [0m[0m15:54:10,214 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off
    [0m[0m15:54:22,214 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off
    [0m[0m15:54:34,215 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off
    [0m[0m15:54:44,438 INFO [com.jdimension.jlawyer.services.ContactSyncService] (EJB default – 3) Syncing new contact to cloud: a12e78bb7f000101118d9328c26b5cd0
    [0m[31m15:54:44,441 ERROR [com.jdimension.jlawyer.services.ContactSyncService] (EJB default – 3) Syncing new contact to cloud failed: a12e78bb7f000101118d9328c26b5cd0: java.lang.NullPointerException
    at deployment.j-lawyer-server.ear.j-lawyer-server-ejb.jar//com.jdimension.jlawyer.services.ContactSyncService.contactAdded(ContactSyncService.java:816)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    at org.jboss.as.weld.common@16.0.0.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
    at org.jboss.as.weld.common@16.0.0.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
    at org.jboss.as.weld.common@16.0.0.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    at org.jboss.weld.core@3.1.0.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
    at org.jboss.as.weld.common@16.0.0.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.security.AuthorizationInterceptor.processInvocation(AuthorizationInterceptor.java:138)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.singleton.ContainerManagedConcurrencyInterceptor.processInvocation(ContainerManagedConcurrencyInterceptor.java:106)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
    at org.wildfly.security.elytron-private@1.8.0.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:618)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
    at org.jboss.as.ee@16.0.0.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.LogDiagnosticContextRecoveryInterceptor.processInvocation(LogDiagnosticContextRecoveryInterceptor.java:82)
    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.AsyncFutureInterceptorFactory$2$2.runInvocation(AsyncFutureInterceptorFactory.java:152)
    at org.jboss.as.ejb3@16.0.0.Final//org.jboss.as.ejb3.component.interceptors.AsyncInvocationTask.run(AsyncInvocationTask.java:81)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
    at org.jboss.threads@2.3.3.Final//org.jboss.threads.JBossThread.run(JBossThread.java:485)

    [0m[0m15:54:46,216 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off
    [0m[0m15:54:58,216 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off
    [0m[0m15:55:10,216 INFO [com.jdimension.jlawyer.services.SingletonService] (Timer-7) directory observation is switched off

    #4877
    j-lawyer.org
    Administrator

    Danke, sehr hilfreich. Ich habe den Fehler gefunden und behoben. Werde die Korrektur mit der kommenden j-lawyer.org Version 2.1 bereitstellen.

    VG
    Jens / j-lawyer.org

5 Beiträge anzeigen - 1 bis 5 (von insgesamt 5)
  • Du musst angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.