[JBoss JIRA] (JGRP-2391) BindException on Windows
by Thorsten Marx (Jira)
[ https://issues.jboss.org/browse/JGRP-2391?page=com.atlassian.jira.plugin.... ]
Thorsten Marx commented on JGRP-2391:
-------------------------------------
I was unable to get it running. Sames error as before.
Have you see the linked stackoverflow. Maybe it's a valid windows workaround.
> BindException on Windows
> ------------------------
>
> Key: JGRP-2391
> URL: https://issues.jboss.org/browse/JGRP-2391
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6
> Environment: Openjdk 13
> Microsoft Windows 10
> Reporter: Thorsten Marx
> Assignee: Bela Ban
> Priority: Major
>
> After updating to jgroups 4.1.6 i get the following BindException
> {code}
> java.net.BindException: Cannot assign requested address: Cannot bind
> at java.base/java.net.TwoStacksPlainDatagramSocketImpl.bind0(Native Method)
> at java.base/java.net.TwoStacksPlainDatagramSocketImpl.bind0(TwoStacksPlainDatagramSocketImpl.java:114)
> at java.base/java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:117)
> at java.base/java.net.TwoStacksPlainDatagramSocketImpl.bind(TwoStacksPlainDatagramSocketImpl.java:98)
> at java.base/java.net.DatagramSocket.bind(DatagramSocket.java:395)
> at java.base/java.net.MulticastSocket.<init>(MulticastSocket.java:176)
> at org.jgroups.util.DefaultSocketFactory.createMulticastSocket(DefaultSocketFactory.java:92)
> at org.jgroups.stack.DiagnosticsHandler.startUDP(DiagnosticsHandler.java:180)
> at org.jgroups.stack.DiagnosticsHandler.start(DiagnosticsHandler.java:122)
> at org.jgroups.protocols.TP.startDiagnostics(TP.java:1031)
> at org.jgroups.protocols.TP.start(TP.java:938)
> at org.jgroups.protocols.UDP.start(UDP.java:295)
> at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:888)
> at org.jgroups.JChannel.startStack(JChannel.java:980)
> at org.jgroups.JChannel._preConnect(JChannel.java:844)
> at org.jgroups.JChannel.connect(JChannel.java:349)
> at org.jgroups.JChannel.connect(JChannel.java:343)
> at com.thorstenmarx.webtools.cluster.JGroupsTest.simple(JGroupsTest.java:43)
> {code}
> It seems to be caused by https://stackoverflow.com/questions/14086740/how-to-create-a-new-multicas...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (DROOLS-4484) [DMN Designer] Data Types - Refactor the Data Types list to use a drag and drop mechanism
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4484?page=com.atlassian.jira.plugi... ]
Guilherme Gomes updated DROOLS-4484:
------------------------------------
Description:
This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
*Acceptance criteria:*
- The drag and drop feature must behaves as the following scenarios describe:
-- *Scenario 1:* When users drag tCompany up and it's collapsed, all fields are dragged with tCompany:
!s1.gif|width=400!
-- *Scenario 2:* When users drag tCompany up and it's not collapsed, all fields are dragged with tCompany:
!s2.gif|width=400!
-- *Scenario 3:* When users drag name below of a structured data type (address), the name field is moved as a nested data type:
!s3.gif|width=400!
-- *Scenario 4:* When users drag a new field into the collapsed tCompany, it automatically expands and the new field is added to it:
!s4.gif|width=400!
-- *Scenario 5:* When users drag a data type above or below of another one, the position is persisted in the model:
!s5.gif|width=400!
was:
This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
*Acceptance criteria:*
- The drag and drop feature must behaves as the following scenarios describe:
-- *Scenario 1:* When users drag tCompany up and it's collapsed, all fields are dragged with tCompany.
!s1.gif|width=400!
-- *Scenario 2:* When users drag tCompany up and it's not collapsed, all fields are dragged with tCompany.
!s2.gif|width=400!
-- *Scenario 3:* When name is dragged below a structured data type (address), name is moved as a nested data type.
!s3.gif|width=400!
-- *Scenario 4:* When tCompany is collapsed, and users drag the a new field into the tCompany, the it automatically expands and the new field is added to tCompany.
!s4.gif|width=400!
-- *Scenario 5:* When a Data Type is dragged above or below of another Data Type, the position is kept.
!s5.gif|width=400!
> [DMN Designer] Data Types - Refactor the Data Types list to use a drag and drop mechanism
> -----------------------------------------------------------------------------------------
>
> Key: DROOLS-4484
> URL: https://issues.jboss.org/browse/DROOLS-4484
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: s1.gif, s2.gif, s3.gif, s4.gif, s5.gif
>
>
> This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
> *Acceptance criteria:*
> - The drag and drop feature must behaves as the following scenarios describe:
> -- *Scenario 1:* When users drag tCompany up and it's collapsed, all fields are dragged with tCompany:
> !s1.gif|width=400!
> -- *Scenario 2:* When users drag tCompany up and it's not collapsed, all fields are dragged with tCompany:
> !s2.gif|width=400!
> -- *Scenario 3:* When users drag name below of a structured data type (address), the name field is moved as a nested data type:
> !s3.gif|width=400!
> -- *Scenario 4:* When users drag a new field into the collapsed tCompany, it automatically expands and the new field is added to it:
> !s4.gif|width=400!
> -- *Scenario 5:* When users drag a data type above or below of another one, the position is persisted in the model:
> !s5.gif|width=400!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (DROOLS-4484) [DMN Designer] Data Types - Refactor the Data Types list to use a drag and drop mechanism
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4484?page=com.atlassian.jira.plugi... ]
Guilherme Gomes updated DROOLS-4484:
------------------------------------
Description:
This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
*Acceptance criteria:*
- The drag and drop feature must behaves as the following scenarios describe:
-- *Scenario 1:* When users drag tCompany up and it's collapsed, all fields are dragged with tCompany.
!s1.gif|width=400!
-- *Scenario 2:* When users drag tCompany up and it's not collapsed, all fields are dragged with tCompany.
!s2.gif|width=400!
-- *Scenario 3:* When name is dragged below a structured data type (address), name is moved as a nested data type.
!s3.gif|width=400!
-- *Scenario 4:* When tCompany is collapsed, and users drag the a new field into the tCompany, the it automatically expands and the new field is added to tCompany.
!s4.gif|width=400!
-- *Scenario 5:* When a Data Type is dragged above or below of another Data Type, the position is kept.
!s5.gif|width=400!
was:
This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
> [DMN Designer] Data Types - Refactor the Data Types list to use a drag and drop mechanism
> -----------------------------------------------------------------------------------------
>
> Key: DROOLS-4484
> URL: https://issues.jboss.org/browse/DROOLS-4484
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: s1.gif, s2.gif, s3.gif, s4.gif, s5.gif
>
>
> This JIRAs covers all refactoring to apply the drag and drop mechanism (https://issues.jboss.org/browse/DROOLS-4483) into the DMN Data Types list.
> *Acceptance criteria:*
> - The drag and drop feature must behaves as the following scenarios describe:
> -- *Scenario 1:* When users drag tCompany up and it's collapsed, all fields are dragged with tCompany.
> !s1.gif|width=400!
> -- *Scenario 2:* When users drag tCompany up and it's not collapsed, all fields are dragged with tCompany.
> !s2.gif|width=400!
> -- *Scenario 3:* When name is dragged below a structured data type (address), name is moved as a nested data type.
> !s3.gif|width=400!
> -- *Scenario 4:* When tCompany is collapsed, and users drag the a new field into the tCompany, the it automatically expands and the new field is added to tCompany.
> !s4.gif|width=400!
> -- *Scenario 5:* When a Data Type is dragged above or below of another Data Type, the position is kept.
> !s5.gif|width=400!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months