Skip to main content

When creating a sharepoint site, I see the error "Server was unable to process request.--->  The Web site address "xxx" is already in use".


 The site does not exist and the creation of the site actually works.  The sharepoint server log implies that the error is actually a problem with applying the features for the template used to create the site.  I tried to create the site with the blank template and the Team Site template, but saw the same error.  The path of the sharepoint site is built from an environment variable and a InfoPath field.  


 If I put a try catch around the createWorkspace() method call (see page 854 in K2 Blackpearl Wrox Book), then the process continues and the site does get created.  As the book suggests, the catch writes a message to the console (Console.WriteLine).  Where does this message actually get logged?  Where can I find it?


The log on the sharepoint server contains the following messages:


02/23/2009 10:09:02.02 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.02 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.02 w3wp.exe (0x0AA0) 0x2290 1106 8e13 High Invalid feature scope 'WebApplication' for template assocation. Valid scopes are Site or Web.


02/23/2009 10:09:02.07 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.07 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.18 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.18 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.28 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.28 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.38 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.38 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.39 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.39 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.46 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID '28e27ece-0c06-45f3-8ba5-6a98b20c87ec'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.46 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 75fe High Failed to determine definition for Feature with ID 'd0b27322-59f4-4e4b-a1f4-f60cebda7170'. Skipping this feature for element querying consideration.


02/23/2009 10:09:02.82 w3wp.exe (0x0AA0) 0x2290 Windows SharePoint Services General 8kh7 High The Web site address "/sites/naig/opsvc/ae/Test Test" is already in use.



 

Be the first to reply!

Reply