[JBoss JIRA] Created: (JBIDE-4190) New JBR Gateway wizard does not create "host" property on jbr-provider xml tag
by Aaron Pestel (JIRA)
New JBR Gateway wizard does not create "host" property on jbr-provider xml tag
------------------------------------------------------------------------------
Key: JBIDE-4190
URL: https://jira.jboss.org/jira/browse/JBIDE-4190
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Environment: Version: 2.0.0.CR1
Build id: R200812221144
Build date: 12/22/2008 11:54
Reporter: Aaron Pestel
Priority: Minor
In the JBoss ESB Editor, when I right-click on Providers and select "New | JBR Provider", the wizard should have an option for "host" in addition to "Name" and "Protocol". Technically, that's probably a feature request rather than a bug, but here is why it's a problem.
The <jbr-provider> that gets generated does not include the "host" attribute, which apparently defaults to 127.0.0.1. As can be seen in the log:
---------------------------------------------------
14:37:49,588 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-7979
14:37:49,588 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-7979
14:37:49,589 INFO [JBossRemotingGatewayListener] JBoss Remoting Gateway listener 'listener' started.
---------------------------------------------------
So, what happens is that it starts the JBR listener bound to a local interface and then when remote clients contact it, they get connection refused errors. Without having the property there, it's difficult for folks to figure out what is going on and how to fix it. Please see the comments at the bottom of this wiki: http://www.jboss.org/community/docs/DOC-13352
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (JBIDE-4080) Internal error in Drools Plugin: is occured if empty rule.package is opened on ReteTree tab.
by Anton Klimkovich (JIRA)
Internal error in Drools Plugin: is occured if empty rule.package is opened on ReteTree tab.
---------------------------------------------------------------------------------------------
Key: JBIDE-4080
URL: https://jira.jboss.org/jira/browse/JBIDE-4080
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
Priority: Minor
EXECUTE: Create new Guided Rule file
EXECUTE: Open rule.package on ReteTree tab.
FAILURE:
java.lang.Exception: Unable to parse rules to show RETE view!
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:161)
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:244)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:1
java.lang.NullPointerException
at org.drools.common.AbstractRuleBase.addPackages(AbstractRuleBase.java:451)
at org.drools.reteoo.ReteooRuleBase.addPackage(ReteooRuleBase.java:481)
at org.drools.eclipse.editors.rete.ReteViewer.getRuleBase(ReteViewer.java:129)
at org.drools.eclipse.editors.rete.ReteViewer.loadReteModel(ReteViewer.java:159)
at org.drools.eclipse.editors.DRLRuleEditor2$3.run(DRLRuleEditor2.java:244)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months