You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
执行 sh server.sh报一下错误,虽然报错 但依然可以正常访问jobx
sh server.sh
sed: can't read s/^jobx.registry.$/jobx.registry=zookeeper://192.168.94.100:2181/g: No such file or directory
sed: can't read s/^jdbc.url.$/jdbc.url=jdbc:mysql://localhost:3306/jobx?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&autoReconnect=true&failOverReadOnly=false&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai/g: No such file or directory
sed: can't read s/^jdbc.username.$/jdbc.username=admin/g: No such file or directory
sed: can't read s/^jdbc.password.$/jdbc.password=cnkXi6fdEg/g: No such file or directory
sed: can't read s/^jobx.cluster.$/jobx.cluster=false/g: No such file or directory
sed: can't read s/^jobx.cached.$/jobx.cached=redis/g: No such file or directory
sed: can't read s/^redis.host.$/redis.host=127.0.0.1/g: No such file or directory
sed: can't read s/^redis.password.$/redis.password=123456/g: No such file or directory
sed: can't read s/^redis.port.$/redis.port=6379/g: No such file or directory
sed: can't read s/^memcached.servers.$/memcached.servers=10.1.1.116:11211/g: No such file or directory
sed: can't read s/^memcached.protocol.*$/memcached.protocol=BINARY/g: No such file or directory
The text was updated successfully, but these errors were encountered:
ghost
changed the title
使用其他用户执行命令总报错提示无权限 执行命令
执行 sh server.sh报错
Oct 13, 2018
执行 sh server.sh报一下错误,虽然报错 但依然可以正常访问jobx
sh server.sh
sed: can't read s/^jobx.registry.$/jobx.registry=zookeeper://192.168.94.100:2181/g: No such file or directory
sed: can't read s/^jdbc.url.$/jdbc.url=jdbc:mysql://localhost:3306/jobx?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&autoReconnect=true&failOverReadOnly=false&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai/g: No such file or directory
sed: can't read s/^jdbc.username.$/jdbc.username=admin/g: No such file or directory
sed: can't read s/^jdbc.password.$/jdbc.password=cnkXi6fdEg/g: No such file or directory
sed: can't read s/^jobx.cluster.$/jobx.cluster=false/g: No such file or directory
sed: can't read s/^jobx.cached.$/jobx.cached=redis/g: No such file or directory
sed: can't read s/^redis.host.$/redis.host=127.0.0.1/g: No such file or directory
sed: can't read s/^redis.password.$/redis.password=123456/g: No such file or directory
sed: can't read s/^redis.port.$/redis.port=6379/g: No such file or directory
sed: can't read s/^memcached.servers.$/memcached.servers=10.1.1.116:11211/g: No such file or directory
sed: can't read s/^memcached.protocol.*$/memcached.protocol=BINARY/g: No such file or directory
The text was updated successfully, but these errors were encountered: