OTRS 5 - Fehler im Error-Log

Hilfe zu Znuny Problemen aller Art
Locked
steste123
Znuny wizard
Posts: 554
Joined: 25 Sep 2012, 19:04
Znuny Version: OTRS Help Desk
Real Name: Stefan

OTRS 5 - Fehler im Error-Log

Post by steste123 »

Hallo zusammen,
ich erhalte des öfteren vermehrt folgende Fehlermeldungen im Log bei der aktuellen OTRS 5.x Version. (OTRS 4 war alles ok)

Fehlermeldung #1

Code: Select all

[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID10.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /e$
[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID11.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /e$
[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID9.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /et$
[
Fehlermeldung #2

Code: Select all

Duplicate entry '36964-Seen-68' for key 'ticket_flag_per_user', SQL: '
Jemand eine Idee?
OTRS 5.x - Debian 8 - apache 2.4 - MySQL 5.x
darkdead
Znuny newbie
Posts: 81
Joined: 09 Jul 2015, 15:28
Znuny Version: 5.0.7

Re: OTRS 5 - Fehler im Error-Log

Post by darkdead »

Für Fehlermeldung 2:
http://lists.otrs.org/pipermail/otrs-de ... 14262.html
Evtl. hilft dir das schon.
Currently using: OTRS 5.0.7 | PostgresSQL 9.4.5 | Ubuntu 15.10
Extension: FAQ | Survey | System Monitoring | Time Accounting

Test System: OTRS 5.0.7 | PostgresSQL 9.4.5 | Ubuntu 15.10
steste123
Znuny wizard
Posts: 554
Joined: 25 Sep 2012, 19:04
Znuny Version: OTRS Help Desk
Real Name: Stefan

Re: OTRS 5 - Fehler im Error-Log

Post by steste123 »

Danke, den Eintrag hatte ich trotz SuFu/Google nicht gefunden :)

Somit bleibt nur noch:

Fehlermeldung #1

Code: Select all

[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID10.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /e$
[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID11.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /e$
[Fri Dec  4 12:00:22 2015][Error][Kernel::System::Web::InterfaceAgent::Run][194] Module Kernel/Modules/AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID9.pm not in @INC (/opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /et$
[
OTRS 5.x - Debian 8 - apache 2.4 - MySQL 5.x
KlausNehrer
Znuny ninja
Posts: 1312
Joined: 25 May 2012, 08:51
Znuny Version: OTRS 4
Real Name: Klaus Nehrer

Re: OTRS 5 - Fehler im Error-Log

Post by KlausNehrer »

Und das Suchergebnis im Dateisystem des OTRS?
Bzw. in der Sysconfig vom OTRS?
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: OTRS 5 - Fehler im Error-Log

Post by RStraub »

Das sieht nach falsch encodierten URIs aus... da fehlen die Strichpunkte etc.; sollte wohl statt

Code: Select all

...index.pl&AgentTicketAttachmentSubactionHTMLViewArticleID11017FileID9
eher so lauten:

Code: Select all

...index.pl&AgentTicketAttachment;Subaction=HTMLView;ArticleID=11017;FileID=9
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
steste123
Znuny wizard
Posts: 554
Joined: 25 Sep 2012, 19:04
Znuny Version: OTRS Help Desk
Real Name: Stefan

Re: OTRS 5 - Fehler im Error-Log

Post by steste123 »

mhm...da ich nichts am code verändert habe bleibt die Frage, ob es ein Bug im OTRS ist.
OTRS 5.x - Debian 8 - apache 2.4 - MySQL 5.x
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS 5 - Fehler im Error-Log

Post by reneeb »

Benutzt Du einen (Reverse-)Proxy?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked