Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Submit.cfg and spaces in Directory names
marcussteiner
Hi,
we've got some funny error messages in iwtrace.log because of the Templates and Components directories in submit.cfg. The problem is the blank between "Installed AND Components" in submit.cfg. Also I'm having problems getting the correct group set due to this blank.
Has anybody had the same problem and found a decent solution for that?
[Fri Jan 14 00:10:34 2011] Error while reading config file "/ecma/ecm/iw-home/local/config/submit.cfg" for area expression "^/iwadmin/main/livesite/component/.*": "" is an invalid regular expression
[Fri Jan 14 00:10:34 2011] Error while reading config file "/ecma/ecm/iw-home/local/config/submit.cfg" for file expression "Components/.*" in area "^/iwadmin/main/livesite/component/.*": "" is an invalid regular expression
#####################################################################
# iwadmin templates branch definitions
/iwadmin/main/livesite/template/.*
{
/
Installed Components
/.* { uid=prd_ts_sa gid="Components" perm=0775 }
}
# iwadmin templates branch definitions
#####################################################################
Cheers
M
Find more posts tagged with
Comments
Adam Stoller
Try getting rid of the quotes around Components for the gid value (I assume this is a Unix implementation - yes?)
Also try looking at clauses both above and below this one and/or if the same path directive has been configured more than once (you might be looking in the wrong place)