Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. COPIED FROM THE LOG FILE
  2.  
  3. INFO - ModuleListController.formBackingObject(261) |2012-04-04 10:01:18,000| Returning 9 modules
  4. INFO - LoggingAdvice.invoke(109) |2012-04-04 10:01:19,922| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: birt.started value: true,
  5. INFO - LoggingAdvice.invoke(134) |2012-04-04 10:01:19,926| Exiting method saveGlobalProperty
  6. INFO - LoggingAdvice.invoke(109) |2012-04-04 10:01:20,101| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: birt.mandatory value: false,
  7. INFO - LoggingAdvice.invoke(134) |2012-04-04 10:01:20,109| Exiting method saveGlobalProperty
  8. WARN - ModuleFactory.startModuleInternal(576) |2012-04-04 10:01:20,996| Error while trying to start module: birt
  9. org.openmrs.module.ModuleException: Failure starting BIRT platform with error 'Cant startup the OSGI framework'. This is usually an indication that your 'birt.birtHome' is invalid. Please update your implementation's 'birt.birtHome' global property.
  10.  
  11. Make yours look like mine ...
  12. Yours: 'birt.birtHome' = 'c:/birt-runtime-x_y_z/ReportEngine'.
  13. Mine: 'birt.birtHome' = '/path/to/birt-runtime-x_y_z/ReportEngine'
  14.  
  15.  
  16. at org.openmrs.module.birt.BirtModuleActivator.startup(BirtModuleActivator.java:61)
  17. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:561)
  18. at org.openmrs.api.context.Daemon$1.run(Daemon.java:56)
  19. Caused by: org.eclipse.birt.core.exception.BirtException: Cant startup the OSGI framework
  20. at org.eclipse.birt.core.framework.Platform.startup(Platform.java:91)
  21. at org.openmrs.module.birt.BirtModuleActivator.startup(BirtModuleActivator.java:58)
  22. ... 2 more
  23. Caused by: org.eclipse.birt.core.exception.CoreException
  24. at org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:90)
  25. at org.eclipse.birt.core.framework.Platform.startup(Platform.java:79)
  26. ... 3 more
  27. INFO - LoggingAdvice.invoke(109) |2012-04-04 10:01:21,025| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: birt.started value: false,
  28. INFO - LoggingAdvice.invoke(134) |2012-04-04 10:01:21,030| Exiting method saveGlobalProperty
  29. Apr 04, 2012 10:01:21 AM org.eclipse.birt.core.framework.osgi.OSGILauncher doShutdown
  30. WARNING: Framework is already shutdown
  31. WARN - OpenmrsUtil.deleteDirectory(943) |2012-04-04 10:01:22,870| ...could not remove directory: C:\Users\Michael\AppData\Local\Temp\1333498627218.openmrs-lib-cache\birt\lib
  32. WARN - OpenmrsUtil.deleteDirectory(943) |2012-04-04 10:01:22,879| ...could not remove directory: C:\Users\Michael\AppData\Local\Temp\1333498627218.openmrs-lib-cache\birt
  33. INFO - ModuleListController.formBackingObject(261) |2012-04-04 10:01:22,902| Returning 9 modules
  34.  
  35.  
  36. ERROR MESSAGE EMITTED BY OPENMRS
  37.  
  38. Error while trying to start module
  39. Failure starting BIRT platform with error 'Cant startup the OSGI framework'. This is usually an indication that your 'birt.birtHome' is invalid. Please update your implementation's 'birt.birtHome' global property.
  40.  
  41. Make yours look like mine ...
  42. Yours: 'birt.birtHome' = 'c:/birt-runtime-x_y_z/ReportEngine'.
  43. Mine: 'birt.birtHome' = '/path/to/birt-runtime-x_y_z/ReportEngine'
  44.  
  45.  
  46. ** org.openmrs.module.birt.BirtModuleActivator.startup(BirtModuleActivator.java:61)
  47. ** org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:561)
  48. ** org.openmrs.api.context.Daemon$1.run(Daemon.java:56)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement