Git Product home page Git Product logo

devops-incubator's People

Contributors

brettporter avatar danielpetisme avatar gcuisinier avatar gitter-badger avatar hgomez avatar looztra avatar nicoulaj avatar olamy avatar rlespinasse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devops-incubator's Issues

/var/run/asf/tomee-webprofile missing after tomee-webprofile RPM install

I have installed tomee-webprofile-1.6.0-22.1 and there is something fishy about the lack of a /var/log/asf/tomee-webprofile directory. I would say it is a bug but the RPM seems to intentionally leave this directory uncreated.

When I copy one of the TomEE example .war files to /opt/asf/tomee-webprofile/webapps/, Tomcat tries to deploy/extract it but it fails with one of the errors being:

Caused by: org.apache.openejb.SystemException: org.apache.openejb.core.managed.SimplePassivater.init(): can't use directory pref
ix null:java.io.IOException: Failed to create directory: /opt/asf/tomee-webprofile/temp: Failed to create directory: /opt/asf/tomee-webprofile/temp

When I create this directory manually and chown it to tomeewp and restart tomcat then it works fine.

I see that in tomee-webprofile.spec %files this directory %{apptempdir} is %ghosted:
%ghost %{apptempdir}

Should it just be
%dir %{apptempdir}
so the directory is created and assigned to tomeewp after rpm install?

My Sonar not available for CentOS 6

The MySonar is not available for CentOS 6.

After having discussed with @hgomez, the main issue is the lack of Java on CentOS. It's even more critical on recent Sonar where the findbugs 3 plugin requires Java 7 to analyze Java 8 bytecode. (the wrapper.conf file must be modified to use a Java 7 / 8 JVM).

myjenkins on OpenSUSE 12.2 does not start

Hi,
To solve the issue I encountered with myJenkins I had to

  • install the package xorg-x11-fonts
zypper in xorg-x11-fonts
  • create the folder /var/run/myjenkins
mkdir /var/run/myjenkins
chown -R myjenkins:myjenkins myjenkins

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.