Sandra Parsick - Just Another Blog about IT
open-menucloseme
Home
About
Site Notice
Privacy Policy
githubtwittermastodonlinkedinrss
  • Cygwin Embedded In Console2 Under Windows 7

    calendarNov 11, 2012 · 1 min read · bash cmd console2 cygwin linux shell  ·
    Share on: twitterfacebooklinkedincopy

    I like to use Cygwin for having a bash shell on a windows machine. In combination with Console2 you have a powerful command-line tool for windows. I'd like to describe how to install Cygwin and Console2 under windows 7 (I think this instruction works on Windows XP, too) and how to embed Cygwin in Console2. I used for …


    Read More
  • Launching Several Pax Runner Daemons With The Same User

    calendarAug 16, 2012 · 2 min read · daemon deployment osgi pax pax-runner  ·
    Share on: twitterfacebooklinkedincopy

    I use Pax Runner to provisioning my OSGi applications. I want to use several OSGi applications on my test server. As soon as you start the second OSGi application provisioned by Pax Runner, you get the following exception: 1Exception in thread "main" java.lang.RuntimeException: org.ops4j.pax.runner.daemon.lock …


    Read More
  • Set up a Proxy P2 Repository with Nexus OOS

    calendarApr 25, 2012 · 1 min read · how-to nexus p2-repository proxy  ·
    Share on: twitterfacebooklinkedincopy

    Assumption I assume Nexus OOS in version 2.1.2 is installed. You can find a good tutorial in Sonatype's Nexus book Repository Management with Nexus (Chapter 3: Installing and Running Nexus). Preparation For the set up of a proy P2 repository three Nexus plugins are needed: Nexus Capability Plugin (It is contained in …


    Read More
  • Read Classpath Resource from Jar Files with Spring

    calendarFeb 29, 2012 · 1 min read · classpath jar resource spring  ·
    Share on: twitterfacebooklinkedincopy

    To read resources from classpath, you can use the Spring class ClassPathResource. The constructor with one argument reads only resources from file system. But sometimes you want to read a resources from a jar file in the classpath. For this case, you must build an own URLClassLoader from the URL of the jar file and use …


    Read More
  • Automated Build of RCP Artifacts with Maven Tycho - A field report (Part 2)

    calendarFeb 24, 2012 · 2 min read · build eclipse rcp maven tycho osgi  ·
    Share on: twitterfacebooklinkedincopy

    In my last post of this series, I described how to solve the dependency problem. In this post, I will describe how to build Eclipse Plugin and Eclipse Feature with Maven Tycho and which problems I have. POM Definition The procedure for both Eclipse artifacts is similar. In both, you have to insert a pom.xml and fill it …


    Read More
  • Automated Build of RCP Artifacts with Maven Tycho - A field report (Part 1)

    calendarJan 16, 2012 · 7 min read · build eclipse rcp maven tycho  ·
    Share on: twitterfacebooklinkedincopy

    This post series should not be a tutorial for Maven Tycho. You can find many tutorials on the web (see for example [2] and [3]). This post series should be a field report about the problems during the introduction of Maven Tycho. Why Maven Tycho? One requirement is that we can use Maven artifacts. So it seems obvious …


    Read More
  • Release Preparing of a Maven Project

    calendarDec 8, 2011 · 4 min read · maven release  ·
    Share on: twitterfacebooklinkedincopy

    This post describes how to prepare a release for Maven project with a set of Maven Plugins. Background The release preparation phase is built of following common steps: Build the artifact to verify that the build is successful. Run the unit tests of the artifact. Update the version of the artifact to the release …


    Read More
  • Calling org.hsqldb.Server.main with the argument "--props" throws an org.hsqldb.HsqlException

    calendarOct 18, 2011 · 2 min read · hsqldb  ·
    Share on: twitterfacebooklinkedincopy

    Whensoever, you call, for example, java -cp ../lib/hsqldb.jar org.hsqldb.Server --props ../bin/config/server.properties following exception is thrown: 1[Server@e0e1c6]: [Thread[main,5,main]]: checkRunning(false) entered 2[Server@e0e1c6]: [Thread[main,5,main]]: checkRunning(false) exited 3[Server@e0e1c6]: …


    Read More
  • SaxException During a Sucessful Maven Build in Jenkins

    calendarOct 8, 2011 · 1 min read · jenkins maven  ·
    Share on: twitterfacebooklinkedincopy

    During the inspection of several sucessful Maven 3 build output, following SaxException catchs my eye: 1[INFO] Parsing file:/home/skosmalla/.m2/repository/repository.xml 2[Fatal Error] repository.xml:3:1: Premature end of file. 3org.xml.sax.SAXParseException: Premature end of file. 4at …


    Read More
  • Distinctive Feature of Running Nexus on Linux

    calendarSep 29, 2011 · 1 min read · ibm jvm linux nexus  ·
    Share on: twitterfacebooklinkedincopy

    I installed Nexus on Linux according to the step-by-step instruction of Sonatype. Everything looked fine during the installation. To find out, whether the installation was successful, I tried to go to the welcome page of my nexus installation. I got an error message. I looked in the log file of Nexus and found …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Sandra Parsick

Software Developer, Consultant, Java Champion.
Read More

Featured Posts

  • Passing Variables Through GitLab Pipelines
  • Pimp My Git - Manage Different Git Authentications
  • My Preparation for CKAD Exam
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Recent Posts

  • Using Cygwin in 2023
  • Successful Validation of self-signed Server certificates in Java Application
  • Using Testcontainers in Spring Boot Tests combined with JUnit5 for Selenium Tests
  • How to Debug Jenkins remotely
  • How to Measure Test Coverage in Invoker Tests with JaCoCo
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Categories

CONTINUOUS-INTEGRATION 30 JAVA 19 JVM 14 MAVEN 10 QUALITY-ASSURANCE 9 WINDOWS 9 JENKINS 8 LINUX 8 TESTING 8 GIT 6 OSGI 6 CONFIGURATION-MANAGEMENT 5 NEXUS 5 JUNIT 4
All Categories
ANSIBLE2 CONFERENCE3 CONFIGURATION-MANAGEMENT5 CONTINUOUS-INTEGRATION30 GIT6 GITLAB1 GROOVY3 JAVA19 JENKINS8 JUNIT4 JVM14 KUBERNETES1 LINUX8 MAVEN10 MAVEN-TYCHO4 NEXUS5 NODE.JS1 OSGI6 POWERSHELL2 QUALITY-ASSURANCE9 READING-TIPS3 SALT2 SONARQUBE2 SPRING-BOOT2 SPRING-FRAMEWORK4 TESTCONTAINERS2 TESTING8 VAGRANT3 WINDOWS9
[A~Z][0~9]

Tags

MAVEN 10 LINUX 9 JENKINS 8 GROOVY 7 SPRING 6 HOW-TO 5 INTEGRATION-TESTING 5 ECLIPSE-RCP 4 JUNIT5 4 MAVEN-TYCHO 4 NEXUS 4 OSGI 4 TEST-REPORT 4 AUTOMATION 3
All Tags
AGENTLESS1 AGILE1 ANSIBLE1 APACHE22 ARC421 AUTHENTICATION1 AUTOMATION3 BARCAMP1 BASH2 BEGINNER1 BOWER-REPOSITORY1 BUILD2 CENTOS52 CERTIFICATE1 CERTIFICATION1 CHEAT-SHEET1 CLASSPATH1 CMD2 COBOL1 CODE-FORMATTING1 CODING-DOJO1 COMMONS-VFS1 CONFERENCE2 CONFIGURATION2 CONSOLE21 CYGWIN2 DAEMON1 DEBIAN1 DEBUGGING1 DEPLOYMENT1 DESIGN-PATTERN1 DOCKER2 ECLIPSE-RCP4 EQUINOX1 FORWARDING1 GIT3 GITIGNORE1 GITLAB1 GRADLE1 GROOVY7 HC151 HERBSTCAMPUS1 HERBSTCAMPUS20151 HESSIAN1 HIBERNATE1 HOW-TO5 HSQLDB1 IBM1 IDENTITIES1 INDEX1 INSTALLATION1 INTEGRATION-TESTING5 INTELLIJ2 INTELLJI1 JACOCO3 JAR1 JAVA2 JAVA81 JDBC1 JENKINS8 JERSEY1 JNDI1 JPA1 JSCH1 JUNIT54 JVM2 KATA1 KEYTOOL1 KUBERNETES1 LINUX9 LIVING-DOC1 MANIFESTO1 MAVEN10 MAVEN-INVOKER-PLUGIN1 MAVEN-PLUGIN1 MAVEN-PLUGIN-TESTING1 MAVEN-REPOSITORY2 MAVEN-TYCHO4 MELD1 MERGING1 MIGRATION1 MOCK1 MOUNT1 NETBEANS1 NEXUS4 NOTES1 NPM1 NPM-REGISTRY1 NTFS1 OH-MY-ZSH1 OPENSPACE1 OPS4J1 OSGI4 P22 P2-REPOSITORY3 PAX2 PAX-RUNNER1 PERSONA1 PIPELINE1 PROXY3 PYTHON2 QA2 QS1 RELEASE1 REPOSITORY-MANAGER1 RESOURCE2 REWARDING1 RUBY1 SALT2 SALTSTACK2 SCRIPTING1 SCRUM1 SELENIUM2 SERVERSPEC1 SFTP1 SHELL3 SOCRATES1 SOFTWARE-ARCHITECTURE2 SOFTWARE-DOCUMENTATION2 SOLID-DESIGN1 SONARQUBE2 SPOCK1.X1 SPRING6 SPRING-DATA1 SSH3 SSHJ1 SSL1 SUBVERSION3 SVENTON1 SWECAMP1 TEAM-BUILDING1 TECHNICAL-DEBT1 TERRAFORM1 TEST-COVERAGE3 TEST-INFRASTRUCTURE1 TEST-REPORT4 TESTCONTAINERS2 TESTING-TESTER-TESTS1 TOMCAT2 TOOL-TIP2 TRUSTSTORE1 UBUNTU2 UNIT-TESTING3 VAGRANT3 VIRTUAL-HOST1 VIRTUALBOX2 WEBSERVICES1 WINDOWS2 ZEROMQ1 ZSH1
[A~Z][0~9]
Copyright © 2011–2023, Sandra Parsick; all rights reserved.

Copyright  COPYRIGHT © 2011–2023, SANDRA PARSICK; ALL RIGHTS RESERVED.. All Rights Reserved

to-top