"C:\Program Files\Java\jdk-19\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2022.3.3\lib\idea_rt.jar=7111:C:\Program Files\JetBrains\IntelliJ IDEA 2022.3.3\bin" -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath D:\Java\O2OAJavaService\out\production\O2OAJavaService;D:\Java\O2OAJavaService\Jar\httpcore-4.4.11.jar;D:\Java\O2OAJavaService\Jar\httpclient-4.5.9.jar;D:\Java\O2OAJavaService\Jar\httpmime-4.5.9.jar;D:\Java\O2OAJavaService\Jar\gson-2.8.5.jar;D:\Java\O2OAJavaService\Jar\commons-io-2.7.jar;D:\Java\O2OAJavaService\Jar\commons-codec-1.13.jar;D:\Java\O2OAJavaService\Jar\commons-lang3-3.9.jar;D:\Java\O2OAJavaService\Jar\commons-text-1.8.jar HttpClientUtil
-phzKxJL4GoIGDaMlkA_QQ
POSTjava.io.IOException: Server returned HTTP response code: 500 for URL: http://192.168.80.95/x_organizat ... ntication/jaxrs/sso
java.io.IOException: Server returned HTTP response code: 500 for URL: http://192.168.80.95/x_organizat ... ntication/jaxrs/sso
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1585)
at HttpClientUtil.sendPost(HttpClientUtil.java:372)
at HttpClientUtil.main(HttpClientUtil.java:414)
Exception in thread "main" java.lang.ClassCastException: class com.google.gson.JsonNull cannot be cast to class com.google.gson.JsonObject (com.google.gson.JsonNull and com.google.gson.JsonObject are in unnamed module of loader 'app')
at HttpClientUtil.main(HttpClientUtil.java:420)