OTRS 3.2 package errors

Moderator: crythias

Locked
marcinp
Znuny newbie
Posts: 9
Joined: 19 Jan 2013, 20:20
Znuny Version: 3.1.12

OTRS 3.2 package errors

Post by marcinp »

I'm getting a lot of errors on fresh Helpdesk+ITSM 3.2.1 installation on Amazon Linux:

GeneralCatalog 3.2.1 - Package not correctly deployed! Please reinstall the package.
ITSMChangeManagement 3.2.1 - Package not correctly deployed! Please reinstall the package.
ITSMConfigurationManagement 3.2.1 - Package not correctly deployed! Please reinstall the package.
ITSMCore 3.2.1 - Package not correctly deployed! Please reinstall the package.
ITSMIncidentProblemManagement 3.2.1 - Package not correctly deployed! Please reinstall the package.
ImportExport 3.2.1 - Package not correctly deployed! Please reinstall the package.
Support 1.4.4 - Package not correctly deployed! Please reinstall the package.

I've tested OTRS 3.1.7 with the same os and had no errors - everyting run smoothly.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.2 package errors

Post by jojo »

reinstall the packages...

Have a look what is missing after reinstallation

check permissions
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
marcinp
Znuny newbie
Posts: 9
Joined: 19 Jan 2013, 20:20
Znuny Version: 3.1.12

Re: OTRS 3.2 package errors

Post by marcinp »

Reinstalling doesn't help. It's language modules that are missing from each ITSM module. They have to be downloaded and put manually into /opt/orts/Kernel/Language.

Image
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.2 package errors

Post by jojo »

looks like a permission issue
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
marcinp
Znuny newbie
Posts: 9
Joined: 19 Jan 2013, 20:20
Znuny Version: 3.1.12

Re: OTRS 3.2 package errors

Post by marcinp »

jojo wrote:looks like a permission issue
I don't know, I looked into the directory and files are not there. So, something bad happened during installation.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS 3.2 package errors

Post by jojo »

please set the permissions via otrs.SetPermissions.pl script and reinstall packages
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
marcinp
Znuny newbie
Posts: 9
Joined: 19 Jan 2013, 20:20
Znuny Version: 3.1.12

Re: OTRS 3.2 package errors

Post by marcinp »

jojo wrote:please set the permissions via otrs.SetPermissions.pl script and reinstall packages
ok
I had the same problem with 3.2.3 on Amazon Linux
running set permission:

Code: Select all

./otrs.SetPermissions.pl /opt/otrs --otrs-user=otrs --web-user=apache --otrs-group=otrs --web-group=apache
And then reinstaling packages via package manager seemed to solve the problem
kleberdomingues
Znuny newbie
Posts: 1
Joined: 20 Mar 2013, 14:21
Znuny Version: 3.2.2
Real Name: Kleber Vinicius de Carvalho Domingues
Company: NTT Data Brazil

Re: OTRS 3.2 package errors

Post by kleberdomingues »

Hi,

I had the same problem on centos 6.3 and running:

/opt/otrs/bin/otrs.SetPermissions.pl /opt/otrs --otrs-user=otrs --web-user=apache --otrs-group=otrs --web-group=apache

Solved.

Best Regards
Kleber Vinicius
rodolphoramos
Znuny newbie
Posts: 8
Joined: 19 Aug 2013, 14:21
Znuny Version: 3.3.5
Real Name: Rodolpho Ramos
Company: Ministerio Publico do Rio Grande do Norte

Re: OTRS 3.2 package errors

Post by rodolphoramos »

That´s be fine for me. This solution work in the RHEL 6, i only change the otrs group to apache and work.

Thanks.
OTRS 3.3.7
Windows Server 2008 R2
MySQL
IIS 7.5
Locked