Code Monkey home page Code Monkey logo

modeshape's Introduction

ModeShape Docker image

This image prepares the environment required to run ModeShape on top of WildFly 8.

Install Docker

Follow the instructions

Running the image

docker run -it jboss/modeshape

Building the image (alternative)

Clone the repo and build yourself:

docker build -t jboss/modeshape .

Contributing

Patches are welcome, just send a pull request and I will be happy on merging it. If you want more images, open issues with the request.

modeshape's People

Contributors

dankelleher avatar goldmann avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

modeshape's Issues

pull stuck on 0bcc3387a049 with docker 1.8.0-dev.fc24

I'm trying to run sudo docker pull jboss/modeshape on Fedora-Cloud-Atomic-23-20150814

I get to "pull complete" on all the images very quickly, except for 0bcc3387a049

That just says "download complete".

Eventually I killed the pull process.

When I tried it again, it seems to be frozen at:

[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...

So I stopped/restarted the docker daemon.

That helps a bit:-

[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...latest: Pulling from jboss/modeshape
0bcc3387a049: Download complete
f1b10cd84249: Already exists
c852f6d61e65: Already exists
7322fbe74aa5: Already exists
3dc11d18069b: Already exists
cf42d970ecb9: Already exists
b6d2c05bea8b: Already exists
b28704de9d32: Already exists
f96e253f35c1: Already exists
5e9463cddbda: Already exists
d3f157b39583: Already exists
f5a6e0d26670: Already exists
6d1f91fc8ac8: Already exists
77c58da5314d: Already exists
ae5665334765: Already exists
8e8490dacbda: Already exists
fb7afa78791c: Already exists
629c5d792d59: Already exists
49991c0e548b: Already exists
aaa33657bd6a: Already exists
2c990f61e22c: Already exists
2051341f142e: Already exists

But note it still just says 0bcc3387a049: Download complete

Any suggestions? I'll leave it running for a couple of hours in case it is doing something. But otherwise my fallback plan is to try an earlier Fedora-Cloud-Atomic (or some other host OS). If it comes to that, is there a host OS you know to run modeshape via docker nicely?

thanks...

Server boot failed - UnsupportedOperationException: WFLYCTL0309

[fedora@ip-172-30-0-128 ~]$ sudo docker run -it jboss/modeshape
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/jboss/wildfly

  JAVA: /usr/lib/jvm/java/bin/java

  JAVA_OPTS:  -server -XX:+UseCompressedOops  -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

=========================================================================

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
03:44:43,461 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final
03:44:43,909 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
03:44:44,013 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) starting
03:44:45,106 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
        at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.server.ServerService.boot(ServerService.java:350) [wildfly-server-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:271) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51]
Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.jboss.as.threads
        at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:155) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.server.parsing.StandaloneXml.readServerElement_1_4(StandaloneXml.java:433) [wildfly-server-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:144) [wildfly-server-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:106) [wildfly-server-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110) [staxmapper-1.2.0.Final.jar:1.2.0.Final]
        at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.2.0.Final.jar:1.2.0.Final]
        at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        ... 3 more
Caused by: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: WFLYCTL0309: Legacy extension 'org.jboss.as.threads' is not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) [rt.jar:1.8.0_51]
        at java.util.concurrent.FutureTask.get(FutureTask.java:192) [rt.jar:1.8.0_51]
        at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:147) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        ... 9 more
Caused by: java.lang.UnsupportedOperationException: WFLYCTL0309: Legacy extension 'org.jboss.as.threads' is not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain
        at org.jboss.as.controller.extension.AbstractLegacyExtension.initializeParsers(AbstractLegacyExtension.java:81) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:183) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.controller.parsing.ExtensionXml.access$000(ExtensionXml.java:69) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:127) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:124) [wildfly-controller-1.0.1.Final.jar:1.0.1.Final]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_51]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_51]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_51]
        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51]
        at org.jboss.threads.JBossThread.run(JBossThread.java:320) [jboss-threads-2.2.0.Final.jar:2.2.0.Final]

03:44:45,114 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
03:44:45,132 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.
03:44:45,164 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) stopped in 17ms

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.