Andrei Miclaus

Results 11 comments of Andrei Miclaus

I tried on a different machine and the XMI save works. Unfortunately i still get the exact error when using an RDF ressource. ``` import org.eclipselabs.emftriple.sesame.resource.RDFResource; Resource r = new...

It works !! It seems the other computer(Mac OSX 10.9) had a problem AND you have to specify the full absolute URI: ``` Resource r = new RDFResource(URI.createURI("file:/D:\\Program Files\\eclipseEmfTriple\\workspace\\org.eclipselabs.emftriple.examples.basic\\my.rdf")); Book...

Fixed the Mac OS X issue. I specified a wrong absolute URI, forgot a second "/". This works now: ``` String file = "file://Users/myusername/sources/emftriple/examples/org.eclipselabs.emftriple.examples.basic/model/Parent.ttl"; Resource resRDF = new TTLResource(URI.createURI(file)); ```

Does not work, because an absolute URI is needed and URI.createFileURI() does not do that. I'm now using convertToFileURL("model/entitysupermodel.ecore") from http://stackoverflow.com/questions/3631623/convert-url-to-absolutepath Could you change the README such that it is...

After several refreshes in the browser I got (note, the CPU usage was very high for a while and then went back to zero - I used the trial install):...

Hmm.. it seems after further experimentation that if I leave the container started for a while (after setting the database) it crashes with a 137 error (out of memory). I...

When I choose the production database and connect to the standard postgre:9.6 container i see the following in the log output: ``` 2017-09-07T19:17:03.542695439Z LOG: database system was shut down at...

Sorry for not being specific enough and thank you for the quick reply. I tested it with: `docker run --detach --publish 8090:8090 cptactionhank/atlassian-confluence:latest` And production database: `docker run --rm -d...

I would love this feature because I have to check gcviewer and the actual log to make myself a picture. We had a PermGen problem on our dev servers and...

Hi  The normal Xloggc will not print the Permgen data, so it is not visible in GCViewer.  You would have to enable it first and then it will be printed...