[JBoss Portal] - help JBoss AS 4.2.2 + Portal 2.6.5
by ouyangjun
there are some problems for jboss as 4.2.2+portal 2.6.5
1
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'portalobjectmgr' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'portalAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'addPageAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'assignContentToWindowAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'dashboardmgr' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'instancemgr' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'portletmgr' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'newWindowWizard' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'createInstanceAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'dashboard' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'addDashboardPageAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'renameAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'addDisplayNameAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'instanceDisplayNameAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'renameDashboardPageAction' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'PortalObject' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'ControlConstants' - only keeping the last
2008-05-14 16:17:56,703 WARN [org.apache.myfaces.config.FacesConfigurator] More than one managed bean w/ the name of 'PropertiesInfo' - only keeping the last
2
2008-05-14 16:20:46,546 ERROR [org.apache.myfaces.shared_impl.config.MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
3
2008-05-14 16:20:50,171 ERROR [STDERR] 2008-5-14 16:20:50 com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARN: /WEB-INF/jsf/admin/index.xhtml @19,77 for="status" Property 'for' is not on type: javax.faces.component.html.HtmlMessages
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150631#4150631
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150631
18 years, 1 month
[JBoss jBPM] - jbpm-console - Login failed. Invalid user name or password
by B.shoba
Hi All,
I m working on jbpm 3.2.2 from 3 weeks. I could deploy the jbpm-console in tomcat with the help of this link:
http://blogs.dfwikilabs.org/pigui/2007/11/23/installing-jboss-jbpm-332-on...
But in login Page when i enter user/user as username and password it is giving
Error:
Login failed. Invalid user name or password.
In Log file the following erro is shown:
java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused: connect
** BEGIN NESTED EXCEPTION **
java.net.ConnectException
MESSAGE: Connection refused: connect
STACKTRACE:
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.(Unknown Source)
at java.net.Socket.(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:121)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:220)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1768)
at com.mysql.jdbc.Connection.(Connection.java:440)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:400)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:66)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:76)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.acquireResource(C3P0PooledConnectionPool.java:66)
at com.mchange.v2.resourcepool.BasicResourcePool.assimilateResource(BasicResourcePool.java:787)
at com.mchange.v2.resourcepool.BasicResourcePool.acquireUntil(BasicResourcePool.java:548)
at com.mchange.v2.resourcepool.BasicResourcePool.access$000(BasicResourcePool.java:35)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:972)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:148)
** END NESTED EXCEPTION **
Where is the problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150596#4150596
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150596
18 years, 1 month