[JBoss JIRA] (WFLY-6409) Update default domain configuration to use http-remoting
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-6409?page=com.atlassian.jira.plugin.... ]
Brian Stansberry moved WFCORE-1443 to WFLY-6409:
------------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-6409 (was: WFCORE-1443)
Component/s: Domain Management
(was: Domain Management)
Affects Version/s: (was: 2.0.3.Final)
Fix Version/s: 11.0.0.Alpha1
(was: 3.0.0.Alpha1)
> Update default domain configuration to use http-remoting
> --------------------------------------------------------
>
> Key: WFLY-6409
> URL: https://issues.jboss.org/browse/WFLY-6409
> Project: WildFly
> Issue Type: Enhancement
> Components: Domain Management
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
> Fix For: 11.0.0.Alpha1
>
>
> Our default domain configuration still use the native remote protocol on port 9999 for DC-HC communication. Update those files so that we use http-remoting on port 9990.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (WFCORE-1443) Update default domain configuration to use http-remoting
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-1443:
----------------------------------------
Summary: Update default domain configuration to use http-remoting
Key: WFCORE-1443
URL: https://issues.jboss.org/browse/WFCORE-1443
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 2.0.3.Final
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Priority: Minor
Fix For: 3.0.0.Alpha1
Our default domain configuration still use the native remote protocol on port 9999 for DC-HC communication. Update those files so that we use http-remoting on port 9990.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (DROOLS-1099) Couldn't access any web service of drools or kie which run in docker container
by Petr Široký (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1099?page=com.atlassian.jira.plugi... ]
Petr Široký commented on DROOLS-1099:
-------------------------------------
I've just tried {{docker run -p 8080:8080 -p 8001:8001 -d --name drools-workbench jboss/drools-workbench:6.3.0.Final}} and it works as expected. I can see the login page at {{http://localhost:8080/drools-wb}}. It takes a while for the application to start up though. Could it be that it just was not yet deployed when you were accessing the page? If that is not the case, could you post the output of {{docker logs drools-workbench}} (preferably as attachment)?
> Couldn't access any web service of drools or kie which run in docker container
> ------------------------------------------------------------------------------
>
> Key: DROOLS-1099
> URL: https://issues.jboss.org/browse/DROOLS-1099
> Project: Drools
> Issue Type: Bug
> Components: tools
> Affects Versions: 6.2.0.Final, 6.4.0.CR1
> Environment: Ubuntu 15.04, Docker 1.10.3
> Reporter: Jackey Lee
> Assignee: Mario Fusco
>
> I followed the instructions to run drools and KIE workbenches in docker. But the browser shows "404-Not Found" when I tried to access http://localhost:8080/drools-wb.
> It shows "Forbidden" when I tried to access http://localhost:32769/kie-server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (WFCORE-1201) Could not upload new deployment
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1201?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-1201:
-------------------------------------
Fix Version/s: 2.1.0.Final
(was: 2.1.0.CR2)
> Could not upload new deployment
> -------------------------------
>
> Key: WFCORE-1201
> URL: https://issues.jboss.org/browse/WFCORE-1201
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 1.0.2.Final
> Environment: 2 different machines
> Linux Debian Squeeze & Jessie
> Oracle Java SE 8
> Reporter: Claudio Weiler
> Assignee: Harald Pehl
> Fix For: 2.1.0.Final
>
>
> WildFly stop to accept deployments via interface upload with following stacktrace:
> ERROR [io.undertow.request] (XNIO-1 task-2) Undertow request failed HttpServerExchange{ POST /management-upload}: java.io.IOException: UT000036: Connection terminated parsing multipart data
> at io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler.parseBlocking(MultiPartParserDefinition.java:203)
> at org.jboss.as.domain.http.server.DomainApiGenericOperationHandler.handleRequest(DomainApiGenericOperationHandler.java:104)
> at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
> at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(SubjectDoAsHandler.java:72)
> at org.jboss.as.domain.http.server.security.SubjectDoAsHandler$1.run(SubjectDoAsHandler.java:68)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
> at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleRequest(SubjectDoAsHandler.java:68)
> at org.jboss.as.domain.http.server.security.SubjectDoAsHandler.handleRequest(SubjectDoAsHandler.java:63)
> at io.undertow.server.handlers.BlockingHandler.handleRequest(BlockingHandler.java:56)
> at org.jboss.as.domain.http.server.DomainApiCheckHandler.handleRequest(DomainApiCheckHandler.java:87)
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Same artifact was used before with success, nothing changed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month