yyandy 发表于 2023-10-7 17:49:00

现在连人力资源板块的同步到人员组织的接口都报错2023-10-07 17:28:56.073 INFO System.out - 2023-10-07 17:28:56.73 PRINT 运行人员同步接口
2023-10-07 17:28:56.073 ERROR com.x.program.center.jaxrs.invoke.InvokeAction - id:0aeda5ef-36f3-4de2-8cc2-f215a4727a41, name:com.x.program.center.jaxrs.invoke.InvokeAction, message:调用接口运行失败,名称: 人员同步接口, java.lang.ClassNotFoundException: java.io.File., exception:com.x.program.center.jaxrs.invoke.ExceptionExecuteError, id:0aeda5ef-36f3-4de2-8cc2-f215a4727a41, name:com.x.program.center.jaxrs.invoke.InvokeAction, message:调用接口运行失败,名称: 人员同步接口, java.lang.ClassNotFoundException: java.io.File., exception:com.x.program.center.jaxrs.invoke.ExceptionExecuteError, person:余功德@285365565520200977@P, method:POST, request:http://www.hbrlerp.cn/x_program_center/jaxrs/invoke/personSync/execute?v=-e9f808b, remoteHost:192.168.18.99, emoteAddr:192.168.18.99, head:Origin:https://www.hbrlerp.cn:8099
sec-fetch-mode:cors
Cookie:x-token=mv69hvD1Z3wTlTtmnTW2BDZd6aBdMdAzZuSC8PrFriW6Ymr13eURGunQU4cBkOOmYYb4rD_58Jjopn6UPX-sZcvWm4Y-wG-UDM0RX67-aPg
sec-fetch-site:same-origin
Accept:text/html,application/json,*/*
X-Forwarded-Proto:https
Connection:close
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
Referer:https://www.hbrlerp.cn:8099/x_desktop/index.html
Host:www.hbrlerp.cn
Accept-Encoding:gzip, deflate, br
Authorization:mv69hvD1Z3wTlTtmnTW2BDZd6aBdMdAzZuSC8PrFriW6Ymr13eURGunQU4cBkOOmYYb4rD_58Jjopn6UPX-sZcvWm4Y-wG-UDM0RX67-aPg
sec-ch-ua:"Chromium";v="21", " Not;A Brand";v="99"
sec-ch-ua-mobile:?0
sec-ch-ua-platform:"Windows"
X-Forwarded-For:111.173.217.229
Accept-Language:zh-CN
Content-Length:273
X-Forwarded-Scheme:https
X-Real-IP:111.173.217.229
Content-Type:application/json; charset=UTF-8
sec-fetch-dest:empty, body:{
"action": "add",
"forceFlag": "yes",
"genderType": "f",
"employee": "王敏",
"name": "王敏",
"mobile": "15897657333",
"mail": "",
"weixin": "",
"qq": "",
"officePhone": "",
"boardDate": "2023-10-07",
"birthday": "\u0027421302199007191225",
"unitList": [
    {
      "flag": "瑞力环卫装备厂@627729132@U"
    }
]
}..
com.x.program.center.jaxrs.invoke.ExceptionExecuteError: 调用接口运行失败,名称: 人员同步接口, java.lang.ClassNotFoundException: java.io.File.
        at com.x.program.center.jaxrs.invoke.BaseAction.executeInvoke(BaseAction.java:73) ~
        at com.x.program.center.jaxrs.invoke.ActionExecute.execute(ActionExecute.java:41) ~
        at com.x.program.center.jaxrs.invoke.InvokeAction.execute(InvokeAction.java:181) ~
        at jdk.internal.reflect.GeneratedMethodAccessor8515.invoke(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~
        at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) ~
        at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475) ~
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397) ~
        at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) ~
        at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255) ~
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~
        at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~
        at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~
        at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~
        at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~
        at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~
        at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) ~
        at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) ~
        at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~
        at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~
        at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1633) ~
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1609) ~
        at com.x.base.core.project.jaxrs.AnonymousCipherManagerUserJaxrsFilter.doFilter(AnonymousCipherManagerUserJaxrsFilter.java:37) ~
        at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~
        at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1609) ~
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:561) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59) ~
        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716) ~
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~
        at org.eclipse.jetty.server.Server.handle(Server.java:516) ~
        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~
        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) ~
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) ~
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~
        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) ~
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) ~
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) ~
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) ~
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) ~
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) ~
        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) ~
        at java.lang.Thread.run(Thread.java:829) ~[?:?]
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: java.io.File
        at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:531) ~
        at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:428) ~
        at jdk.nashorn.api.scripting.NashornScriptEngine$3.eval(NashornScriptEngine.java:521) ~
        at com.x.base.core.project.scripting.JsonScriptingExecutor.jsonElement(JsonScriptingExecutor.java:51) ~
        at com.x.program.center.jaxrs.invoke.BaseAction.executeInvoke(BaseAction.java:54) ~
        ... 68 more
Caused by: java.lang.ClassNotFoundException: java.io.File
        at jdk.nashorn.internal.runtime.Context.findClass(Context.java:1169) ~
        at jdk.nashorn.internal.objects.NativeJava.simpleType(NativeJava.java:546) ~
        at jdk.nashorn.internal.objects.NativeJava.type(NativeJava.java:326) ~
        at jdk.nashorn.internal.objects.NativeJava.type(NativeJava.java:318) ~
        at jdk.nashorn.internal.objects.NativeJava.type(NativeJava.java:314) ~
        at jdk.nashorn.internal.scripts.Script$Recompilation$4721$\^eval\_.o(<eval>:55) ~[?:?]
        at jdk.nashorn.internal.scripts.Script$Recompilation$4720$\^eval\_.:program(<eval>:1) ~[?:?]
        at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:655) ~
        at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:513) ~
        at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:527) ~
        at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:428) ~
        at jdk.nashorn.api.scripting.NashornScriptEngine$3.eval(NashornScriptEngine.java:521) ~
        at com.x.base.core.project.scripting.JsonScriptingExecutor.jsonElement(JsonScriptingExecutor.java:51) ~
        at com.x.program.center.jaxrs.invoke.BaseAction.executeInvoke(BaseAction.java:54) ~
        ... 68 more

论坛管理员 发表于 2023-10-8 09:28:34

确实是jobid有问题,研发人员已经修复好,今天就会发布8.1.2版本,辛苦您到时升级一下版本

yyandy 发表于 2023-10-8 09:43:35

论坛管理员 发表于 2023-10-8 09:28
确实是jobid有问题,研发人员已经修复好,今天就会发布8.1.2版本,辛苦您到时升级一下版本 ...

谢谢
老师
页: 1 [2]
查看完整版本: win版本升级8.1.1后,服务中心的接口调用出现权限问题