Events capture not loading

Hi,
I am having hard time loading event capture on the new instance on server.
The system normally works fine on another server running 2.17 but when i
restore the back up to another server, all other functions (event report,
pivot report, reports, data entry etc) are working fine excluding event
capture.
Could you please provide a hint and the root causes

Here are the browser logs:
!image

Error: error:modulerr
Module Error

Failed to instantiate module eventCapture due to:
Error: [$injector:modulerr]
AngularJS.
<AngularJS
    at Error (native)
    at https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450
    at https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97
    at r (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290\)
    at e (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207\)
    at https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284
    at r (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290\)
    at e (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207\)
    at gc (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309\)
    at c (https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170

Description

This error occurs when a module fails to load due to some exception. The
error message above should provide additional context.
Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If
you are getting this error after upgrading to 1.2.x or later, be sure that
you've installed ngRoute <AngularJS.
Monkey-patching Angular's ng module

This error can also occur if you have tried to add your own components to
the ng module. This has never been supported and from1.3.0 it will actually
trigger this error. For instance the following code could trigger this
error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your
application's top-level module. See #9692
<Issues · angular/angular.js · GitHub; and #7709
<Issues · angular/angular.js · GitHub; for more information

Adolphe

···

--

Adolphe Kamugunga
Email:kaadol@gmail.com
Phone: +250 788 740 578
skype: ka.adolphe
Home Location:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?

···

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.

···

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

=========================================================================

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Is it the same error log after clearing your cache?

Can I log into your server and take a close look?

···

On Thu, Mar 5, 2015 at 8:08 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.


Thank you,

Abyot.

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Dear All,

I faced same problem during my first loading in dhis2 2.18 version. Also after clearing the cash it shows same error.

Fortunately, after several times of cash clearing, additionally, 1 days later its load all event list without any error.

So i guess its all about cash problem

Thanks

···

On Thu, Mar 5, 2015 at 2:37 PM, Abyot Gizaw abyota@gmail.com wrote:

Is it the same error log after clearing your cache?

Can I log into your server and take a close look?


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 8:08 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Regards,

Fatema Uddin

Technical Advisor (HIS)-Support to the Health Sector Program II

Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH

German House

House 10/A-2, Road 90

Gulshan 2, Dhaka 1212, Bangladesh

T +880 9666701000

F +880 28823099

M +880 19 6206 4721

I www.giz.de

If it is really a cache issue, then it depends which parts of the cache are cleared. Just to be safe it has to be full cache.

···

On Thu, Mar 5, 2015 at 9:45 AM, Uddin Fatema fatemacse@gmail.com wrote:

Dear All,

I faced same problem during my first loading in dhis2 2.18 version. Also after clearing the cash it shows same error.

Fortunately, after several times of cash clearing, additionally, 1 days later its load all event list without any error.

So i guess its all about cash problem

Thanks


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 2:37 PM, Abyot Gizaw abyota@gmail.com wrote:

Is it the same error log after clearing your cache?

Can I log into your server and take a close look?


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Regards,

Fatema Uddin

Technical Advisor (HIS)-Support to the Health Sector Program II

Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH

German House

House 10/A-2, Road 90

Gulshan 2, Dhaka 1212, Bangladesh

T +880 9666701000

F +880 28823099

M +880 19 6206 4721

I www.giz.de


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 8:08 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Thanks for guidance and advice. It’s fixed, i’ve upgraded to another version it’s working fine.

Regards,

Adolphe

···

On 5 March 2015 at 10:48, Abyot Gizaw abyota@gmail.com wrote:

If it is really a cache issue, then it depends which parts of the cache are cleared. Just to be safe it has to be full cache.


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 9:45 AM, Uddin Fatema fatemacse@gmail.com wrote:

Dear All,

I faced same problem during my first loading in dhis2 2.18 version. Also after clearing the cash it shows same error.

Fortunately, after several times of cash clearing, additionally, 1 days later its load all event list without any error.

So i guess its all about cash problem

Thanks

On Thu, Mar 5, 2015 at 2:37 PM, Abyot Gizaw abyota@gmail.com wrote:

Is it the same error log after clearing your cache?

Can I log into your server and take a close look?


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Regards,

Fatema Uddin

Technical Advisor (HIS)-Support to the Health Sector Program II

Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH

German House

House 10/A-2, Road 90

Gulshan 2, Dhaka 1212, Bangladesh

T +880 9666701000

F +880 28823099

M +880 19 6206 4721

I www.giz.de


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 8:08 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

=========================================================================

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

ok. good to know.

but can you share what you did for it to work so that others learn from it?

···

On Thu, Mar 5, 2015 at 11:44 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

Thanks for guidance and advice. It’s fixed, i’ve upgraded to another version it’s working fine.

Regards,

Adolphe


Thank you,

Abyot.

On 5 March 2015 at 10:48, Abyot Gizaw abyota@gmail.com wrote:

If it is really a cache issue, then it depends which parts of the cache are cleared. Just to be safe it has to be full cache.

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 9:45 AM, Uddin Fatema fatemacse@gmail.com wrote:

Dear All,

I faced same problem during my first loading in dhis2 2.18 version. Also after clearing the cash it shows same error.

Fortunately, after several times of cash clearing, additionally, 1 days later its load all event list without any error.

So i guess its all about cash problem

Thanks

On Thu, Mar 5, 2015 at 2:37 PM, Abyot Gizaw abyota@gmail.com wrote:

Is it the same error log after clearing your cache?

Can I log into your server and take a close look?


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Regards,

Fatema Uddin

Technical Advisor (HIS)-Support to the Health Sector Program II

Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH

German House

House 10/A-2, Road 90

Gulshan 2, Dhaka 1212, Bangladesh

T +880 9666701000

F +880 28823099

M +880 19 6206 4721

I www.giz.de


Thank you,

Abyot.

On Thu, Mar 5, 2015 at 8:08 AM, Kamugunga Adolphe kaadol@gmail.com wrote:

I tried both clearing browser and system caches but it doesn’t resolve the it. The issue is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine.

On 4 March 2015 at 20:17, Abyot Gizaw abyota@gmail.com wrote:

Hi,

I suspect this is related to caching. What happens if you do full browser cache cleaning?


Thank you,

Abyot.

(sent from mobile)

On Mar 4, 2015 5:44 PM, “Kamugunga Adolphe” kaadol@gmail.com wrote:


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE

Hi,

I am having hard time loading event capture on the new instance on server. The system normally works fine on another server running 2.17 but when i restore the back up to another server, all other functions (event report, pivot report, reports, data entry etc) are working fine excluding event capture.

Could you please provide a hint and the root causes

Here are the browser logs:

Error: error:modulerr

Module Error

Failed to instantiate module eventCapture due to: Error: [$injector:modulerr] [http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=...](http://errors.angularjs.org/1.2.26/%24injector/modulerr?p0=d2Filters&p1=Error%3A%20%5B%24injector%3Anomod%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.26%2F%24injector%2Fnomod%3Fp0%3Dd2Filters%0A%20%20%20%20at%20Error%20(native)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A6%3A450%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A20%3A494%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A21%3A502%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A267%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)%0A%20%20%20%20at%20https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A284%0A%20%20%20%20at%20r%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A7%3A290)%0A%20%20%20%20at%20e%20(https%3A%2F%2F197.243.47.210%2Ffmis%2Fdhis-web-commons%2Fjavascripts%2Fangular%2Fangular.js%3A33%3A207)    ) at Error (native) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:6:450)
    at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:34:97)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at [https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:284)
    at r ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:7:290)    ) at e ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:33:207)    ) at gc ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:36:309)    ) at c ([https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170](https://197.243.47.210/fmis/dhis-web-commons/javascripts/angular/angular.js:18:170)

Description

This error occurs when a module fails to load due to some exception. The error message above should provide additional context.

Using ngRoute

In AngularJS 1.2.0 and later, ngRoute has been moved to its own module. If you are getting this error after upgrading to 1.2.x or later, be sure that you’ve installed ngRoute.

Monkey-patching Angular’s ng module

This error can also occur if you have tried to add your own components to the ng module. This has never been supported and from1.3.0 it will actually trigger this error. For instance the following code could trigger this error.

angular.module('ng').filter('tel', function (){});

Instead create your own module and add it as a dependency to your application’s top-level module. See #9692 and #7709 for more information

Adolphe

Adolphe Kamugunga

Email:kaadol@gmail.com

Phone: +250 788 740 578

skype: ka.adolphe

Home Location: https://www.google.com/maps/d/edit?mid=z_nDt3VYFvEg.kyEClsJPCMgE