Tuesday, March 09, 2010 Register  Login
Installer doesn't provide SQLite DLLs?
Last Post 12 Oct 2007 10:33 PM byHector. 12 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
AuthorMessages
ncazanav (guest)

--
24 Sep 2007 09:28 PM  

I run through a fatal error : some SQLite dlls are not found. This library is a prerequisite which is not include in your installer?

 

Ncazanav

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
25 Sep 2007 01:17 AM  

Hi ncazanav,

The SQLite dlls are actually merged into the main executable. I'm using the SQLite ADO provider from here:

http://sqlite.phxsoftware.com/

What's the exact error you are getting?

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
25 Sep 2007 02:55 AM  
Alright. I found the problem and fixed it. I refreshed 1.2.2 with a new installation. Please try this new one.
ncazanav (guest)

--
25 Sep 2007 12:12 PM  

Hector

 

Sorry to telle you this, but I think threre remains some bugs in version 1.2.2!

 

When I try to add all the repositories that are in the same directory I get this error

############## Begin Error 1 ################"

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at SVNManagerLib.SVNFileSystemEntity.xax5v5Q3h()
   at SVNManagerLib.SVNFileSystemEntity..ctor(String serverCommandsPath, String pathToEntity, String entityName)
   at SVNManagerLib.SVNRepository.ooAoCJSD3()
   at SVNManagerLib.SVNRepository.xax5v5Q3h(String )
   at SVNManagerLib.SVNRepository..ctor(String RepositoryPath, String ServerCommandPath)
   at SVNManagerLib.SVNController.3wxNWu1uZ(FileInfo )
   at SVNManagerLib.SVNController.72KQgsICi(DirectoryInfo )
   at SVNManagerLib.SVNController.tKMVVs5y3(DirectoryInfo )
   at SVNManagerLib.SVNController.xax5v5Q3h()
   at SVNManagerLib.SVNController..ctor(SVNServerConfig config)
   at SVN_Backup_Widget.frmMain.l5EPOsQa9()
   at SVN_Backup_Widget.frmMain.ooAoCJSD3(Object , LinkLabelLinkClickedEventArgs )
   at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
   at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SVNBackupWidget
    Assembly Version: 1.2.2.1
    Win32 Version: 1.2.2.1
    CodeBase: file:///C:/Program%20Files/SystemWidgets/SVN%20Backup%20Widget/SVNBackupWidget.exe
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


   


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

 

############## End Error 1 ################"

 

When I try to add only one repo using the option Repositories in different directories i have an SQLite error : no such table: Repositories.

 

############## Begin Error 2 ################"

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.SQLite.SQLiteException: SQLite error
no such table: Repositories
   at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
   at SVN_Backup_Widget.DAL.AddRepository(String RepositoryName, String RepositoryPath)
   at SVN_Backup_Widget.frmPreferences.uQXdGOUCL(Object , EventArgs )
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SVNBackupWidget
    Assembly Version: 1.2.2.1
    Win32 Version: 1.2.2.1
    CodeBase: file:///C:/Program%20Files/SystemWidgets/SVN%20Backup%20Widget/SVNBackupWidget.exe
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Data.SQLite
    Assembly Version: 1.0.41.0
    Win32 Version: 1.0.41.0
    CodeBase: file:///C:/Program%20Files/SystemWidgets/SVN%20Backup%20Widget/System.Data.SQLite.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Security
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Microsoft.VisualC
    Assembly Version: 8.0.0.0
    Win32 Version: 8.00.50727.42
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.832 (QFE.050727-8300)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


   


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

############## End Error 2 ################"

 

 

 

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
26 Sep 2007 02:06 AM  

Thanks for your report. I'll be looking at this soon. Could you tell me how are your repositories laid out?

Look at this post to see what I mean:

http://www.systemwidgets.com/Support/Forums/tabid/72/forumid/1/postid/68/view/topic/Default.aspx

ncazanav (guest)

--
26 Sep 2007 07:47 AM  

Hi Hector,

 

Here are my server directory settings

Subversion Installation Directory : C:\Program Files\Subversion

Command-Line Tools Directory : C:\Program Files\Subversion\bin

Repositories  Root Directory : c:\svnrepos

The directory C:\svnrepos stores all my directories (created with svn create --fs-type fsfs)

Does this answer your question?

ncazanav

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
26 Sep 2007 10:09 AM  

Ncazanav,

Does C:\svnrepos have the directories highlighted below?

I've seen a lot of people doing the above by issuing "svnadmin create C:\svnrepos --fs-type fsfs" when setting Subversion for the first time. What should have happened is this instead: "svnadmin create C:\svnrepos\newrepo --fs-type fsfs".

ncazanav (guest)

--
26 Sep 2007 09:47 PM  

Hi Hector,

No, C:\svnrepos does not have the directories highlighted. But since your application asked for the parent directory of all the repos (at last that's what I understood), I didn't though that this directory has to be a repo itself.

Anyway, if I try the second choice (repositories on different directories) with only one repo (i.e. with the folder c\svnrepo\newrepo created with the command line "svnadmin create --fs-type fsfs C:\svnrepos\newrepo" ) it doesn't work either. I run thought the second error described before. But since now I'm not sure to understand clearly the logic of the inputs, i might be wrong in my settings.

Ncazanav

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
26 Sep 2007 11:13 PM  
Ncazanav,

Would it be possible to zip or rar C:\svnrepo and email it to beta@systemwidgets.com ?

I'm really puzzled by this, and would like to see why it is failing for you. I haven't been able to reproduce this last issue.
HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
26 Sep 2007 11:14 PM  

"No, C:\svnrepos does not have the directories highlighted. But since your application asked for the parent directory of all the repos (at last that's what I understood), I didn't though that this directory has to be a repo itself. "

You actually understood correctly. It's the parent directory when using the first option.

HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
02 Oct 2007 03:03 PM  

Ncazanav,

I haven't recieved anything from you yet. Does this mean that you don't want to? Or did my email server ate your email?

I really would like to get this fixed for you.

Hector

Posted By Hector on 09/26/2007 4:13 PM
Ncazanav,

Would it be possible to zip or rar C:\svnrepo and email it to beta@systemwidgets.com ?

I'm really puzzled by this, and would like to see why it is failing for you. I haven't been able to reproduce this last issue.

thesvr (guest)

--
12 Oct 2007 09:20 PM  
Hi,

I have got the same problem.

The problem is that, i had a directory in the repos root directory. After removing the non repository directory the problem was solved. So a directory check should solve the problem.

Error message is: index is outside the bounds of the array.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SVNManagerLib.SVNFileSystemEntity.xax5v5Q3h()
at SVNManagerLib.SVNFileSystemEntity..ctor(String serverCommandsPath, String pathToEntity, String entityName)
at SVNManagerLib.SVNRepository.ooAoCJSD3()
at SVNManagerLib.SVNRepository.xax5v5Q3h(String )
at SVNManagerLib.SVNRepository..ctor(String RepositoryPath, String ServerCommandPath)
at SVNManagerLib.SVNController.3wxNWu1uZ(FileInfo )
at SVNManagerLib.SVNController.72KQgsICi(DirectoryInfo )
at SVNManagerLib.SVNController.tKMVVs5y3(DirectoryInfo )
at SVNManagerLib.SVNController.xax5v5Q3h()
at SVNManagerLib.SVNController..ctor(SVNServerConfig config)
at SVN_Backup_Widget.frmMain.l5EPOsQa9()
at SVN_Backup_Widget.frmMain.ooAoCJSD3(Object , LinkLabelLinkClickedEventArgs )
at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SVNBackupWidget
Assembly Version: 1.2.2.1
Win32 Version: 1.2.2.1
CodeBase: file:///C:/Program%20Files/SystemWidgets/SVN%20Backup%20Widget/SVNBackupWidget.exe
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.41.0
Win32 Version: 1.0.41.0
CodeBase: file:///C:/Program%20Files/SystemWidgets/SVN%20Backup%20Widget/System.Data.SQLite.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.VisualC
Assembly Version: 8.0.0.0
Win32 Version: 8.00.50727.42
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:





When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


HectorUser is Offline
Grand Widget Maker
Basic Member
Basic Member
Send Private Message
Posts:167

--
12 Oct 2007 10:33 PM  
The problem is that, i had a directory in the repos root directory. After removing the non repository directory the problem was solved. So a directory check should solve the problem.

My issue is how to handle it. I could try putting some smarts in the code. I have some ideas, but I think I need to think about this a bit more.

You are not authorized to post a reply.

Active Forums 4.1
Terms Of Use | Privacy Statement | SystemWidgets
Copyright 2002-2010 by SystemWidgets
Google Analytics Alternative