Skip to content

Instantly share code, notes, and snippets.

View jfdenise's full-sized avatar

Jean-François Denise jfdenise

  • redhat
  • France, Grenoble
View GitHub Profile
INFO: JBoss Remoting version 5.0.27.Final
javax.naming.CommunicationException: WFNAM00018: Failed to connect to remote host [Root exception is org.xnio.http.RedirectException: XNIO000816: Redirect encountered establishing connection]
at org.wildfly.naming.client.remote.RemoteNamingProvider.getPeerIdentityForNaming(RemoteNamingProvider.java:110)
at org.wildfly.naming.client.remote.RemoteNamingProvider.getPeerIdentityForNaming(RemoteNamingProvider.java:53)
at org.wildfly.naming.client.NamingProvider.getPeerIdentityForNamingUsingRetry(NamingProvider.java:105)
at org.wildfly.naming.client.remote.RemoteNamingProvider.getPeerIdentityForNamingUsingRetry(RemoteNamingProvider.java:91)
at org.wildfly.naming.client.remote.RemoteContext.lambda$lookupNative$0(RemoteContext.java:189)
at org.wildfly.naming.client.NamingProvider.performExceptionAction(NamingProvider.java:222)
at org.wildfly.naming.client.remote.RemoteContext.performWithRetry(RemoteContext.java:100)
at org.wildfly.naming.client.remote.RemoteContext.lo
@jfdenise
jfdenise / gist:b1d9579b64525fde62daad3fb26d12bb
Last active March 6, 2024 09:41
Helm Charts for WildFly to deploy image built with WildFly Glow
image:
name: wildfly-glow-image-server-31_0_1_final
build:
enabled: false
deploy:
replicas: 1
@jfdenise
jfdenise / gist:320072da1f2f38cc88c4d4442c8ef8fe
Created February 13, 2024 14:08
push image built by WildFly Glow to openshift
# You must be logged onto openshift
export IMAGE=wildfly-glow-image-server-31_0_0_final:latest
export OPENSHIFT_NS=$(oc project -q)
oc registry login
# Copy the route in the env variable OPENSHIFT_IMAGE_REGISTRY
OPENSHIFT_IMAGE_REGISTRY=$(oc registry info)
docker login -u openshift -p $(oc whoami -t) $OPENSHIFT_IMAGE_REGISTRY
docker tag $IMAGE $OPENSHIFT_IMAGE_REGISTRY/$OPENSHIFT_NS/$IMAGE
docker push $OPENSHIFT_IMAGE_REGISTRY/$OPENSHIFT_NS/$IMAGE
oc set image-lookup wildfly-glow-image-server-31_0_0_final
@jfdenise
jfdenise / gist:df0afc9cd37ebdcf82f772de503e0405
Created November 27, 2023 09:36
Errors spring-resteasy startup
2023-11-27 10:34:10,558 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.2.Final
2023-11-27 10:34:10,865 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.2.Final
2023-11-27 10:34:10,870 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
2023-11-27 10:34:10,942 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 30.0.0.Final (WildFly Core 22.0.1.Final) starting
2023-11-27 10:34:10,944 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:
[Standalone] =
file.encoding = UTF-8
file.separator = /
java.awt.headless = true
java.class.path = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/jboss-modules.jar
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
<parent>
<groupId></groupId>
<artifactId></artifactId>
<version></version>
</parent>
@jfdenise
jfdenise / gist:68e8dedc7eb4db14793c9c46dc4ae0d8
Created July 18, 2023 18:00
20230718 tes repo eap-maven-plugin dependencies
[DEBUG] org.jboss.eap.plugins:eap-maven-plugin:jar:1.0.0.Final-redhat-20230718
[DEBUG] org.wildfly.plugins:wildfly-maven-plugin:jar:4.1.1.Final-redhat-00005:compile (exclusions managed from default)
[DEBUG] com.ethlo.time:itu:jar:1.7.0:compile
[DEBUG] org.apache.maven.shared:maven-artifact-transfer:jar:0.9.1:compile
[DEBUG] org.apache.maven:maven-core:jar:3.6.2:compile (version managed from default)
[DEBUG] org.apache.maven:maven-settings:jar:3.6.2:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.6.2:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-builder-support:jar:3.6.2:compile
[DEBUG] org.jboss.logmanager:jboss-logmanager:jar:2.1.19.Final-redhat-00001:compile
[DEBUG] org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
[DEBUG] org.jboss.remoting:jboss-remoting:jar:5.0.27.Final-redhat-00001:compile
[DEBUG] org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile
[DEBUG] org.wildfly.security:wildfly-elytron-sasl-auth-util:jar:1.20.2.Final:compile
[DEBUG] org.apache.sshd:sshd-common:jar:2.9.2.redhat-00001:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.32:compile
[INFO] org.jboss.eap.plugins:eap-maven-plugin:maven-plugin:1.0.0.Final-redhat-SNAPSHOT
[INFO] +- org.wildfly.plugins:wildfly-maven-plugin:jar:4.1.1.Final-redhat-00002:compile
[INFO] | +- org.jboss.galleon:galleon-maven-plugin:jar:5.1.0.Final-redhat-00002:compile
[INFO] | +- org.jboss.logmanager:jboss-logmanager:jar:2.1.19.Final-redhat-00001:compile
[INFO] | | \- org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
[INFO] | +- org.wildfly.core:wildfly-controller-client:jar:21.0.2.Final-redhat-00001:compile
[INFO] | | +- org.jboss:jboss-dmr:jar:1.6.1.Final-redhat-00001:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.3.Final-redhat-00001:compile
[INFO] | | +- org.jboss.threads:jboss-threads:jar:2.4.0.Final-redhat-00001:compile
[INFO] | | +- org.wildfly.security:wildfly-elytron-auth:jar:2.2.1.Final-redhat-00001:compile
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ eap-maven-plugin ---
[INFO] org.jboss.eap.plugins:eap-maven-plugin:maven-plugin:1.0.0.Beta10-redhat-SNAPSHOT
[INFO] +- org.wildfly.plugins:wildfly-maven-plugin:jar:4.1.1.Final-redhat-00002:compile
[INFO] | +- org.jboss.galleon:galleon-maven-plugin:jar:5.1.0.Final-redhat-00002:compile
[INFO] | +- org.jboss.logmanager:jboss-logmanager:jar:2.1.19.Final-redhat-00001:compile
[INFO] | | \- org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
[INFO] | +- org.wildfly.core:wildfly-controller-client:jar:21.0.2.Final-redhat-00001:compile
[INFO] | | +- org.jboss:jboss-dmr:jar:1.6.1.Final-redhat-00001:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.3.Final-redhat-00001:compile
[INFO] | | +- org.jboss.threads:jboss-threads:jar:2.4.0.Final-redhat-00001:compile
{
"items": [{
"tag": "CDI",
"layers": ["cdi"]
},
{
"tag": "HTML",
"layers": ["undertow"]
},
{