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 不允许的字符! 这不是权限问题,而是 数据污染问题!
# ubuntu是服务器的主机名 sh /script/docker-cert.sh ubuntu sh /script/docker-cert.sh VM-12-11-centos (密码: ubuntu666) sh /script/docker-cert.sh ubuntu (密码: ubuntu666) sh /script/docker-cert.sh VM-12-4-ubuntu (密码: ubuntu666)
vim /etc/systemd/system/redis.service AI写代码 2.添加如下内容 大家注意区分,对于下面/opt/data/iimes/soft/redis-8.4.0/src/redis-server中的 src 是根据redis的安装目录来的,有些是 bin 大家注意观察自己的redis的目录,根据实际情况填写。
5.刷新环境变量 source /etc/profile AI写代码 6.重启redis systemctl restart redis AI写代码 说明:如果后续大家还重新修改了/etc/systemd/system/redis.service文件,启动redis时出现提醒:Warning: The unit file, source configuration file or drop-ins of redis.service changed on disk. Run ‘systemctl daemon-reload’ to reload units
network: ethernets: eno1: dhcp4: no addresses: [192.168.0.100/24] routes: - to: default via: 192.168.0.1 scope: link metric: 10 enp1s0: dhcp4: no addresses: [192.168.0.110/24] dhcp4-overrides: use-routes: false # 拒绝 DHCP 下发的默认路由 routes: # 你的 5 条主机路由 - to: 192.168.0.2/32 scope: link - to: 192.168.0.4/32 scope: link - to: 192.168.0.102/32 scope: link - to: 192.168.0.104/32 scope: link - to: 192.168.0.106/32 scope: link version: 2 wifis: {}