I looked into several threads about issue:
http://jboss.com/index.html?module=bb&op=viewtopic&t=36184http://jboss.com/index.html?module=bb&op=viewtopic&t=61228
and have such question.
We have a big project which has been run in cluster envr some time ago. We solved many NotSerializableException errors in code since that but... there are still similar errors happen sometimes.
The problem is. There are many places that potentially can put into session something with illegal references but code quantity is big to find such cases fats and easy. The things get worse because most of errors happen on clustered production servers and not on test servers.
Are there way to log/trace the putting objects into HTTPSession? Is it possible to make such logging/tracing using config params? I'd like to know where HTTPSession is aletered, that class doing that, where in the code objects with illegal references are put.
Are there any way to accomplish that?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958751#3958751
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958751
I also cannot install the forums.
I have jboss-portal 2.4.0-CR1, and have downloaded forums from http://labs.jboss.com/file-access/default/members/portletswap/downloads/p...
I have done a cp -r of the .ear directory to server/default/deploy, which is what I assume we are meant to do (there are no instructions).
I get the following error:
| 2006-07-18 12:09:58,771 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/E:/products/jboss-portal/jboss-portal-2.4.0-CR1/server/default/deploy/portal-forums.ear/portal-forums.sar/
| org.jboss.deployment.DeploymentException: no protocol: org/jboss/portal/core/hibernate/SessionFactoryBinder.xml; - nested throwable: (java.net.MalformedURLException: no protocol: org/jboss/portal/core/hibernate/SessionFactoryBinder.xml)
| at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
|
I will try again using stable portal and stable forums
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958747#3958747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958747