cancel
Showing results for 
Search instead for 
Did you mean: 

Share 4.0.c error after adding my module

matjazmuhic
Champ on-the-rise
Champ on-the-rise
I get strange errors after adding my module to share 4.0.c -> http://pastebin.com/raw.php?i=0RCfHken

I have not overriden those files or anything, nor am I (or my module) using the RM module…


Please help! Smiley Frustrated
6 REPLIES 6

ddraper
World-Class Innovator
World-Class Innovator
Could you provide some additional information please?  What is it that you're doing when you see that exception?  Does this only happen when you deploy your module?  What configuration do you have in your module? (e.g. are you attempting to make any customizations to existing WebScripts, if so - what packages are you targeting?). Where are you seeing these messages? (in the browser or the logs).

Thanks,
Dave

matjazmuhic
Champ on-the-rise
Champ on-the-rise
I have fresh 4.0.c installation. I add my two amps (share and alfersco extensions). Then I get this error in logs when I try to access share using "http://localhost:8080/share" url.

In my modules I have some share-config-custom customizations, some new alfresco and share webscripts (no alfresco webscripts are overriden  as far as I remember). I have also client side JS customization (also nothing overriden as far as I remember).
I also tried putting files in the extension directories and I get the same error as when I deploy AMP packages…

ddraper
World-Class Innovator
World-Class Innovator
Unfortunately that's still not a lot to go on…  so these are AMPed modules rather than new extensibility modules that you're applying?  Also, you haven't confirmed that this problem only occurs post module application? Presumably this was all working fine with 4.0.b?   Did the same modules run successfully on 4.0.b? Does the problem occur when you try to load the page with your browser configured to use a different locale?

The only reference I can find to that "alfresco.messages.dod5015" properties file is in the RM module. Are there any other errors or log information that you can provide?

matjazmuhic
Champ on-the-rise
Champ on-the-rise
Yes, this occures after I apply my modules.

I don't know if it worked on 4.0.b, but it certanly worked on 3.4.d.

After closer inspection I saw that I did override some share things. I have overriden footer, header and checkbox form field control.  I have also modified versions of share-config-custom.xml (to make some aspects visible and include my xml config with all the forms definitions) and custom-slingshot-application-context.xml (to load resource bundles). But that's about it when it comes to extending/replacing original components..

mikeh
Star Contributor
Star Contributor
…and custom-slingshot-application-context.xml (to load resource bundles).
That's almost certainly where the problem is. Check for a dod5015 reference in there.

Mike

matjazmuhic
Champ on-the-rise
Champ on-the-rise
Yea I already resovled this… Smiley Happy

Was a nasty problem. I had dod5015 resource bundle included there because there vas RM module on my older installation…

Thank for help!