Delivery Failure
by Postmaster
---------------------------------------------------------------------------------
The message you sent to shastacascade.org/scwa was rejected because it would exceed the quota for the mailbox.
The subject of the message follows:
Subject: =?windows-1251?B?zu/y6Ozo5+D26P8g8OXq6+Ds7fv1IPDg8fXu5O7i?=
---------------------------------------------------------------------------------
17 years, 8 months
[Performance Tuning] - Re: Trying to increase performance, doesn't seem to be CPU o
by kjkoster
Dear Jamicide,
I spent a little time with the book "System Performance Tuning" by Mike Loukides. While is speaks of VAX machines and early Sun boxes, the lessons in that book are universal and I applied them to Windows XP with success. :)
Once you get beyond the reasonably obvious hogs, tuning gets tricky fairly quickly. You go into the lands of memory bandwidth, inter-cpu communication and lock contention.
You need to find out what subsystem is bottlenecking: cpu, memory or I/O in its various forms. Those are things we cannot help you with, since we have no access to your machines.
Interestingly, the list of resources in a machine is rather short; cpu, RAM, network I/O and disk I/O (for each disk). Just check each of these in turn. If all of these are used well below their capacity, you are likely to have synchronisation issues in your Java application.
Kees Jan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172197#4172197
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172197
17 years, 8 months
[JBoss Portal] - Re: styling/css issue when running pages with richfaces unde
by u268
I'm defining styles in jboss-portlet.xml:
| <portlet>
| <portlet-name>tList</portlet-name>
| <header-content>
| <script src="/faces/rfRes/org/ajax4jsf/framework.pack.js"
| type="text/javascript">
| </script>
| <script src="/faces/rfRes/org/richfaces/ui.pack.js" type="text/javascript">
| </script>
| <link rel="stylesheet" type="text/css"
| href="/styles/mmm-skin-local.css" />
| </header-content>
| </portlet>
|
But I still on 1st request see in page HTML source weird CSS link:
<link rel="stylesheet" type="text/css" href="/mmm/faces/rfRescss/table.xcss/DATB/eAELXT5DOhSIAQ.sA18_?org.jboss.portletbridge.NAMESPACE=jbpns_2fmmm_2fE_2dC_2fT_2fT_20Listsnpbj">
It is right before rich:dataTable rendered HTML.
I did not find a way to turn off this link generation.
So my workaround here was to put links to my CSSs at end of page so it now overrides that unwanted one.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172188#4172188
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172188
17 years, 8 months
[Installation, Configuration & DEPLOYMENT] - change jboss port number and errors..
by samsam001
Hi,
I changed jboss server port number from 8080 to 8081. I am not sure whether this is correct. I changed the port number in the server/all/jbossweb.sar/server.xml and jbossws.sar/META-INF/jboss-beans.xml file.
And I also have the following errors in the server log file after restarted jboss server:
....
2008-08-25 04:50:48,257 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) Creating ENC using ClassLoader: BaseClassLoader@2fcb4f{vfsfile:/root/jboss/jboss-5.0.0.CR1/server/default/deploy/jmx-console.war/}
2008-08-25 04:50:48,279 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) Unable to retrieve orb
javax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.
at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:559)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:496)
.....
....
2008-08-25 04:55:17,835 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) Periodic recovery - first pass <Mon, 25 Aug 2008 04:55:17>
2008-08-25 04:55:17,835 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) StatusModule: first pass
2008-08-25 04:55:17,835 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] (Thread-12) [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-08-25 04:55:17,836 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] (Thread-12) [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-08-25 04:55:27,839 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) Periodic recovery - second pass <Mon, 25 Aug 2008 04:55:27>
2008-08-25 04:55:27,840 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) AtomicActionRecoveryModule: Second pass
2008-08-25 04:55:27,840 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] (Thread-12) [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-08-25 04:55:27,840 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] (Thread-12) [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-08-25 04:57:27,847 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) Periodic recovery - first pass <Mon, 25 Aug 2008 04:57:27>
2008-08-25 04:57:27,847 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) StatusModule: first pass
2008-08-25 04:57:27,848 DEBUG [com.arj
How to fix the errors?
Your suggestion is much appreciated.
Thank you in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172162#4172162
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172162
17 years, 8 months