SOLR DataImport Error “Unable to Execute Query”

后端 未结 3 1400
攒了一身酷
攒了一身酷 2021-01-20 19:28

I have a website running on an Amazon EC2 Instance, and I\'m trying to get Solr to interface and work with the database I\'m using. I\'m able to use the admin interface and

3条回答
  •  春和景丽
    2021-01-20 20:02

    You can try doing oone of the following troubleshotting:

    • Use url="jdbc:mysql://localhost:1433/mydb in case the sqlDB was installed on the same machine.
    • Check the Tomcat folder for errors (Catalina file).
    • Enable the auditing on the database level and check the logs on it.

提交回复
热议问题