[JBoss JIRA] Created: (JBMESSAGING-682) JBoss Messagin Ant Installer does not overwrite jboss-remoting.jar in server/messaging/lib
by Takaaki Igarashi (JIRA)
JBoss Messagin Ant Installer does not overwrite jboss-remoting.jar in server/messaging/lib
------------------------------------------------------------------------------------------
Key: JBMESSAGING-682
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-682
Project: JBoss Messaging
Issue Type: Bug
Components: Configuration and Management
Affects Versions: 1.0.1.SP2
Reporter: Takaaki Igarashi
Assigned To: Ovidiu Feodorov
Priority: Optional
The following exception and Errors occures when using JBoss Messaging from remote.
(SocketClientInvoker.java:transport:293) -Got marshalling exception, exiting
(JBossConnectionFactory.java:ensureAOPConfigLoaded:250) -Failed to config client side AOP
Failed to config client side AOP
The cause is version of jboss-remoting.jar in server/messaging/lib and server/messaging/deploy are different.
The ant script that comes with JBoss Messaging does not overwrite jboss-remoting.jar in server/messaging/lib.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Created: (JBFORUMS-158) Class Cast Exception when using JBoss Forums with Portal 2.6Alpha1
by Ian White (JIRA)
Class Cast Exception when using JBoss Forums with Portal 2.6Alpha1
------------------------------------------------------------------
Key: JBFORUMS-158
URL: http://jira.jboss.com/jira/browse/JBFORUMS-158
Project: JBoss Forums
Issue Type: Bug
Affects Versions: 1.0.0 Alpha
Environment: AS 4.0.5.GA
Portal 2.6 Alpha 1
jboss-forums-1.0.0Alpha-P2.6DR
Oracle 9i using oci driver
Reporter: Ian White
Assigned To: Ryszard Kozmik
On startup, you get:
...
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'shared' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'summary' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'category' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'forum' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'topic' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'newTopic' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'replyTopic' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'editPost' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'jumpbox' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'profile' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'moderator' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'splitTopic' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'deletePost' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'pollController' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'adminPanel' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'adminController' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'prefController' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'topicWatch' - only keeping the last
17:17:23,359 WARN [FacesConfigurator] More than one managed bean w/ the name of 'forumWatch' - only keeping the last
17:17:23,359 INFO [MyFacesGenericPortlet] PortletContext 'C:\jboss-4.0.5.GA\server\oracle-portal26\.\deploy\jboss-forums.ear\portal-forums.war\' initialized.
17:17:23,421 ERROR [PortletAppDeployment] Error when creating instances
java.lang.ClassCastException: org.jboss.portal.core.deployment.jboss.PortletAppDeployment$InstanceMetaDataContext
at org.jboss.portal.core.deployment.jboss.PortletAppDeployment.buildInstances(PortletAppDeployment.java:231)
at org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(PortletAppDeployment.java:97)
at org.jboss.portal.server.deployment.jboss.DeploymentContext.start(DeploymentContext.java:99)
at org.jboss.portal.server.deployment.jboss.PortalDeploymentInfoContext.start(PortalDeploymentInfoContext.java:210)
at org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:217)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months