PathwayCommons / cpath2

Biological pathway data integration and access platform (Pathway Commons)
http://www.pathwaycommons.org/pc2/
MIT License
6 stars 5 forks source link

v11/ beta: Unable to GET SBGN format #309

Closed jvwong closed 5 years ago

jvwong commented 5 years ago

I was unable to perform a web service call to GET an object URI identified via SEARCH in SBGN format. The expectation is that SBGN format is returned.

To reproduce:

{
  "timestamp": 1548698215475,
  "status": 500,
  "error": "Internal Server Error",
  "message": "500; Internal Server Error - java.lang.NullPointerException;
  ...,
  "path": "/pc2/get"
}
IgorRodchenkov commented 5 years ago

I’ll look into this soon; thanks Jeff.

IR

On Jan 28, 2019, at 12:58 PM, Jeffrey notifications@github.com wrote:

// TODO

http://beta.pathwaycommons.org/pc2/get?format=sbgn&uri=http://identifiers.org/reactome/R-HSA-110314

{ "timestamp": 1548698215475, "status": 500, "error": "Internal Server Error", "message": "500; Internal Server Error - java.lang.NullPointerException; ..., "path": "/pc2/get" } — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.