[JBoss JIRA] Created: (JBAS-5617) JBAS can't start if there are some diacritical marks in its path
by Martin Picek (JIRA)
JBAS can't start if there are some diacritical marks in its path
----------------------------------------------------------------
Key: JBAS-5617
URL: http://jira.jboss.com/jira/browse/JBAS-5617
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-4.2.2.GA, JBossAS-4.2.0.GA
Environment: (Ubuntu 8.04) Linux / UTF-8 filesystem. In my houmble opinion, it's system independent.
Reporter: Martin Picek
JBAS can't start if there are some diacritical marks in its path. For example: /home/martin/Nástroje/JBAS/... It generates some exceptions, but they don't describe the problem so much. But I will paste them if you are interested in. It exits with "failed to start" message.
It's interesting that JBAS 4.0.5 doesn't have this problem but 4.2.* (I tried 4.2.0.GA and 4.2.2.GA) does.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (JBAS-5116) Logger configuration wasn't updated on runtime
by Keren Palatchi (JIRA)
Logger configuration wasn't updated on runtime
----------------------------------------------
Key: JBAS-5116
URL: http://jira.jboss.com/jira/browse/JBAS-5116
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Logging
Affects Versions: JBossAS-4.2.0.GA
Environment: Solaris
Reporter: Keren Palatchi
Assigned To: Scott M Stark
Priority: Minor
While our system was up, we entered several changes to jboss-log4j.xml manually.
The changes were made in the 'Lmited Categories' section.
One change was to raise a category priority ( from INFO to WARN)
The second change was to add new category.
The changes didn't take affect after 60 sec (or more) as configured in jboss-service.xml - RefreshPeriod entry.
The changes took affect only after jboss restart.
As I understood, jboss-log4j.xml should be polled every 60 sec and the confiuration should be updated accordengly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (JBAS-4448) Properties MBean attribues don't update properly
by John Mazzitelli (JIRA)
Properties MBean attribues don't update properly
------------------------------------------------
Key: JBAS-4448
URL: http://jira.jboss.com/jira/browse/JBAS-4448
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-4.2.0.GA
Reporter: John Mazzitelli
Priority: Minor
I have this in my jboss-service.xml for a custom MBean that has a Properties attribute:
<attribute name="ConfigurationOverrides" serialDataType="jbxb">
<java:properties xmlns:java="urn:jboss:java-properties"
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:schemaLocation="urn:jboss:java-properties resource:java-properties_1_0.xsd">
<java:property>
<java:key>my-data-directory</java:key>
<java:value>${jboss.server.data.dir}/subdir</java:value>
</java:property>
... and more java:property definitions ...
I have other non-Properties attributes in my MBean as well.
This works fine when starting up. My MBean's setConfigurationOverrides(Properties p) method is called with proper values and everything works.
However, if I go to the JMX console, and edit one of my other attributes (simple String attribute), it seems my Properties attribute gets hosed - its values are all screwed up.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months