Installation of adobe campaign v5.11 | Community
Skip to main content
New Participant
December 28, 2017
Solved

Installation of adobe campaign v5.11

  • December 28, 2017
  • 2 replies
  • 1669 views

Hi,

I'm currently in the process of installing adobe campaign application server v5.11 <build 5754> on an azure windows 2008 R2 Datacenter server. The reason installing an older version, is that we have a production v5.11 and want to upgrade to v7, and so I'm creating a staging mirror of prod to experiment with upgrade v5.11 to v6 and then v7, before carrying out the same migration on the production environment.

I went through the installation steps per v5.11 documentation

Installation of Neolane app server using exe went fine, Neolane windows service is running, also I have setup IIS 7 web server also according to documentation under the default website:

Running nlserver web:

Running localhost/r/test to test redirection

After installing Java SE JDK 6 x64 and testing that java/jre are installed using java -version, every time i run nlserver web -tomcat or nlserver start web I get:

And so i'm stuck in this step, not sure why it's not running the internal tomcat server, which i believe is imperative for running jsp pages on the web server (such as http://localhost/nl/jsp/logon.jsp ). Also i can't login using the neolane client console (internal user password changed), however I believe it is related to also tomcat not starting...

Thanks, appreciate any help on this!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by david--garcia

As per experience, is easier to setup a new environment with the latest version of AC and then recreate all the objects. This is when you are trying to upgrade from a very old version to the latest, loads of issues man.

As per the JDK, make sure is 32bit not 64, old versions do not support 64bit.

2 replies

florentlb
New Participant
January 2, 2018

Hi,

The first thing that comes to my mind is the same as David suggested, which is to run a 32bit JDK.

Can you try that and get back to us?

Thanks,

Florent

david--garcia
david--garciaAccepted solution
New Participant
December 31, 2017

As per experience, is easier to setup a new environment with the latest version of AC and then recreate all the objects. This is when you are trying to upgrade from a very old version to the latest, loads of issues man.

As per the JDK, make sure is 32bit not 64, old versions do not support 64bit.