Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit edited a comment on the discussion: CloudStack dev setup @weizhouapache System Spec: In Virtual Box -> Ubuntu 18.4. I had perform as a root user just I had executed like this sudo is not used mvn -pl :cloud-client-ui jetty:run GitHub link: https://github.com/apache/c

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup @lohitslohit Do you use root or another user? GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9765739 This is an automatically sent email for users@cloudstack.apache.o

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache System Spec: In Virtual Box -> Ubuntu 18.4. I had perform as a root user GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9766257 This is an automatically s

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache yes without the error "Unable to find properties file: commands.properties" executed like below. ``` mvn -P developer -pl developer -Ddeploydb WARNING: An illegal reflective access operation has oc

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup @lohitslohit is the command executed successfully, despite the error "Unable to find properties file: commands.properties" ? GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncommen

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @oferchen I had followed this steps https://docs.cloudstack.apache.org/en/4.19.0.1/developersguide/developer_guide.html only change I had made is `git checkout 4.19.0.1` GitHub link: https://github.com/apache/cl

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache I not made any changes in code or settings. Just I had run the mvn -P developer -pl developer -Ddeploydb Now when I run the above command it show like below. ``` mvn -P developer -pl developer -Ddep

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @rohityadavcloud mvn --version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.19, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_IN, platform encoding: UTF-8 OS

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user oferchen added a comment to the discussion: CloudStack dev setup try to update your proprietary dependencies https://github.com/apache/cloudstack/pull/9205 this is required if you use -Dnoredist GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: CloudStack dev setup @lohitslohit which version of java and MySQL are you running, can you share output of `mvn --version` and details about your OS/platform, for example on my system it returns: ``` > mvn --version Apache Maven

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup > Any update on this? Have you made some changes on the code or settings? @lohitslohit I had the same error in my testing, however, it does not cause any failures. ``` 10:52:51.698 [main] ERROR com.cloud.utils

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache During thre build process I had used `mvn -Pdeveloper,systemvm clean install` No error while executing this command. GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncom

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup @lohitslohit have you built the project successfully before running the command ? what commands did you run ? GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9736214 T

Re: [D] CloudStack dev setup [cloudstack]

2024-06-11 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup Any update on this? GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9736216 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please sen

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: CloudStack Dev Setup. @lohitslohit you're better off following this https://github.com/shapeblue/hackerbook/blob/main/2-dev.md The upstream docs website is outdated and we need to improve it. Ubuntu 18.04 isn't support yet, it mig

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack Dev Setup. okay. But during the dev environment setup. I had executed the `mvn -Pdeveloper,systemvm clean install` Given in this docs https://docs.cloudstack.apache.org/en/4.19.0.1/developersguide/developer_guide.html But

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack Dev Setup. okay @weizhouapache How to check the JVM heap size? I am using the ubuntu 18.04. Is it okay to use 18.04 GitHub link: https://github.com/apache/cloudstack/discussions/9157#discussioncomment-9615173 This

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user sureshanaparti added a comment to the discussion: CloudStack Dev Setup. Hi @lohitslohit Can you try with mbx-based env, details here: https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#mbx-based-development GitHub link: https://github.com/apache/cloudstack/discussions/915

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack Dev Setup. > @weizhouapache Again I had tried to run the same cmd. but I got amother > error. > > ``` > [INFO] Apache CloudStack Developer Tools .. SUCCESS [ 0.014 > s] > [INFO] Apache CloudStack apido

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack Dev Setup. @weizhouapache Again I had tried to run the same cmd. but I got amother error. ``` [INFO] Apache CloudStack Developer Tools .. SUCCESS [ 0.014 s] [INFO] Apache CloudStack apidocs

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack Dev Setup. > okay. But during the dev environment setup. I had executed the > > `mvn -Pdeveloper,systemvm clean install` > > Given in this docs > https://docs.cloudstack.apache.org/en/4.19.0.1/developersguide/developer_

Re: [D] CloudStack Dev Setup. [cloudstack]

2024-05-31 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack Dev Setup. > okay @weizhouapache > > How to check the JVM heap size? I am using the ubuntu 18.04. Is it okay to > use 18.04 export MAVEN_OPTS="-Xmx4096m -XX:MaxMetaspaceSize=1024m" then run the maven command it may be no