Porfavor

Erstellte Forenantworten

15 Beiträge anzeigen - 16 bis 30 (von insgesamt 36)
  • Autor
    Beiträge
  • als Antwort auf: Webhooks #5466
    Porfavor
    Teilnehmer

    Ist in dieser Richtung eigentlich weiterhin nichts vorgesehen? Mit der Dokumentation für die REST API komme ich leider überhaupt nicht weiter, weil ich nicht weiß, wo ich ansetzen soll.

    Wenn die Adressid übergeben wird, warum geht dann nicht auch mehr?
    Könnte man ein entsprechendes Feature eventuell sponsorn?

    als Antwort auf: Client hängt bei „Lade E-Mail-Posteingang“ #5135
    Porfavor
    Teilnehmer

    Ich habe gerade ein Update gemacht. Auf den ersten Blick geht es mit 2.2 flüssiger! Ich werde es mal beobachten.

    als Antwort auf: Client hängt bei „Lade E-Mail-Posteingang“ #5132
    Porfavor
    Teilnehmer

    Das Arbeiten im E-Mail-Postfach (Gmail) ist leider wirklich sehr träge. Im Übrigen ist alles verhältnismäßig flüssig. An der Hardware-Dimensionierung liegt es demnach wohl nicht. Grundsätzlich sind im gesamten Postfach zwar viele E-Mails abgelegt, das aber dürfte ja nicht das Problem sein? Denn die Trägheit ist auch vorhanden, wenn ich in Unterordnern mit wenigen E-Mails arbeite.

    als Antwort auf: Client hängt bei „Lade E-Mail-Posteingang“ #5052
    Porfavor
    Teilnehmer

    Eigentlich hat sich diesbezüglich nichts Signifikantes im Vergleich zu vorher verändert, würde ich sagen. Immerhin weiß ich aber, dass der Client nach geraumer Zeit geladen hat, wenn auch langsamer als sonst, und kann das dann akzeptieren. Wahrscheinlich gab es gestern noch ein anderes Bottleneck.

    als Antwort auf: „Beglaubigt“-Stempel #5048
    Porfavor
    Teilnehmer

    Ich denke, in Zeiten der Existenz des beA ist das Thema nur noch begrenzt relevant.

    als Antwort auf: Client hängt bei „Lade E-Mail-Posteingang“ #5047
    Porfavor
    Teilnehmer

    Wie gesagt: Es trat auf, ohne dass es irgendwelche derartigen Änderungen gab. Mit der Authentifizierung gibt es im Übrigen (z.B. in E-Mail-Clients) keinerlei Probleme.

    als Antwort auf: Fehler bei Umwandlung PDF #4394
    Porfavor
    Teilnehmer

    Vielen Dank! Speichern im docx-Format führt sodann zu einer korrekten Umwandlung. Ich werde die Vorlagen umstellen.

    als Antwort auf: Fehler bei Umwandlung PDF #4392
    Porfavor
    Teilnehmer

    Ich habe herausgefunden, dass LibreOffice mit bei den Aufzählungszeichen (ansonsten nicht) statt Georgia Calibri auswirft. Ich kann dies dort auch nicht ändern. Es bringt immer zurück auf Calibri. Sehr komisch.

    als Antwort auf: Fehler bei Umwandlung PDF #4391
    Porfavor
    Teilnehmer

    Dort ist die Nummerierung auch falsch (wie im PDF). Ich würde eigentlich gerne mit MS Word arbeiten. Dies würde dann wohl dazu führen, dass ich auf LibreOffice umstellen müsste.

    Kann der Fehler durch anderes Vorgehen in MS Word ggf. verhindert werden?

    als Antwort auf: Probleme mit Platzhaltern #3957
    Porfavor
    Teilnehmer

    Danke für die prompte Antwort. Ich hatte Microsoft Word verwendet. Zwischenspeichern und neu speichern in Word scheint das Formatierungs-Problem gelöst zu haben. Bleibt noch die fehlende Anrede. Die Version des Clients ist 1.12.0.10, des Servers laut Client ebenso.

    als Antwort auf: Fehler bei Backup #3840
    Porfavor
    Teilnehmer

    Hervorragend, danke!

    als Antwort auf: Fehler bei Backup #3837
    Porfavor
    Teilnehmer

    Hallo, es handelt sich um ein Synology NAS, also proprietär. Kann das etwas mit der SMB-Version oder anderen Einstellungen am Ziel zu tun haben?

    • Diese Antwort wurde vor vor 4 Jahren, 2 Monaten von Porfavor bearbeitet.
    als Antwort auf: Fehler bei Backup #3835
    Porfavor
    Teilnehmer

    Oben habe ich natürlich wieder ein paar Werte ersetzt:

    2020-08-31 18:07:49,368 INFO  [com.jdimension.jlawyer.services.IntegrationService] (default task-122) validating external storage location: smb://USER:PW@ADDRESS
    2020-08-31 18:07:49,368 ERROR [com.jdimension.jlawyer.services.IntegrationService] (default task-122) Could not validate external storage location [LOCATION]: Failed to connect: [ADDRESS]: jcifs.smb.SmbException: Failed to connect: [ADDRESS]
    jcifs.util.transport.TransportException: Connection in error
    jcifs.util.transport.TransportException
    jcifs.smb.SmbException: This client does not support the negotiated dialect.
    	at jcifs.smb.SmbTransport.doConnect(SmbTransport.java:329)
    	at jcifs.util.transport.Transport.run(Transport.java:241)
    	at java.lang.Thread.run(Thread.java:748)
    
    	at jcifs.util.transport.Transport.run(Transport.java:258)
    	at java.lang.Thread.run(Thread.java:748)
    
    	at jcifs.util.transport.Transport.connect(Transport.java:154)
    	at jcifs.smb.SmbTransport.connect(SmbTransport.java:307)
    	at jcifs.smb.SmbTree.treeConnect(SmbTree.java:156)
    	at jcifs.smb.SmbFile.doConnect(SmbFile.java:911)
    	at jcifs.smb.SmbFile.connect(SmbFile.java:957)
    	at jcifs.smb.SmbFile.connect0(SmbFile.java:880)
    	at jcifs.smb.SmbFile.queryPath(SmbFile.java:1338)
    	at jcifs.smb.SmbFile.exists(SmbFile.java:1420)
    	at com.jdimension.jlawyer.storage.SambaFile.exists(SambaFile.java:755)
    	at com.jdimension.jlawyer.services.IntegrationService.validateExternalStorageLocation(IntegrationService.java:1019)
    	at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
    	at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    	at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    	at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
    	at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
    	at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:618)
    	at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    	at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
    	at org.wildfly.security.auth.server.SecurityIdentity.runAsFunctionEx(SecurityIdentity.java:406)
    	at org.jboss.as.ejb3.remote.AssociationImpl.invokeWithIdentity(AssociationImpl.java:565)
    	at org.jboss.as.ejb3.remote.AssociationImpl.invokeMethod(AssociationImpl.java:546)
    	at org.jboss.as.ejb3.remote.AssociationImpl.lambda$receiveInvocationRequest$0(AssociationImpl.java:197)
    	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
    	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
    	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
    	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
    	at java.lang.Thread.run(Thread.java:748)
    
    	at jcifs.smb.SmbTransport.connect(SmbTransport.java:309)
    	at jcifs.smb.SmbTree.treeConnect(SmbTree.java:156)
    	at jcifs.smb.SmbFile.doConnect(SmbFile.java:911)
    	at jcifs.smb.SmbFile.connect(SmbFile.java:957)
    	at jcifs.smb.SmbFile.connect0(SmbFile.java:880)
    	at jcifs.smb.SmbFile.queryPath(SmbFile.java:1338)
    	at jcifs.smb.SmbFile.exists(SmbFile.java:1420)
    	at com.jdimension.jlawyer.storage.SambaFile.exists(SambaFile.java:755)
    	at com.jdimension.jlawyer.services.IntegrationService.validateExternalStorageLocation(IntegrationService.java:1019)
    	at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
    	at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
    	at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    	at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362)
    	at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
    	at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
    	at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
    	at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:618)
    	at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
    	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
    	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
    	at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
    	at org.wildfly.security.auth.server.SecurityIdentity.runAsFunctionEx(SecurityIdentity.java:406)
    	at org.jboss.as.ejb3.remote.AssociationImpl.invokeWithIdentity(AssociationImpl.java:565)
    	at org.jboss.as.ejb3.remote.AssociationImpl.invokeMethod(AssociationImpl.java:546)
    	at org.jboss.as.ejb3.remote.AssociationImpl.lambda$receiveInvocationRequest$0(AssociationImpl.java:197)
    	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
    	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
    	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
    	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
    	at java.lang.Thread.run(Thread.java:748)
    
    
    als Antwort auf: Fehler bei Backup #3833
    Porfavor
    Teilnehmer

    Jetzt klappt aber die Synchronisation nicht. Möglicherweise gebe ich hier etwas falsch ein. Die Eingabe erfolgt wie folgt (habe die Daten natürlich ersetzt):

    Windows- / SMB-Freigabeordner

    Rechnername: server.domain.local
    Nutzername: Lokaler Administrator auf Zielserver (Domain-Admin geht aber auch nicht)
    Passwort: Das Passwort eben
    Ordner: \Backup\unterordner

    Fehlermeldung: Die Angaben sind ungültig. Failed to connect.
    Die IP des Zielservers wird erkannt.
    Mit der Freigabe gibt es ansonsten keine Probleme.

    Was könnte hier falsch sein?

    als Antwort auf: Fehler bei Backup #3832
    Porfavor
    Teilnehmer

    Schande über mein Haupt. Das Passwort war tatsächlich nicht richtig, statt einem b war ein p an einer Stelle hinterlegt. Das habe ich tatsächlich nicht gesehen. Es scheint nun nun zu gehen.

    Vielen Dank!

15 Beiträge anzeigen - 16 bis 30 (von insgesamt 36)