Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstart running failed #2

Closed
yew1eb opened this issue Sep 6, 2017 · 7 comments · Fixed by #5784
Closed

Quickstart running failed #2

yew1eb opened this issue Sep 6, 2017 · 7 comments · Fixed by #5784

Comments

@yew1eb
Copy link

yew1eb commented Sep 6, 2017

I follow the quickstart after installing and running,
(https://touk.github.io/nussknacker/Quickstart.html)

but, I check:
Nussknacker failed {open link: http://localhost:8081/ return: 502 Bad Gateway}
Apache Flink ui ok
Grafana ok
Kibana ok

Who can help me?

regards,
Hai Zhou

@yew1eb
Copy link
Author

yew1eb commented Sep 6, 2017

Hi @mproch , @fijolekProjects , @coutoPL @arkadius,
log file: nussknacker-log.txt

regards,
Hai Zhou

@clutroth
Copy link
Contributor

clutroth commented Sep 6, 2017

Hi, thanks for bug report Please run ./getSampleAssembly.sh 0.0.6. We will add it to docs.

@yew1eb
Copy link
Author

yew1eb commented Sep 6, 2017

thanks for your reply.
BTW, nussknacker project is really cool! :simple_smile:

@fijolekProjects
Copy link
Contributor

Hi @yew1eb. Did you manage to run quickstart?

@ghost
Copy link

ghost commented Sep 27, 2017

Hello. I encountered following issue during quickstart:

$ docker-compose up
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

After replacing
version: '2.1' with version: '2' in docker-compose.yml it runs and builds images.

Another error follows:

$ docker-compose up
# ...
ERROR: for app Cannot start service app: oci runtime error: container_linux.go:262: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory"

Installation enviroment being clean VBox with Lubuntu 17.04 LTS. Additional info:

$ uname -a
Linux lubuntu-VirtualBox 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

$ docker -v
Docker version 17.07-ce, build 

$ docker info
Containers: 12
 Running: 0
 Paused: 0
 Stopped: 12
Images: 32
Server Version: 17.07.0-ce
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 137
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 3addd840653146c90a254301d6c3a663c7fd6429
runc version: 2d41c047c83e09a6d61d464906feb2a2f3c52aa4
init version: 949e6fa
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.10.0-19-generic
Operating System: Ubuntu 17.04
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 3.949GiB
Name: lubuntu-VirtualBox
ID: LI2M:6RHK:HL5O:ZD5P:KMAT:FTG6:YUPR:P4KE:S242:SBBQ:V634:FMF3
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
 
WARNING: No swap limit support

By the way, this project looks great. Can't wait to get my hands on it.

@clutroth
Copy link
Contributor

Hi @oCet,
please check if /tmp/code-assembly.jar is file or directory. Have you configured Docker to work without sudo?
https://docs.docker.com/engine/installation/linux/linux-postinstall/

@ghost
Copy link

ghost commented Sep 27, 2017

@clutroth
Thank you for your response.

/tmp/code-assembly.jar exists and user is configured to use docker w/o sudo. Ill shred the VM and try again with different docker installation.

Edit:
I resolved my issue on clean VM box with Lubuntu 17.04 LTS by following official docs for Docker CE and Docker Composer installation.

rafa-minimal added a commit that referenced this issue Jun 12, 2023
rafa-minimal added a commit that referenced this issue Jun 12, 2023
wrzontek added a commit that referenced this issue Oct 23, 2023
pielas pushed a commit that referenced this issue Jan 12, 2024
# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
#	designer/client/cypress/e2e/autoScreenshotChangeDocs.cy.ts
#	designer/client/package-lock.json
#	designer/client/package.json
#	designer/client/src/components/graph/Graph.tsx
#	designer/client/src/components/graph/node-modal/NodeDetailsContent/selectors.tsx
#	designer/client/src/containers/Visualization.tsx
#	designer/client/src/containers/hooks/useModalDetailsIfNeeded.tsx
#	designer/client/src/types/process.ts
#	docs/Changelog.md
#	docs/MigrationGuide.md
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Full Outer Join #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Single Side Join #1.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - choice #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #1.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #2.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - mapmariable #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - variable #2.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Outputs #0.png
#	version.sbt
Dzuming added a commit that referenced this issue Jan 23, 2024
# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
#	designer/client/src/common/ProcessUtils.ts
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png
Dzuming added a commit that referenced this issue Jan 24, 2024
# Conflicts:
#	designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/fields/ValidationFields.tsx
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Full Outer Join #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Single Side Join #1.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #2.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - mapmariable #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - variable #2.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png
@coutoPL coutoPL linked a pull request Mar 27, 2024 that will close this issue
Dzuming added a commit that referenced this issue Apr 11, 2024
# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Components list should display component #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #2.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #7.png
#	designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueWithSuggestionVariant.tsx
#	designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/FixedListVariant.tsx
#	designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/fields/FixedValuesGroup.tsx
#	designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/fields/StyledSettingsComponnets.tsx
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png
JulianWielga added a commit that referenced this issue Apr 23, 2024
…1560-pan-zoom

# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should add documentation url in fragment properties and show it in modal within scenario #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #7.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should display dead-ended fragment correct #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process initially clean should import JSON and save #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should allow pan view #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select only fully covered (to right) #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select only fully covered (to right) #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select partially covered (to left) #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select partially covered (to left) #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #2.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #3.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process should preserve condition on link move (switch) #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process should validate process on nodes paste #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag component and drop on edge #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag component and drop on edge #1.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag node #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should display question mark when renaming a node and updating the count #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for copypaste #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #2.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work with counts #1.png
#	designer/client/src/components/graph/Graph.tsx
#	designer/client/src/components/graph/RangeSelectPlugin.ts
#	designer/client/src/components/graph/focusableStyled.ts
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Single Side Join #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - choice #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #1.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - split #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - union #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - variable #0.png
#	docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Outputs #0.png
Dzuming added a commit that referenced this issue Apr 26, 2024
…-color-changes' into preview/NU-1633-fixes-related-to-color-changes

# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Connection error should display connection errors #2.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
Dzuming added a commit that referenced this issue May 6, 2024
…es' into preview/esp-pre-release-preview

# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #5.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #2.png
Dzuming added a commit that referenced this issue May 8, 2024
…-and-moving-a-view' into NU-1642-search-changes-with-zoom-and-moving-a-view

# Conflicts:
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #0.png
#	designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants