question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Large Java project handling

See original GitHub issue

Description

timeouts

Reproduction Steps

Factory:

{
  "v": "4.0",
  "name": "onos",
  "workspace": {
    "environments": {
      "default": {
        "machines": {
          "dev-machine": {
            "attributes": {
              "memoryLimitBytes": "10737418240"
            },
            "servers": {
              "tomcat8-debug": {
                "attributes": {},
                "port": "8000",
                "protocol": "http"
              },
              "onos": {
                "attributes": {},
                "port": "8181",
                "path": "/onos/ui",
                "protocol": "http"
              },
              "codeserver": {
                "attributes": {},
                "port": "9876",
                "protocol": "http"
              },
              "tomcat8": {
                "attributes": {},
                "port": "8080",
                "protocol": "http"
              }
            },
            "volumes": {},
            "installers": [
              "org.eclipse.che.exec",
              "org.eclipse.che.terminal",
              "org.eclipse.che.ws-agent",
              "org.eclipse.che.ssh"
            ],
            "env": {
              "ONOS_IP": "127.0.0.1",
              "KARAF_ROOT": "/home/user/Applications/apache-karaf-3.0.5",
              "ONOS_ROOT": "/projects/onos"
            }
          }
        },
        "recipe": {
          "type": "dockerfile",
          "content": "FROM eclipse/ubuntu_jdk8\nRUN sudo apt-get update\nRUN sudo apt-get install zip bzip2\nRUN mkdir ~/Applications\nRUN wget http://archive.apache.org/dist/karaf/3.0.5/apache-karaf-3.0.5.tar.gz\nRUN tar -zxvf apache-karaf-3.0.5.tar.gz -C ~/Applications/\nRUN echo \"source /projects/onos/tools/dev/bash_profile\" >> ~/.bashrc\n",
          "contentType": "text/x-dockerfile"
        }
      }
    },
    "defaultEnv": "default",
    "projects": [
      {
        "links": [],
        "name": "onos",
        "attributes": {
          "commands": []
        },
        "type": "blank",
        "source": {
          "location": "https://gerrit.onosproject.org/onos",
          "type": "git",
          "parameters": {}
        },
        "path": "/onos",
        "problems": [],
        "mixins": []
      }
    ],
    "name": "onos",
    "commands": [
      {
        "commandLine": "source $ONOS_ROOT/tools/dev/bash_profile\ncd /projects/onos\nNO_BUCKD=1 onos-buck run onos-local -- clean",
        "name": "start onos",
        "attributes": {
          "goal": "Run",
          "previewUrl": "${server.onos}"
        },
        "type": "custom"
      },
      {
        "commandLine": "cd /projects/onos\n$ONOS_ROOT/tools/build/onos-buck build onos --show-output",
        "name": "build",
        "attributes": {
          "goal": "Build",
          "previewUrl": ""
        },
        "type": "mvn"
      }
    ],
    "links": []
  },
  "creator": {
    "name": "jgroom",
    "email": "jgroom@ciena.com",
  }
}

  1. Build the project
  2. worskspace throws many errors (fail to walk tree)

OS and version:
che:6.3

Diagnostics:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Apr 26, 2018

@jgroom33 what exact behavior does the above mentioned error cause?

Is this the right Git URL https://gerrit.onosproject.org/onos?

0reactions
jgroom33commented, Sep 25, 2018

resolved in 6.11.1 (or prior)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building Large Java Applications
A Java application is made up of classes and resources. Resources can be videos, songs, images, text files, data files, etc. There can...
Read more >
20 Amazing Java Project Ideas That Will Boost Your ...
This is a rundown of amazing Java project ideas that will set off your career in programming. Given, there are dozens of projects...
Read more >
Top 15 Java Projects With Source Code [2022]
Top 15 Java Projects With Source Code [2022] ; 1. Password Generator using Java; 2. Online Survey System; 3. Online Resume Builder ;...
Read more >
What are some pro tips for working on large Java software ...
Is it true that Java is for big projects and Python for small ones? ... The above are Java tool-kits for handling the...
Read more >
17 Interesting Java Project Ideas & Topics For Beginners ...
Looking for Java Project Ideas? Start off with these cool Java projects to test your strengths & weakness but also help you to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found