|
|
@@ -1,9 +1,36 @@
|
|
|
- at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:123)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
+2026-06-17 11:38:04.680 [http-nio-8080-exec-4] INFO o.j.m.zjrs.sso.service.impl.LoginSSOServiceImpl:178 - 粤信签小程序登录开始,loginToken: tif:yrz:...
|
|
|
+2026-06-17 11:38:05.033 [http-nio-8080-exec-5] INFO o.j.m.zjrs.sso.service.impl.LoginSSOServiceImpl:178 - 粤信签小程序登录开始,loginToken: tif:yrz:...
|
|
|
+2026-06-17 11:38:06.079 [http-nio-8080-exec-5] ERROR o.j.m.zjrs.sso.service.impl.LoginSSOServiceImpl:268 - 调用粤信签网关获取Access-Token失败
|
|
|
+org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://rsj.zhanjiang.gov.cn/wx/api/auth/tyrz/miniprogram": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at org.springframework.web.client.RestTemplate.createResourceAccessException(RestTemplate.java:926)
|
|
|
+ at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:906)
|
|
|
+ at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:841)
|
|
|
+ at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:702)
|
|
|
+ at org.jeecg.common.util.RestUtil.request(RestUtil.java:240)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.getAccessTokenFromGateway(LoginSSOServiceImpl.java:257)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.yxqMiniProgramLogin(LoginSSOServiceImpl.java:185)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController.yxqMiniProgramLogin(LoginSSOController.java:86)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:63)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:649)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:631)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728)
|
|
|
- at org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController$$SpringCGLIB$$0.edit(<generated>)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController$$SpringCGLIB$$0.yxqMiniProgramLogin(<generated>)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
@@ -17,8 +44,8 @@
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:925)
|
|
|
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:593)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)
|
|
|
+ at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
|
|
|
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
|
|
|
@@ -90,25 +117,89 @@
|
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
|
|
|
at java.base/java.lang.Thread.run(Thread.java:833)
|
|
|
-Caused by: org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method: public org.jeecg.common.api.vo.Result org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController.edit(org.jeecg.modules.zjrs.enterprise.dto.EnterpriseInfoDTO)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:91)
|
|
|
- ... 94 common frames omitted
|
|
|
-2026-06-15 15:35:51.295 [http-nio-8080-exec-7] INFO org.jeecg.common.util.filter.SsrfFileTypeFilter:184 - 【文件上传校验】文件后缀 suffix: png,customPath:enterprise/images
|
|
|
-2026-06-15 15:35:51.374 [http-nio-8080-exec-8] ERROR o.j.m.j.c.interceptor.JimuGlobalExceptionHandler:108 - Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
-org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
- at org.apache.shiro.authz.ModularRealmAuthorizer.checkPermission(ModularRealmAuthorizer.java:332)
|
|
|
- at org.apache.shiro.mgt.AuthorizingSecurityManager.checkPermission(AuthorizingSecurityManager.java:137)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.checkPermission(DelegatingSubject.java:211)
|
|
|
- at org.apache.shiro.authz.aop.PermissionAnnotationHandler.assertAuthorized(PermissionAnnotationHandler.java:74)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:85)
|
|
|
- at org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor.assertAuthorized(AnnotationsAuthorizingMethodInterceptor.java:102)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:38)
|
|
|
- at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:123)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
+Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:654)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
|
|
|
+ at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
|
|
|
+ at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
|
|
|
+ at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
|
|
|
+ at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1505)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1420)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
|
|
|
+ at org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy.executeHandshake(AbstractClientTlsStrategy.java:253)
|
|
|
+ at org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy.upgrade(AbstractClientTlsStrategy.java:211)
|
|
|
+ at org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy.upgrade(DefaultClientTlsStrategy.java:48)
|
|
|
+ at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:219)
|
|
|
+ at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:490)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:195)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:150)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:110)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:185)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:87)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:55)
|
|
|
+ at org.apache.hc.client5.http.classic.HttpClient.executeOpen(HttpClient.java:183)
|
|
|
+ at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:99)
|
|
|
+ at org.springframework.http.client.AbstractStreamingClientHttpRequest.executeInternal(AbstractStreamingClientHttpRequest.java:71)
|
|
|
+ at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:81)
|
|
|
+ at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:900)
|
|
|
+ ... 113 common frames omitted
|
|
|
+Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
|
|
|
+ at java.base/sun.security.validator.Validator.validate(Validator.java:264)
|
|
|
+ at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
|
|
|
+ at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
|
|
|
+ ... 149 common frames omitted
|
|
|
+Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
|
|
|
+ at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
|
|
|
+ at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
|
|
|
+ ... 154 common frames omitted
|
|
|
+2026-06-17 11:38:06.085 [http-nio-8080-exec-5] ERROR o.j.modules.zjrs.sso.controller.LoginSSOController:89 - 粤信签小程序登录失败
|
|
|
+java.lang.RuntimeException: 调用粤信签网关失败: I/O error on POST request for "https://rsj.zhanjiang.gov.cn/wx/api/auth/tyrz/miniprogram": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.getAccessTokenFromGateway(LoginSSOServiceImpl.java:269)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.yxqMiniProgramLogin(LoginSSOServiceImpl.java:185)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController.yxqMiniProgramLogin(LoginSSOController.java:86)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:63)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:649)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:631)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728)
|
|
|
- at org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController$$SpringCGLIB$$0.edit(<generated>)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController$$SpringCGLIB$$0.yxqMiniProgramLogin(<generated>)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
@@ -122,8 +213,8 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:925)
|
|
|
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:593)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)
|
|
|
+ at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
|
|
|
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
|
|
|
@@ -195,25 +286,37 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
|
|
|
at java.base/java.lang.Thread.run(Thread.java:833)
|
|
|
-Caused by: org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method: public org.jeecg.common.api.vo.Result org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController.edit(org.jeecg.modules.zjrs.enterprise.dto.EnterpriseInfoDTO)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:91)
|
|
|
- ... 94 common frames omitted
|
|
|
-2026-06-15 15:35:55.323 [http-nio-8080-exec-10] INFO org.jeecg.common.util.filter.SsrfFileTypeFilter:184 - 【文件上传校验】文件后缀 suffix: png,customPath:enterprise/logo
|
|
|
-2026-06-15 15:35:55.581 [http-nio-8080-exec-1] ERROR o.j.m.j.c.interceptor.JimuGlobalExceptionHandler:108 - Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
-org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
- at org.apache.shiro.authz.ModularRealmAuthorizer.checkPermission(ModularRealmAuthorizer.java:332)
|
|
|
- at org.apache.shiro.mgt.AuthorizingSecurityManager.checkPermission(AuthorizingSecurityManager.java:137)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.checkPermission(DelegatingSubject.java:211)
|
|
|
- at org.apache.shiro.authz.aop.PermissionAnnotationHandler.assertAuthorized(PermissionAnnotationHandler.java:74)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:85)
|
|
|
- at org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor.assertAuthorized(AnnotationsAuthorizingMethodInterceptor.java:102)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:38)
|
|
|
- at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:123)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
+2026-06-17 11:38:06.107 [http-nio-8080-exec-4] ERROR o.j.m.zjrs.sso.service.impl.LoginSSOServiceImpl:268 - 调用粤信签网关获取Access-Token失败
|
|
|
+org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://rsj.zhanjiang.gov.cn/wx/api/auth/tyrz/miniprogram": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at org.springframework.web.client.RestTemplate.createResourceAccessException(RestTemplate.java:926)
|
|
|
+ at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:906)
|
|
|
+ at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:841)
|
|
|
+ at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:702)
|
|
|
+ at org.jeecg.common.util.RestUtil.request(RestUtil.java:240)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.getAccessTokenFromGateway(LoginSSOServiceImpl.java:257)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.yxqMiniProgramLogin(LoginSSOServiceImpl.java:185)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController.yxqMiniProgramLogin(LoginSSOController.java:86)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:63)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:649)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:631)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728)
|
|
|
- at org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController$$SpringCGLIB$$0.edit(<generated>)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController$$SpringCGLIB$$0.yxqMiniProgramLogin(<generated>)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
@@ -227,8 +330,8 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:925)
|
|
|
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:593)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)
|
|
|
+ at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
|
|
|
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
|
|
|
@@ -300,25 +403,89 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
|
|
|
at java.base/java.lang.Thread.run(Thread.java:833)
|
|
|
-Caused by: org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method: public org.jeecg.common.api.vo.Result org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController.edit(org.jeecg.modules.zjrs.enterprise.dto.EnterpriseInfoDTO)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:91)
|
|
|
- ... 94 common frames omitted
|
|
|
-2026-06-15 15:36:03.558 [http-nio-8080-exec-3] INFO org.jeecg.common.util.filter.SsrfFileTypeFilter:184 - 【文件上传校验】文件后缀 suffix: png,customPath:enterprise/logo
|
|
|
-2026-06-15 15:36:03.643 [http-nio-8080-exec-4] ERROR o.j.m.j.c.interceptor.JimuGlobalExceptionHandler:108 - Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
-org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [enterprise:enterprise_info:edit]
|
|
|
- at org.apache.shiro.authz.ModularRealmAuthorizer.checkPermission(ModularRealmAuthorizer.java:332)
|
|
|
- at org.apache.shiro.mgt.AuthorizingSecurityManager.checkPermission(AuthorizingSecurityManager.java:137)
|
|
|
- at org.apache.shiro.subject.support.DelegatingSubject.checkPermission(DelegatingSubject.java:211)
|
|
|
- at org.apache.shiro.authz.aop.PermissionAnnotationHandler.assertAuthorized(PermissionAnnotationHandler.java:74)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:85)
|
|
|
- at org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor.assertAuthorized(AnnotationsAuthorizingMethodInterceptor.java:102)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:38)
|
|
|
- at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:123)
|
|
|
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
+Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:654)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
|
|
|
+ at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
|
|
|
+ at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
|
|
|
+ at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
|
|
|
+ at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
|
|
|
+ at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1505)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1420)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
|
|
|
+ at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
|
|
|
+ at org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy.executeHandshake(AbstractClientTlsStrategy.java:253)
|
|
|
+ at org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy.upgrade(AbstractClientTlsStrategy.java:211)
|
|
|
+ at org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy.upgrade(DefaultClientTlsStrategy.java:48)
|
|
|
+ at org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:219)
|
|
|
+ at org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:490)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:195)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:150)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:110)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:185)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:87)
|
|
|
+ at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:55)
|
|
|
+ at org.apache.hc.client5.http.classic.HttpClient.executeOpen(HttpClient.java:183)
|
|
|
+ at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:99)
|
|
|
+ at org.springframework.http.client.AbstractStreamingClientHttpRequest.executeInternal(AbstractStreamingClientHttpRequest.java:71)
|
|
|
+ at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:81)
|
|
|
+ at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:900)
|
|
|
+ ... 113 common frames omitted
|
|
|
+Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
|
|
|
+ at java.base/sun.security.validator.Validator.validate(Validator.java:264)
|
|
|
+ at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
|
|
|
+ at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
|
|
|
+ at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
|
|
|
+ ... 149 common frames omitted
|
|
|
+Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
|
|
|
+ at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
|
|
|
+ at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
|
|
|
+ at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
|
|
|
+ ... 154 common frames omitted
|
|
|
+2026-06-17 11:38:06.110 [http-nio-8080-exec-4] ERROR o.j.modules.zjrs.sso.controller.LoginSSOController:89 - 粤信签小程序登录失败
|
|
|
+java.lang.RuntimeException: 调用粤信签网关失败: I/O error on POST request for "https://rsj.zhanjiang.gov.cn/wx/api/auth/tyrz/miniprogram": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.getAccessTokenFromGateway(LoginSSOServiceImpl.java:269)
|
|
|
+ at org.jeecg.modules.zjrs.sso.service.impl.LoginSSOServiceImpl.yxqMiniProgramLogin(LoginSSOServiceImpl.java:185)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController.yxqMiniProgramLogin(LoginSSOController.java:86)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
|
+ at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
|
|
|
+ at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:63)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:649)
|
|
|
+ at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:631)
|
|
|
+ at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)
|
|
|
+ at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)
|
|
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
|
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728)
|
|
|
- at org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController$$SpringCGLIB$$0.edit(<generated>)
|
|
|
+ at org.jeecg.modules.zjrs.sso.controller.LoginSSOController$$SpringCGLIB$$0.yxqMiniProgramLogin(<generated>)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
@@ -332,8 +499,8 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
|
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
|
|
|
- at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:925)
|
|
|
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:593)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)
|
|
|
+ at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)
|
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
|
|
|
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
|
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195)
|
|
|
@@ -405,5 +572,3 @@ org.apache.shiro.authz.UnauthorizedException: Subject does not have permission [
|
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658)
|
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
|
|
|
at java.base/java.lang.Thread.run(Thread.java:833)
|
|
|
-Caused by: org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method: public org.jeecg.common.api.vo.Result org.jeecg.modules.zjrs.enterprise.controller.EnterpriseInfoController.edit(org.jeecg.modules.zjrs.enterprise.dto.EnterpriseInfoDTO)
|
|
|
- at org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor.assertAuthorized(AuthorizingAnnotationMethodInterceptor.java:91)
|