Skip to content

Instantly share code, notes, and snippets.

@ruddell
ruddell / il8n.js
Created October 27, 2016 16:46 — forked from brunnels/il8n.js
Gulp tasks to update il8n json files in jhipster
'use strict';
var gulp = require('gulp'),
argv = require('yargs').argv,
tap = require('gulp-tap');
var config = require('./config');
module.exports = {
setProperty: setProperty,
package org.kraven.repository.specification.util;
import cz.jirutka.rsql.parser.ast.ComparisonOperator;
import cz.jirutka.rsql.parser.ast.RSQLOperators;
/**
* Created by brunnels on 10/26/2016.
*/
public enum RsqlSearchOperation {
EQUAL(RSQLOperators.EQUAL),
The application will start in 30s...
██ ██ ██ ████████ ███████ ██████ ████████ ████████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ████████ ██ ███████ █████ ██ ██████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██ ██ ████████ ██ ██████ ██ ████████ ██ ██
:: JHipster 🤓 :: Running Spring Boot 1.4.1.RELEASE ::
:: http://jhipster.github.io ::
2016-10-19 06:04:41.487 INFO 7 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_TEST/test:a4c4613b8cb2e1fee0fa76e4905d5c22: registering service...
2016-10-19 06:04:41.508 INFO 7 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_TEST/test:a4c4613b8cb2e1fee0fa76e4905d5c22 - registration status: 204
2016-10-19 06:04:42.333 WARN 7 --- [ main] kafka.client.ClientUtils$ : Fetching topic metadata with correlation id 0 for topics [Set(topic-jhipster)] from broker [id:0,host:localhost,port:9092] failed
java.nio.channels.ClosedChannelException: null
at kafka.network.BlockingChannel.send(BlockingChannel.scala:100)
at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:73)
at kafka.producer.SyncProducer.kafka$producer$SyncProducer$$doSend(SyncProducer.scala:72)
at kafka.producer.SyncProducer.send(SyncProducer.scala:113)
at kafka.client.ClientUtils$.fetchTopicMetadata(ClientUtils.sca