ippontech / tatami

An Open Source enterprise social network
331 stars 219 forks source link

How to run it on OSX El Capitan #941

Open zepouet opened 8 years ago

zepouet commented 8 years ago

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 SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.
hegek87 commented 8 years ago

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 commented 7 years ago

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 SelectChannelConnector@0.0.0.0:8080 [INFO] Started Jetty Server [INFO] Starting scanner at interval of 1 seconds.