Database connection

(from github.com/iny)
Not yet, I’m waiting for reply. @josempolm

(from github.com/marevol)
Did you check if mysql command connected to MySQL server?

(from github.com/iny)
Yeah, I checked, but I did not understand what the problem was.

(from github.com/marevol)

  1. For Default Crawler, change a log level to “debug” at Admin Scheduler page
  2. Start Default Crawler job
  3. Check fess-crawler.log

(from github.com/iny)
fess-crawler.log I followed the steps you said.

(from marevol (Shinsuke Sugaya) · GitHub)

Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

You did not put jar file. See JDBC Driver.

(from github.com/iny)

I’ve already put it in place.

(from github.com/marevol)
Need more info…
Did you check log files?

(from github.com/iny)
Yes, I’ve shared the most up to date with you.

(from marevol (Shinsuke Sugaya) · GitHub)

Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

It means that jar file for mysql was not found.

(from github.com/iny)
Yes, but I replaced the file.

(from github.com/iny)
Any progress?

(from marevol (Shinsuke Sugaya) · GitHub)

jar file for mysql was not found.

Check log files and MySQL jar file.

(from github.com/iny)
As I said, I already checked.

(from marevol (Shinsuke Sugaya) · GitHub)

Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

If MySQL jar file is found in Fess, the above exception will be disappeared.
If you need any supports, please contact Commercial Support.

(from github.com/iny)
Incidentally, there is a sample output in Search results coming from sql.

  • Are we not able to overwrite the indexes we searched over in SQL?

(from github.com/iny)

As an example we have added

-I have scanned thousands of indexes, do I have to manually enter them on sql?

(from github.com/iny)
This is it disabled? Can you tell me where I can change the database settings?

(from github.com/marevol)
Deprecated.
Data Store Crawling is for crawling database or other data sources.

(from iny (Ida Sörndal) · GitHub)

This is it disabled? Can you tell me where I can change the database settings?

How can I bring it back?