[JBoss JIRA] (WFLY-6095) Migration for valves does not work properly
by Radim Hatlapatka (JIRA)
Radim Hatlapatka created WFLY-6095:
--------------------------------------
Summary: Migration for valves does not work properly
Key: WFLY-6095
URL: https://issues.jboss.org/browse/WFLY-6095
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Radim Hatlapatka
Assignee: Stuart Douglas
This currently has several issues, as valves are just migrated directly without regard for how configuration has changed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5715) Wildfly 9/10 removing deployments after a certain time
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5715?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet commented on WFLY-5715:
-----------------------------------------
Do you run WildFly in both cases with the same "prod" user ?
I assume /opt is drwxr-xr-x 7 root root 4096
Could you show me the OS rights on the folders "content" and "data" ?
> Wildfly 9/10 removing deployments after a certain time
> ------------------------------------------------------
>
> Key: WFLY-5715
> URL: https://issues.jboss.org/browse/WFLY-5715
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 9.0.2.Final, 10.0.0.CR4
> Environment: Ubuntu 12.04.5 LTS
> Reporter: Sven Ulrich
> Assignee: ehsavoie Hugonnet
> Attachments: Dummy.war, ifxjdbc_4.10.jar, server.log, standalone.xml
>
>
> I have setup a Wildfly 10 CR4 on a Ubuntu 12.04.5 LTS. The server is running fine.
> Now I want to deploye my jar files (jdbc driver and jee apps).
> All is uploaded via the management web interface running on the port 10010 (added offset of 20 because a WF8 is running on Port 8080)
> First I log into the web interface and navigate to the tab deployments. Then I use the button add.
> In the popup window:
> 1: Upload a new deployment
> 2: I choose ifxjdbc_4.10.jar for e.g.
> 3: In Verify upload enabled is set and everything else is standard
> 4: The upload takes round about 30sec.
> Now I can setup datasources for this driver and its works fine. My next step is to stop the server and restart it. Then the server wont start because the content is missing for the jar.
> It wont be an issue for me if i could be 100% sure that the server wont be restarted anytime :)
> I have added my standalone.xml and the log with hopefully all needed information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5715) Wildfly 9/10 removing deployments after a certain time
by Oleg Hoefling (JIRA)
[ https://issues.jboss.org/browse/WFLY-5715?page=com.atlassian.jira.plugin.... ]
Oleg Hoefling commented on WFLY-5715:
-------------------------------------
# yes
# Java(TM) SE Runtime Environment (build 1.8.0_65-b17) / Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
# I use the mysql driver
Steps to reproduce (my user already belongs to wildfly group):
# {{$ wget http://download.jboss.org/wildfly/9.0.2.Final/wildfly-9.0.2.Final.tar.gz}}
# {{$ tar zxvf wildfly-9.0.2.Final.tar.gz -C /opt}}
# {{$ chown -R wildfly:wildfly /opt/wildfly-9.0.2.Final}}
# {{$ chmod -R g+w /opt/wildfly-9.0.2.Final/standalone /opt/wildfly/domain/configuration}}
# {{$ /opt/wildfly-9.0.2.Final/bin/add-user.sh (add one for management realm)}}
# {{$ /opt/wildfly-9.0.2.Final/bin/standalone.sh}}
# {{$ /opt/wildfly-9.0.2.Final/bin/jboss-cli.sh --connect}}
# {{\[standalone@localhost:9990 /\] /deployment=mysqlconnector.jar:add(enabled=true,content=\[url=file:///home/hoefling/Downloads/mysql-connector-java-5.1.37.jar])}}
# {{\[standalone@localhost:9990 /\] data-source add --name=myappds --jndi-name=java:/myappds --connection-url=jdbc:mysql://localhost:3306/myappdb --driver-name=mysqlconnector.jar_com.mysql.jdbc.Driver_5_1 --user-name=app --password=app}}
# {{\[standalone@localhost:9990 /\] /deployment=myapp.war:add(enabled=true,content=\[url=file:///home/hoefling/projects/myapp/target/myapp.war])}}
Verify two artifacts were deployed:
{panel}$ ls -l /opt/wildfly-9.0.2.Final/standalone/data/content/
total 8
drwxrwxr-x 3 prod prod 4096 Jan 29 18:01 4e
drwxrwxr-x 3 prod prod 4096 Jan 29 18:01 b4{panel}
Wait five minutes or so:
{panel}$ ls -l wildfly-9.0.2.Final/standalone/data/content/
total 4
drwxrwxr-x 3 prod prod 4096 Jan 29 18:01 4e
{panel}
The myapp deployment is gone. Note that I can only reproduce this when installing Wildfly into /opt, as when I install e.g. in my home directory, the cleanup of deployments does not happen.
> Wildfly 9/10 removing deployments after a certain time
> ------------------------------------------------------
>
> Key: WFLY-5715
> URL: https://issues.jboss.org/browse/WFLY-5715
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 9.0.2.Final, 10.0.0.CR4
> Environment: Ubuntu 12.04.5 LTS
> Reporter: Sven Ulrich
> Assignee: ehsavoie Hugonnet
> Attachments: Dummy.war, ifxjdbc_4.10.jar, server.log, standalone.xml
>
>
> I have setup a Wildfly 10 CR4 on a Ubuntu 12.04.5 LTS. The server is running fine.
> Now I want to deploye my jar files (jdbc driver and jee apps).
> All is uploaded via the management web interface running on the port 10010 (added offset of 20 because a WF8 is running on Port 8080)
> First I log into the web interface and navigate to the tab deployments. Then I use the button add.
> In the popup window:
> 1: Upload a new deployment
> 2: I choose ifxjdbc_4.10.jar for e.g.
> 3: In Verify upload enabled is set and everything else is standard
> 4: The upload takes round about 30sec.
> Now I can setup datasources for this driver and its works fine. My next step is to stop the server and restart it. Then the server wont start because the content is missing for the jar.
> It wont be an issue for me if i could be 100% sure that the server wont be restarted anytime :)
> I have added my standalone.xml and the log with hopefully all needed information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5715) Wildfly 9/10 removing deployments after a certain time
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5715?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet commented on WFLY-5715:
-----------------------------------------
[~oleg.hoefling]
Can you reproduce it on 10 ?
What JDK do you use ?
Do yo have JDBC drivers registered ?
> Wildfly 9/10 removing deployments after a certain time
> ------------------------------------------------------
>
> Key: WFLY-5715
> URL: https://issues.jboss.org/browse/WFLY-5715
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 9.0.2.Final, 10.0.0.CR4
> Environment: Ubuntu 12.04.5 LTS
> Reporter: Sven Ulrich
> Assignee: ehsavoie Hugonnet
> Attachments: Dummy.war, ifxjdbc_4.10.jar, server.log, standalone.xml
>
>
> I have setup a Wildfly 10 CR4 on a Ubuntu 12.04.5 LTS. The server is running fine.
> Now I want to deploye my jar files (jdbc driver and jee apps).
> All is uploaded via the management web interface running on the port 10010 (added offset of 20 because a WF8 is running on Port 8080)
> First I log into the web interface and navigate to the tab deployments. Then I use the button add.
> In the popup window:
> 1: Upload a new deployment
> 2: I choose ifxjdbc_4.10.jar for e.g.
> 3: In Verify upload enabled is set and everything else is standard
> 4: The upload takes round about 30sec.
> Now I can setup datasources for this driver and its works fine. My next step is to stop the server and restart it. Then the server wont start because the content is missing for the jar.
> It wont be an issue for me if i could be 100% sure that the server wont be restarted anytime :)
> I have added my standalone.xml and the log with hopefully all needed information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (DROOLS-465) Cannot find KieModule with LATEST
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-465?page=com.atlassian.jira.plugin... ]
Mario Fusco reassigned DROOLS-465:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
> Cannot find KieModule with LATEST
> ---------------------------------
>
> Key: DROOLS-465
> URL: https://issues.jboss.org/browse/DROOLS-465
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.1.0.Beta1
> Reporter: Takami Hirata
> Assignee: Mario Fusco
> Attachments: reproducer.zip
>
>
> I install a kmodule into local repository with command {{mvn clean install}}.
> Loading this kmodule with 'LATEST' works on the day, but will fail on next day.
> Maven will find update on next day because of default updatePolicy 'daily', then maven check local repository ({{org.kie.scanner.Aether}} treats as a remote repository) but local artifact cache does not have 'maven-metadata.xml' which remote artifact should have, so finding update fails and {{org.sonatype.aether.connector.file.FileRepositoryWorker}} removes {{maven-metadata-local.xml}} for cleanup.
> {{org.kie.scanner.Aether}} adds local repository to remote repositories, but this may be incorrect usage.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5715) Wildfly 9/10 removing deployments after a certain time
by Oleg Hoefling (JIRA)
[ https://issues.jboss.org/browse/WFLY-5715?page=com.atlassian.jira.plugin.... ]
Oleg Hoefling commented on WFLY-5715:
-------------------------------------
Unfortunately, the bug does exist as I am expecting the same error. Using Wildfly 9.0.2-Final on Ubuntu 14.04 LTS.
> Wildfly 9/10 removing deployments after a certain time
> ------------------------------------------------------
>
> Key: WFLY-5715
> URL: https://issues.jboss.org/browse/WFLY-5715
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 9.0.2.Final, 10.0.0.CR4
> Environment: Ubuntu 12.04.5 LTS
> Reporter: Sven Ulrich
> Assignee: ehsavoie Hugonnet
> Attachments: Dummy.war, ifxjdbc_4.10.jar, server.log, standalone.xml
>
>
> I have setup a Wildfly 10 CR4 on a Ubuntu 12.04.5 LTS. The server is running fine.
> Now I want to deploye my jar files (jdbc driver and jee apps).
> All is uploaded via the management web interface running on the port 10010 (added offset of 20 because a WF8 is running on Port 8080)
> First I log into the web interface and navigate to the tab deployments. Then I use the button add.
> In the popup window:
> 1: Upload a new deployment
> 2: I choose ifxjdbc_4.10.jar for e.g.
> 3: In Verify upload enabled is set and everything else is standard
> 4: The upload takes round about 30sec.
> Now I can setup datasources for this driver and its works fine. My next step is to stop the server and restart it. Then the server wont start because the content is missing for the jar.
> It wont be an issue for me if i could be 100% sure that the server wont be restarted anytime :)
> I have added my standalone.xml and the log with hopefully all needed information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (ELY-412) Custom integration using javax.script
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-412:
------------------------------------
Summary: Custom integration using javax.script
Key: ELY-412
URL: https://issues.jboss.org/browse/ELY-412
Project: WildFly Elytron
Issue Type: Task
Components: API / SPI
Reporter: Darran Lofthouse
Fix For: 2.0.0.Alpha1
We have quite a few cases where we have simple interfaces handling mapping / transformation of values - we also have other cases where we know we need a much more verbose DSL to specify how to manipulate things such as mapping of values from an X500Principal.
This Jira issue is to look at how we can make use of java.script to allow small scripts to be provided.
https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/prog_gui...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months