Re: [Apiman-user] Two wildfly same server
by helio frota
Hi Jakub,
Thanks for the information.
When I click 'publish' button after change the ports i get this :
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to
localhost:8443
[localhost/127.0.0.1, localhost/127.0.0.1] failed: Connection refused
Can't add screenshots because mailing list is limited to 40KB
On Mon, Jun 8, 2015 at 4:49 PM, helio frota <00hf11(a)gmail.com> wrote:
> Hi Jakub,
>
> Thanks for the information.
>
> When I click 'publish' button after change the ports i get this :
>
> Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443
> [localhost/127.0.0.1, localhost/127.0.0.1] failed: Connection refused
>
> screenshots:
>
>
>
>
>
>
> On Mon, Jun 8, 2015 at 4:43 PM, Jakub Čecháček <jcechace(a)gmail.com> wrote:
>
>> Hi,
>>
>> I will let somebody more knowledgeable to confirm this, but considering
>> that -Djboss.socket.binding.port-offset=1 works just fine then changing the
>> ports directly should also work.
>>
>> You might need to adjust the Gateway port (from 8443 to 8444). This can
>> be done in System Administration under the link "Manage Gateways”.
>>
>> — Jakub.
>>
>> On 8 Jun 2015 at 21:31:37, helio frota (00hf11(a)gmail.com) wrote:
>>
>> Hi all,
>>
>> We have a server to setup apiman in production, but already exist a
>> wildfly instance.
>>
>> My question is:
>>
>> Is 'correct' to change the ports of standalone-apiman.xml ?
>>
>> I did +1 to all ports
>>
>> <socket-binding-group name="standard-sockets" default-interface="public"
>> port-offset="${jboss.socket.binding.port-offset:0}">
>> <socket-binding name="management-http" interface="management"
>> port="${jboss.management.http.port:*9991*}" />
>> <socket-binding name="management-https" interface="management"
>> port="${jboss.management.https.port:*9994*}" />
>> <socket-binding name="ajp" port="${jboss.ajp.port:*8010*}" />
>> <socket-binding name="http" port="${jboss.http.port:*8081*}" />
>> <socket-binding name="https" port="${jboss.https.port:8444}" />
>> <socket-binding name="txn-recovery-environment" port="4713" />
>> <socket-binding name="txn-status-manager" port="4714" />
>> <outbound-socket-binding name="mail-smtp">
>> <remote-destination host="localhost" port="25" />
>> </outbound-socket-binding>
>> </socket-binding-group>
>>
>> helio
>> _______________________________________________
>> Apiman-user mailing list
>> Apiman-user(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/apiman-user
>>
>>
>
9 years, 7 months
Two wildfly same server
by helio frota
Hi all,
We have a server to setup apiman in production, but already exist a wildfly
instance.
My question is:
Is 'correct' to change the ports of standalone-apiman.xml ?
I did +1 to all ports
<socket-binding-group name="standard-sockets" default-interface="public"
port-offset="${jboss.socket.binding.port-offset:0}">
<socket-binding name="management-http" interface="management"
port="${jboss.management.http.port:*9991*}" />
<socket-binding name="management-https" interface="management"
port="${jboss.management.https.port:*9994*}" />
<socket-binding name="ajp" port="${jboss.ajp.port:*8010*}" />
<socket-binding name="http" port="${jboss.http.port:*8081*}" />
<socket-binding name="https" port="${jboss.https.port:8444}" />
<socket-binding name="txn-recovery-environment" port="4713" />
<socket-binding name="txn-status-manager" port="4714" />
<outbound-socket-binding name="mail-smtp">
<remote-destination host="localhost" port="25" />
</outbound-socket-binding>
</socket-binding-group>
helio
9 years, 7 months
feedback - current -full build- failed
by helio frota
Hi all,
When trying to do a full build I'm getting a failed test:
-------------------------------------------------------------------------------
Test set: io.apiman.manager.test.ServicesTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.989 sec
<<< FAILURE! - in io.apiman.manager.test.ServicesTest
test(io.apiman.manager.test.ServicesTest) Time elapsed: 2.224 sec <<<
FAILURE!
org.junit.ComparisonFailure:
expected:<...dpointProperties":{"[foo":"foo-value","bar":"bar]-value"},"servicePol...>
but
was:<...dpointProperties":{"[bar":"bar-value","foo":"foo]-value"},"servicePol...>
helio
9 years, 8 months