Skip to content

Instantly share code, notes, and snippets.

@dark4eg
Created July 13, 2014 14:12
Show Gist options
  • Save dark4eg/3bf78df4acb1030f2a4b to your computer and use it in GitHub Desktop.
Save dark4eg/3bf78df4acb1030f2a4b to your computer and use it in GitHub Desktop.
Warning: The current app may not be deployed - deploy with 'lein immutant deploy'
Warning: You specified profiles, but they cannot be applied to deployed
applications from the run task. You will instead need to deploy
the application with those profiles set:
lein with-profile base,system,user,provided,dev immutant deploy
Starting Immutant: /home/clojure/.immutant/current/jboss/bin/standalone.sh -b 159.253.22.216
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/clojure/.immutant/current/jboss
JAVA: /usr/lib/jvm/java-7-oracle//bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
14:10:23,671 INFO [immutant.boot] (ServerService Thread Pool -- 10) Welcome to Immutant 1.1.3 (Already?), rev: cdda36fbfdf01e7408f897d47839758d085324ed, build: 81
14:10:23,890 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015883: No security realm defined for native management service; all access will be unrestricted.
14:10:23,898 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015884: No security realm defined for http management service; all access will be unrestricted.
14:10:23,929 WARN [org.jboss.as.controller] (MSC service thread 1-15) JBAS014622: Value '127.0.0.1' for interface selection criteria 'inet-address' is ambiguous, as more than one address or network interface available on the machine matches it. Because of this ambiguity, no address will be selected as a match. Matching addresses: [/127.0.0.1]. Matching network interfaces: [lo, venet0].
14:10:23,938 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-15) MSC00001: Failed to start service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management
at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97) [jboss-as-server-7.2.x.slim.incremental.18.jar:7.2.x.slim.incremental.18]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_60]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_60]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_60]
14:10:24,179 WARN [org.jboss.as.messaging] (MSC service thread 1-15) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
14:10:24,346 INFO [org.infinispan.server.endpoint] (MSC service thread 1-6) JDGS010000: HotRodServer starting
14:10:24,347 INFO [org.infinispan.server.endpoint] (MSC service thread 1-6) JDGS010001: HotRodServer listening on 159.253.22.216:11222
14:10:25,796 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management
14:10:25,802 INFO [org.jboss.as] (Controller Boot Thread) JBAS015964: Http management interface is not enabled
14:10:25,802 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin console is not enabled
14:10:25,803 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.2.x.slim.incremental.18 "Janus" started (with errors) in 3502ms - Started 90 of 138 services (2 services failed or missing dependencies, 46 services are passive or on-demand)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment