Stream: committers
Topic: Ig publisher terminology server error
Eric Haas (Nov 29 2017 at 16:41):
just received this error when pinging the server.
Load Terminology Cache from /Users/ehaas/Documents/FHIR/IG-Template/txCache (18.0482sec) Connect to Terminology Server at http://tx.fhir.org/r3 (18.0483sec) Publishing Content Failed: Error unmarshalling resource: [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not allocate space for object 'dbo.Sessions'.'PK_Sessions' in database 'fhir3' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegr (19.0561sec) (19.0561sec) Use -? to get command line help (19.0561sec) (19.0561sec) Stack Dump (for debugging): (19.0562sec) org.hl7.fhir.r4.utils.client.EFhirClientException: Error unmarshalling resource: [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not allocate space for object 'dbo.Sessions'.'PK_Sessions' in database 'fhir3' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegr at org.hl7.fhir.r4.utils.client.ClientUtils.unmarshalReference(ClientUtils.java:344) at org.hl7.fhir.r4.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:232) at org.hl7.fhir.r4.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:214) at org.hl7.fhir.r4.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:205) at org.hl7.fhir.r4.utils.client.ClientUtils.issueGetResourceRequest(ClientUtils.java:141) at org.hl7.fhir.r4.utils.client.FHIRToolingClient.getCapabilitiesStatementQuick(FHIRToolingClient.java:177) at org.hl7.fhir.r4.context.SimpleWorkerContext.connectToTSServer(SimpleWorkerContext.java:185) at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:836) at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:335) at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:3938) Exception in thread "main" java.lang.NullPointerException at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:3948) Erics-Air-2:IG-Test2 ehaas$
Lloyd McKenzie (Nov 29 2017 at 16:50):
The VM has lots of room on both its disks. I stopped and restarted the service, but that made no difference. We may need to wait for Grahame to wake up :(
Eric Haas (Nov 29 2017 at 16:52):
ok np I just wanted to give a heads up
Eric Haas (Nov 29 2017 at 16:55):
I know I asked before but is there a no terminology server (local build) option. using the-tx
command option?
Lloyd McKenzie (Nov 29 2017 at 17:17):
You can try -tx N/A. But it won't publish correctly
Last updated: Apr 12 2022 at 19:14 UTC