[JBoss JIRA] (DROOLS-1077) [POST] /containers/{id} is outdated
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1077?page=com.atlassian.jira.plugi... ]
Edson Tirelli closed DROOLS-1077.
---------------------------------
> [POST] /containers/{id} is outdated
> ------------------------------------
>
> Key: DROOLS-1077
> URL: https://issues.jboss.org/browse/DROOLS-1077
> Project: Drools
> Issue Type: Bug
> Components: docs
> Affects Versions: 6.3.0.Final
> Environment: The REST URI to send the command fire-all-rules to an running container is outdated.
> Using the URI described in the docs I get the following result:
> {code}
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Allow: HEAD, DELETE, GET, OPTIONS, PUT
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Type: text/html;charset=utf-8
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Length: 1022
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Date: Mon, 29 Feb 2016 20:03:58 GMT
> Exception in thread "main" java.lang.RuntimeException: Failed with HTTP error code : 405
> at org.jboss.test.arquillian.ce.decisionserver.DecisionServerSecureTest.main(DecisionServerSecureTest.java:404)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
> {code}
> The correct URI is:
> . [POST] instances/containers/{id}
> After to change the REST call worked as exp
> Documentation link: https://docs.jboss.org/drools/release/6.3.0.Final/drools-docs/pdf/drools-...
> Item 22.6.7.
> Reporter: Filippe Spolti
> Assignee: Edson Tirelli
> Labels: doc, rest_api
> Fix For: 6.4.0.CR2, 7.0.0.Final
>
>
> The REST URI to send the command fire-all-rules to an running container is outdated.
> Using the URI described in the docs I get the following result:
> {code}
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Allow: HEAD, DELETE, GET, OPTIONS, PUT
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Type: text/html;charset=utf-8
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Length: 1022
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Date: Mon, 29 Feb 2016 20:03:58 GMT
> Exception in thread "main" java.lang.RuntimeException: Failed with HTTP error code : 405
> at org.jboss.test.arquillian.ce.decisionserver.DecisionServerSecureTest.main(DecisionServerSecureTest.java:404)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
> {code}
> The correct URI is:
> . [POST] containers/instances/{id}
> After to change the REST call worked as expected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (WFLY-6380) Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
by Róbert Ihász (JIRA)
[ https://issues.jboss.org/browse/WFLY-6380?page=com.atlassian.jira.plugin.... ]
Róbert Ihász commented on WFLY-6380:
------------------------------------
Great! Thank you!
> Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
> -------------------------------------------------------------
>
> Key: WFLY-6380
> URL: https://issues.jboss.org/browse/WFLY-6380
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Environment: JVM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02, mixed mode)
> Java: version 1.8.0_74, vendor Oracle Corporation
> Java Home: /home/jboss/jdk1.8.0_74/jre
> JVM Arguments:
> -D[Standalone]
> -Xms256m
> -Xmx2048m
> -XX:MaxPermSize=512m
> -Djava.net.preferIPv4Stack=true
> -Djboss.modules.system.pkgs=org.jboss.byteman
> -Djava.awt.headless=true
> -agentlib:jdwp=transport=dt_socket,address=38787,server=y,suspend=n
> -Dorg.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
> -Dlogging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
> System properties:
> [Standalone]=
> awt.toolkit=sun.awt.X11.XToolkit
> file.encoding=UTF-8
> file.encoding.pkg=sun.io
> file.separator=/
> java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
> java.awt.headless=true
> java.awt.printerjob=sun.print.PSPrinterJob
> java.class.path=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar
> java.class.version=52.0
> java.endorsed.dirs=/home/jboss/jdk1.8.0_74/jre/lib/endorsed
> java.ext.dirs=/home/jboss/jdk1.8.0_74/jre/lib/ext:/usr/java/packages/lib/ext
> java.home=/home/jboss/jdk1.8.0_74/jre
> java.io.tmpdir=/tmp
> java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> java.naming.factory.url.pkgs=org.jboss.as.naming.interfaces:org.jboss.ejb.client.naming
> java.net.preferIPv4Stack=true
> java.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.vfs.protocol
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.8.0_74-b02
> java.security.auth.login.config=jar:file:/home/jboss/wildfly-10.0.0.Final/modules/system/layers/base/org/picketbox/main/picketbox-4.9.4.Final.jar!/auth.conf
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Oracle Corporation
> java.specification.version=1.8
> java.util.logging.manager=org.jboss.logmanager.LogManager
> java.vendor=Oracle Corporation
> java.vendor.url=http://java.oracle.com/
> java.vendor.url.bug=http://bugreport.sun.com/bugreport/
> java.version=1.8.0_74
> java.vm.info=mixed mode
> java.vm.name=Java HotSpot(TM) 64-Bit Server VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Oracle Corporation
> java.vm.specification.version=1.8
> java.vm.vendor=Oracle Corporation
> java.vm.version=25.74-b02
> javax.management.builder.initial=org.jboss.as.jmx.PluggableMBeanServerBuilder
> javax.xml.datatype.DatatypeFactory=__redirected.__DatatypeFactory
> javax.xml.parsers.DocumentBuilderFactory=__redirected.__DocumentBuilderFactory
> javax.xml.parsers.SAXParserFactory=__redirected.__SAXParserFactory
> javax.xml.stream.XMLEventFactory=__redirected.__XMLEventFactory
> javax.xml.stream.XMLInputFactory=__redirected.__XMLInputFactory
> javax.xml.stream.XMLOutputFactory=__redirected.__XMLOutputFactory
> javax.xml.transform.TransformerFactory=__redirected.__TransformerFactory
> javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=__red...
> javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=__redirec...
> jboss.bind.address=0.0.0.0
> jboss.home.dir=/home/jboss/wildfly-10.0.0.Final
> jboss.host.name=cntest
> jboss.modules.dir=/home/jboss/wildfly-10.0.0.Final/modules
> jboss.modules.system.pkgs=org.jboss.byteman
> jboss.node.name=***
> jboss.qualified.host.name=***
> jboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone
> jboss.server.config.dir=/home/jboss/wildfly-10.0.0.Final/standalone/configuration
> jboss.server.data.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data
> jboss.server.deploy.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data/content
> jboss.server.log.dir=/home/jboss/wildfly-10.0.0.Final/standalone/log
> jboss.server.name=***
> jboss.server.persist.config=true
> jboss.server.temp.dir=/home/jboss/wildfly-10.0.0.Final/standalone/tmp
> line.separator=\n
> logging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
> module.path=/home/jboss/wildfly-10.0.0.Final/modules
> org.apache.xml.security.ignoreLineBreaks=true
> org.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
> org.jboss.resolver.warning=true
> org.jboss.security.context.ThreadLocal=true
> org.xml.sax.driver=__redirected.__XMLReaderFactory
> os.arch=amd64
> os.name=Linux
> os.version=2.6.32-5-amd64
> path.separator=:
> sun.arch.data.model=64
> sun.boot.class.path=/home/jboss/jdk1.8.0_74/jre/lib/resources.jar:/home/jboss/jdk1.8.0_74/jre/lib/rt.jar:/home/jboss/jdk1.8.0_74/jre/lib/sunrsasign.jar:/home/jboss/jdk1.8.0_74/jre/lib/jsse.jar:/home/jboss/jdk1.8.0_74/jre/lib/jce.jar:/home/jboss/jdk1.8.0_74/jre/lib/charsets.jar:/home/jboss/jdk1.8.0_74/jre/lib/jfr.jar:/home/jboss/jdk1.8.0_74/jre/classes
> sun.boot.library.path=/home/jboss/jdk1.8.0_74/jre/lib/amd64
> sun.cpu.endian=little
> sun.cpu.isalist=
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.command=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar -mp /home/jboss/wildfly-10.0.0.Final/modules org.jboss.as.standalone -Djboss.home.dir=/home/jboss/wildfly-10.0.0.Final -Djboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone -c standalone.xml -b 0.0.0.0
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=UTF-8
> sun.management.compiler=HotSpot 64-Bit Tiered Compilers
> sun.nio.ch.bugLevel=
> sun.os.patch.level=unknown
> user.country=HU
> user.dir=/home/jboss/wildfly-10.0.0.Final
> user.home=/home/jboss
> user.language=hu
> user.name=jboss
> user.timezone=Europe/Budapest
> Reporter: Róbert Ihász
> Assignee: Stuart Douglas
> Priority: Critical
> Labels: memory_leak, memoryleak
> Attachments: wildfly_memory_leak.PNG
>
>
> After a time the wildfly freeze hard. Cpu work at the maximum and memory is out. Only kill -9 can stop the entire application. I tried to monitor with Java VisualVM and it seems that the io.undertow.protocols.ssl.SslConduit$1 class growns too big. I attach a print screen from VisualVm.
> The log and console out are not shown any errors.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (WFLY-6380) Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-6380?page=com.atlassian.jira.plugin.... ]
Stuart Douglas commented on WFLY-6380:
--------------------------------------
This should be fixed in Undertow 1.3.19.Final which was released today
> Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
> -------------------------------------------------------------
>
> Key: WFLY-6380
> URL: https://issues.jboss.org/browse/WFLY-6380
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Environment: JVM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02, mixed mode)
> Java: version 1.8.0_74, vendor Oracle Corporation
> Java Home: /home/jboss/jdk1.8.0_74/jre
> JVM Arguments:
> -D[Standalone]
> -Xms256m
> -Xmx2048m
> -XX:MaxPermSize=512m
> -Djava.net.preferIPv4Stack=true
> -Djboss.modules.system.pkgs=org.jboss.byteman
> -Djava.awt.headless=true
> -agentlib:jdwp=transport=dt_socket,address=38787,server=y,suspend=n
> -Dorg.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
> -Dlogging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
> System properties:
> [Standalone]=
> awt.toolkit=sun.awt.X11.XToolkit
> file.encoding=UTF-8
> file.encoding.pkg=sun.io
> file.separator=/
> java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
> java.awt.headless=true
> java.awt.printerjob=sun.print.PSPrinterJob
> java.class.path=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar
> java.class.version=52.0
> java.endorsed.dirs=/home/jboss/jdk1.8.0_74/jre/lib/endorsed
> java.ext.dirs=/home/jboss/jdk1.8.0_74/jre/lib/ext:/usr/java/packages/lib/ext
> java.home=/home/jboss/jdk1.8.0_74/jre
> java.io.tmpdir=/tmp
> java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> java.naming.factory.url.pkgs=org.jboss.as.naming.interfaces:org.jboss.ejb.client.naming
> java.net.preferIPv4Stack=true
> java.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.vfs.protocol
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.8.0_74-b02
> java.security.auth.login.config=jar:file:/home/jboss/wildfly-10.0.0.Final/modules/system/layers/base/org/picketbox/main/picketbox-4.9.4.Final.jar!/auth.conf
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Oracle Corporation
> java.specification.version=1.8
> java.util.logging.manager=org.jboss.logmanager.LogManager
> java.vendor=Oracle Corporation
> java.vendor.url=http://java.oracle.com/
> java.vendor.url.bug=http://bugreport.sun.com/bugreport/
> java.version=1.8.0_74
> java.vm.info=mixed mode
> java.vm.name=Java HotSpot(TM) 64-Bit Server VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Oracle Corporation
> java.vm.specification.version=1.8
> java.vm.vendor=Oracle Corporation
> java.vm.version=25.74-b02
> javax.management.builder.initial=org.jboss.as.jmx.PluggableMBeanServerBuilder
> javax.xml.datatype.DatatypeFactory=__redirected.__DatatypeFactory
> javax.xml.parsers.DocumentBuilderFactory=__redirected.__DocumentBuilderFactory
> javax.xml.parsers.SAXParserFactory=__redirected.__SAXParserFactory
> javax.xml.stream.XMLEventFactory=__redirected.__XMLEventFactory
> javax.xml.stream.XMLInputFactory=__redirected.__XMLInputFactory
> javax.xml.stream.XMLOutputFactory=__redirected.__XMLOutputFactory
> javax.xml.transform.TransformerFactory=__redirected.__TransformerFactory
> javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=__red...
> javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=__redirec...
> jboss.bind.address=0.0.0.0
> jboss.home.dir=/home/jboss/wildfly-10.0.0.Final
> jboss.host.name=cntest
> jboss.modules.dir=/home/jboss/wildfly-10.0.0.Final/modules
> jboss.modules.system.pkgs=org.jboss.byteman
> jboss.node.name=***
> jboss.qualified.host.name=***
> jboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone
> jboss.server.config.dir=/home/jboss/wildfly-10.0.0.Final/standalone/configuration
> jboss.server.data.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data
> jboss.server.deploy.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data/content
> jboss.server.log.dir=/home/jboss/wildfly-10.0.0.Final/standalone/log
> jboss.server.name=***
> jboss.server.persist.config=true
> jboss.server.temp.dir=/home/jboss/wildfly-10.0.0.Final/standalone/tmp
> line.separator=\n
> logging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
> module.path=/home/jboss/wildfly-10.0.0.Final/modules
> org.apache.xml.security.ignoreLineBreaks=true
> org.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
> org.jboss.resolver.warning=true
> org.jboss.security.context.ThreadLocal=true
> org.xml.sax.driver=__redirected.__XMLReaderFactory
> os.arch=amd64
> os.name=Linux
> os.version=2.6.32-5-amd64
> path.separator=:
> sun.arch.data.model=64
> sun.boot.class.path=/home/jboss/jdk1.8.0_74/jre/lib/resources.jar:/home/jboss/jdk1.8.0_74/jre/lib/rt.jar:/home/jboss/jdk1.8.0_74/jre/lib/sunrsasign.jar:/home/jboss/jdk1.8.0_74/jre/lib/jsse.jar:/home/jboss/jdk1.8.0_74/jre/lib/jce.jar:/home/jboss/jdk1.8.0_74/jre/lib/charsets.jar:/home/jboss/jdk1.8.0_74/jre/lib/jfr.jar:/home/jboss/jdk1.8.0_74/jre/classes
> sun.boot.library.path=/home/jboss/jdk1.8.0_74/jre/lib/amd64
> sun.cpu.endian=little
> sun.cpu.isalist=
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.command=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar -mp /home/jboss/wildfly-10.0.0.Final/modules org.jboss.as.standalone -Djboss.home.dir=/home/jboss/wildfly-10.0.0.Final -Djboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone -c standalone.xml -b 0.0.0.0
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=UTF-8
> sun.management.compiler=HotSpot 64-Bit Tiered Compilers
> sun.nio.ch.bugLevel=
> sun.os.patch.level=unknown
> user.country=HU
> user.dir=/home/jboss/wildfly-10.0.0.Final
> user.home=/home/jboss
> user.language=hu
> user.name=jboss
> user.timezone=Europe/Budapest
> Reporter: Róbert Ihász
> Assignee: Stuart Douglas
> Priority: Critical
> Labels: memory_leak, memoryleak
> Attachments: wildfly_memory_leak.PNG
>
>
> After a time the wildfly freeze hard. Cpu work at the maximum and memory is out. Only kill -9 can stop the entire application. I tried to monitor with Java VisualVM and it seems that the io.undertow.protocols.ssl.SslConduit$1 class growns too big. I attach a print screen from VisualVm.
> The log and console out are not shown any errors.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (DROOLS-1094) OptaPlanner Kie server service: unable to retrieve best solution
by Karel Suta (JIRA)
Karel Suta created DROOLS-1094:
----------------------------------
Summary: OptaPlanner Kie server service: unable to retrieve best solution
Key: DROOLS-1094
URL: https://issues.jboss.org/browse/DROOLS-1094
Project: Drools
Issue Type: Bug
Components: kie server
Affects Versions: 6.4.0.CR1
Environment: Kie server OptaPlanner service
Reporter: Karel Suta
Assignee: Geoffrey De Smet
When I try to retrieve best solution from Solver in Kie server OptaPlanner extension, JAXB and XSTREAM works correctly but JSON doesn't. JSON marshalling isn't able to map planning variable in planning entity.
It can be simulated using cloudbalance problem which is part of Kie server OptaPlanner integration tests. See test method testGetBestSolution in OptaplannerIntegrationTest.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (DROOLS-1094) OptaPlanner Kie server service: unable to retrieve best solution
by Karel Suta (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1094?page=com.atlassian.jira.plugi... ]
Karel Suta updated DROOLS-1094:
-------------------------------
Labels: reported-by-qe (was: )
> OptaPlanner Kie server service: unable to retrieve best solution
> ----------------------------------------------------------------
>
> Key: DROOLS-1094
> URL: https://issues.jboss.org/browse/DROOLS-1094
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 6.4.0.CR1
> Environment: Kie server OptaPlanner service
> Reporter: Karel Suta
> Assignee: Geoffrey De Smet
> Labels: reported-by-qe
>
> When I try to retrieve best solution from Solver in Kie server OptaPlanner extension, JAXB and XSTREAM works correctly but JSON doesn't. JSON marshalling isn't able to map planning variable in planning entity.
> It can be simulated using cloudbalance problem which is part of Kie server OptaPlanner integration tests. See test method testGetBestSolution in OptaplannerIntegrationTest.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (WFLY-6380) Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
by Róbert Ihász (JIRA)
Róbert Ihász created WFLY-6380:
----------------------------------
Summary: Memory leak and freeze (io.undertow.protocols.ssl.SslConduit)
Key: WFLY-6380
URL: https://issues.jboss.org/browse/WFLY-6380
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.0.0.Final
Environment: JVM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02, mixed mode)
Java: version 1.8.0_74, vendor Oracle Corporation
Java Home: /home/jboss/jdk1.8.0_74/jre
JVM Arguments:
-D[Standalone]
-Xms256m
-Xmx2048m
-XX:MaxPermSize=512m
-Djava.net.preferIPv4Stack=true
-Djboss.modules.system.pkgs=org.jboss.byteman
-Djava.awt.headless=true
-agentlib:jdwp=transport=dt_socket,address=38787,server=y,suspend=n
-Dorg.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
-Dlogging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
System properties:
[Standalone]=
awt.toolkit=sun.awt.X11.XToolkit
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.headless=true
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar
java.class.version=52.0
java.endorsed.dirs=/home/jboss/jdk1.8.0_74/jre/lib/endorsed
java.ext.dirs=/home/jboss/jdk1.8.0_74/jre/lib/ext:/usr/java/packages/lib/ext
java.home=/home/jboss/jdk1.8.0_74/jre
java.io.tmpdir=/tmp
java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.naming.factory.url.pkgs=org.jboss.as.naming.interfaces:org.jboss.ejb.client.naming
java.net.preferIPv4Stack=true
java.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.vfs.protocol
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.8.0_74-b02
java.security.auth.login.config=jar:file:/home/jboss/wildfly-10.0.0.Final/modules/system/layers/base/org/picketbox/main/picketbox-4.9.4.Final.jar!/auth.conf
java.specification.name=Java Platform API Specification
java.specification.vendor=Oracle Corporation
java.specification.version=1.8
java.util.logging.manager=org.jboss.logmanager.LogManager
java.vendor=Oracle Corporation
java.vendor.url=http://java.oracle.com/
java.vendor.url.bug=http://bugreport.sun.com/bugreport/
java.version=1.8.0_74
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Oracle Corporation
java.vm.specification.version=1.8
java.vm.vendor=Oracle Corporation
java.vm.version=25.74-b02
javax.management.builder.initial=org.jboss.as.jmx.PluggableMBeanServerBuilder
javax.xml.datatype.DatatypeFactory=__redirected.__DatatypeFactory
javax.xml.parsers.DocumentBuilderFactory=__redirected.__DocumentBuilderFactory
javax.xml.parsers.SAXParserFactory=__redirected.__SAXParserFactory
javax.xml.stream.XMLEventFactory=__redirected.__XMLEventFactory
javax.xml.stream.XMLInputFactory=__redirected.__XMLInputFactory
javax.xml.stream.XMLOutputFactory=__redirected.__XMLOutputFactory
javax.xml.transform.TransformerFactory=__redirected.__TransformerFactory
javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=__red...
javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=__redirec...
jboss.bind.address=0.0.0.0
jboss.home.dir=/home/jboss/wildfly-10.0.0.Final
jboss.host.name=cntest
jboss.modules.dir=/home/jboss/wildfly-10.0.0.Final/modules
jboss.modules.system.pkgs=org.jboss.byteman
jboss.node.name=***
jboss.qualified.host.name=***
jboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone
jboss.server.config.dir=/home/jboss/wildfly-10.0.0.Final/standalone/configuration
jboss.server.data.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data
jboss.server.deploy.dir=/home/jboss/wildfly-10.0.0.Final/standalone/data/content
jboss.server.log.dir=/home/jboss/wildfly-10.0.0.Final/standalone/log
jboss.server.name=***
jboss.server.persist.config=true
jboss.server.temp.dir=/home/jboss/wildfly-10.0.0.Final/standalone/tmp
line.separator=\n
logging.configuration=file:/home/jboss/wildfly-10.0.0.Final/standalone/configuration/logging.properties
module.path=/home/jboss/wildfly-10.0.0.Final/modules
org.apache.xml.security.ignoreLineBreaks=true
org.jboss.boot.log.file=/home/jboss/wildfly-10.0.0.Final/standalone/log/server.log
org.jboss.resolver.warning=true
org.jboss.security.context.ThreadLocal=true
org.xml.sax.driver=__redirected.__XMLReaderFactory
os.arch=amd64
os.name=Linux
os.version=2.6.32-5-amd64
path.separator=:
sun.arch.data.model=64
sun.boot.class.path=/home/jboss/jdk1.8.0_74/jre/lib/resources.jar:/home/jboss/jdk1.8.0_74/jre/lib/rt.jar:/home/jboss/jdk1.8.0_74/jre/lib/sunrsasign.jar:/home/jboss/jdk1.8.0_74/jre/lib/jsse.jar:/home/jboss/jdk1.8.0_74/jre/lib/jce.jar:/home/jboss/jdk1.8.0_74/jre/lib/charsets.jar:/home/jboss/jdk1.8.0_74/jre/lib/jfr.jar:/home/jboss/jdk1.8.0_74/jre/classes
sun.boot.library.path=/home/jboss/jdk1.8.0_74/jre/lib/amd64
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.java.command=/home/jboss/wildfly-10.0.0.Final/jboss-modules.jar -mp /home/jboss/wildfly-10.0.0.Final/modules org.jboss.as.standalone -Djboss.home.dir=/home/jboss/wildfly-10.0.0.Final -Djboss.server.base.dir=/home/jboss/wildfly-10.0.0.Final/standalone -c standalone.xml -b 0.0.0.0
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
sun.nio.ch.bugLevel=
sun.os.patch.level=unknown
user.country=HU
user.dir=/home/jboss/wildfly-10.0.0.Final
user.home=/home/jboss
user.language=hu
user.name=jboss
user.timezone=Europe/Budapest
Reporter: Róbert Ihász
Assignee: Stuart Douglas
Priority: Critical
Attachments: wildfly_memory_leak.PNG
After a time the wildfly freeze hard. Cpu work at the maximum and memory is out. Only kill -9 can stop the entire application. I tried to monitor with Java VisualVM and it seems that the io.undertow.protocols.ssl.SslConduit$1 class growns too big. I attach a print screen from VisualVm.
The log and console out are not shown any errors.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (DROOLS-1077) [POST] /containers/{id} is outdated
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1077?page=com.atlassian.jira.plugi... ]
Mario Fusco reassigned DROOLS-1077:
-----------------------------------
Assignee: Edson Tirelli (was: Mario Fusco)
> [POST] /containers/{id} is outdated
> ------------------------------------
>
> Key: DROOLS-1077
> URL: https://issues.jboss.org/browse/DROOLS-1077
> Project: Drools
> Issue Type: Bug
> Components: docs
> Affects Versions: 6.3.0.Final
> Environment: The REST URI to send the command fire-all-rules to an running container is outdated.
> Using the URI described in the docs I get the following result:
> {code}
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Allow: HEAD, DELETE, GET, OPTIONS, PUT
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Type: text/html;charset=utf-8
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Length: 1022
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Date: Mon, 29 Feb 2016 20:03:58 GMT
> Exception in thread "main" java.lang.RuntimeException: Failed with HTTP error code : 405
> at org.jboss.test.arquillian.ce.decisionserver.DecisionServerSecureTest.main(DecisionServerSecureTest.java:404)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
> {code}
> The correct URI is:
> . [POST] instances/containers/{id}
> After to change the REST call worked as exp
> Documentation link: https://docs.jboss.org/drools/release/6.3.0.Final/drools-docs/pdf/drools-...
> Item 22.6.7.
> Reporter: Filippe Spolti
> Assignee: Edson Tirelli
> Labels: doc, rest_api
>
> The REST URI to send the command fire-all-rules to an running container is outdated.
> Using the URI described in the docs I get the following result:
> {code}
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Allow: HEAD, DELETE, GET, OPTIONS, PUT
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Type: text/html;charset=utf-8
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Content-Length: 1022
> 2016-02-29 17:03:26 DEBUG org.apache.http.headers - http-outgoing-0 << Date: Mon, 29 Feb 2016 20:03:58 GMT
> Exception in thread "main" java.lang.RuntimeException: Failed with HTTP error code : 405
> at org.jboss.test.arquillian.ce.decisionserver.DecisionServerSecureTest.main(DecisionServerSecureTest.java:404)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
> {code}
> The correct URI is:
> . [POST] containers/instances/{id}
> After to change the REST call worked as expected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (DROOLS-1078) Drools can incorrectly generate Java code to access a method on a wrong reference type for a covariant return
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1078?page=com.atlassian.jira.plugi... ]
Mario Fusco reassigned DROOLS-1078:
-----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
> Drools can incorrectly generate Java code to access a method on a wrong reference type for a covariant return
> -------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-1078
> URL: https://issues.jboss.org/browse/DROOLS-1078
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.2.0.Final, 6.3.0.Final
> Reporter: Juan Carlos Garcia
> Assignee: Mario Fusco
> Attachments: bug.patch, DroolsBugDemo.zip
>
>
> Drools will incorrectly generate Java code to access a method on a wrong reference type, hence resulting in a rule compilation error.
> Taking the following rule as example (which is also attached),
> {code}
> import bug.demo.Table;
> import bug.demo.Constants;
> import bug.demo.Player;
> import bug.demo.event.GenericEvent;
> import bug.demo.api.model.Card;
> rule "BuggyRule"
> when
> $discardCardEvent : GenericEvent(eventName=="fooEvent",
> $discardedCard : Card.fromMap(getEventProperty("fooCard")),
> Constants.FOO_RANK.contains($discardedCard.getRank()),
> $playerIndex : slotIndex) from entry-point "foo-stream"
> $table : Table($currentPlayer : getCurrentPlayer())
> then
> $table.addToDiscardPile($discardedCard);
> $table.reset();
> $currentPlayer.removeCard($discardedCard);
> end
> {code}
> In this case when compiling the following rule, we may end up (sometimes) with compilation error:
> *The method removeCard(Card) is undefined for the type TurnbasedPlayer* , when a Player type should be used in first place.
> Attached is sample project to reproduce the problem, be aware that you may need to do *mvn clean test* several times until you actually trigger the problem, if you are lucky enough it will get trigger the first time you execute it.
> Environment:
> {code}
> >mvn -version
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00)
> Maven home: /usr/share/maven
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/jdk-7-oracle-x64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.13.0-77-generic", arch: "amd64", family: "unix"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month