Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation / Upgrade InstructionsInstallation / Upgrade Instructions
Previous
 
Next
New Post
10/12/2006 10:55 AM
 

Update:

After installing VWD 2005 Express on my server, I was able to run the setup successfully.  As long as I run it in VWD, I can access the portal.  I cannot access it from a normal web browser on the server or remotely.

I have logged in as HOST and changed the portal alias list.  In addition to leaving the existing one, I have added the following:

W1/DNN
W1.MyDomain.com/DNN
192.168.1.5/DNN
DNN

The webserver's name is W1.  IIS is configured to point the virtual directory called DNN to the website folder under the DotNetNuke folder.  I have configured IIS to default to the various names, with Default.aspx being the first option.  My log file for IIS shows an attempt to contact the site:

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2006-10-12 14:40:13
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2006-10-12 14:40:13 192.168.1.5 GET /DNN - 80 - 192.168.1.5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 301 0 0
2006-10-12 14:40:13 192.168.1.5 GET /DNN/Default.aspx - 80 - 192.168.1.5 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 404 2 0

So far, no luck.  I continue to get the 404: File not found message.

Am I missing something else?

 
New Post
10/12/2006 1:14 PM
 

Hi,

I'm having a recurring problem with a fresh 4.3.5 installation using the "Source" download. (Win Server 2003, .NET 2.0) I've followed the Installation Guide PDF and the install.readme to the letter. We're connecting to an existing SQL2000 instance on a remote server where I have created a blank "DotNetNuke" database. When I browse to the Virtual Directory to begin the install script, I get a generic "Page Can Not Be Displayed" message. Looking over at the DB, I see one new table, "Version", with no rows, and three new SProcs, "GetDatabaseVersion", "FindDatabaseVersion", and "UpdateDatabaseVersion". So the app is obviously connecting successfully to the DB. Looking further in the event log, I find an application warning containing:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/6/2006 12:02:55 PM
Event time (UTC): 10/6/2006 4:02:55 PM
Event ID: 94cf93dd85a04a968cd41538a5ad659b
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/DotNetNuke_2-1-128046241730614863
Trust level: Full
Application Virtual Path: /DotNetNuke_2
Application Path: C:\DotNetNuke_2\Website\
Machine name: GKI2-TESTSVR
Process information:
Process ID: 716
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpException
Exception message: The remote host closed the connection. The error code is 0x80072746.

Request information:
Request URL: http://localhost/DotNetNuke_2/Default.aspx
Request path: /DotNetNuke_2/Default.aspx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False

Stack trace: at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[] status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32 doneWithSession, Int32 finalStatus, Boolean& async)
at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean isFinal)
at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush)
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpResponse.Flush()
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at DotNetNuke.Common.Global.CheckVersion()
at DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E)

It seems it may be failing on the "CheckVersion()" function, but that's just a guess. Is there anything specific about the connect string for a SQL2K instance? Is it possible to get this into VisualStudio into debug mode, where I could track it myself? Too many questions... ;)

Any help would be GREATLY appreciated here. We are looking at the DNN platform for a major website overhaul, I am on a time deadline, and frankly, I've spent far too much time trying to solve this already.

J.Harris

 
New Post
10/13/2006 3:05 AM
 

Likewise, dowloaded the latest starter kit and I am getting the same message. I have two other dnn installations on my laptop using the previous version's starter kit and I followed my notes to a tee.

 Comparison of the relevent folders and sharing settings, shows everthing is  the same for all three installations

Pulling my hair out

Les

 
New Post
10/21/2006 1:49 AM
 
1a) What is the DotNetNuke 4.3.5 Module Upgrade Wizard

1b) How do you use it? 

1c) Where are the directions for it (page #)?

3) I installed 4.0.3 with a corrupt search module.  Where can I download the search module so that I can re-instal it?  (I always get an error "object not set to an instance of an object".)

4) Where are the instructions to follow for upgrading from 4.0.3 to 4.3.5 (page #)?


I can't seem to find this information, though I'm sure I'm just overlooking something or using the wrong search terms.
Any help would be appreciated.
 
New Post
10/21/2006 8:28 AM
 

1a) The module upgrade wizard is to support module developers, that want to upgrade their DNN 3 (VS2003) modules to ASP.Net 2.0 (VS2005).

1b)/1c) AFAIR there is a post in Charles Nurse's Blog about this

3) search module is always included in a core package, no saparate download available. I fear the object not set.. is an issue with your data, or have you upgraded previously from DNN 3 and there are left overs?

4) see installation guide included in the documentation package.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation / Upgrade InstructionsInstallation / Upgrade Instructions


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out