Giter Club home page Giter Club logo

rogue-cloud's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rogue-cloud's Issues

Error: This version of the Rogue Cloud client is deprecated

Hi,

I've gone through the documentation and made sure the repository was up-to-date, and I've stopped and started mcdev. However, I keep getting this error


Error: This version of the Rogue Cloud client is deprecated, and thus is no longer supported by the newer version running on the Rogue Cloud game server.

Instructions on how to upgrade to the latest client are available from the Rogue Cloud git repo:
https://github.com/microclimate-dev2ops/rogue-cloud/blob/master/docs/Updating-To-Latest-Client-Code.md

when I open the app and enter in the gameclient/StartAgent after the port. http://localhost:32771/gameclient/StartAgent

Any suggestions?

Thanks!
My best,
Michael

RogueCloudClientLiberty not building in Ubuntu 16.04 or Windows 10

I have two 16.04 installations with different history, the one which is out of the box could not build the package after getting the prerequisites with apt install netbeans maven. The one which has gone through a lot was able to build and and run the package. Then I moved to my Windows 10 machine, installed latest maven and JDK 10, and the build breaks at the same point. Apparently I can choose two more verbose levels, which I had a look at but did not get enlightened, but posting this just in case something obvious is going on.

[INFO] RogueCloudShared ................................... SUCCESS [ 38.819 s]
[INFO] RogueCloudClient ................................... SUCCESS [  4.318 s]
[INFO] RogueCloudResources ................................ SUCCESS [  4.571 s]
[INFO] RogueCloudClientLiberty ............................ FAILURE [02:59 min]
[INFO] RogueCloudServer ................................... SKIPPED
[INFO] RogueCloudUtilitiesCLI ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:51 min
[INFO] Finished at: 2019-05-10T16:55:01+02:00
[INFO] Final Memory: 25M/94M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.wasdev.wlp.maven.plugins:liberty-maven-plugin:2.1.1:install-feature (install-feature) on project RogueCloudClientLiberty: CWWKM2002E: Failed to invoke ["C:\java\rogue-cloud\RogueCloudClientLiberty\target\liberty\wlp\bin\installUtility.bat", install, --acceptLicense, --to=usr, defaultServer]. RC= 32 but expected=[0, 22]. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :RogueCloudClientLiberty

PS In my working Ubuntu Iwent down the kube/microclimate path as well, and everything seemed to be going smoothly until importing from github and "Build failed". I did find this mention that earlier versions of microclimate would fail to build Liberty, but I had everything downloaded yesterday so, perhaps, that Liberty build problem is persisting.

Unable to import the rogue client into Microclimate

Hello
I am trying to import the project in my Mac but it is failing. When I check the logs, I do see that Microclimate is having permission error when trying to create some directories. Initially /root/java. Then, I did download the code to my laptop from GitHub and update the configuration to install the java on my personal home directory but still having the same issues. I also update the /Users directory to allow my own ID to create directory under /Users but still the error:
Any idea?

Here is the error:
[INFO Tue Oct 30 21:34:40 UTC 2018 | Project: FileWatcher] executeBuildScript : 165 | + echo INSTALLER_UI=silent

  • echo USER_INSTALL_DIR=/Users/Dany/java
  • echo LICENSE_ACCEPTED=TRUE
  • mkdir -p /Users/Dany/java
    ——
    (NOTE: I am able to run this command manually)

Danys-MBP-92:~ Dany$ mkdir -p /Users/Dany/java
Danys-MBP-92:~ Dany$
———
[INFO Tue Oct 30 21:34:40 UTC 2018 | Project: FileWatcher] executeBuildScript : 165 | mkdir: cannot create directory '/Users': Permission denied

[ERROR Tue Oct 30 21:34:41 UTC 2018 | Project: FileWatcher | File Name: /server/dist/utils/processManager.js | Function Name: proc.stderr.on | Line Number: 64] executeBuildScript : 165 | The command '/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in amd64|x86_64) ESUM='b5e2824313e62d647c7c7c7c8a6eb8704e445e915da460d379aedd30e6835030'; YML_FILE='sdk/linux/x86_64/index.yml'; ;; i386) ESUM='5e2fd0cafeab9c72e8eb038eb22cf911a18607298a47cd3d4684179610ec364c'; YML_FILE='sdk/linux/i386/index.yml'; ;; ppc64el|ppc64le) ESUM='c2dc7e1cf3db66f7ea0497b48ecb79048a553eaa82d5595a43c9bd7542610b0b'; YML_FILE='sdk/linux/ppc64le/index.yml'; ;; s390) ESUM='5f3f12fefe36502954d69fb1178c2a8bcd88624bc77c4c7bafd9193adcc79398'; YML_FILE='sdk/linux/s390/index.yml'; ;; s390x) ESUM='116fbee3c36425056d6310dd6ef54ce3debdd7150fa57e28caf39f04108b3edc'; YML_FILE='sdk/linux/s390x/index.yml'; ;; ) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; BASE_URL="https://public.dhe.ibm.com/ibmdl/export/pub/systems/cloud/runtimes/java/meta/"; wget -q -U UA_IBM_JAVA_Docker -O /tmp/index.yml ${BASE_URL}/${YML_FILE}; JAVA_URL=$(cat /tmp/index.yml | sed -n '/'${JAVA_VERSION}'/{n;p}' | sed -n 's/\suri:\s//p' | tr -d '\r'); wget -q -U UA_IBM_JAVA_Docker -O /tmp/ibm-java.bin ${JAVA_URL}; echo "${ESUM} /tmp/ibm-java.bin" | sha256sum -c -; echo "INSTALLER_UI=silent" > /tmp/response.properties; echo "USER_INSTALL_DIR=/Users/Dany/java" >> /tmp/response.properties; echo "LICENSE_ACCEPTED=TRUE" >> /tmp/response.properties; mkdir -p /Users/Dany/java; chmod +x /tmp/ibm-java.bin; /tmp/ibm-java.bin -i silent -f /tmp/response.properties; rm -f /tmp/response.properties; rm -f /tmp/index.yml; rm -f /tmp/ibm-java.bin; cd /Users/Dany/java/jre/lib; rm -rf icc;' returned a non-zero code: 1

[INFO Tue Oct 30 21:34:41 UTC 2018 | Project: FileWatcher] executeBuildScript : 165 |

[ERROR Tue Oct 30 21:34:42 UTC 2018 | Project: FileWatcher | File Name: /server/dist/utils/processManager.js | Function Name: proc.stderr.on | Line Number: 64] executeBuildScript : 165 | [ERROR Tue Oct 30 21:34:42 GMT 2018] Container image failed to build: failed on running build command - /idc/artifacts/build_docker_image.sh /microclimate-workspace/roguecloudclientmaster mc-roguecloudclientmaster /microclimate-workspace/.idc/docker/docker-b9c2bbed32de17b1ffec9e159f517893ebbcc810

[INFO Tue Oct 30 21:34:42 UTC 2018 | Project: FileWatcher] executeBuildScript : 165 | [INFO Tue Oct 30 21:34:42 GMT 2018] Updating build state for project roguecloudclientmaster(554782b0-dbba-11e8-bdb7-653234431076) to: failed

Log error: failed to fetch project name with project ID: 554782b0-dbba-11e8-bdb7-653234431076 Error: ENOENT: no such file or directory, open '/fwdata/projects/554782b0-dbba-11e8-bdb7-653234431076/554782b0-dbba-11e8-bdb7-653234431076.json'
Error: ENOENT: no such file or directory, open '/fwdata/projects/554782b0-dbba-11e8-bdb7-653234431076/554782b0-dbba-11e8-bdb7-653234431076.json'

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.