Actions
Bug #16923
closedCannot publish records in GRSF Admin VRE (unauthorized)
Start date:
Jun 12, 2019
Due date:
% Done:
100%
Estimated time:
Description
I tried to publish a record in GRSF Admin today and encountered a not authorized message. The detailed message is shown below.
java.lang.Exception: Method failed: HTTP/1.1 500 Internal Server Error; Response body: {"id":null,"knowledge_base_id":null,"product_url":null,"error":"You are not authorized to create a product. Please check you have the Catalogue-Administrator role!"}
at gr.forth.ics.isl.grsfservicescore.GrsfPublisher.publishRecord(GrsfPublisher.java:103)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishRecords(PublisherClient.java:761)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishGrsfStocks(PublisherClient.java:503)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishGrsfStock(PublisherClient.java:435)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.main(PublisherClient.java:984)
2019-06-12 16:24:38 ERROR PublisherClient:775 - An error occured while publishing records for grsf
gr.forth.ics.isl.grsfservicescore.exception.GrsfPublishingException: Fatal transport error
at gr.forth.ics.isl.grsfservicescore.GrsfPublisher.publishRecord(GrsfPublisher.java:113)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishRecords(PublisherClient.java:761)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishGrsfStocks(PublisherClient.java:503)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.publishGrsfStock(PublisherClient.java:435)
at gr.forth.ics.isl.grsfservicescore.clients.PublisherClient.main(PublisherClient.java:984)
Can you please check?
Related issues
Actions