[Design of JBoss Collaboration Server] - Re: Deleting Message Bodies
by gohip@ichibancomputers.com
I think, at least with 1.4, it creates orphaned bodies, thas why Andrew recommended, you right a cron Job, or something similar, to expunge the bodies...
if your looking for something, to handle it for you within JBoss, you might look, or search for jboss scheduler, as it seemed it would do nicely for say running a class that just called a sql procedure which deleted orpaned emails...
good luck!
jay
PS: someone needs to write a patch...but I my self, suck at hibernate, I looked at it once, and have shied away since! Should learn it though!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972134#3972134
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972134
19 years, 6 months
Virus intercepted
by MAILER-DAEMON@lists.jboss.org
A message sent from <postmaster(a)lists.jboss.org> to
<jboss-dev-forums(a)lists.jboss.org>
contained Worm.Mydoom.M and has not been delivered.
19 years, 6 months
[Design of POJO Server] - JBossXB and security parsing
by adrian@jboss.org
I'm also seeing this error which I haven't investigated:
| 2006-09-16 15:23:11,036 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Configured: name=jboss.security:service=StandardLoginConfig state=Instantiated mode=Manual requiredState=Configured
| org.jboss.deployment.DeploymentException: Error configuring attribute PolicyConfig
| at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
| at org.jboss.system.metadata.ServiceAttributeMetaData.getValue(ServiceAttributeMetaData.java:151)
| at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:132)
| at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:102)
| at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
|
| <snipped/>
|
| Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: No cursor for {urn:jboss:security-config:5.0}application-policy
| at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:154)
| at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:139)
| at org.jboss.system.metadata.ServiceJBXBValueMetaData.getValue(ServiceJBXBValueMetaData.java:75)
| at org.jboss.system.metadata.ServiceAttributeMetaData.getValue(ServiceAttributeMetaData.java:147)
| ... 31 more
| Caused by: org.jboss.xb.binding.JBossXBRuntimeException: No cursor for {urn:jboss:security-config:5.0}application-policy
| at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:277)
| at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:299)
| at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
| at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
| at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
| at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
| at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
| at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
| at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
| at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
| at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
| at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:150)
| ... 34 more
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972105#3972105
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972105
19 years, 6 months
[Design of POJO Server] - JMX notifications - serverimpl
by adrian@jboss.org
The new serverimpl doesn't do the notifications that Tomcat expects:
| 2006-09-16 15:23:04,931 DEBUG [org.jboss.web.tomcat.tc6.Tomcat6] Starting failed jboss.web:service=WebServer
| javax.management.RuntimeOperationsException
| at org.jboss.mx.server.MBeanServerImpl.addNotificationListener(MBeanServerImpl.java:748)
| at org.jboss.web.tomcat.tc6.Tomcat6.startService(Tomcat6.java:491)
| <snipped/>
| Caused by: java.lang.IllegalArgumentException: The MBean named exists but does not implement the NotificationBroadcaster interface.
| ... 48 more
|
I think(?) it is causing this problem at undeploy?
| 2006-09-16 15:23:15,398 WARN [org.jboss.management.j2ee.LocalJBossServerDomain] Destroying failed jboss.management.local:j2eeType=J2EEDomain,name=Manager
| javax.management.RuntimeMBeanException
| at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:165)
| <snipped>
| Caused by: java.lang.reflect.UndeclaredThrowableException
| at $Proxy20.getServiceName(Unknown Source)
| at org.jboss.deployment.MainDeployer.listDeployers(MainDeployer.java:451)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| ... 42 more
| Caused by: javax.management.InstanceNotFoundException: jboss.web:service=WebServer is not registered.
| at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527)
| at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:559)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:140)
| ... 49 more
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972104#3972104
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972104
19 years, 6 months
[Design of POJO Server] - Re: Minimal now boots
by adrian@jboss.org
I've nearly got default booting.
1) MainDeployer
I'm just deploying the old MainDeployer in conf/jboss-service.xml
so the old subdeployers can create their proxies.
2) ServiceDeployer
The JCA subdeployer needed this, it creates a proxy on it.
So I added this to conf/jboss-service.xml
3) Error in JMX undeploys
I relaxed this. It no longer causes undeployment.
This would be a good idea for the sake of consistency,
i.e. the whole deployment either starts or it doesn't.
4) MBean dependencies
I've added some MBean dependencies (mostly on MainDeployer
and Naming) to fix some problems.
5) Directories end in /
The URI/URLs now do. The VFS paths don't which was what I was
trying to fix here.
6) Nested jars
Fixed a bug where nested jars weren't candiadates for deployments
because they were treated jar directories.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972102#3972102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972102
19 years, 6 months