Increasing maxload "no report logging will be done"
We are using RoboHelp Server 8, connected to a Microsoft SQL Server database. We are running into problems where we are exceeding the maximum possible connections. Here's the error returned in the log file:
SEVERE: java.sql.SQLException: Maximum possible connections are open and all the connections are busy. Kindly review the "maxload" in the server.properties file and adjust it according to the expected load.
java.sql.SQLException: Maximum possible connections are open and all the connections are busy. Kindly review the "maxload" in the server.properties file and adjust it according to the expected load.
at adobe.robohelp.server.SQLConnection.getConnection(SQLConnection.java:89)
at adobe.robohelp.server.DatabaseManager.GetConnection(DatabaseManager.java:174)
at adobe.robohelp.server.DatabaseManager.GetHelpProjectId(DatabaseManager.java:751)
at adobe.robohelp.server.DatabaseManager.LogSolutionActionByIds(DatabaseManager.java:598)
at adobe.robohelp.server.DatabaseManager.OnLogTopicRequest(DatabaseManager.java:1191)
at adobe.robohelp.server.CSystemManager.doCommand(CSystemManager.java:231)
at adobe.robohelp.server.HelpArea.doGet(HelpArea.java:62)
at adobe.robohelp.server.AreaManager.doGet(AreaManager.java:79)
at adobe.robohelp.server.RoboHelpServer.doGet(RoboHelpServer.java:149)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
However, when I open the server.properties file, I see this caveat, and I wonder if that means it will stop logging standard server logs, or stop recording usage statistics altogether (which kind of defeats the purpose of running RoboHelp Server):
#Specify maximum number of concurrent connections
#This should be determined by the database used.
#For a load higher than this number, no report logging will be done.
maxload = 150
Does anyone know what increasing the maxload parameter does? Is there a maximum number for this parameter (i.e. 999)?
Thanks,
Ed.
