Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run it on OSX El Capitan #941

Open
zepouet opened this issue Dec 15, 2015 · 2 comments
Open

How to run it on OSX El Capitan #941

zepouet opened this issue Dec 15, 2015 · 2 comments

Comments

@zepouet
Copy link
Contributor

zepouet commented Dec 15, 2015

Hello,

No way to start it on El Capitan. Anyone to test it ?
I installed java 6 for Cassandra in case of...
Else i used the last release of java 8.

If someone can help me... thanks a lot. The project is nice

Best regards,

[INFO] --- jetty-maven-plugin:8.1.13.v20130916:run (default-cli) @ tatami ---
[INFO] Configuring Jetty for project: tatami
[INFO] webAppSourceDirectory not set. Defaulting to /Users/nicolas/software/tatami/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes directory /Users/nicolas/software/tatami/target/classes does not exist
[INFO] Context path = /
[INFO] Tmp directory = /Users/nicolas/software/tatami/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = null
[INFO] Webapp directory = /Users/nicolas/software/tatami/src/main/webapp
[INFO] jetty-8.1.13.v20130916
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
[INFO] No Spring WebApplicationInitializer types detected on classpath
[WARNING] !RequestLog
[INFO] Started [email protected]:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.
@hegek87
Copy link
Contributor

hegek87 commented Jan 22, 2016

What exactly did you run? The general process should be as follows:

  1. run mvn install from the tatami root. This will install each module.
  2. To start cassandra, run mvn cassandra:run
  3. cd web
  4. From the web directory, run mvn jetty:run

Please try this process and let me know if it works for you.

@pehel
Copy link

pehel commented Jan 3, 2017

I'm getting the exact same error. Followed all the steps as mentioned. Kindly help.

[INFO] ------------------------------------------------------------------------
[INFO] Building tatami 4.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:8.1.13.v20130916:run (default-cli) > test-compile
@ tatami >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-versions) @ tatami ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tatami ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\AW\app\tatami-master
[INFO] Storing buildNumber: 04741e6 at timestamp: 1483463004101
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\AW\app\tatami-master
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (pre-unit-tests)
@ tatami ---
[INFO] surefireArgLine set to -javaagent:C:\Users\maheshwarirx\.m2\repositor
y\org\jacoco\org.jacoco.agent\0.7.4.201502262128\org.jacoco.agent-0.7.4.201
502262128-runtime.jar=destfile=C:\AW\app\tatami-master\target\test-results
\coverage\jacoco\jacoco.exec
[INFO]
[INFO] <<< jetty-maven-plugin:8.1.13.v20130916:run (default-cli) < test-compile
@ tatami <<<
[INFO]
[INFO] --- jetty-maven-plugin:8.1.13.v20130916:run (default-cli) @ tatami ---
[INFO] Configuring Jetty for project: tatami
[INFO] webAppSourceDirectory not set. Defaulting to C:\AW\app\tatami-master\src
main\webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes directory C:\AW\app\tatami-master\target\classes does not exist
[INFO] Context path = /
[INFO] Tmp directory = C:\AW\app\tatami-master\target\tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = null
[INFO] Webapp directory = C:\AW\app\tatami-master\src\main\webapp
[INFO] jetty-8.1.13.v20130916
[INFO] No Transaction manager found - if your webapp requires one, please config
ure one.
[INFO] No Spring WebApplicationInitializer types detected on classpath
[WARNING] !RequestLog
[INFO] Started [email protected]:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants