最近,每当我在tomacat中运行bin\sym
或启动war
时,SymmetricDS会尝试创建sym-tables
,就像我第一次运行它一样。这会产生错误,因为该表已存在。我的配置有什么问题?我不记得改变了什么,但现在没有任何工作。
此外,我尝试为节点server
和client
创建空数据库,并在item
中创建server
表以在部署到Tomcat时测试同步,但我的{{1节点无法注册以下消息:
client
如果我尝试独立运行它,我会遇到以下问题: (它看起来不可读,但我无法从控制台复制。您可以复制图像网址或在新标签中打开它)
任何人都可以帮忙吗?
Uppdate
我下载了一个干净版的SymmetricDS,我可以从控制台运行用户指南示例,但是当我创建[client] - RegistrationService - This node is unregistered. It will attempt to register using the registration.url
[client] - DataLoaderService - Using registration URL of http://localhost:8080/server/sync/registration?nodeGroupId=client&externalId=001&syncURL=http%3A%2F%2Flocalhost%3A8080%2Fclient%2Fsync&schemaVersion=%3F&databaseType=Firebird+2.53WI&databaseVersion=2.5&symmetricVersion=3.7.2&hostName=MSALNIKOV-PC&ipAddress=fe80%3A0%3A0%3A0%3A2555%3A61bf%3A940c%3A47e1%25eth7
[client] - RegistrationService - Could not register. Sleeping before attempting again.
[client] - RegistrationService - Sleeping for 19000ms
并将其部署到Tomcat时,它会尝试每次启动工件时创建sym-tables(当Tomcat启动或重新加载或停止/启动它时,会导致war
错误。出了什么问题,为什么它早点工作正常?