I am running JBoss 4.2.2 and want to upgrade to current Tomcat v6.0.13 to
latest availabel version 6.0.18 where some of the memory leak issues are
addressed.
Are there any document to how this upgrade can be done?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
I am running JBoss 4.2.2 and want to upgrade to current Tomcat v6.0.13 to
latest availabel version 6.0.18 where some of the memory leak issues are
addressed.
Are there any document to how this upgrade can be done?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Following is the stack trace that we get when we make request for the same page
on different environments:
[05-03-2008 11:33:39.483] [4130090]
[org.apache.catalina.connector.CoyoteAdapter] [ERROR] [ajp-0.0.0.0-18249-1] An
exception or error occurred in the contai
ner during the request processi
1.4 allowed retrieving objects with a Fqn only. Which returned the map
contained within the Node. This API does not exist in new version. How can I
get the all the objects for given Node?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120460#4120460
Reply to
After doing some extra digging this is what I found out.
JBossSecurityMgrRealm created a roleMap keyed by principal(SimplePrincipal) .
When user only get authenticated bu JBoss, request does not contain principle
therefore authenticate method is called in JBossSecurityMgrRealm. Here
SimplePrin
Our webapp is deployed in JBoss which is fronted by apache web server.
I have configured Basic authorization in my webapp and JBoss. When I do try to
access the protected pages from http://localhost:8080/protected/testpage.jsp I
get promoted to enter user name and password. Once everything is en
I currently have a seperate sar file that configures to schedule some tasks.
Problem is everytime I add new scheduling tasks, I need to add additional
supporting classes to sar file. There are also other issues with
classcastexception which I won't go into.
Is it possible to deploy my sar file a
It looks like JBoss datasource does not handle DB restarts well. We are getting
Connection closed errors after the DB restarts. Is there a way for datasource
to handle DB restarts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020608#4020608
Reply to the p
I am trying to represent following SQL in HQL but getting exception about ON
keyword for the LEFT JOIN is not being recognized. My xml configurations are
straight mapping to each table. It seems like I have to create some type of
relationship within the xml configuration and remove the ON clause
I found out what was happening. I should have mentioned that my
ViewserverJMXNotificationHandler extends from ListenerServiceMBeanSupport
which in the the init method subscribed to Mbean registeration type
| private void init()
|{
| // just pickup a unique object
| this.my
Thank you for the prompt replies. Unfortunalty removing the mbean from the
subscription does not stop the messages from coming in. Is this something by
defeault all MBeans register to?
this is what I removed:
|
|
|
|
Then what is the difference between:
|
|
|
|
|
and:
|
|
|
If they are the same the how would I filter out a specific
But still getting the notifications Isn't that supposed to filter the
notifications?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980708#3980708
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980708
_
I have corrected the spelling mistake and still getting notifications from
JMImplementation:type=MBeanServerDelegate with type = JMX.mbean.registered. I
also tried with filter:
|
|
|
Here is the config:
|
|
|
I have a listener bean that subscribes to some of the monitoring beans. I am
trying to filter notification coming from
"JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered"
and "JMX.mbean.unregistered". I have added mbean to my subscription list with
filter attributes but
I have a listener bean that subscribes to some of the monitoring beans. I am
trying to filter notification coming from
"JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered"
and "JMX.mbean.unregistered". I have added mbean to my subscription list with
filter attributes but
How can I subcscribe to JBoss AlarmTable update notification? The reason behind
is that i want to run my custom MBean to listen AlarmTable updates and handle
them appropiatly then remove them from the table. Is that possible?
Second question I have is to override how log4j writes to AlarmTable b
Is it possible to run Treecache in standalone application? If so is it possible
to run it in clustered mode where multiple instances of this application can be
clustered?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976609#3976609
Reply to the post :
http
I have been using JbossCache 1.3 and it does not handle setting max number of
elemnts per regions. I see that JIRA JBCACHE-77 fixes this problem but does not
explain if I need to use maxElemt attribute or still use maxNodes attribute. I
have tried both and was unsuccessfull. Please show me an ex
I saw that jira 77 supposed to fix this issue but I have tested this with 1.4
and still able to add more elements to a region. Do I have to change my
configuration?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968757#3968757
Reply to the post :
http://www
"[EMAIL PROTECTED]" wrote : Yes, JBCACHE-77 will fix it - right now only nodes
are considered and not the data within the nodes.
|
|
If this is fixed does it require different configuration? Because I have tested
this with my existing config with LRUPolich and maxNones set to 2. Unfortunalt
I am setting LRU Eviction policy with miltiple regions but it seems like
maxNodes settings are not respected. I read the following xml and use
setEvictionPolicyConfig(Element a_config) so set policy. Region
/reportDefinition/extraInfo is setup to live 30sec and have max node of 2 but
when I du
I am setting LRU Eviction policy with miltiple regions but it seems like
maxNodes settings are not respected. I read the following xml and use
setEvictionPolicyConfig(Element a_config) so set policy. Region
/reportDefinition/extraInfo is setup to live 30sec and have max node of 2 but
when I du
23 matches
Mail list logo