I am assuming that you have already created an Application? If not you have to do that first THEN you create a site UNDER that application. So for example, under Application Management, you create a new Application (Use claims based auth for best results), set the Port number (defaults to 80) and when that's done, it will prompt you if you want to create a site.
DON'T MAKE THE MISTAKE OF USING A TEAM SITE as the top level site if you are using Server (not foundation); a top level Team Site can only create Team Sites underneath it (i.e. No publishing).
If you do have an Application setup (so you know, an Application is the same as setting up a blank IIS site with a matching SharePoint DB), then it's something else. Setting up a site is usually not a problem under an application but it might be that you may have a permissions error; unfortunately cause of 99% of SP problems.
The only way to track this down is using the System Application Event Log and the SharePoint Log. Start with event log and see if any errors are there. If not open the SharePoint log (by default, c:\Program Files\Common Files\Microsoft\Web Server Extensions\14\Logs). SharePoint creates a new log every 30 min (again by default) - sort the folder by date and open the latest. Search for the first part of the correlation number (xxxxx-) without the dash - when you find the first occurence of it, scroll left in the editor to where the message is then start scrolling down. You can also simply try searching for "Error" or "Failure". The log can be hard to read so you can use the ULSViewer (download from here: http://archive.msdn.microsoft.com/ULSViewer).
In many cases, this may be that the Application pool account does not have the right permissions to access the database.
If this doesn't help (or you can't figure it out), you can TEMPORARILY modify the web.config file - find 'customerrors="Off"' and change it to On (case sensitive!); you may need to do an IISReset (open a command window or Start > Run enter CMD then click OK) then enter IISreset; this stops and restarts the IIS. This turns off the error handling from SharePoint and will display the full error - TURN THIS BACK to Off when done!
If you are on a production system, do this after hours!!
That said, if you do see any errors and can't figure it out, repost here.
Best Regards,
David Sterling - CEO/CSA/Executive Consultant
david_sterling@sterling-consulting.com – +1 704-202-2282 – Skype: davidmsterling
Blog: http://davidmsterling.blogspot.com
Corp Site: http://www.sterling-consulting.com
Featured on: http://www.sharepoint-blog.com