Author Topic: WFM 8.1.2 install  (Read 3188 times)

Offline Grand_Master

  • Jr. Member
  • **
  • Posts: 76
  • Karma: 0
WFM 8.1.2 install
« on: April 04, 2014, 02:03:44 PM »
I recently inherited a WFM upgrade request.  The initial install was done by someone else, several years ago, with 8.1.0 components.

I did a manual upgrade of all the components to the latest 8.1.2 hotfixes.  I also upgraded Tomcat and the JDK, and tuned Tomcat and WFMWeb as suggested in the latest "how to".

However, I've ended up with two issues:

1. WFM Daemon cannot be started via SCI.  The service on the host goes into a "starting" state, but fails once the startup timeout expires, and goes into a "stopping" state in Windows service manager.  When the service shows "stopping", all WFM components in SCI goes Unknown until the service stops.  No logs files are produced.

Starting the Daemon on the service works, but produces no logs.

Starting the Daemon via startserver.bat works, and produces logs.  It's also the only scenario where WFM Daemon shows "Started' in SCI.

My suspicion is that I need to upgrade LCA, but perhaps someone else has encountered this issue?

2.  I only have access to the solution via VPN, and cannot access the WFMWeb url from anywhere other than IE8 on the Win2003 WFM host.  I've opened around 20 WFM sessions, and requested various schedules and performance stats each time.  The login page pops up immediately, as does the authentication into WFM.  But there's around 60 seconds in WFM Supervisor while "checking availability of java environment"is displayed.  Once that's out of the way, the performance is excellent, with no delay between page changes.

The delay was not there before the upgrade :|

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: WFM 8.1.2 install
« Reply #1 on: April 04, 2014, 02:12:43 PM »
[quote]
Starting the Daemon via startserver.bat works, and produces logs.  It's also the only scenario where WFM Daemon shows "Started' in SCI.
[/quote]

Be sure that the bat file and CME application have the same data on them.

About the Java, be sure that you have only 1 Java version installed

Offline Grand_Master

  • Jr. Member
  • **
  • Posts: 76
  • Karma: 0
Re: WFM 8.1.2 install
« Reply #2 on: April 04, 2014, 02:36:31 PM »
Yeah.  The issue was there with only the original version of java installed.  It was an old 1.6.xx one, which I had to upgrade to 1.7_40 before IE/Chrome would connect.

The .bat file does not call wfmdaemon.cmd to start the service, but executes the Daemon in a command prompt.  The way it used to run many years ago :)  I reckon it is related to LCA, but will ask TS to assist if an upgrade fails to resolve the issue.

I can see in WFM Web Supervisor URL that it calls the latest version of java, but I will uninstall the old stuff to be sure.  Whoever did the initial install only used JRE rather than JDK, and there are some environmental path variables pointing to old java /bin.

Offline msh

  • Newbie
  • *
  • Posts: 30
  • Karma: 1
Re: WFM 8.1.2 install
« Reply #3 on: July 30, 2014, 11:15:08 AM »
I had the problem where wfm deamon could not start from SCI.

It turns out that it cant start if there is a space in the application name. My application was names WFM deamon, if I changed it to WFM_Deamon it could start.

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: WFM 8.1.2 install
« Reply #4 on: July 30, 2014, 11:22:41 AM »
[quote author=Grand_Master link=topic=8292.msg36500#msg36500 date=1396620224]

But there's around 60 seconds in WFM Supervisor while "checking availability of java environment"is displayed.  Once that's out of the way, the performance is excellent, with no delay between page changes.

The delay was not there before the upgrade :|
[/quote]

Clear java cache or check Java_home environment variable is set to newer version.
Also check SOE document, am sure there is recommendation as to what java version is best etc.