Re: [Portletbridge-users] Installation on JBoss 4.2.1
Brought to you by:
dkfn
|
From: Jamie M. <jam...@gm...> - 2007-11-10 10:23:54
|
Hiya, I haven't seen that bug reported on the mailing lists. I'll see if I can get some help from the JBoss guys. Might take a little time as I'm on holiday until the 14th of November. cheers, j On Nov 9, 2007 6:34 PM, Boudreau Luc <luc...@um...> wrote: > > > > > Hello, > > > > I tried to install Portletbridge without success on JBoss AS 4.2.1 with > portal 2.6.2. At first, I got an exception concerning Apache Commons. Since > AS 4.0.5, the AS prevents any web application from loading commons-logging > or read commons-logging.properties files. This is well documented and you > should add in your FAQ that in order for the logging system wo work properly > on JBoss AS 4.0.5+, one has to update the server commons-logging library to > 1.0.3 and then remove from the webapp : > > > > - commons-logging.jar > > - log4j.jar > > - log4j.properties > > - commons-logging.properties > > > > This fixed this issue. > > > > Now, I get an error that the ontext is already registered. > > > > ================================================================= > > 2007-11-09 11:42:20,326 ERROR [org.jboss.deployment.MainDeployer] Could not > star > > t deployment: > file:/home/jboss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp50273 > > portletbridge-portlet-exp.war/WEB-INF/ > > org.jboss.deployment.DeploymentException: Cannot deploy portlet application; > - n > > ested throwable: (java.lang.IllegalArgumentException: This portlet app is > alread > > y registered: portletbridge-regis) > > at > org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.start( > > PortletAppDeployment.java:154) > > at > org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(Por > > tletAppDeployment.java:95) > > at > org.jboss.portal.server.deployment.jboss.DeploymentContext.start(Depl > > oymentContext.java:99) > > at > org.jboss.portal.server.deployment.jboss.PortalDeploymentInfoContext. > > start(PortalDeploymentInfoContext.java:211) > > at > org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerD > > eployer.java:217) > > ================================================================= > > > > There's a lot of people who had this bug but nobody bothered to answer. Is > there anyone willing to help to fix this ?! > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Portletbridge-users mailing list > Por...@li... > https://lists.sourceforge.net/lists/listinfo/portletbridge-users > > |