I have downloaded and installed the latest mojo (7.0) in accordance with the release notes, into C

rogram FilesOpenMakeMojo. When I get to checking the kb server option in preferences, the install kb server files option is not enabled. I then shutdown mojo, restart and the install kb server files option is now enabled. I then select to install the server files and the 'waiting for kb server to startup' message box never completes. Checking the error logs for the kb server, the startkb_stderr.log contains the following:
Argument "NOVMCL_T_Y__KU[_CLASS" isn't numeric in subroutine entry at C

rogram FilesOpenMakeMojostartkb.pl line 125.
Thereafter, any attempt to load workflows, add groups, etc. all result in an error in the log:
Caught ServerInterfaceException while connecting to Knowledge _base_ Server: Method: OMClient.setUser(String,int) - Message: An error occurred while attempting to retrieve the current User, 9e1merk's privileges.Method: OMClient.intializeServerInterface() - Message: Method: OMServerInterface.validateLicense() - Message: Communication error occured while validating the Openmake License. All addresses failed: communication error
.. my username is 9e1merk, under which I instaled mojo. The message is accompanied by the following stack trace:
com.openmake.integration.ServerInterfaceException: Method: OMClient.setUser(String,int) - Message: An error occurred while attempting to retrieve the current User, 9e1merk's privileges.
Method: OMClient.intializeServerInterface() - Message: Method: OMServerInterface.validateLicense() - Message: Communication error occured while validating the Openmake License. All addresses failed: communication error
at com.openmake.integration.OMClient.setUser(Unknown Source)
at com.openmake.integration.OMClient.setUser(Unknown Source)
at com.openmake.core.SessionManager.connect(Unknown Source)
at com.openmake.core.SessionManager.validateRequiredKBServerConnection(Unknown Source)
at com.openmake.core.DataManager.getPrivateJobs(Unknown Source)
at com.openmake.workflow.core.WorkflowDataManager.modelWorkflowData(Unknown Source)
at com.openmake.workflow.core.WorkflowDataManager.getAllWorkflowsRoot(Unknown Source)
at com.openmake.workflow.ui.views.WorkflowSummary.getRootDataParent(Unknown Source)
at com.openmake.core.ui.views.AbstractServerDataView.loadData(Unknown Source)
at com.openmake.core.ui.views.AbstractServerDataView$1._link_Activated(Unknown Source)
at org.eclipse.ui.forms.widgets.FormText.activate_link_(FormText.java:1515)
at org.eclipse.ui.forms.widgets.FormText.handleMouseClick(FormText.java:1330)
at org.eclipse.ui.forms.widgets.FormText.access$16(FormText.java:1304)
at org.eclipse.ui.forms.widgets.FormText$6.mouseUp(FormText.java:436)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.openmake.application.Application.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invoke_frame_work(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Running:
ActivePerl 5.8.6
Java 1.5.0_11
Please help.