Ticket #508 (closed clarification: fixed)

Opened 1 year ago

Last modified 1 year ago

errors and warnings in plosone log

Reported by: russ Assigned to: russ
Priority: medium Milestone:
Component: ambra Version: 0.7
Keywords: log4j Cc:
Blocking: Blocked By:

Description

can you let us know what the following log lines mean, and whether or not we should worry?

let me know if you need additional context for any of these. they are all from plosone.log on plosone01 for today - 2007-07-27

2007-07-27 10:55:29,132 ERROR DispatcherUtils> Could not execute action [TP-Processor56 com.opensymphony.webwork.dispatcher.DispatcherUtils]
2007-07-27 10:55:29,132 ERROR [default]> Servlet.service() for servlet default threw exception [TP-Processor56 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[default]]
2007-07-27 10:41:35,214 ERROR UserProfileAction> Failed to fetch the email address using the url:https://register.plos.org:/cas/email?guid=null [TP-Processor111 org.plos.user.action.UserProfileAction]
2007-07-27 10:03:18,423 ERROR FetchArticleService> Transformation of article failed [TP-Processor40 org.plos.article.service.FetchArticleService]
2007-07-27 09:37:45,655 ERROR PlosOneActionMapper> java.net.URISyntaxException: Illegal character in path at index 13: /article/PLoS ONE Reproductive Phase Locking of Mosquito Populations in Response to Rainfall Frequency_archivos/pone_rating.css [TP-Processor62 org.plos.webwork.PlosOneActionMapper]
2007-07-27 09:37:45,655 ERROR [default]> Servlet.service() for servlet default threw exception [TP-Processor62 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[default]]
2007-07-27 10:26:23,233 WARN  RepresentationInfo> missing: <topaz:XLS-contentType> [TP-Processor107 org.plos.article.service.RepresentationInfo]
2007-07-27 10:26:23,233 WARN  RepresentationInfo> missing: <topaz:XLS-objectSize> [TP-Processor107 org.plos.article.service.RepresentationInfo]

2007-07-27 10:17:16,150 WARN  GetArticleRatingsAction> Unexpected: 0 RatingSummary for info:doi/10.1371/journal.pone.0000462 [TP-Processor86 org.plos.rating.action.GetArticleRatingsAction]

Dependency Graph

Change History

07/27/07 11:31:08 changed by russ

  • keywords set to log4j.
  • owner changed from pradeep to jsuttor.
  • version set to 0.7.
  • component changed from topaz to publishing-app.
  • priority changed from unassigned to medium.

07/27/07 12:58:42 changed by ronald

2007-07-27 10:26:23,233 WARN  RepresentationInfo> missing: <topaz:XLS-contentType> [TP-Processor107 org.plos.article.service.RepresentationInfo]
2007-07-27 10:26:23,233 WARN  RepresentationInfo> missing: <topaz:XLS-objectSize> [TP-Processor107 org.plos.article.service.RepresentationInfo]

This one looks like a (benign) bug in the code - Jeff, in RepresentationInfo, lines 57 and 58, you're using aliases but the uri's returned by mulgara have all aliases expanded; also, the <> around the uri shouldn't be there.

Since these values aren't used anywhere currently (except for debug log statements in a couple places) the warning can be ignored for now.

07/27/07 14:59:43 changed by ronald

(In [3295]) Fix retrieval of content-type and content-size of secondary objects. Re #508.

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted

08/17/07 15:31:52 changed by amit

  • owner changed from jsuttor to russ.
  • milestone set to 0.8.

Please confirm fix.

08/22/07 10:45:42 changed by russ

planning on testing this once we receive final 0.8 rpms

08/22/07 14:12:31 changed by russ

  • milestone deleted.

couldn't find any of these on dev since the upgrade (except a couple of valid FetchArticleService? transformation errors)

however, i would like to test again after the upgrade when we have a week or so of data on the live servers.

08/22/07 15:35:29 changed by russ

  • status changed from new to assigned.

09/24/07 15:43:17 changed by russ

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

seems to be resolved. thanks!