OpenSource Solutions Enterprise Solutions
Feature Tour View Demo Get Ttrial
ASK THE MEISTER
Welcome, Guest
Please Login or Register.    Lost Password?
KB Server not starting (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: KB Server not starting
#20
ernstm (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
KB Server not starting 9 Months, 2 Weeks ago Karma: 0&nbsp&nbsp
I have downloaded and installed the latest mojo (7.0) in accordance with the release notes, into Crogram 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 Crogram 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.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#25
steve (Admin)
Admin
Posts: 16
graphgraph
User Online Now Click here to see the profile of this user
Re:KB Server not starting 8 Months, 3 Weeks ago Karma: 0&nbsp&nbsp
Please post the files kbserver/tomcat/logs directory. It appears that the KB Server may not have started correctly.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#62
mikerena77 (User)
Fresh Boarder
Posts: 19
graph
User Offline Click here to see the profile of this user
Re:KB Server not starting 6 Months ago Karma: 0&nbsp&nbsp
I'm seeing the same error message in my Remote Build Server (log startrbs_stderr.log):

"Argument "NOVMCL_T_Y__KU[_CLASS" isn't numeric in subroutine entry at C:\Program Files\openmake\client\bin\startrbs.pl line 148."

If I attempt to start the Remote Build Server from the Windows Services, I get this error in the log file (stderr.log):

"java.lang.NoClassDefFoundError: com/openmake/remotebuildmanager/main"

Meister 7.1 running Remote Build Services on Windows 2K3 server with
Community Knowledge _base_ Server on separate Windows 2K3 server
(both Meister servers from meister-7.1-win32.win32.x86-build350.zip)
Perl 5.6.1 and
Java 1.6.0_01

Please advise. Thanks.

Michael Andrews
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/01/04 20:13 By mikerena77.
  The administrator has disabled public write access.
#63
steve (Admin)
Admin
Posts: 16
graphgraph
User Online Now Click here to see the profile of this user
Re:KB Server not starting 6 Months ago Karma: 0&nbsp&nbsp
Run regedit and goto the following key:

for a KB Server

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesOpenmake 7 KB ServerParameters


for a RBS Server

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesOpenmake 7 Build ServerParameters


Edit the "Start Class" item and change the "main" to "Main", save the update, then stop and restart the service.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#64
mikerena77 (User)
Fresh Boarder
Posts: 19
graph
User Offline Click here to see the profile of this user
Re:KB Server not starting 5 Months, 3 Weeks ago Karma: 0&nbsp&nbsp
Thanks for your previous reply. I made the changes to the registry and the Windows service now launches successfully.

However, there is still a problem. When I launch the Windows service, the Services management console reports "Openmake 7 Build Server" running with no problems. The KB server recognizes the Remote Build Server and the license is successfully validated.

But, no Remote Builds ever launch on the Remote Build Server.

Running under Windows services, the RemoteBuildStartup.log reports 5 errors - one for each of the jar files in retrieving the libraries:

* Errors occurred while attempting to cache the required archive, omint.jar.
Loading from remote location, http://HARDEV1:58080/openmake/omint.jar

One each for omint.jar, xerces.jar, log4j.jar, castor.jar, and IdooXoap.jar.

However, if I uninstall the Windows service and run the Remote Build Server startup from the perl _script_ (startrbs.pl), RemoteBuildStartup.log reports 5 successful loads:
* Loading archive: C:Program Filesopenmakeclientbinomint.jar

At no time in either scenario does the KB server fail to connect or the RB server license fail validation.
*********************************************
* Contacting Knowledge _base_ Server. Host: HARDEV1 Port: 58080
* Connected to Knowledge _base_ Server
*********************************************
* Validating Remote Build Server license. Host: HARDEV3
* HARDEV3 passed Remote Build Server license validation.
* Starting Remote Build Manager on port 59090
*********************************************

Any help would be greatly appreciated. We would much prefer to see the RB server run as a Windows service rather than as a scheduled task.

Thanks.

Michael Andrews
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/01/08 20:32 By mikerena77.
  The administrator has disabled public write access.
#65
steve (Admin)
Admin
Posts: 16
graphgraph
User Online Now Click here to see the profile of this user
Re:KB Server not starting 5 Months, 3 Weeks ago Karma: 0&nbsp&nbsp
Does a remote build run when the RBS is started by the perl _script_?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Openmake Live OPENMAKE LIVE
Build Blogs BUILD BLOGS
Ask the Meister ASK THE MEISTER
LOGIN LOGIN
Contact Us CONTACT US
RSS RSS
Google PageRank 
Checker - Page Rank Calculator