Limpal
Erstellte Forenantworten
-
AutorBeiträge
-
LimpalTeilnehmer
Ist ok.
Wie machen wir das am besten?
LimpalTeilnehmerHallo,
ich hatte diesmal tatsächlich den sql server nicht installiert – bin davor aber schon in den gleichen fehler gelaufen obwohl er vor erst installation von J lawyer server installiert war.
der sql server läuf jetzt auf 3306.
allerdings, wie anfangs schon geschrieben kann ich mich NUR mit sudo an der Datenbank anmelden –
ERROR 1698 (28000): Access denied for user ‚root’@’localhost‘
selbst wenn ich die datenbank nach anleitung um einen richtigen user bzw das passwort angelegt habe, und danach den server und den client installiere, wird mir der login verweigert.
letzter eintrag aus dem server.log
Caused by: java.sql.SQLException: Access denied for user ‚root’@’localhost‘
at com.mysql@8.0.13//com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
at com.mysql@8.0.13//com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql@8.0.13//com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql@8.0.13//com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835)
at com.mysql@8.0.13//com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455)
at com.mysql@8.0.13//com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)
at com.mysql@8.0.13//com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)
at org.jboss.ironjacamar.jdbcadapters@1.4.12.Final//org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.createLocalManagedConnection(Lo$
… 48 moreLimpalTeilnehmerHallo,
das ergebnis von netstat -an | grep 3306 ist leer.
netstat -tulpen zeigt allerdings das ein dienst auf port 8080 lauscht.
sudo service j-lawyer-server status zeigt:
● j-lawyer-server.service – LSB: WildFly Application Server
Loaded: loaded (/etc/init.d/j-lawyer-server; generated)
Active: active (running) since Tue 2020-02-25 19:48:47 CET; 16min ago
Docs: man:systemd-sysv-generator(8)
Process: 1143 ExecStart=/etc/init.d/j-lawyer-server start (code=exited, status=0/SUCCESS)
Tasks: 107 (limit: 4915)
CGroup: /system.slice/j-lawyer-server.service
├─1165 /bin/sh /usr/local/j-lawyer-server/wildfly/bin/standalone.sh -c standalone.xml -b 0.0.0.0
└─1260 java -D[Standalone] -server -Xms256m -Xmx1024m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=384m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true –add-exports=java.base/sun.nio.ch=ALL-UNNAMED –add-exFeb 25 19:48:16 ThinkPad-T550 systemd[1]: Starting LSB: WildFly Application Server…
Feb 25 19:48:16 ThinkPad-T550 j-lawyer-server[1143]: * Starting j-lawyer.org WildFly Application Server j-lawyer-server
Feb 25 19:48:47 ThinkPad-T550 j-lawyer-server[1143]: …done.
Feb 25 19:48:47 ThinkPad-T550 j-lawyer-server[1143]: * j-lawyer.org WildFly Application Server hasn’t started within the timeout allowed
Feb 25 19:48:47 ThinkPad-T550 j-lawyer-server[1143]: * please review file „/var/log/j-lawyer-server/console.log“ to see the status of the service
Feb 25 19:48:47 ThinkPad-T550 systemd[1]: Started LSB: WildFly Application Server. -
AutorBeiträge