[JBoss JIRA] (AS7-6114) lower messaging's min-large-message-size value in standalone-full.xml
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/AS7-6114?page=com.atlassian.jira.plugin.s... ]
Jeff Mesnil updated AS7-6114:
-----------------------------
Description:
AS7's messaging subsystem defines 2 attributes:
journal-file-size => 10MiB
min-large-message-size => 100KiB
However, for startup performance issue, the standalone-full.xml sets the journal-file-size at 1OOKiB. This leads to issues since it's the same value than the min-large-message-size.
If we want to keep a low journal-file-size value in standalone-full.xml, the min-large-message-size must also bet set appropriately (eg 75KiB?)
For production use, however, we should suggest to the users to remove the journal-file-size and min-large-message-size from standalone-full.xml to use the default values (resp. 10MiB & 100KiB)
was:
AS7's messaging subsystem defines 2 attributes:
journal-file-size => 10MiB
min-large-message-size => 100KiB
However, for startup performance issue, the standalone-full.xml sets the journal-file-size at 1OOKiB. This leads to issues since it's the same value than the min-large-message-size.
If we want to keep a low journal-file-size value in standalone-full.xml, the min-large-message-size must also bet set appropriately (eg 75KiB?)
For production use, however, we should suggest to the users to remove the journal-file-size and min-large-message-size from standalone-full.xml to use the default values (resp. 100MiB & 100KiB)
> lower messaging's min-large-message-size value in standalone-full.xml
> ---------------------------------------------------------------------
>
> Key: AS7-6114
> URL: https://issues.jboss.org/browse/AS7-6114
> Project: Application Server 7
> Issue Type: Feature Request
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Fix For: 7.2.0.Alpha1
>
>
> AS7's messaging subsystem defines 2 attributes:
> journal-file-size => 10MiB
> min-large-message-size => 100KiB
> However, for startup performance issue, the standalone-full.xml sets the journal-file-size at 1OOKiB. This leads to issues since it's the same value than the min-large-message-size.
> If we want to keep a low journal-file-size value in standalone-full.xml, the min-large-message-size must also bet set appropriately (eg 75KiB?)
> For production use, however, we should suggest to the users to remove the journal-file-size and min-large-message-size from standalone-full.xml to use the default values (resp. 10MiB & 100KiB)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBWEB-258) DigestAuthenticator generates duplicate nonces
by Aaron Ogburn (JIRA)
[ https://issues.jboss.org/browse/JBWEB-258?page=com.atlassian.jira.plugin.... ]
Aaron Ogburn updated JBWEB-258:
-------------------------------
Affects Version/s: JBossWeb-7.2.0.Alpha3
> DigestAuthenticator generates duplicate nonces
> ----------------------------------------------
>
> Key: JBWEB-258
> URL: https://issues.jboss.org/browse/JBWEB-258
> Project: JBoss Web
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossWeb-2.1.12.GA, JBossWeb-7.0.16.GA, JBossWeb-7.2.0.Alpha3
> Reporter: Aaron Ogburn
> Assignee: Remy Maucherat
>
> DigestAuthenticator currently generates nonces as a hash of the client's remote ip, the current time at generation time, and an internal server key. With high concurrent load in a scenario where many clients show a single ip (such as behind a loadbalancer/proxy), then it is very easy for DigestAuthenticator to give out duplicate nonces when they are generated at the same time.
> This then leads to authentication failues as counts for the duplicate nonces get out of whack.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (AS7-4694) JBAS014478: Could not find timeout method
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/AS7-4694?page=com.atlassian.jira.plugin.s... ]
jaikiran pai reassigned AS7-4694:
---------------------------------
Assignee: Stephen Coy (was: jaikiran pai)
Steve has expressed interest in looking into this. Assigning this to him.
> JBAS014478: Could not find timeout method
> -----------------------------------------
>
> Key: AS7-4694
> URL: https://issues.jboss.org/browse/AS7-4694
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.1.1.Final
> Environment: ubuntu 11.04, x32, oracle jdk_1.6.0_27, AS 7.1.1.Final
> Reporter: Franck Garcia
> Assignee: Stephen Coy
> Labels: serialization, timers
>
> I've added a timer service in one of my ejb of a specific module inside my ear application through the @Schedule annotation.
> I then removed the method annotated with the Schedule annotation and redeploy.
> The AS refuses to deploy my module (and my entire ear as a consequence) ended up with the following exception:
> Caused by: java.lang.IllegalStateException: JBAS014478: Could not find timeout method: com.acme.AppLogger.processSend(javax.ejb.Timer)
> at org.jboss.as.ejb3.timerservice.CalendarTimer.<init>(CalendarTimer.java:138)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.getActivePersistentTimers(TimerServiceImpl.java:906)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.restoreTimers(TimerServiceImpl.java:633)
> at org.jboss.as.ejb3.timerservice.TimerServiceImpl.start(TimerServiceImpl.java:190)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> I add to get rid of the $JBOSS_DIR$standalone/data/timer-service-data folder to be able to properly redeploy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBLOGGING-84) Configurable default Locale for Logger#getMessageLogger()
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/JBLOGGING-84?page=com.atlassian.jira.plug... ]
David Lloyd commented on JBLOGGING-84:
--------------------------------------
That is true, however in practice it is much simpler to configure your application locale. Especially when you consider that an application may often support multiple locales depending on the geographical location of the user.
> Configurable default Locale for Logger#getMessageLogger()
> ---------------------------------------------------------
>
> Key: JBLOGGING-84
> URL: https://issues.jboss.org/browse/JBLOGGING-84
> Project: JBoss Logging
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Michael Locher
> Assignee: David Lloyd
>
> Please make the Locale for org.jboss.logging.Logger#getMessageLogger configurable (e.g. via a system property).
> Use Case:
> Having different locales for 'application code' which is deployed in JBAPP (specified as JVM default at startup and available via Locale.getDefault()) and the locale for logging of JBAPP.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months