xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.5k stars 10.89k forks source link

com.caucho.hessian.io.LocaleSerializer is invalid because it does not implement com.caucho.hessian.io.Serializer #1484

Closed galaxist closed 4 years ago

galaxist commented 4 years ago

2020年2月19日01:12:23最新git clone的2.2.0-SNAPSHOT。 由于最新版maven公服上没有,采用instal到maven本地缓存中的方式,可排除hessian版本在admin和executor有差异。 用mvn dependency:tree命令检查了admin和executor端,仅有一个最新hessian版本。 但还是出现该错误,请问怎么回事? admin端报错

2020-02-19 01:15:32.134 [xxl-job, admin JobTriggerPoolHelper-fastTriggerPool-1287295729] ERROR   at com.xxl.job.admin.core.trigger.XxlJobTrigger.runExecutor(XxlJobTrigger.java:198)- >>>>>>>>>>> xxl-job trigger error, please check if the executor[192.168.31.198:10108] is running.com.xxl.rpc.util.XxlRpcException: xxl-rpc, request timeout at:1582046132133, request:XxlRpcRequest{requestId='626078e9-5bfb-44d4-a862-7f5f38a96c89', createMillisTime=1582046129132, accessToken='', className='com.xxl.job.core.biz.ExecutorBiz', methodName='run', parameterTypes=[class com.xxl.job.core.biz.model.TriggerParam], parameters=[TriggerParam{jobId=3, executorHandler='thirdErpJob', executorParams='{"syncMode":"INCREMENT","dataProcessMode":"SINGLE","offsetControlMode":"DB_CONFIG","queryNumControlMode":"DB_CONFIG","syncFuncControlMode":"DB_CONFIG","storeCodeMode":"MANUAL","storeCodes":["42010616031788"]}', executorBlockStrategy='SERIAL_EXECUTION', executorTimeout=0, logId=31, logDateTime=1582046129082, glueType='BEAN', glueSource='', glueUpdatetime=1582016980000, broadcastIndex=0, broadcastTotal=1}], version='null'}
    at com.xxl.rpc.remoting.net.params.XxlRpcFutureResponse.get(XxlRpcFutureResponse.java:117)
    at com.xxl.rpc.remoting.invoker.reference.XxlRpcReferenceBean$1.invoke(XxlRpcReferenceBean.java:242)
    at com.sun.proxy.$Proxy114.run(Unknown Source)
    at com.xxl.job.admin.core.trigger.XxlJobTrigger.runExecutor(XxlJobTrigger.java:196)
    at com.xxl.job.admin.core.trigger.XxlJobTrigger.processTrigger(XxlJobTrigger.java:149)
    at com.xxl.job.admin.core.trigger.XxlJobTrigger.trigger(XxlJobTrigger.java:74)
    at com.xxl.job.admin.core.thread.JobTriggerPoolHelper$3.run(JobTriggerPoolHelper.java:90)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

executor端

com.caucho.hessian.HessianException: jar:file:/D:/works/MavenRepository/com/caucho/hessian/4.0.63/hessian-4.0.63.jar!/META-INF/hessian/serializers: com.caucho.hessian.io.LocaleSerializer is invalid because it does not implement com.caucho.hessian.io.Serializer
    at com.caucho.hessian.io.ContextSerializerFactory.initSerializerFiles(ContextSerializerFactory.java:388)
    at com.caucho.hessian.io.ContextSerializerFactory.init(ContextSerializerFactory.java:296)
    at com.caucho.hessian.io.ContextSerializerFactory.<init>(ContextSerializerFactory.java:124)
    at com.caucho.hessian.io.ContextSerializerFactory.create(ContextSerializerFactory.java:149)
    at com.caucho.hessian.io.ContextSerializerFactory.create(ContextSerializerFactory.java:147)
    at com.caucho.hessian.io.ContextSerializerFactory.create(ContextSerializerFactory.java:147)
    at com.caucho.hessian.io.SerializerFactory.<init>(SerializerFactory.java:127)
    at com.caucho.hessian.io.SerializerFactory.<init>(SerializerFactory.java:120)
    at com.caucho.hessian.io.SerializerFactory.createDefault(SerializerFactory.java:151)
    at com.caucho.hessian.io.AbstractHessianOutput.findSerializerFactory(AbstractHessianOutput.java:107)
    at com.caucho.hessian.io.Hessian2Output.writeObject(Hessian2Output.java:463)
    at com.xxl.rpc.serialize.impl.HessianSerializer.serialize(HessianSerializer.java:23)
    at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler.process(NettyHttpServerHandler.java:108)
    at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler.access$000(NettyHttpServerHandler.java:26)
    at com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler$1.run(NettyHttpServerHandler.java:50)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
galaxist commented 4 years ago

image image 附图为maven依赖检查结果。

galaxist commented 4 years ago

[INFO] com.xuxueli:xxl-job-admin:jar:2.2.0-SNAPSHOT [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.4.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.4.RELEASE:compile [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile [INFO] | | | | - ch.qos.logback:logback-core:jar:1.2.3:compile [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile [INFO] | | | | - org.apache.logging.log4j:log4j-api:jar:2.12.1:compile [INFO] | | | - org.slf4j:jul-to-slf4j:jar:1.7.30:compile [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile [INFO] | | - org.yaml:snakeyaml:jar:1.25:runtime [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.2.4.RELEASE:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.2:compile [INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.2:compile [INFO] | | | - com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.2:compile [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.2:compile [INFO] | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.2:compile [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.4.RELEASE:compile [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.30:compile [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.30:compile [INFO] | | - org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.30:compile [INFO] | +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.4.RELEASE:compile [INFO] | | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile [INFO] | | - org.hibernate.validator:hibernate-validator:jar:6.0.18.Final:compile [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile [INFO] | | - com.fasterxml:classmate:jar:1.5.1:compile [INFO] | +- org.springframework:spring-web:jar:5.2.3.RELEASE:compile [INFO] | | - org.springframework:spring-beans:jar:5.2.3.RELEASE:compile [INFO] | - org.springframework:spring-webmvc:jar:5.2.3.RELEASE:compile [INFO] | +- org.springframework:spring-aop:jar:5.2.3.RELEASE:compile [INFO] | +- org.springframework:spring-context:jar:5.2.3.RELEASE:compile [INFO] | - org.springframework:spring-expression:jar:5.2.3.RELEASE:compile [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.4.RELEASE:test [INFO] | +- org.springframework.boot:spring-boot-test:jar:2.2.4.RELEASE:test [INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.4.RELEASE:test [INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:test [INFO] | | +- net.minidev:json-smart:jar:2.3:test [INFO] | | | - net.minidev:accessors-smart:jar:1.2:test [INFO] | | | - org.ow2.asm:asm:jar:5.0.4:test [INFO] | | - org.slf4j:slf4j-api:jar:1.7.30:compile [INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test [INFO] | | - jakarta.activation:jakarta.activation-api:jar:1.2.1:test [INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.5.2:test [INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test [INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test [INFO] | | | - org.junit.platform:junit-platform-commons:jar:1.5.2:test [INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test [INFO] | | - org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test [INFO] | +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test [INFO] | | +- org.apiguardian:apiguardian-api:jar:1.1.0:test [INFO] | | +- org.junit.platform:junit-platform-engine:jar:1.5.2:test [INFO] | | - junit:junit:jar:4.12:test [INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test [INFO] | +- org.assertj:assertj-core:jar:3.13.2:test [INFO] | +- org.hamcrest:hamcrest:jar:2.1:test [INFO] | +- org.mockito:mockito-core:jar:3.1.0:test [INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.6:test [INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.10.6:test [INFO] | | - org.objenesis:objenesis:jar:2.6:test [INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test [INFO] | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test [INFO] | +- org.springframework:spring-core:jar:5.2.3.RELEASE:compile [INFO] | | - org.springframework:spring-jcl:jar:5.2.3.RELEASE:compile [INFO] | +- org.springframework:spring-test:jar:5.2.3.RELEASE:test [INFO] | - org.xmlunit:xmlunit-core:jar:2.6.3:test [INFO] +- org.springframework.boot:spring-boot-starter-freemarker:jar:2.2.4.RELEASE:compile [INFO] | +- org.freemarker:freemarker:jar:2.3.29:compile [INFO] | - org.springframework:spring-context-support:jar:5.2.3.RELEASE:compile [INFO] +- org.springframework.boot:spring-boot-starter-mail:jar:2.2.4.RELEASE:compile [INFO] | - com.sun.mail:jakarta.mail:jar:1.6.4:compile [INFO] | - com.sun.activation:jakarta.activation:jar:1.2.1:compile [INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.2.4.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.2.4.RELEASE:compile [INFO] | | - org.springframework.boot:spring-boot-actuator:jar:2.2.4.RELEASE:compile [INFO] | - io.micrometer:micrometer-core:jar:1.3.2:compile [INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.11:compile [INFO] | - org.latencyutils:LatencyUtils:jar:2.0.3:compile [INFO] +- org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.1.1:compile [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.4.RELEASE:compile [INFO] | | +- com.zaxxer:HikariCP:jar:3.4.2:compile [INFO] | | - org.springframework:spring-jdbc:jar:5.2.3.RELEASE:compile [INFO] | | - org.springframework:spring-tx:jar:5.2.3.RELEASE:compile [INFO] | +- org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.1.1:compile [INFO] | +- org.mybatis:mybatis:jar:3.5.3:compile [INFO] | - org.mybatis:mybatis-spring:jar:2.0.3:compile [INFO] +- mysql:mysql-connector-java:jar:8.0.18:compile [INFO] +- com.xuxueli:xxl-job-core:jar:2.2.0-SNAPSHOT:compile [INFO] | +- com.xuxueli:xxl-rpc-core:jar:1.5.1-SNAPSHOT:compile [INFO] | | +- io.netty:netty-all:jar:4.1.45.Final:compile [INFO] | | +- com.caucho:hessian:jar:4.0.63:compile [INFO] | | - com.xuxueli:xxl-registry-client:jar:1.1.0:compile [INFO] | - org.codehaus.groovy:groovy:jar:2.5.9:compile [INFO] - org.projectlombok:lombok:jar:1.18.10:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2020-02-19T01:18:48+08:00 [INFO] ------------------------------------------------------------------------

galaxist commented 4 years ago

[INFO] com.hemiao100.mp:hemiao100-middle-platform-thirderp-provider:jar:0.0.1-SNAPSHOT [INFO] +- com.hemiao100.mp:hemiao100-middle-platform-common-api:jar:0.0.1-SNAPSHOT:compile [INFO] | +- com.alibaba.boot:pandora-hsf-spring-boot-starter:jar:2019-06-stable:compile [INFO] | | +- com.taobao.pandora:pandora-boot-starter-hsf:jar:2019-06-stable:compile [INFO] | | | +- com.taobao.pandora:pandora-boot-starter:jar:2019-06-stable:compile [INFO] | | | | - com.taobao.pandora:pandora-boot-bootstrap:jar:2.1.11.7:compile [INFO] | | | | +- com.taobao.pandora:pandora-boot-bootstrap-springboot2:jar:2.1.11.7:compile [INFO] | | | | - com.taobao.middleware:logger.api:jar:0.2.5:compile [INFO] | | | | +- com.taobao.middleware:logger.core:jar:0.2.5:compile [INFO] | | | | - com.taobao.middleware:logger.pandolet:jar:0.2.5:compile [INFO] | | | +- com.taobao.pandora:taobao-hsf.sar-container:jar:2019-06-stable:compile [INFO] | | | +- com.taobao.pandora.plugin:metrics:jar:2.0.2:compile [INFO] | | | +- com.taobao.pandora.plugin:pandolet:jar:1.0.2:compile [INFO] | | | +- com.taobao.pandora.plugin:pandora-qos-service:jar:2.1.6.7:compile [INFO] | | | +- com.taobao.pandora.plugin:unitrouter:jar:1.2.5:compile [INFO] | | | +- com.taobao.pandora.plugin:hsf:jar:2.2.8.2:compile [INFO] | | | +- com.taobao.pandora.plugin:diamond-client:jar:3.8.18:compile [INFO] | | | +- com.taobao.pandora.plugin:config-client:jar:2.0.8:compile [INFO] | | | +- com.taobao.pandora.plugin:eagleeye-core:jar:1.8.4.3:compile [INFO] | | | +- com.taobao.pandora.plugin:vipserver-client:jar:4.8.4:compile [INFO] | | | +- com.taobao.pandora.plugin:spas-sdk-service:jar:1.3.0:compile [INFO] | | | +- com.taobao.pandora.plugin:spas-sdk-client:jar:1.3.0:compile [INFO] | | | - com.taobao.pandora.plugin:dpath:jar:1.6.2:compile [INFO] | | +- org.springframework.boot:spring-boot-starter:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework.boot:spring-boot:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.4.RELEASE:compile [INFO] | | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile [INFO] | | | | | - ch.qos.logback:logback-core:jar:1.2.3:compile [INFO] | | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile [INFO] | | | | | - org.apache.logging.log4j:log4j-api:jar:2.12.1:compile [INFO] | | | | - org.slf4j:jul-to-slf4j:jar:1.7.30:compile [INFO] | | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile [INFO] | | | - org.yaml:snakeyaml:jar:1.25:runtime [INFO] | | +- com.alibaba.boot:pandora-hsf-spring-boot-autoconfigure:jar:2019-06-stable:compile [INFO] | | | - com.alibaba.boot:spring-boot-alibaba-context:jar:2019-06-stable:compile [INFO] | | - com.alibaba.boot:pandora-hsf-spring-boot-autoconfigure2:jar:2019-06-stable:compile [INFO] | | - org.springframework:spring-jcl:jar:5.2.3.RELEASE:compile [INFO] | +- com.aliyun.openservices:ons-client:jar:1.8.4.Final:compile [INFO] | | - org.slf4j:slf4j-api:jar:1.7.30:compile [INFO] | +- com.aliyun.oss:aliyun-sdk-oss:jar:3.8.1:compile [INFO] | | +- org.jdom:jdom:jar:1.1:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | | - stax:stax-api:jar:1.0.1:compile [INFO] | | +- com.aliyun:aliyun-java-sdk-core:jar:3.4.0:compile [INFO] | | +- com.aliyun:aliyun-java-sdk-ram:jar:3.0.0:compile [INFO] | | +- com.aliyun:aliyun-java-sdk-sts:jar:3.0.0:compile [INFO] | | - com.aliyun:aliyun-java-sdk-ecs:jar:4.2.0:compile [INFO] | +- org.springframework.boot:spring-boot-starter-actuator:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework.boot:spring-boot-actuator:jar:2.2.4.RELEASE:compile [INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.2:compile [INFO] | | | | - com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile [INFO] | | | +- org.springframework:spring-context:jar:5.2.3.RELEASE:compile [INFO] | | | | - org.springframework:spring-expression:jar:5.2.3.RELEASE:compile [INFO] | | | - com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.2:compile [INFO] | | - io.micrometer:micrometer-core:jar:1.3.2:compile [INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.11:compile [INFO] | | - org.latencyutils:LatencyUtils:jar:2.0.3:compile [INFO] | +- org.springframework.boot:spring-boot-starter-freemarker:jar:2.2.4.RELEASE:compile [INFO] | | +- org.freemarker:freemarker:jar:2.3.29:compile [INFO] | | - org.springframework:spring-context-support:jar:5.2.3.RELEASE:compile [INFO] | | - org.springframework:spring-beans:jar:5.2.3.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.data:spring-data-redis:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework.data:spring-data-keyvalue:jar:2.2.4.RELEASE:compile [INFO] | | | | - org.springframework.data:spring-data-commons:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework:spring-tx:jar:5.2.3.RELEASE:compile [INFO] | | | +- org.springframework:spring-oxm:jar:5.2.3.RELEASE:compile [INFO] | | | - org.springframework:spring-aop:jar:5.2.3.RELEASE:compile [INFO] | | - io.lettuce:lettuce-core:jar:5.2.1.RELEASE:compile [INFO] | | +- io.netty:netty-common:jar:4.1.45.Final:compile [INFO] | | +- io.netty:netty-handler:jar:4.1.45.Final:compile [INFO] | | | +- io.netty:netty-buffer:jar:4.1.45.Final:compile [INFO] | | | - io.netty:netty-codec:jar:4.1.45.Final:compile [INFO] | | +- io.netty:netty-transport:jar:4.1.45.Final:compile [INFO] | | | - io.netty:netty-resolver:jar:4.1.45.Final:compile [INFO] | | - io.projectreactor:reactor-core:jar:3.3.2.RELEASE:compile [INFO] | | - org.reactivestreams:reactive-streams:jar:1.0.3:compile [INFO] | +- com.taobao.pandora:pandora-boot-test:jar:2.1.11.7:compile [INFO] | | +- com.taobao.pandora:pandora-boot-common:jar:2.1.11.7:compile [INFO] | | +- com.taobao.pandora:pandora-boot-loader:jar:2.1.11.7:compile [INFO] | | | +- com.taobao.pandora:pandora-boot-version:jar:2.1.11.7:compile [INFO] | | | - com.taobao.pandora:pandora.archive:jar:2.1.11:compile [INFO] | | +- com.taobao.pandora:pandora-boot-autoconf:jar:2.1.11.7:compile [INFO] | | - junit:junit:jar:4.12:compile [INFO] | | - org.hamcrest:hamcrest-core:jar:2.1:compile [INFO] | +- org.springframework.boot:spring-boot-starter-test:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-test:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.4.RELEASE:compile [INFO] | | +- com.jayway.jsonpath:json-path:jar:2.4.0:compile [INFO] | | | - net.minidev:json-smart:jar:2.3:compile [INFO] | | | - net.minidev:accessors-smart:jar:1.2:compile [INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile [INFO] | | | - jakarta.activation:jakarta.activation-api:jar:1.2.1:compile [INFO] | | +- org.junit.jupiter:junit-jupiter:jar:5.5.2:compile [INFO] | | | +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:compile [INFO] | | | | +- org.opentest4j:opentest4j:jar:1.2.0:compile [INFO] | | | | - org.junit.platform:junit-platform-commons:jar:1.5.2:compile [INFO] | | | +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:compile [INFO] | | | - org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:runtime [INFO] | | +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:compile [INFO] | | | +- org.apiguardian:apiguardian-api:jar:1.1.0:compile [INFO] | | | - org.junit.platform:junit-platform-engine:jar:1.5.2:compile [INFO] | | +- org.mockito:mockito-junit-jupiter:jar:3.1.0:compile [INFO] | | +- org.assertj:assertj-core:jar:3.13.2:compile [INFO] | | +- org.hamcrest:hamcrest:jar:2.1:compile [INFO] | | +- org.mockito:mockito-core:jar:3.1.0:compile [INFO] | | | +- net.bytebuddy:byte-buddy:jar:1.10.6:compile [INFO] | | | +- net.bytebuddy:byte-buddy-agent:jar:1.10.6:compile [INFO] | | | - org.objenesis:objenesis:jar:2.6:compile [INFO] | | +- org.skyscreamer:jsonassert:jar:1.5.0:compile [INFO] | | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:compile [INFO] | | +- org.springframework:spring-core:jar:5.2.3.RELEASE:compile [INFO] | | +- org.springframework:spring-test:jar:5.2.3.RELEASE:compile [INFO] | | - org.xmlunit:xmlunit-core:jar:2.6.3:compile [INFO] | +- com.google.code.gson:gson:jar:2.8.6:compile [INFO] | +- com.google.guava:guava:jar:28.2-jre:compile [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile [INFO] | | - com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] | +- org.apache.commons:commons-pool2:jar:2.7.0:compile [INFO] | +- com.baomidou:mybatis-plus-boot-starter:jar:3.3.1:compile [INFO] | | +- com.baomidou:mybatis-plus:jar:3.3.1:compile [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.4.RELEASE:compile [INFO] | | - org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.4.RELEASE:compile [INFO] | | +- com.zaxxer:HikariCP:jar:3.4.2:compile [INFO] | | - org.springframework:spring-jdbc:jar:5.2.3.RELEASE:compile [INFO] | +- com.alibaba:druid-spring-boot-starter:jar:1.1.21:compile [INFO] | | - com.alibaba:druid:jar:1.1.21:compile [INFO] | +- com.baomidou:dynamic-datasource-spring-boot-starter:jar:3.0.0:compile [INFO] | | - org.springframework.boot:spring-boot-starter-aop:jar:2.2.4.RELEASE:compile [INFO] | | - org.aspectj:aspectjweaver:jar:1.9.5:compile [INFO] | +- mysql:mysql-connector-java:jar:8.0.19:runtime [INFO] | +- io.springfox:springfox-swagger2:jar:2.9.2:compile [INFO] | | +- io.springfox:springfox-spi:jar:2.9.2:compile [INFO] | | | - io.springfox:springfox-core:jar:2.9.2:compile [INFO] | | +- io.springfox:springfox-schema:jar:2.9.2:compile [INFO] | | +- io.springfox:springfox-swagger-common:jar:2.9.2:compile [INFO] | | +- io.springfox:springfox-spring-web:jar:2.9.2:compile [INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile [INFO] | | +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile [INFO] | | +- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile [INFO] | | - org.mapstruct:mapstruct:jar:1.2.0.Final:compile [INFO] | +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile [INFO] | +- com.github.xiaoymin:swagger-bootstrap-ui:jar:1.9.6:compile [INFO] | | - org.javassist:javassist:jar:3.25.0-GA:compile [INFO] | +- io.springfox:springfox-bean-validators:jar:2.9.2:compile [INFO] | +- io.swagger:swagger-annotations:jar:1.5.22:compile [INFO] | +- io.swagger:swagger-models:jar:1.5.22:compile [INFO] | | - com.fasterxml.jackson.core:jackson-annotations:jar:2.10.2:compile [INFO] | +- org.projectlombok:lombok:jar:1.18.10:compile [INFO] | +- com.alibaba:fastjson:jar:1.2.62:compile [INFO] | +- commons-codec:commons-codec:jar:1.13:compile [INFO] | +- org.jeecgframework:autopoi-web:jar:1.0.4:compile [INFO] | | - org.jeecgframework:autopoi:jar:1.0.4:compile [INFO] | | +- org.apache.poi:poi:jar:3.9:compile [INFO] | | +- org.apache.poi:poi-ooxml:jar:3.9:compile [INFO] | | | - dom4j:dom4j:jar:1.6.1:compile [INFO] | | +- org.apache.poi:poi-ooxml-schemas:jar:3.9:compile [INFO] | | | - org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile [INFO] | | +- xerces:xercesImpl:jar:2.9.1:compile [INFO] | | | - xml-apis:xml-apis:jar:1.3.04:compile [INFO] | | - org.apache.poi:poi-scratchpad:jar:3.9:compile [INFO] | +- org.jsoup:jsoup:jar:1.12.1:compile [INFO] | +- com.squareup.okhttp3:okhttp:jar:3.14.6:compile [INFO] | | - com.squareup.okio:okio:jar:1.17.2:compile [INFO] | +- cn.hutool:hutool-all:jar:5.1.2:compile [INFO] | +- org.springframework.boot:spring-boot-starter-websocket:jar:2.2.4.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-starter-web:jar:2.2.4.RELEASE:compile [INFO] | | | +- org.springframework.boot:spring-boot-starter-json:jar:2.2.4.RELEASE:compile [INFO] | | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.2:compile [INFO] | | | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.2:compile [INFO] | | | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.4.RELEASE:compile [INFO] | | | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.30:compile [INFO] | | | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.30:compile [INFO] | | | | - org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.30:compile [INFO] | | | +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.4.RELEASE:compile [INFO] | | | | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile [INFO] | | | | - org.hibernate.validator:hibernate-validator:jar:6.0.18.Final:compile [INFO] | | | | - org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile [INFO] | | | +- org.springframework:spring-web:jar:5.2.3.RELEASE:compile [INFO] | | | - org.springframework:spring-webmvc:jar:5.2.3.RELEASE:compile [INFO] | | +- org.springframework:spring-messaging:jar:5.2.3.RELEASE:compile [INFO] | | - org.springframework:spring-websocket:jar:5.2.3.RELEASE:compile [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.10:compile [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.10:compile [INFO] | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.9:compile [INFO] | +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.3.5:compile [INFO] | | +- xml-resolver:xml-resolver:jar:1.2:compile [INFO] | | +- org.ow2.asm:asm:jar:7.1:compile [INFO] | | +- org.apache.cxf:cxf-core:jar:3.3.5:compile [INFO] | | | +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:compile [INFO] | | | | +- org.glassfish.jaxb:txw2:jar:2.3.2:compile [INFO] | | | | +- org.jvnet.staxex:stax-ex:jar:1.8.1:compile [INFO] | | | | - com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:compile [INFO] | | | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile [INFO] | | | | - org.codehaus.woodstox:stax2-api:jar:3.1.4:compile [INFO] | | | - org.apache.ws.xmlschema:xmlschema-core:jar:2.2.5:compile [INFO] | | +- org.apache.cxf:cxf-rt-bindings-soap:jar:3.3.5:compile [INFO] | | | +- org.apache.cxf:cxf-rt-wsdl:jar:3.3.5:compile [INFO] | | | | - wsdl4j:wsdl4j:jar:1.6.3:compile [INFO] | | | - org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.3.5:compile [INFO] | | +- org.apache.cxf:cxf-rt-bindings-xml:jar:3.3.5:compile [INFO] | | +- org.apache.cxf:cxf-rt-frontend-simple:jar:3.3.5:compile [INFO] | | - org.apache.cxf:cxf-rt-ws-addr:jar:3.3.5:compile [INFO] | | - org.apache.cxf:cxf-rt-ws-policy:jar:3.3.5:compile [INFO] | | - org.apache.neethi:neethi:jar:3.1.1:compile [INFO] | +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.3.5:compile [INFO] | | +- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile [INFO] | | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile [INFO] | | +- org.apache.cxf:cxf-rt-transports-http:jar:3.3.5:compile [INFO] | | - org.apache.cxf:cxf-rt-security:jar:3.3.5:compile [INFO] | +- org.apache.cxf:cxf-rt-transports-http-jetty:jar:3.3.5:compile [INFO] | | +- org.eclipse.jetty:jetty-server:jar:9.4.25.v20191220:compile [INFO] | | | - javax.servlet:javax.servlet-api:jar:4.0.1:compile [INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.25.v20191220:compile [INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.25.v20191220:compile [INFO] | | +- org.eclipse.jetty:jetty-security:jar:9.4.25.v20191220:compile [INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:9.4.25.v20191220:compile [INFO] | | - org.eclipse.jetty:jetty-http:jar:9.4.25.v20191220:compile [INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile [INFO] | +- org.jeecgframework.boot:codegenerate:jar:1.0.8:compile [INFO] | +- net.sf.json-lib:json-lib:jar:jdk15:2.4:compile [INFO] | | +- commons-beanutils:commons-beanutils:jar:1.8.0:compile [INFO] | | +- commons-collections:commons-collections:jar:3.2.1:compile [INFO] | | +- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | - net.sf.ezmorph:ezmorph:jar:1.0.6:compile [INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.10:compile [INFO] | +- p6spy:p6spy:jar:3.8.7:compile [INFO] | +- com.thoughtworks.xstream:xstream:jar:1.4.11.1:compile [INFO] | | +- xmlpull:xmlpull:jar:1.1.3.1:compile [INFO] | | - xpp3:xpp3_min:jar:1.1.4c:compile [INFO] | +- io.protostuff:protostuff-core:jar:1.6.2:compile [INFO] | | - io.protostuff:protostuff-api:jar:1.6.2:compile [INFO] | - io.protostuff:protostuff-runtime:jar:1.6.2:compile [INFO] | - io.protostuff:protostuff-collectionschema:jar:1.6.2:compile [INFO] +- net.sourceforge.jtds:jtds:jar:1.3.1:runtime [INFO] +- com.microsoft.sqlserver:mssql-jdbc:jar:7.4.1.jre8:runtime [INFO] +- com.baomidou:mybatis-plus-generator:jar:3.3.1:compile [INFO] | - com.baomidou:mybatis-plus-extension:jar:3.3.1:compile [INFO] | +- com.baomidou:mybatis-plus-core:jar:3.3.1:compile [INFO] | | +- com.baomidou:mybatis-plus-annotation:jar:3.3.1:compile [INFO] | | +- com.github.jsqlparser:jsqlparser:jar:3.1:compile [INFO] | | - org.mybatis:mybatis:jar:3.5.3:compile [INFO] | - org.mybatis:mybatis-spring:jar:2.0.3:compile [INFO] - com.xuxueli:xxl-job-core:jar:2.2.0-SNAPSHOT:compile [INFO] +- com.xuxueli:xxl-rpc-core:jar:1.5.1-SNAPSHOT:compile [INFO] | +- io.netty:netty-all:jar:4.1.45.Final:compile [INFO] | +- com.caucho:hessian:jar:4.0.63:compile [INFO] | - com.xuxueli:xxl-registry-client:jar:1.1.0:compile [INFO] - org.codehaus.groovy:groovy:jar:2.5.9:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.908 s [INFO] Finished at: 2020-02-19T01:18:48+08:00 [INFO] ------------------------------------------------------------------------

xuxueli commented 4 years ago

你好,建议使用release正式版,2.2.0即将发布。

hung001 commented 1 year ago

i 've meet the same,do you have solved it yet?

josetesan commented 2 weeks ago

Please check https://github.com/altmind/hessian-locale, looks like he did solve the issue. However, i did have to rollback to hessian 4.0.51, the latest version this issue did not appear, because i could not apply that solution.