[jira] Updated: (CONNECTORS-146) Logic for dealing with unreachable documents at the end of a non-continuous job run does not handle hopcount and carrydown correctly

2011-01-10 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright updated CONNECTORS-146:
---

 Priority: Blocker  (was: Major)
Affects Version/s: ManifoldCF 0.1

 Logic for dealing with unreachable documents at the end of a non-continuous 
 job run does not handle hopcount and carrydown correctly
 

 Key: CONNECTORS-146
 URL: https://issues.apache.org/jira/browse/CONNECTORS-146
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker

 The same logic is used for deleting document that belong to jobs that are 
 going away, and jobs that are just cleaning up after a crawl.  A shortcut in 
 the logic makes it only appropriate at this time for jobs that are going away 
 entirely.  No hopcount or carrydown cleanup is ever done, for instance.
 A solution may involve having separate stuffer and worker threads for these 
 two circumstances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CONNECTORS-147) Useless and broken PDFs can be avoided and should be to save space

2011-01-10 Thread Karl Wright (JIRA)
Useless and broken PDFs can be avoided and should be to save space
--

 Key: CONNECTORS-147
 URL: https://issues.apache.org/jira/browse/CONNECTORS-147
 Project: ManifoldCF
  Issue Type: Bug
  Components: Documentation
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker


In your src/documentation/skinconf.xml set disable-pdf-link to true.
Then you will not get a PDF for every page.

Make a specific link to end-user-documentation.pdf to get a PDF
just for that specific document.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CONNECTORS-148) Creating database in PostgreSQL does not work

2011-01-10 Thread Karl Wright (JIRA)
Creating database in PostgreSQL does not work
-

 Key: CONNECTORS-148
 URL: https://issues.apache.org/jira/browse/CONNECTORS-148
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker


When you try to create a PostgreSQL database, you get back the following error:

Exception: Database exception: Exception doing query: ERROR: syntax error at or 
near $1
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Database exception: 
Exception doing query: ERROR: syntax error at or near $1
at 
org.apache.manifoldcf.core.database.Database.executeViaThread(Database.java:461)
at 
org.apache.manifoldcf.core.database.Database.executeUncachedQuery(Database.java:505)
at 
org.apache.manifoldcf.core.database.Database$QueryCacheExecutor.create(Database.java:1131)
at 
org.apache.manifoldcf.core.cachemanager.CacheManager.findObjectsAndExecute(CacheManager.java:144)
at 
org.apache.manifoldcf.core.database.Database.executeQuery(Database.java:168)
at 
org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.createUserAndDatabase(DBInterfacePostgreSQL.java:536)
at 
org.apache.manifoldcf.core.system.ManifoldCF.createSystemDatabase(ManifoldCF.java:656)
at 
org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner.main(ManifoldCFJettyRunner.java:202)
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near 
$1
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:305)
at 
org.apache.manifoldcf.core.database.Database.execute(Database.java:606)
at 
org.apache.manifoldcf.core.database.Database$ExecuteQueryThread.run(Database.java:421)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CONNECTORS-148) Creating database in PostgreSQL does not work

2011-01-10 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12979509#action_12979509
 ] 

Karl Wright commented on CONNECTORS-148:


Trunk check-in: r1057120.


 Creating database in PostgreSQL does not work
 -

 Key: CONNECTORS-148
 URL: https://issues.apache.org/jira/browse/CONNECTORS-148
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker

 When you try to create a PostgreSQL database, you get back the following 
 error:
 Exception: Database exception: Exception doing query: ERROR: syntax error at 
 or near $1
 org.apache.manifoldcf.core.interfaces.ManifoldCFException: Database 
 exception: Exception doing query: ERROR: syntax error at or near $1
   at 
 org.apache.manifoldcf.core.database.Database.executeViaThread(Database.java:461)
   at 
 org.apache.manifoldcf.core.database.Database.executeUncachedQuery(Database.java:505)
   at 
 org.apache.manifoldcf.core.database.Database$QueryCacheExecutor.create(Database.java:1131)
   at 
 org.apache.manifoldcf.core.cachemanager.CacheManager.findObjectsAndExecute(CacheManager.java:144)
   at 
 org.apache.manifoldcf.core.database.Database.executeQuery(Database.java:168)
   at 
 org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.createUserAndDatabase(DBInterfacePostgreSQL.java:536)
   at 
 org.apache.manifoldcf.core.system.ManifoldCF.createSystemDatabase(ManifoldCF.java:656)
   at 
 org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner.main(ManifoldCFJettyRunner.java:202)
 Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near 
 $1
   at 
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
   at 
 org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
   at 
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:305)
   at 
 org.apache.manifoldcf.core.database.Database.execute(Database.java:606)
   at 
 org.apache.manifoldcf.core.database.Database$ExecuteQueryThread.run(Database.java:421)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CONNECTORS-146) Logic for dealing with unreachable documents at the end of a non-continuous job run does not handle hopcount and carrydown correctly

2011-01-10 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-146.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.1

Release branch commit: r1057136


 Logic for dealing with unreachable documents at the end of a non-continuous 
 job run does not handle hopcount and carrydown correctly
 

 Key: CONNECTORS-146
 URL: https://issues.apache.org/jira/browse/CONNECTORS-146
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework crawler agent
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.1


 The same logic is used for deleting document that belong to jobs that are 
 going away, and jobs that are just cleaning up after a crawl.  A shortcut in 
 the logic makes it only appropriate at this time for jobs that are going away 
 entirely.  No hopcount or carrydown cleanup is ever done, for instance.
 A solution may involve having separate stuffer and worker threads for these 
 two circumstances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CONNECTORS-148) Creating database in PostgreSQL does not work

2011-01-10 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-148.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.1

Release branch commit: r1057136.


 Creating database in PostgreSQL does not work
 -

 Key: CONNECTORS-148
 URL: https://issues.apache.org/jira/browse/CONNECTORS-148
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework core
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.1


 When you try to create a PostgreSQL database, you get back the following 
 error:
 Exception: Database exception: Exception doing query: ERROR: syntax error at 
 or near $1
 org.apache.manifoldcf.core.interfaces.ManifoldCFException: Database 
 exception: Exception doing query: ERROR: syntax error at or near $1
   at 
 org.apache.manifoldcf.core.database.Database.executeViaThread(Database.java:461)
   at 
 org.apache.manifoldcf.core.database.Database.executeUncachedQuery(Database.java:505)
   at 
 org.apache.manifoldcf.core.database.Database$QueryCacheExecutor.create(Database.java:1131)
   at 
 org.apache.manifoldcf.core.cachemanager.CacheManager.findObjectsAndExecute(CacheManager.java:144)
   at 
 org.apache.manifoldcf.core.database.Database.executeQuery(Database.java:168)
   at 
 org.apache.manifoldcf.core.database.DBInterfacePostgreSQL.createUserAndDatabase(DBInterfacePostgreSQL.java:536)
   at 
 org.apache.manifoldcf.core.system.ManifoldCF.createSystemDatabase(ManifoldCF.java:656)
   at 
 org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner.main(ManifoldCFJettyRunner.java:202)
 Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near 
 $1
   at 
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
   at 
 org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
   at 
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:305)
   at 
 org.apache.manifoldcf.core.database.Database.execute(Database.java:606)
   at 
 org.apache.manifoldcf.core.database.Database$ExecuteQueryThread.run(Database.java:421)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CONNECTORS-147) Useless and broken PDFs can be avoided and should be to save space

2011-01-10 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-147.


   Resolution: Fixed
Fix Version/s: ManifoldCF 0.1

r1057137 (trunk), r1057138 (release branch)


 Useless and broken PDFs can be avoided and should be to save space
 --

 Key: CONNECTORS-147
 URL: https://issues.apache.org/jira/browse/CONNECTORS-147
 Project: ManifoldCF
  Issue Type: Bug
  Components: Documentation
Affects Versions: ManifoldCF 0.1
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.1


 In your src/documentation/skinconf.xml set disable-pdf-link to true.
 Then you will not get a PDF for every page.
 Make a specific link to end-user-documentation.pdf to get a PDF
 just for that specific document.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[VOTE] Release Apache ManifoldCF 0.1 Incubating, RC8

2011-01-10 Thread Karl Wright
I've made more required changes and uploaded an RC7.  So the RC6 vote
is cancelled, and the RC7 vote begins.

Thanks,
Karl

On Sun, Jan 9, 2011 at 3:26 PM, Karl Wright daddy...@gmail.com wrote:
 I just discovered a fairly significant problem that's been there all
 along, but may well need to be solved before first release.  The main
 reason I'd like to solve it is because I discovered it while working
 on the book, and I'd like the book to make sense in this area.  It's
 unfortunately a fairly major problem, although I'm about 60% done with
 a fix for it after working most of the afternoon.  See CONNECTORS-146.

 Any strong opinions please let me know.

 Karl



Re: [VOTE] Release Apache ManifoldCF 0.1 Incubating, RC8

2011-01-10 Thread Karl Wright
Sorry, typo'd the subject line.  This thread is dead; I'll start a new one.
Karl

On Mon, Jan 10, 2011 at 8:36 AM, Karl Wright daddy...@gmail.com wrote:
 I've made more required changes and uploaded an RC7.  So the RC6 vote
 is cancelled, and the RC7 vote begins.

 Thanks,
 Karl

 On Sun, Jan 9, 2011 at 3:26 PM, Karl Wright daddy...@gmail.com wrote:
 I just discovered a fairly significant problem that's been there all
 along, but may well need to be solved before first release.  The main
 reason I'd like to solve it is because I discovered it while working
 on the book, and I'd like the book to make sense in this area.  It's
 unfortunately a fairly major problem, although I'm about 60% done with
 a fix for it after working most of the afternoon.  See CONNECTORS-146.

 Any strong opinions please let me know.

 Karl




Re: [VOTE] Release Apache ManifoldCF 0.1 Incubating, RC7

2011-01-10 Thread Jack Krupansky

+1 (but non-committer)

-- Jack Krupansky

-Original Message- 
From: Karl Wright 
Sent: Monday, January 10, 2011 8:40 AM 
To: connectors-dev@incubator.apache.org 
Subject: Re: [VOTE] Release Apache ManifoldCF 0.1 Incubating, RC7 


+1 for me.
Karl

On Mon, Jan 10, 2011 at 8:39 AM, Karl Wright daddy...@gmail.com wrote:

Vote for/against RC7 on this thread, please.
Karl



[jira] Created: (CONNECTORS-149) Expire thread deletes documents even if they are shared with other jobs

2011-01-10 Thread Karl Wright (JIRA)
Expire thread deletes documents even if they are shared with other jobs
---

 Key: CONNECTORS-149
 URL: https://issues.apache.org/jira/browse/CONNECTORS-149
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework crawler agent
Reporter: Karl Wright


The expiration logic does not preserve documents in the index that belong to 
other jobs, and it should.  It should behave similarly to Cleanup Threads in 
that regard.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (CONNECTORS-149) Expire thread deletes documents even if they are shared with other jobs

2011-01-10 Thread Karl Wright (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright reassigned CONNECTORS-149:
--

Assignee: Karl Wright

 Expire thread deletes documents even if they are shared with other jobs
 ---

 Key: CONNECTORS-149
 URL: https://issues.apache.org/jira/browse/CONNECTORS-149
 Project: ManifoldCF
  Issue Type: Bug
  Components: Framework crawler agent
Reporter: Karl Wright
Assignee: Karl Wright

 The expiration logic does not preserve documents in the index that belong to 
 other jobs, and it should.  It should behave similarly to Cleanup Threads in 
 that regard.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.