[JBoss JIRA] (LOGTOOL-33) Validation of message types fails for out-of-order types
by Sanne Grinovero (Created) (JIRA)
Validation of message types fails for out-of-order types
--------------------------------------------------------
Key: LOGTOOL-33
URL: https://issues.jboss.org/browse/LOGTOOL-33
Project: Log Tool
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.0.0.CR2
Reporter: Sanne Grinovero
Assignee: David Lloyd
>From Infinispan:
{code}@LogMessage(level = WARN)
@Message(value = "Error committing cache view %2$d for cache %1$s", id = 169)
void cacheViewCommitFailure(@Cause Exception e, String cacheName, int committedViewId);
{code}
{code}
Log.java:797: Invalid format for 'Error committing cache view %2$d for cache %1$s' with parameters '[33, JBoss]'. java.util.Formatter Error: d != java.lang.String
{code}
I think the log message is correct, and the validator should not prevent this from being used.
I've a test case ready in a pull request I'm sending now.
--
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, 1 month
[JBoss JIRA] (AS7-4234) Timeout when uploading large deployment through the console
by Heiko Braun (JIRA)
Heiko Braun created AS7-4234:
--------------------------------
Summary: Timeout when uploading large deployment through the console
Key: AS7-4234
URL: https://issues.jboss.org/browse/AS7-4234
Project: Application Server 7
Issue Type: Bug
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.1.2.Final
While adding content through management console. If the upload does not finish in 15-20 seconds it gets stuck and never completes.
We verified last night that the CLI works fine for this, so this indeed looks to be some sort of timeout when using the admin console when a deployment has any appreciable size (17MB was the size last night) or the link is slow enough to trigger the timeout. CLI worked fine with that deployment over a home VPN link.
--
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, 1 month