Giter VIP home page Giter VIP logo

Comments (5)

alvaro9210 avatar alvaro9210 commented on August 17, 2024

In which ports is your platform running? http://localhost:8083?
Did you change the environment variables when running the docker command to fire up the workbench?

from carbonldp-workbench.

codyburleson avatar codyburleson commented on August 17, 2024

My platform instance is running on port 8083. I did not change environment variables when starting the Workbench. As per the guide, I used the following command initially:

docker run -d --name carbonldp-workbench -p 8000:80 \
    -e "CARBON_HOST=localhost:8083" \
    -e "CARBON_PROTOCOL=http" \
    carbonldp/carbonldp-workbench:latest

Afterwards, I use the command docker start carbonldp-workbench to start the container when it is stopped.

from carbonldp-workbench.

alvaro9210 avatar alvaro9210 commented on August 17, 2024

I've just installed docker and ran the platform and workbench instances on a new machine and everything is working as supposed.
I can't reproduce the issue.
Can you paste the platform version by visiting the following url: http://localhost:8083/platform/api

from carbonldp-workbench.

codyburleson avatar codyburleson commented on August 17, 2024

<version xmlns="https://carbonldp.com/ns/v1/platform#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.42.3</version>

from carbonldp-workbench.

codyburleson avatar codyburleson commented on August 17, 2024

OK, I figured out the problem and it's on my end. I'm closing this issue. For local development purposes, I had done an override my data path in config.properties like this:

# overrides from /resources/config.propertieS
repositories.directory = /Users/cburleson/carbon/data

This is only necessary or valid when using the codebase. But, I had shifted over to the actual container instead of running the platform from the container instead of from within my IDE. This was also causing a couple of other issues that stumped me. So, I commented out the above line (since using the container and not the codebase) and voila - it was resolved. Sorry!

from carbonldp-workbench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.