Zum Inhalt springen
Zurück zur Startseite

Kanzleisoftware | Kostenlos | Open Source

Kanzleisoftware | Kostenlos | Open Source

  • Startseite
  • Aktuelles
  • Funktionen
  • Download
  • Informationen
    • Screenshots
    • Online-Demo
    • Meinungen…
    • Medienecho
    • Installation
      • Installation Windows
      • Installation Linux
      • Installation macOS
    • Kurzanleitung
    • Dokumentation
    • Support
    • Lizenz
    • Entscheidungshilfe für Versand via beA
  • Community
    • Mitmachen!
    • Newsletter
    • Unterstützer
    • Forum
    • Wiki & Tickets
    • Vorlagen
  • Kaufen
    • cloudbasiert nutzen
    • KI-Funktionen integrieren
    • Services
    • j-lawyer.BOX Kanzleiserver
    • j-lawyer.BOX virtualisiert
    • Merchandising
  • Impressum
Startseite » Foren » Installation » Kein Login möglich (Client) » Seite 2

Kein Login möglich (Client)


Startseite › Foren › Installation › Kein Login möglich (Client)

Verschlagwortet: 3306, admin, Installation, Login, Mac, Mac OS X, MySQL, Port, Server, user, Yosemite

  • This topic has 28 Antworten, 3 Stimmen, and was last updated vor 9 years, 9 months by j-lawyer.org.
14 Beiträge anzeigen - 16 bis 29 (von insgesamt 29)
← 1 2
  • Autor
    Beiträge
  • 15. September 2015 um 20:56 #1191
    j-lawyer.org
    Keymaster

    Okay, dann können wir jetzt nochmal folgendes tun:

    /usr/local/mysql/bin/mysql -u root -p

    und dann wenn

    mysql>

    erscheint bitte folgendes eingeben und die Ausgabe hier posten:

    SHOW GLOBAL VARIABLES LIKE 'PORT';

    15. September 2015 um 21:01 #1192
    Jack
    Participant

    Last login: Tue Sep 15 21:01:31 on console
    Dzeks-MacBook-Pro:~ dzekopacak$ /usr/local/mysql/bin/mysql -u root -p
    Enter password:
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 1
    Server version: 5.6.26 MySQL Community Server (GPL)

    Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.

    Type ‚help;‘ or ‚\h‘ for help. Type ‚\c‘ to clear the current input statement.

    mysql> SHOW GLOBAL VARIABLES LIKE ‚PORT‘;
    +—————+——-+
    | Variable_name | Value |
    +—————+——-+
    | port | 3307 |
    +—————+——-+
    1 row in set (0,02 sec)

    mysql>

    15. September 2015 um 21:10 #1193
    j-lawyer.org
    Keymaster

    Sehr gut. MySQL hat – warum auch immer – bei der Installation entschieden, den Port 3307 statt 3306 zu verwenden. Das muss nun dem j-lawyer.org Server bekannt gemacht werden:

    Bearbeiten Sie die Datei ~/j-lawyer-server/jboss-6.1.0.Final/server/default/deploy/jlawyerdb-ds.xml und ändern Sie die Zeile

    <connection-url>jdbc:mysql://localhost:3306/jlawyerdb</connection-url>

    in

    <connection-url>jdbc:mysql://localhost:3307/jlawyerdb</connection-url>

    ändern.

    Der j-lawyer.org Server muss dann neu gestartet werden, dann bitte nochmal probieren ob ein j-lawyer.org Client sich nun verbinden kann.

    • Diese Antwort wurde vor vor 9 years, 9 months von j-lawyer.org bearbeitet.
    15. September 2015 um 21:44 #1195
    Jack
    Participant

    Im Dock öffnet sich zwar das „Java“-Symbol, aber es erscheint kein Popup, wo ich die Daten eintragen könnte. Habe den Server beendet und den Rechner neu gestartet und danach den Server wieder gestartet…gleiches Ergebnis…

    15. September 2015 um 21:48 #1196
    j-lawyer.org
    Keymaster

    Bitte etwas genauer – bei welcher Aktion öffnet sich das Java-Symbol im Dock? Beim Start des Servers oder des Clients? Der Server konnte doch bereits gestartet werden, oder (zumindest habe ich ja die Logdatei erhalten)?

    15. September 2015 um 21:53 #1197
    Jack
    Participant

    Entschuldigung. Beim Starten des Servers öffnet sich das Java-Symbol im Dock. Aber das Popup-Fenster zum Eintragen von „admin/a“ ist nicht zu sehen, so dass ich mich nicht anmelden kann.

    15. September 2015 um 21:56 #1198
    j-lawyer.org
    Keymaster

    Danke – wie wird der Client gestartet? Im Terminal mit

    sh run-mac.sh

    ? Falls nicht, bitte mal diese Weg probieren und die Ausgabe posten. Danke!

    15. September 2015 um 22:00 #1199
    Jack
    Participant

    Nachdem der Server gestartet ist (und das Java-Symbol ohne Popup erscheint), kommt nach sh run-mac.sh im Terminal folgender Text:

    21:58:20,896 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
    21:58:20,898 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
    21:58:20,899 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final „Neo“] Started in 23s:56ms
    sh run-mac.sh

    Sind nur die untersten Zeilen. Oder wird der komplette Text benötigt?

    15. September 2015 um 22:28 #1200
    j-lawyer.org
    Keymaster

    Bitte mal den Server laufen lassen und den Client in einem NEUEN Terminal starten, d.h. zusätzliches Terminal öffnen, in das Verzeichnis des Clients wechseln und

    
    sh run-mac.sh

    starten und Ausgabe hier posten.

    Danke!

    15. September 2015 um 22:33 #1201
    Jack
    Participant

    Last login: Tue Sep 15 22:31:40 on ttys000
    Dzeks-MacBook-Pro:~ dzekopacak$ cd ~/j-lawyer-client
    Dzeks-MacBook-Pro:j-lawyer-client dzekopacak$ sh run-mac.sh
    22:32:27,498 INFO [Main] Java: 1.8.0_60
    22:32:38,885 ERROR [LoginDialog] Invalid user credentials
    javax.ejb.EJBAccessException: Invalid User
    at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:161)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:392)
    at org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:53)
    at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)
    at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
    at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
    at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791)
    at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744)
    at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:548)
    at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234)
    at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:218)
    at org.jboss.remoting.Client.invoke(Client.java:2070)
    at org.jboss.remoting.Client.invoke(Client.java:879)
    at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:77)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.async.impl.interceptor.AsynchronousClientInterceptor.invoke(AsynchronousClientInterceptor.java:143)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
    at com.sun.proxy.$Proxy4.invoke(Unknown Source)
    at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:185)
    at com.sun.proxy.$Proxy3.login(Unknown Source)
    at com.jdimension.jlawyer.client.LoginDialog.cmdLoginActionPerformed(LoginDialog.java:259)
    at com.jdimension.jlawyer.client.LoginDialog.access$100(LoginDialog.java:31)
    at com.jdimension.jlawyer.client.LoginDialog$2.actionPerformed(LoginDialog.java:101)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
    at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:77)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.ejb3.async.impl.interceptor.AsynchronousClientInterceptor.invoke(AsynchronousClientInterceptor.java:143)
    at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
    at com.sun.proxy.$Proxy4.invoke(Unknown Source)
    at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:185)
    at com.sun.proxy.$Proxy3.login(Unknown Source)
    at com.jdimension.jlawyer.client.LoginDialog.cmdLoginActionPerformed(LoginDialog.java:259)
    at com.jdimension.jlawyer.client.LoginDialog.access$100(LoginDialog.java:31)
    at com.jdimension.jlawyer.client.LoginDialog$2.actionPerformed(LoginDialog.java:101)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
    at java.awt.Component.processMouseEvent(Component.java:6535)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6300)
    at java.awt.Container.processEvent(Container.java:2236)
    at java.awt.Component.dispatchEventImpl(Component.java:4891)
    at java.awt.Container.dispatchEventImpl(Container.java:2294)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
    at java.awt.Container.dispatchEventImpl(Container.java:2280)
    at java.awt.Window.dispatchEventImpl(Window.java:2750)
    at java.awt.Component.dispatchEvent(Component.java:4713)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.awt.EventQueue$4.run(EventQueue.java:729)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    15. September 2015 um 22:35 #1202
    Jack
    Participant

    Es öffnet sich zwar ein Popup nach dem Start des Clients, aber bei Eingabe von beiden Kombinationen (admin/a und user/u) öffnet sich ein neues Fenster mit „Fehler! Anmeldung fehlgeschlagen“

    15. September 2015 um 22:36 #1203
    j-lawyer.org
    Keymaster

    „Invalid user credentials“ sieht einfach nach falschen Logindaten aus.

    – Ist unter „Verbindung“ localhost eingestellt?
    – Wird user, u oder admin, a verwendet?

    15. September 2015 um 22:42 #1204
    Jack
    Participant

    Unter Verbindung ist localhost, JNDI-Port:1099 und HTTP-Port:8080 eingetragen.

    Wo soll user,u oder admin,a verwendet werden? Beim Login? Dort ja. Sollte es irgendwo in einer der Dateien (jlawyerdb-ds.xml oder properties-service.xml) noch geändert werden müssen, dann habe ich es noch nicht geändert…

    15. September 2015 um 22:47 #1205
    j-lawyer.org
    Keymaster

    Nur beim Login, sonst nirgends.

    Ich schlage folgendes vor:
    – bitte nochmal die server.log zippen und schicken
    – wir telefonieren uns kurz zusammen und ich schaue per Teamviewer direkt drauf – bei Interesse müssten wir einen Termin abstimmen.

    Danke und Gruß,
    Jens
    (j-lawyer.org)

  • Autor
    Beiträge
14 Beiträge anzeigen - 16 bis 29 (von insgesamt 29)
← 1 2
  • Du musst angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.
Anmelden

Log in / Register


Soziale Links

j-lawyer.CLOUD

✓Hosting in Deutschland ✓Support ✓einfach und sicher

Kostenlos testen

Unterstützen

Sponsor werden
Direkt unterstützen
Amazon-Wunschliste aufrufen
Merchandising-Artikel kaufen

Newsletter

Wir benutzen MailChimp als Newsletterplattform. Durch das Absenden dieses Formulars stimmen Sie der Verarbeitung Ihrer Daten entsprechend der Terms of Service und Privacy Policy zu.

Aktuelles

  • j-lawyer.org 3.3.0.1 behebt Fehler beim Erstellen von Wiedervorlagen 22. Mai 2025
  • j-lawyer.org 3.3 veröffentlicht 18. Mai 2025
  • j-lawyer.org 3.2 veröffentlicht 24. April 2025
  • Vorankündigung: j-lawyer.org 3.2 13. April 2025
  • neues Falldatenblatt für notarielle Kaufverträge 8. Februar 2025

Forum durchsuchen

Forum

  • Hinweis an die Entwickler
    vor 6 days, 9 hours
  • PDF Konvertierung fehlgeschlagen
    vor 3 weeks, 3 days
  • Anmeldedaten oder Verbindungsparameter falsch nach Update auf 3.2
    vor 3 weeks, 3 days
  • Hilfe beim Umzug von Windows Rechner Win 11 auf J-Lawyer Box
    vor 3 weeks, 4 days
  • j-lawyer-server-Dienst startet nicht
    vor 1 months

Anmelden

Anmelden
Registrieren Passwort vergessen

Neues

  • j-lawyer.org 3.3.0.1 behebt Fehler beim Erstellen von Wiedervorlagen
  • j-lawyer.org 3.3 veröffentlicht
  • j-lawyer.org 3.2 veröffentlicht
  • Vorankündigung: j-lawyer.org 3.2
  • neues Falldatenblatt für notarielle Kaufverträge
  • Anwender(-innen)treffen in Leipzig
  • Drebis wird eingestellt
  • Fehlerkorrektur E-Mail-Integration
  • „Assistent Ingo“ – KI-Funktionen in j-lawyer.org integriert
  • j-lawyer.org 3.1 veröffentlicht
  • Vorabinformation: j-lawyer.org 3.1
  • j-lawyer.org 3.0 veröffentlicht
  • Brown Bag Session am 01.11.: j-lawyer.org 3.0
  • Vorschau: j-lawyer.org 2.7
  • Vorschau: elektronische Rechnungen
  • j-lawyer.org 2.6.1 veröffentlicht
  • E-POST: Korrektur bzgl. Einschreiben notwendig
  • Brown Bag Session am 15.03.: j-lawyer.org 2.6
  • j-lawyer.org 2.6 veröffentlicht
  • Bedarfserfassung WebAkte-Integration

Tags

1.8.1 1.9 1.9.1 1.10 1.11 2.0 2.3 2.6 Anwaltspostfach beA Berechnung BRAK Buchhaltung Client Community Datensicherung Dokumente Download Drebis E-Mail Installation Installer j-lawyer.BOX j-lawyer.org Kalender Leipzig LibreOffice Linux Meeting Nextcloud Open Source PDF Plugin Projekt Rechnungen Release RVG Schnittstelle Server Synchronisation Test Update Veröffentlichung Vorlagen Windows

Navigation

  • Community
    • Aktuelles
    • Forum
    • Mitmachen!
    • Newsletter
    • Unterstützer
    • Vorlagen
    • Wiki & Tickets
  • Download
  • Funktionen
  • Kaufen
    • j-lawyer.BOX Kanzleiserver
    • j-lawyer.BOX virtualisiert
    • Merchandising
    • Services
      • E-POST BUSINESS freischalten
  • Startseite
  • Downloads für Windows, Linux und Mac
  • Informationen
    • Entscheidungshilfe für Versand via beA
    • Medienecho
    • Meinungen…
    • Online-Demo
    • Screenshots
    • Installation
      • Installation Linux
      • Installation macOS
      • Installation Windows
        • Firewallkonfiguration für Server
    • Kurzanleitung
    • Dokumentation
    • Support
    • Lizenz
  • Impressum
    • Datenschutz

Suche

Newsletter

Wir benutzen MailChimp als Newsletterplattform. Durch das Absenden dieses Formulars stimmen Sie der Verarbeitung Ihrer Daten entsprechend der Terms of Service und Privacy Policy zu.

Unterstützer

j-lawyer.org nutzt den Multi-Platform Java Installer Builder der ej-technologies GmbH
install4j

 

Trademarks

MySQL®, Java®, JBoss®, LibreOffice®, OpenOffice.org® and Linux® are registered trademarks of their respective owners. The owner of j-lawyer.org uses these products without modification and has otherwise no business relation with the companies owning these trademarks.

· © 2025 j-lawyer.org ·

Diese Website benutzt ausschließlich technisch notwendige Cookies, jedoch keine von Drittanbietern. Bitte stimme der Nutzung der ausschließlich funktionalen Cookies zu.Ich stimme zu