Support This Project
Welcome Guest Search | Active Topics | Members | Log In | Register

Error Options
BrackoNe
Posted: Sunday, October 18, 2009 7:42:06 AM
Rank: Newbie
Groups: Member

Joined: 10/18/2009
Posts: 1
Points: 3
Location: Serbia
Hello!

I have next problem:


My system is Windows 7 RC, and 212.200.x.x. is Windows 2008 Server 32bit.
He can login, and I, over Internet, can't. Why? I can open login page and I can register myself, and he can see new created user.
But I can not login as admin or myself.

He installed your CMS without any problems.

This log is from his App_Data folder.
Code:
                                 
2009-10-18 01:48:52,585 [6] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:48:53,011 [11] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
   at System.IO.FileSystemWatcher.set_Path(String value)
   at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
   at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118

2009-10-18 01:53:15,711 [6] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 01:53:20,422 [6] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:53:20,484 [9] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
   at System.IO.FileSystemWatcher.set_Path(String value)
   at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
   at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118

2009-10-18 01:53:39,398 [6] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 01:53:57,278 [6] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:53:57,306 [11] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
   at System.IO.FileSystemWatcher.set_Path(String value)
   at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
   at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118

2009-10-18 02:17:45,552 [3] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 16:08:38,301 [3] INFO  baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 16:08:38,865 [6] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
   at System.IO.FileSystemWatcher.set_Path(String value)
   at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
   at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118

2009-10-18 16:09:17,431 [7] WARN  NHibernate.Util.ADOExceptionReporter [(null)] - System.Data.SQLite.SQLiteException: Unable to open the database file
unable to open database file
   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
   at NHibernate.Impl.BatcherImpl.ExecuteNonQuery(IDbCommand cmd)
   at NHibernate.Persister.Entity.AbstractEntityPersister.Update(Object id, Object[] fields, Object[] oldFields, Boolean[] includeProperty, Int32 j, Object oldVersion, Object obj, SqlCommandInfo sql, ISessionImplementor session)
2009-10-18 16:09:17,442 [7] ERROR NHibernate.Util.ADOExceptionReporter [(null)] - Unable to open the database file
unable to open database file


The next problem is at my local host.
I have this error:
Code:
Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:


Line 47:          Defines the location of the config file containing membership provider configuration.
Line 48:         -->
Line 49:         <membership configSource="config\my_settings\MembershipProvider.config"/>
Line 50:         <!--
Line 51:          Defines the location of the config file containing role provider configuration.

Source File: C:\inetpub\wwwroot\music\web.config    Line: 49


Show Additional Configuration Errors:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4918


What I have to do?
I installed WHOLE IIS 7.5 from Windows, I installed Microsoft ASP.NET AJAX Extensions and I can't install your CMS.
I am in administrators group.

thund3rstruck
Posted: Monday, October 19, 2009 12:35:52 PM
Rank: Advanced Member
Groups: Member

Joined: 3/30/2007
Posts: 136
Points: -492
Location: Richmond, VA
Hi BrackoNe,

This solution requires a 32-bit server running IIS 6. There are several users who are running IIS 7 but in order to do that you have to configure the ApplicationPool to run in 'legacy mode'. See here..

I have performed all development & testing in x86 Windows 2003 Server R2 with IIS 6.

As for the error page you're seeing (Unable to Open Database File), this is due to the ApplicationPool service account not having sufficient permissions to access the database (\music\App_Data\music.db3). Please review the installation documentation for additional detail. If you ran the installation wizard and all steps succeeded, then the wizard already created your service account and granted the appropriate permissions. However, from your screenshot it appears that all steps failed so you need to do a manual installation per the documentation.

Hope This Helps,
--T3
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.0 (NET v2.0) - 10/10/2006
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.129 seconds.