Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
"flow-execute290488" Id=930149 cpuUsage=46.42% deltaTime=93ms time=31828ms RUNNABLE at com.oracle.truffle.api.library.LibraryFactory.dispatch(LibraryFactory.java:548) at com.oracle.truffle.api.library.LibraryFactory.getUncached(LibraryFactory.java:396) at com.oracle.truffle.api.interop.InteropLibraryGen$UncachedDispatch.getArraySize(InteropLibraryGen.java:7348) at com.oracle.truffle.host.HostProxy.getMembers(HostProxy.java:271) at com.oracle.truffle.host.HostProxyGen$InteropLibraryExports$Cached.getMembers(HostProxyGen.java:941) at com.oracle.truffle.api.interop.InteropLibrary.getMembers(InteropLibrary.java:734) at com.oracle.truffle.polyglot.PolyglotMap$Cache$EntrySet.doCached(PolyglotMap.java:589) at com.oracle.truffle.polyglot.PolyglotMapFactory$CacheFactory$EntrySetNodeGen.executeImpl(PolyglotMapFactory.java:323) at com.oracle.truffle.polyglot.HostToGuestRootNode.execute(HostToGuestRootNode.java:124) at com.oracle.truffle.api.impl.DefaultCallTarget.call(DefaultCallTarget.java:118) at com.oracle.truffle.polyglot.PolyglotMap.entrySet(PolyglotMap.java:131)
05-Feb-2026 14:42:19.252 警告 [Handling POST /jenkins/manage/configSubmit from 192.168.0.75 : http-nio-8080-exec-1] hudson.model.Descriptor.save Failed to save /jenkins/jenkins_home/jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml java.io.IOException: java.lang.RuntimeException: Failed to serialize jenkins.plugins.publish_over_ssh.descriptor.BapSshPublisherPluginDescriptor#hostConfigurations for class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin$Descriptor at hudson.XmlFile.write(XmlFile.java:223) at hudson.model.Descriptor.save(Descriptor.java:964)
1 2 3 4 5 6
java.io.IOException: java.lang.RuntimeException: Failed to serialize jenkins.plugins.publish_over_ssh.descriptor.BapSshPublisherPluginDescriptor#hostConfigurations for class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin$Descriptor at hudson.XmlFile.write(XmlFile.java:223) at hudson.model.Descriptor.save(Descriptor.java:964) at PluginClassLoader for publish-over-ssh//jenkins.plugins.publish_over_ssh.descriptor.BapSshPublisherPluginDescriptor.configure(BapSshPublisherPluginDescriptor.java:158) at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:4049) at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:4013)
Caused by: com.thoughtworks.xstream.io.StreamException: Invalid character 0x0 in XML stream Invalid character 0x0 表示 SSH 配置的代理密码字段 (proxyPassword) 包含空字符(NULL character),这是 XML 不允许的字符! 这不是权限问题,而是 数据污染问题!