Porfavor

Erstellte Forenantworten

9 Beiträge anzeigen - 31 bis 39 (von insgesamt 39)
  • Autor
    Beiträge
  • als Antwort auf: Fehler bei Backup #3835
    Porfavor
    Participant

    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
    Participant

    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
    Participant

    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!

    als Antwort auf: E-Mail Verbindung klappt nicht #3774
    Porfavor
    Participant

    Es handelt sich um ein Let’s Encrypt Zertifikat.

    als Antwort auf: E-Mail Verbindung klappt nicht #3771
    Porfavor
    Participant

    Hallo,

    danke für die Antwort. Da kann man dann also nichts machen? Wo liegt denn genau der Fehler? Bisher gab es keine Probleme (Mail-Clients).

    als Antwort auf: Server Start nach Installation nicht möglich? #3761
    Porfavor
    Participant

    Nein, ich meinte eher, was dann dann ggf. kosten würde. Und klar: Ich verstehe natürlich, wenn es hier nicht weitergehen kann.

    RDP möchte ich eigentlich nicht, da ich keine externen Ports freigeben und einen User mit sehr spezifischen Rechten einrichten möchte, wenn es nicht sein muss, von daher eher AnyDesk.

    als Antwort auf: Server Start nach Installation nicht möglich? #3758
    Porfavor
    Participant

    Da es sich um ein Produktivsystem und keine reine Testumgebung handelt, stellt sich erst einmal die Frage, wie das ablaufen würde. Des Weiteren möchte ich eigentlich auch nicht für etwas zahlen (ich nehme einmal an, dass das kostenpflichtig wäre), was ich ja gerade erst ausprobieren möchte.

    Kann man hier weitere Informationen bekommen?

    Gegebenenfalls muss ich eine neue VM aufsetzen und es dort probieren. Aus Ressourcengründen ist das jedoch auch nicht das Mittel der Wahl.

    als Antwort auf: Server Start nach Installation nicht möglich? #3755
    Porfavor
    Participant

    Ich habe die Datei per E-Mail gesendet.

    Folgende Zeile in der standalone-full.xml muss ja nicht angepasst werden, oder (steht nicht in der Anleitung), also nur

    <interfaces>
            <interface name="management">
                <inet-address value="meineIP"/>
            </interface>
            <interface name="public">
                <inet-address value="meineIP"/>
            </interface>
            <interface name="unsecure">
                <inet-address value="meineIP"/>
            </interface>
        </interfaces>

    ?

    als Antwort auf: Server Start nach Installation nicht möglich? #3752
    Porfavor
    Participant

    Hallo,

    vielen Dank für die Antwort. Da taucht allerdings schon das erste Problem auf. Der Dienst lässt sich nicht stoppen:

    „Windows could not stop the jlawyer.org-Server service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion.“

    Der Dienst hängt jetzt am Status „stopping“.

    Woran könnte das liegen?

9 Beiträge anzeigen - 31 bis 39 (von insgesamt 39)