Harley lumagui
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
Activity overview
Latest activity by Harley lumagui-
Harley lumagui commented,
I see, I have fixed this by setting the Java SDK Version to 17, currently my version is 22 so I installed the 17 version and then set it to my configuration and now the error I shared was gone. How...
-
Harley lumagui commented,
If you're having npm build problem. I suggest you remove the package-lock.json and yarn.lock. Also please update the value on .npmrc to "registry=https://registry.npmmirror.com/"
-
Harley lumagui created a post,
java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'
CompletedHello Im getting error upon running the configuration file. I followed the documentation already. "java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have mem...
-
Harley lumagui created a post,
Cant access the ip:8080 on browser
CompletedHello I just successfully deployed using docker environment on my aws ec2 instance. However I can't still access it.
-
Harley lumagui commented,
I am having the same issue when building the frontend.
-
Harley lumagui created a post,
cloud_api_sample Error pull access denied for dji/cloud_api_sample
CompletedIt looks like the dji/cloud_api_sample image is not now publicly available
-
Harley lumagui commented,
Hello, this image image: dji/nginx:latest seems like its not publicly available, sorry I change it to image: nginx:latest and the build becomes successful
-
Harley lumagui commented,
Yes, that's what I did, I run `sudo docker-compose up -d` and it returns the error that you already mentioned. That's what I'm asking for.
-
Harley lumagui created a post,
access denied for dji/nginx
CompletedI am deploying the docker environment, I was able to load the ` sudo docker load < cloud_api_sample_docker_v1.10.0.tar` successfully. However when I run docker compose up -d Im getting this error. ...