Forum Post: RE: RED FLAG: Import/Installation from Rollbase XML

  • Thread starter Thread starter kbachtold
  • Start date Start date
Status
Not open for further replies.
K

kbachtold

Guest
Hi Ryan, We are a private cloud customer in RollBase, with five applications, the largest is 7.7 MB. I have noticed with really large applications the log is not properly generated for application update because of parameter "MaxHTTPParamLength" (in shared.properties). It seems when the application finishes installing, the log parameter is passed as an HTTP parameter to the logging component. Since the default is 80,000, the contents of your application install log is likely much larger and so failing to log. If you adjust this parameter MaxHTTPParamLength to a larger value like "1,000,000", then retry the install, you should be able to see detailed logging of the install process in "install.log" file on the affected customer. (I would recommend reducing the value back to the default of 80,000 after installation completes successfully). The logging output can sometimes help in troubleshooting why some components did not install properly. You may also want to check that the missing components are actually present in the source XML file. The Application XML is fairly human-readable and you can search for pages/triggers by name and make sure they are present in the extracted XML. Generally we've not had problems with our 7 MB application installing correctly with all components. Hope this helps, ~ Kurt

Continue reading...
 
Status
Not open for further replies.
Back
Top