play-co / devkit

HTML 5 game platform for browser and mobile
http://docs.gameclosure.com
627 stars 126 forks source link

[jvmtools] [error] exited with code 1 so we can't continue. #188

Closed iSynth closed 9 years ago

iSynth commented 10 years ago

It's an old bug that still has not fixed in release-0.1.46

$ basil serve
     [basil]    projectPath is /Users/Developer/Work/Projects/JavaScript/TestApp
============================================================
                   {{ Game Closure SDK }}
                       release-0.1.46
            absolutely no jquery (only sizzle).
------------------------------------------------------------

      [java]    [warn]  java version "1.7.0_51"
      [java]   Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
      [java]   Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)

     [basil]    Serving from project directory, attempting to automatically register..
starting server, session url is <>
INFO .env.node.csp Listening csp@:9225
INFO .env.node.tcp Listening tcp@:9226
     [basil]    Server launched at http://localhost:9200/

     [basil]    Your local IP is [ '192.168.1.2' ]
  [jvmtools]    [error]  exited with code 1 so we can't continue.
vnodecg commented 10 years ago

Try refetching tealeaf-build-tools , refer #157 on how to fix this

jestillore commented 10 years ago

Tried refetching tealeaf-build-tools but error still persists. I even had a clean install just to make sure, but error still persists. In any platform, Windows, Linux, and Mac.

vnodecg commented 10 years ago

@jestillore delete existing tealeaf build tools then fetch again.

jestillore commented 10 years ago

@vnodecg did that many times.

collingreen commented 9 years ago

@jestillore Devkit2 now includes tealeaf build tools so this no longer happens. That being said, the files should be available again, and you can manually download tealeaf build tools and place the jar in your /lib folder to move past this error.

tealeaf-build-tools-0.5.1.jar tealeaf-build-tools-0.5.2.jar tealeaf-build-tools-0.5.5.jar tealeaf-build-tools-0.5.6.jar

Closing this for now.