RE: [Draconet-users] Issues with 1.6 beta 3

2004-11-15 Thread Bryan D. Andrews
I can send you a config file but pretty much any changes this happens
with. 

I tried to put some null checks in the
Draco.Core.SCC.Modification.CompareTo method but it did not seem to
help... 

I am available to provide any details you need (via IM as well). Email
me offlist if you like. 

Thanks!

-Original Message-
From: Paul Welter [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 15, 2004 1:02 PM
To: [EMAIL PROTECTED]
Subject: Re: [Draconet-users] Issues with 1.6 beta 3

Hi,

I have not tested vault because I didn't have access to a vault
repository. 
I see that I can get a free single user license though.  I'll install an

instance and try to reproduce the issue.  Can you explain what I need to
do 
to reproduce the issues?  I have not used vault before so let me know of
any 
special kind of config I'll need to do.

thanks
Paul


- Original Message - 
From: "Bryan D. Andrews" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 13, 2004 7:27 PM
Subject: RE: [Draconet-users] Issues with 1.6 beta 3


OK while it helped on my test box - it sure will not help in production.
I have no idea why this is happening, but its failing and sending out an
email every few minutes of a new failure:

Failed to process build 'DotNetNuke.All'.  The following exception
occurred:
System.InvalidOperationException: Specified IComparer threw an
exception. ---> System.NullReferenceException: Object reference not set
to an instance of an object.
   at Draco.Core.Scc.Modification.CompareTo(Object obj)
   at System.Collections.Comparer.Compare(Object a, Object b)
   at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
   --- End of inner exception stack trace ---
   at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
   at System.Array.Sort(Array keys, Array items, Int32 index, Int32
length, IComparer comparer)
   at System.Array.Sort(Array array)
   at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime
earliestModificationTime)
   at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType
buildType, Boolean& changesSinceLastBuild)
   at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)

Any help is appreciated on this!

-Original Message-
From: Bryan D. Andrews
Sent: Saturday, November 13, 2004 2:24 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] Issues with 1.6 beta 3

It seems that deleting all the buildinfo and log files helped get rid of
this error.

Thanks.


-Original Message-
From: Bryan D. Andrews
Sent: Saturday, November 13, 2004 11:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] Issues with 1.6 beta 3

Any idea what might be causing this:

Failed to process build 'DotNetNuke.All'.  The following exception
occurred:
System.InvalidOperationException: Specified IComparer threw an
exception. ---> System.NullReferenceException: Object reference not set
to an instance of an object.
   at Draco.Core.Scc.Modification.CompareTo(Object obj)
   at System.Collections.Comparer.Compare(Object a, Object b)
   at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
   --- End of inner exception stack trace ---
   at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
   at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
   at System.Array.Sort(Array keys, Array items, Int32 index, Int32
length, IComparer comparer)
   at System.Array.Sort(Array array)
   at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime
earliestModificationTime)
   at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType
buildType, Boolean& changesSinceLastBuild)
   at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)

We are using solution tasks, the latest daily build from nant (which
will run this build file manually), and vault.

Thanks!



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, X

Re: [Draconet-users] Issues with 1.6 beta 3

2004-11-15 Thread Paul Welter
Hi,
I have not tested vault because I didn't have access to a vault repository. 
I see that I can get a free single user license though.  I'll install an 
instance and try to reproduce the issue.  Can you explain what I need to do 
to reproduce the issues?  I have not used vault before so let me know of any 
special kind of config I'll need to do.

thanks
Paul
- Original Message - 
From: "Bryan D. Andrews" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 13, 2004 7:27 PM
Subject: RE: [Draconet-users] Issues with 1.6 beta 3

OK while it helped on my test box - it sure will not help in production.
I have no idea why this is happening, but its failing and sending out an
email every few minutes of a new failure:
Failed to process build 'DotNetNuke.All'.  The following exception
occurred:
System.InvalidOperationException: Specified IComparer threw an
exception. ---> System.NullReferenceException: Object reference not set
to an instance of an object.
  at Draco.Core.Scc.Modification.CompareTo(Object obj)
  at System.Collections.Comparer.Compare(Object a, Object b)
  at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
  --- End of inner exception stack trace ---
  at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
  at System.Array.Sort(Array keys, Array items, Int32 index, Int32
length, IComparer comparer)
  at System.Array.Sort(Array array)
  at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime
earliestModificationTime)
  at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType
buildType, Boolean& changesSinceLastBuild)
  at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)
Any help is appreciated on this!
-Original Message-
From: Bryan D. Andrews
Sent: Saturday, November 13, 2004 2:24 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] Issues with 1.6 beta 3
It seems that deleting all the buildinfo and log files helped get rid of
this error.
Thanks.
-Original Message-
From: Bryan D. Andrews
Sent: Saturday, November 13, 2004 11:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] Issues with 1.6 beta 3
Any idea what might be causing this:
Failed to process build 'DotNetNuke.All'.  The following exception
occurred:
System.InvalidOperationException: Specified IComparer threw an
exception. ---> System.NullReferenceException: Object reference not set
to an instance of an object.
  at Draco.Core.Scc.Modification.CompareTo(Object obj)
  at System.Collections.Comparer.Compare(Object a, Object b)
  at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
  --- End of inner exception stack trace ---
  at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
  at System.SorterObjectArray.QuickSort(Int32 left, Int32 right)
  at System.Array.Sort(Array keys, Array items, Int32 index, Int32
length, IComparer comparer)
  at System.Array.Sort(Array array)
  at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime
earliestModificationTime)
  at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType
buildType, Boolean& changesSinceLastBuild)
  at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)
We are using solution tasks, the latest daily build from nant (which
will run this build file manually), and vault.
Thanks!

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
__