When adding new ticket it is not possible to choose from customer

Infos:

  • Used Zammad version: 6.0.0-1686825303.79954d1a.jammy
  • Used Zammad installation type: (source, package, docker-compose, …) source
  • Operating system: Win 10 19045.2846 22H2
  • Browser + version: Edge 114.0.1823.79

Expected behavior:

When adding a ticket one should be able to choose from existing customers

Actual behavior:

No list is provided.
When adding the customer again,
Message is displayed: “E-Mail already exists”

Steps to reproduce the behavior:

Adding a new ticket with the “+” at the left bottom corner.
Entering any information and then trying to choose customer.
Same behavior with phone (in or out) and E-mail.

PS. Sorry for being very new to this. Only using GUI to configure.
Regards.

It sounds like ElasticSearch not running. What does it say when you run

systemctl status elasticsearch

1 Like

Will come back to you. Apparently there is some disk problem. Waiting for a fix…

It says: Active (running)

Did you not just connect Zammad to Elasticsearch but also run the reindex successfully?
https://docs.zammad.org/en/latest/install/elasticsearch.html#step-3-connect-zammad

Rebuild was done.
Same behavior.

Then it’s time for production.log sorry. Something doesn’t seem to be right.

Try this:

/usr/share/elasticsearch/bin/elasticsearch-plugin remove ingest-attachment

/usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment

systemctl restart elasticsearch

OP claimed that the reindex was successful. This wouldn’t be successful if the ingest-attachment doesn’t fit.

Production log

@Jueansch due to this log, your Elasticsearch is not up & running.

OK. Stopped and restart service. Issue solved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.