[JBoss JIRA] (AS7-3041) IPv6: Invalid binding to IPv6 address when zone id identifier is specified
by Pavel Janousek (Created) (JIRA)
IPv6: Invalid binding to IPv6 address when zone id identifier is specified
--------------------------------------------------------------------------
Key: AS7-3041
URL: https://issues.jboss.org/browse/AS7-3041
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.0.Beta1b
Reporter: Pavel Janousek
Assignee: Jason Greene
Priority: Blocker
AS7 binds incorrectly in several cases when IPv6 address setting includes _zone id_ identifier. For ex. _::1%lo_ produces correct binding at all (_::1:3528_ too), but _fe80::200:ff:fe00:1%p2p1_ (link-local IPv6 address of network interface p2p1) produces binding to _:::3528_ (it's an issue).
Warning: In multiple homed servers (= server with several physical network interfaces/network cards) it is possible to have more than one network interface with the *same* IPv6 address (compare it to IPv4 world where this case isn't possible) - IPv6 link local address is unique only on link and so the setting needs to include network identifier (network interface name or its index) - every networked AS7 component has to accommodate this setting and produces correct binding.
--
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, 5 months
[JBoss JIRA] (JBRULES-3329) Add API to allow globals to be specified for the working memory
by David Glassborow (Created) (JIRA)
Add API to allow globals to be specified for the working memory
---------------------------------------------------------------
Key: JBRULES-3329
URL: https://issues.jboss.org/browse/JBRULES-3329
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-planner
Affects Versions: FUTURE
Reporter: David Glassborow
Assignee: Mark Proctor
Provide an API to allow globals to be specified to be inserted into the working memory.
This would allow customisation of things like constraint costs. Although this could be done by non-global facts being inserted, performance would be better using a global rather than requiring an instance fact to be matched.
Discussions with Ge0ffrey on IRC revealed that more than 1 working memory exists, and in fact in future versions supporting multithreading or GAs, they may well be many more than one WM, so we need an API that will inject the global into all instances of the WM, just like the global cost constraint global is.
--
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, 5 months
[JBoss JIRA] Created: (AS7-1762) rewrite rule doesnt function
by jefimm (JIRA)
rewrite rule doesnt function
----------------------------
Key: AS7-1762
URL: https://issues.jboss.org/browse/AS7-1762
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.0.1.Final
Reporter: jefimm
Assignee: Remy Maucherat
I have tried to add the following configuration to the standalone.xml <virtual-server> node:
<virtual-server name="default-host">
<alias name="localhost"/>
<alias name="example.com"/>
<rewrite pattern="^/helloworld(.*)" substitution="/helloworld/test.jsp"/>
</virtual-server>
and I have deployed the helloworld.war, however the rewrite does not work (I know I can deploy war at the root context I just want to test the rewrite).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBRULES-3192) FUSE 4.3.0 OSGI Bundles for Drools 5.2.0.Final
by Sankar Vinnakota (JIRA)
FUSE 4.3.0 OSGI Bundles for Drools 5.2.0.Final
----------------------------------------------
Key: JBRULES-3192
URL: https://issues.jboss.org/browse/JBRULES-3192
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-core (expert)
Affects Versions: 5.2.0.Final
Environment: QA
Reporter: Sankar Vinnakota
Assignee: Mark Proctor
Priority: Minor
Hi,
I am planning to use Drools 5.2.0.Final in FUSE (apache-servicemix-4.3.0-fuse-00-00 & apache-servicemix-4.4.0-fuse-00-27). Can you let me know what are the OSGI bundles need to install in order to run my simple drools application inside FUSE.
I have downloaded Drools OSGi bundles for 5.2.0.Final. It is too big list do we need to install all those bundles to work with Drools? Is there any optimal way to install less bundles to FUSE.
Do we need to install any extra bundles for 4.30 & 4.4.0 ?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (AS7-3337) AS7 does not work when it is installed in a path containing space character
by Dominik Pospisil (JIRA)
Dominik Pospisil created AS7-3337:
-------------------------------------
Summary: AS7 does not work when it is installed in a path containing space character
Key: AS7-3337
URL: https://issues.jboss.org/browse/AS7-3337
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
[dpospisi@simkin bin]$ ./standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/dpospisi/run times/jboss-as-7.1.0.Final-SNAPSHOT
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
WARNING: No log manager service descriptor found in specified logmodule org.jboss.logmanager:main
WARNING: No mbeanserver service descriptor found in specified mbeanserverbuildermodule org.jboss.as.jmx:main
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.jboss.as.server.Main.main(Main.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:248)
at org.jboss.modules.Main.main(Main.java:313)
Caused by: java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")
at org.jboss.logmanager.Logger.getLogger(Logger.java:60)
at org.jboss.logmanager.log4j.BridgeRepositorySelector.<clinit>(BridgeRepositorySelector.java:42)
... 7 more
[dpospisi@simkin bin]$
--
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, 5 months