Difference between revisions of "NEC4L"

From Code4Lib
Jump to: navigation, search
(Upcoming conference)
(Past Meetings)
 
(14 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
Due to spam, this page is now '''protected''' and you need an account to edit it.
 
Due to spam, this page is now '''protected''' and you need an account to edit it.
  
 +
== Regional Communications ==
  
<html>
+
Code4Lib NE has a low-traffic mailing list/Google group. Please [https://groups.google.com/forum/#!forum/code4lib-ne consider subscribing] to keep up to date.
    <head>
+
        <title>Cannot find table 0.</title>
+
        <style>
+
        body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
+
        p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
+
        b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
+
        H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
+
        H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
+
        pre {font-family:"Lucida Console";font-size: .9em}
+
        .marker {font-weight: bold; color: black;text-decoration: none;}
+
        .version {color: gray;}
+
        .error {margin-bottom: 10px;}
+
        .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
+
        </style>
+
    </head>
+
  
    <body bgcolor="white">
+
There's also a Slack channel that has been used for organizing recent events. All are welcome to join - go to http://nec4l.slack.com and request to be invited.
  
            <span><H1>Server Error in '/Parser' Application.<hr width=100% size=1 color=silver></H1>
+
== Upcoming conference ==
  
            <h2> <i>Cannot find table 0.</i> </h2></span>
+
[[NECode4lib Spring 2019]]
  
            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
+
== Past Meetings ==
 +
[[NECode4lib 2016]]
  
            <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
+
[[NECode4lib 2015 Fall]]
  
            <br><br>
+
[[NECode4lib 2015 Home]]
  
            <b> Exception Details: </b>System.IndexOutOfRangeException: Cannot find table 0.<br><br>
+
[[NECode4lib 2012 Home]]
 
+
            <b>Source Error:</b> <br><br>
+
 
+
            <table width=100% bgcolor="#ffffcc">
+
              <tr>
+
                  <td>
+
                      <code><pre>
+
 
+
Line 198:        int rowsCount = 0;
+
Line 199:        string sql = &quot;select  * FROM no_index_backlinks order by number_uses asc&quot;;
+
<font color=red>Line 200:        GetDataTable = cru.SelectSQLStatement(sql);
+
</font>Line 201:
+
Line 202:        minUses = Convert.ToInt32(GetDataTable.Rows[0][&quot;number_uses&quot;].ToString());</pre></code>
+
 
+
                  </td>
+
              </tr>
+
            </table>
+
 
+
            <br>
+
 
+
            <b> Source File: </b> c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx<b> &nbsp;&nbsp; Line: </b> 200
+
            <br><br>
+
 
+
            <b>Stack Trace:</b> <br><br>
+
 
+
            <table width=100% bgcolor="#ffffcc">
+
              <tr>
+
                  <td>
+
                      <code><pre>
+
 
+
[IndexOutOfRangeException: Cannot find table 0.]
+
  System.Data.DataTableCollection.get_Item(Int32 index) +6294690
+
  Data.GenericCRUD.SqlClientCRUD.SelectSQLStatement(String SQL) +215
+
  Data.GenericCRUD.GenericDbCRUD.SelectSQLStatement(String SQL) +93
+
  ASP.linkwheel_handler_aspx.GetRandomUrls(Int32 upperLimit) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:200
+
  ASP.linkwheel_handler_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:707
+
  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
+
  System.Web.UI.Control.LoadRecursive() +71
+
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
+
</pre></code>
+
 
+
                  </td>
+
              </tr>
+
            </table>
+
 
+
            <br>
+
 
+
            <hr width=100% size=1 color=silver>
+
 
+
            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
+
 
+
            </font>
+
 
+
    </body>
+
</html>
+
<!--
+
[IndexOutOfRangeException]: Cannot find table 0.
+
  at System.Data.DataTableCollection.get_Item(Int32 index)
+
  at Data.GenericCRUD.SqlClientCRUD.SelectSQLStatement(String SQL)
+
  at Data.GenericCRUD.GenericDbCRUD.SelectSQLStatement(String SQL)
+
  at ASP.linkwheel_handler_aspx.GetRandomUrls(Int32 upperLimit) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:line 200
+
  at ASP.linkwheel_handler_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\Parser\LinkWheel-Handler.aspx:line 707
+
  at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
+
  at System.Web.UI.Control.LoadRecursive()
+
  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+
[HttpUnhandledException]: Exception of type &#39;System.Web.HttpUnhandledException&#39; was thrown.
+
  at System.Web.UI.Page.HandleError(Exception e)
+
  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+
  at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+
  at System.Web.UI.Page.ProcessRequest()
+
  at System.Web.UI.Page.ProcessRequest(HttpContext context)
+
  at ASP.linkwheel_handler_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\parser\44dff32b\fee07732\App_Web_zzw00tq5.4.cs:line 0
+
  at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+
  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
+
--> _,
+
 
+
== Planning Tasks ==
+
We have begun to develop a planning [[NEC4L:tasklist|task list]]
+
 
+
== Planning Meetings ==
+
=== 2012/01/27 ===
+
 
+
Decisions:<br>
+
-          Conference will be 2 days on October 26, 27 (Fri, Sat) at Yale. We will secure the lecture hall and additional rooms.<br>
+
-          Registration limit will be 150<br>
+
-          Format will be formal first day with keynote address, sessions, lunch, etc. Day 2 will be less formal, unconference, lightning, hackathon style. Birds of a feather (or birds not of a feather which is also fun) will get worked in somehow.<br>
+
-          Reception at the end of the first day will be at CSSSI (http://csssi.yale.edu/) with food/beverages.<br>
+
-          We all agree that we would like this to become an annual event with Harvard and Dartmouth in the mix as next hosts (order to be figured out later).<br>
+
-          We will make all campfire conversations publicly accessible. Emails circulated amongst us (like this) will be considered “Not Public”.<br>
+
-          We will post to the Code4Lib listserv throughout the planning process to let everyone know where we are at with it and also to help promote and keep interest in the event.<br>
+
+
Actions<br>
+
-          Joe will follow up about the NE Code4Lib wiki to see if we can use this as our public facing website where we will place campfire sessions or other public information.<br>
+
-          Michelle will (already has) create a survey to test the waters for possible attendance numbers<br>
+
-          I will draft 2 emails, one to go with the survey and one as a request for proposals (to come later on).<br>
+
-          Cindy will reserve rooms for these two days.<br>
+
 
+
Transcript
+
 
+
== Past Meetings ==
+
  
 
[[PreviousIncarnationOfNEC4L]]
 
[[PreviousIncarnationOfNEC4L]]

Latest revision as of 20:18, 25 February 2019

Welcome to the wiki home of the New England "chapter" of Code4Lib.

Due to spam, this page is now protected and you need an account to edit it.

Regional Communications

Code4Lib NE has a low-traffic mailing list/Google group. Please consider subscribing to keep up to date.

There's also a Slack channel that has been used for organizing recent events. All are welcome to join - go to http://nec4l.slack.com and request to be invited.

Upcoming conference

NECode4lib Spring 2019

Past Meetings

NECode4lib 2016

NECode4lib 2015 Fall

NECode4lib 2015 Home

NECode4lib 2012 Home

PreviousIncarnationOfNEC4L