Ticket #361 (closed clarification: fixed)

Opened 5 years ago

Last modified 4 years ago

please provide documentation for deleting articles

Reported by: russ Assigned to: jsuttor
Priority: high Milestone:
Component: topaz Version: 0.7
Keywords: topaz-tools articles Cc:
Blocking: Blocked By:

Description (Last modified by russ)

since article tool has been deprecated

[root@plosone-dev ~]# /usr/local/topaz/bin/articles -url http://localhost:8080/ws-articles-webapp/services/ArticleServicePort -delete doi/10.1371/journal.pone/0000012
Exception in thread "main" java.lang.NoClassDefFoundError: Articles

Dependency Graph

Change History

06/04/07 14:25:00 changed by russ

  • description changed.

06/04/07 18:24:08 changed by amit

Sorry, this is more RPM confusion. When you did an update for Topaz Tools, it does not delete binaries from earlier RPMs that are no longer being used. If you list the new Topaz Tools RPM using:

rpm -ql -p <topaz tool rpm package>

you will see that articles, rss, etc. are no longer being packaged. We will add the deletion of these scripts to the preInstall script of the RPM.

06/05/07 11:24:05 changed by russ

  • type changed from defect to clarification.
  • description changed.
  • summary changed from articles tool throws an error to please provide documentation for deleting articles.

06/05/07 14:06:32 changed by amit

  • owner changed from somebody to jsuttor.

06/06/07 10:29:04 changed by ebrown

(In [2862]) re #361 Fix missing and incorrect conf-helper dependency in delete/ingest tool

Was just trying to test #361 and found a few problems.

Mostly, article-util now uses org.plosone:conf-helper instead of org.topazproject:conf-helper.

Successfully deleted an article again:

# /usr/local/topaz/bin/article_delete info:doi/10.1371/journal.pone.0000001
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Deleted info:doi/10.1371/journal.pone.0000001
Deleted 1 article(s)

06/06/07 10:30:32 changed by ebrown

  • status changed from new to closed.
  • resolution set to fixed.

See [2861]. Please use /usr/local/topaz/bin/article_delete <doi> to delete an article.

/usr/local/topaz/bin/article is obsolete (and is removed on upgrading now).

10/29/07 21:13:36 changed by

  • milestone deleted.

Milestone 0.7 deleted