-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with tars-spring-boot-server #158
Comments
Can you give me your JDK and Maven version? |
The recommended versions are JDK8 and Maven3.5 |
Hi,Jdk: 1.8.0.161Maven:3.6.3( I work on mac, if that is relevant)Στις 30 Μαρ 2021 06:29, ο χρήστης Kerrigan ***@***.***> έγραψε:
Can you give me your JDK and Maven version?
—You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Maven home: /usr/local/maven |
use command "mvn -version" |
try use "mvn install -Dmaven.javadoc.skip=true -DskipTests " |
it seems that I use
openjdk 11.0.9.1 2020-11-04
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9.1+1, mixed mode)
is it possible that this is the problem?
Νικόλαος Τσεπελής
BSc Φυσικής
MSc Τηλεπικοινωνιών
1ο ΓΕΛ Σερρών
… 30 Μαρ 2021, 09:14, ο χρήστης «Kerrigan ***@***.***>» έγραψε:
try use "mvn install -Dmaven.javadoc.skip=true -DskipTests "
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#158 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK6FFOTFDRYBSKFXPY6Y643TGFT5LANCNFSM4ZMV6ORA>.
|
use jdk 8 |
Hi,
the compilation worked with "mvn install -Dmaven.javadoc.skip=true -DskipTests “, although I had to uninstall and reinstall java jre/jdk.
Now I face another problem: The Client App cannot connect to server!
Νικόλαος Τσεπελής
BSc Φυσικής
MSc Τηλεπικοινωνιών
1ο ΓΕΛ Σερρών
… 1 Απρ 2021, 05:39, ο χρήστης «Kerrigan ***@***.***>» έγραψε:
use jdk 8
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#158 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK6FFOSWXYRYLDVJPS7JMYLTGPMG3ANCNFSM4ZMV6ORA>.
|
The message I get is
{"costtime":30001.162930999883,"error":{"code":-13001,"message":"call remote server timeout(remote server no response)"}}
Νικόλαος Τσεπελής
BSc Φυσικής
MSc Τηλεπικοινωνιών
1ο ΓΕΛ Σερρών
… 1 Απρ 2021, 05:39, ο χρήστης «Kerrigan ***@***.***>» έγραψε:
use jdk 8
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#158 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK6FFOSWXYRYLDVJPS7JMYLTGPMG3ANCNFSM4ZMV6ORA>.
|
Check Provider logic is correct |
Sorry, bur how can I check that?
Nikos Tsepelis
BSc Physics
MSc Telecommunications
… 19 Απρ 2021, 14:05, ο χρήστης «Kerrigan ***@***.***>» έγραψε:
The message I get is {"costtime":30001.162930999883,"error":{"code":-13001,"message":"call remote server timeout(remote server no response)"}} Νικόλαος Τσεπελής BSc Φυσικής MSc Τηλεπικοινωνιών 1ο ΓΕΛ Σερρών
… <x-msg://1/#>
1 Απρ 2021, 05:39, ο χρήστης «Kerrigan @.***>» έγραψε: use jdk 8 — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#158 (comment) <#158 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6FFOSWXYRYLDVJPS7JMYLTGPMG3ANCNFSM4ZMV6ORA <https://github.com/notifications/unsubscribe-auth/AK6FFOSWXYRYLDVJPS7JMYLTGPMG3ANCNFSM4ZMV6ORA>.
Check Provider logic is correct
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#158 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK6FFOXC7WZ6QR5QWWW7OWDTJQFAZANCNFSM4ZMV6ORA>.
|
Click the ServerName on the TarsWeb |
|
Hi,
I'm a newbie in tars and I have a huge problem.
Whenever I try to mvn install:
_Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on project tars-common-api: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /Users/nikolaos.tsepelis/Documents/Thesis/Software/TarsJava-master/tars-common-api/src/main/java/com/qq/tars/protocol/util/TarsHelper.java:37: error: package sun.reflect.generics.reflectiveObjects is not visible
[ERROR] import sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl;
What am I doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: