[JBoss JIRA] (AS7-3613) IPv6 addresses not property handling in remoting URLs
by Brian Stansberry (JIRA)
Brian Stansberry created AS7-3613:
-------------------------------------
Summary: IPv6 addresses not property handling in remoting URLs
Key: AS7-3613
URL: https://issues.jboss.org/browse/AS7-3613
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Critical
Fix For: 7.1.0.Final
This won't fly if the hostname is an IPv6 address:
bstansberry$ git grep remote://
controller-client/src/main/java/org/jboss/as/controller/client/impl/ProtocolConfigurationFactory.java: configuration.setUri(new URI("remote://" + client.getHost() + ":" + client.getPort()));
host-controller/src/main/java/org/jboss/as/host/controller/RemoteDomainConnectionService.java: configuration.setUri(new URI("remote://" + localHostInfo.getRemoteDomainControllerHost() + ":" + localHostInfo.getRemoteDomainCont
server/src/main/java/org/jboss/as/server/mgmt/domain/HostControllerConnectionService.java: configuration.setUri(new URI("remote://" + hcAddressInjector.getValue().getHostName() + ":" + hcAddressInjector.getValue().getPort()))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (AS7-669) Missing error message for composite operations
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-669?page=com.atlassian.jira.plugin.sy... ]
Tomaz Cerar commented on AS7-669:
---------------------------------
tested with json composite operation:
{noformat}
{"operation" : "composite", "steps" : [{"address":{},"operation" : "read-resource"},{"address":{},"operation":"validate-address","value":{}}],"json.pretty":1}
{noformat}
and it works as it should
> Missing error message for composite operations
> ----------------------------------------------
>
> Key: AS7-669
> URL: https://issues.jboss.org/browse/AS7-669
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Beta3
> Reporter: Brian Stansberry
> Assignee: Tomaz Cerar
> Labels: eap6-ux
> Fix For: 7.1.0.Final
>
>
> Heiko Braun reports:
> I don't see any error details when composite op's fail.
> Is it just me or a general problem?
> Request
> {
> "operation" => "composite",
> "address" => [],
> "steps" => [
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-group",
> "value" => "standard-sockets"
> },
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-port-offset",
> "value" => 0
> }
> ],
> "child-type" => undefined
> }
>
> Response
>
> Internal Server Error
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months