Upgrading from 3.2.x to 3.3.9

Moderator: crythias

Locked
tabz786
Znuny newbie
Posts: 7
Joined: 17 Mar 2014, 18:41
Znuny Version: 3.1.12
Real Name: asbath chowdhury
Company: Xpertex.co.uk

Upgrading from 3.2.x to 3.3.9

Post by tabz786 »

Hi there,

I am currently experiencing an issue when performing the upgrade. I was able to use the the windows installer to install upgrade OTRs which was done sucessfully. Only snag is now that ITSM requires to be re-installed so i downloaded the the ITSM 3.3 bundle and when trying to install it it i get an error saying "Internal error". When i try to individually install ITSM it comes up with the internal error.

I then try re-install the current itsm and get the below error message.

Code: Select all

Backend ERROR: OTRS-CGI-10 Perl: 5.16.3 OS: MSWin32 Time: Tue Oct 7 16:01:30 2014 Message: Sorry, can't install/upgrade package, because the framework version required by the package (3.2.x;) does not match your Framework (3.3.9)! RemoteAddress: 192.168.1.161 RequestURI: /otrs/index.pl Traceback (4828): Module: Kernel::System::Package::_CheckFramework (OTRS 3.3.9) Line: 2573 Module: Kernel::System::Package::PackageReinstall (OTRS 3.3.9) Line: 595 Module: Kernel::Modules::AdminPackageManager::Run (OTRS 3.3.9) Line: 849 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.9) Line: 871 Module: C:/Program Files (x86)/OTRS/OTRS/bin/cgi-bin/index.pl (unknown version) Line: 41
Any guidance would be appreciated.

TAbz786
OTRS Version: 3.2.9
OS: Windows Server 2008 R2
Database: MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Upgrading from 3.2.x to 3.3.9

Post by jojo »

tabz786 wrote:

Code: Select all

Backend ERROR: OTRS-CGI-10 Perl: 5.16.3 OS: MSWin32 Time: Tue Oct 7 16:01:30 2014 [color=#FF0000]Message: Sorry, can't install/upgrade package, because the framework version required by the package (3.2.x;) does not match your Framework (3.3.9)[/color]! RemoteAddress: 192.168.1.161 RequestURI: /otrs/index.pl Traceback (4828): Module: Kernel::System::Package::_CheckFramework (OTRS 3.3.9) Line: 2573 Module: Kernel::System::Package::PackageReinstall (OTRS 3.3.9) Line: 595 Module: Kernel::Modules::AdminPackageManager::Run (OTRS 3.3.9) Line: 849 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.9) Line: 871 Module: C:/Program Files (x86)/OTRS/OTRS/bin/cgi-bin/index.pl (unknown version) Line: 41
Don't hit reinstall on the module, you have to use the module for OTRS 3.3.
"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
tabz786
Znuny newbie
Posts: 7
Joined: 17 Mar 2014, 18:41
Znuny Version: 3.1.12
Real Name: asbath chowdhury
Company: Xpertex.co.uk

Re: Upgrading from 3.2.x to 3.3.9

Post by tabz786 »

Hi JoJo

Okay But i have tried installing ITSM bundle 3.39.opm and get the below error message:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@somenet.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
tabz786
OTRS Version: 3.2.9
OS: Windows Server 2008 R2
Database: MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Upgrading from 3.2.x to 3.3.9

Post by jojo »

did you check the apache error log as stated in the error message?
"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
tabz786
Znuny newbie
Posts: 7
Joined: 17 Mar 2014, 18:41
Znuny Version: 3.1.12
Real Name: asbath chowdhury
Company: Xpertex.co.uk

Re: Upgrading from 3.2.x to 3.3.9

Post by tabz786 »

when i check the error log its hsows this error:

[Tue Oct 7 16:22:06 2014] index.pl: CGI.pm open of tmpfile /ITSM-3.3.9.opm failed: No such file or directory, referer: http://otrs/otrs/index.pl?Action=AdminPackageManager


Am i suppose to place the file in a special folder or something?

Tabz786
OTRS Version: 3.2.9
OS: Windows Server 2008 R2
Database: MySQL
tabz786
Znuny newbie
Posts: 7
Joined: 17 Mar 2014, 18:41
Znuny Version: 3.1.12
Real Name: asbath chowdhury
Company: Xpertex.co.uk

Re: Upgrading from 3.2.x to 3.3.9

Post by tabz786 »

Hi,

So has anyone else have this problem?

Any suggestions would be grateful.

Thank you.

Tabz786
OTRS Version: 3.2.9
OS: Windows Server 2008 R2
Database: MySQL
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Upgrading from 3.2.x to 3.3.9

Post by Giulio Soleni »

Hi,
did you try otrs.PackageManager.pl instead of the Admin web console?
I always prefer to use command line to install/upgrade/remove opm modules, since that's a more verbose process and I can check very quickly if the process hangs or if something goes wrong.
In Linux the command to issue would be:
/opt/otrs/bin/otrs.PackageManager.pl -a upgrade -p /<path where you downloaded the opm>/ITSM-3.3.9.opm
guess in Windows is more or less the same...
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Locked