Hi Hubert, Hubert Kühne wrote: > 2009-06-03 13:29:10, DEBUG : Applying profile: WinXP > 2009-06-03 13:29:10, ERROR : Profile 'null' referenced but not found. Ignoring profile. > 2009-06-03 13:29:10, DEBUG : Adding profile dependencies of profile 'WinXP': 'default' > 2009-06-03 13:29:10, DEBUG : Adding profile dependencies of profile 'default': 'mini' > > It takes no time, but I would like to have log without ERROR's. > What is Profile 'null'. How can I fix htis? I found an error in your profiles.xml: <depends package-id="MySQL.net" /> Dependencies are supposed to define an attribute called "profile-id". The attribute package-id is ignored and therefore the value of the "profile-id" attribute of your <depends /> node is "null". I guess you should change <depends package-id="MySQL.net" /> to <package package-id="MySQL.net" /> supposed you want to assign the "MySQL.net" package to the WinXP profile. br, Rainer |