[Beginners Corner] - problem with service MSSQLDS not installed
by MikePhoenix
When I try to deploy an application that I had running on 4.0.1 to 4.2.3 it fails to deploy. This appears to be the root cause:
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=DataSourceBinding,name=MSSQLDS
State: NOTYETINSTALLED
Depends On Me:
jboss.mq:service=PersistenceManager
What doesn't make sense to me is the fact that this seems to point to a binding name that should be used for MS SQL Server and we are not using that in our environment. I am using MySQL under the default-ds JNDI name and have removed hsql-ds.xml.
I sure would appreciate any help on this matter. My attempts at searching the site have been fruitless. I would also be grateful for any suggestions on how to debug the many arcane messages that JBoss spits out without having to constantly post questions on this forum.
Thanks,
Mike
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177211#4177211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177211
17 years, 10 months
[JBoss Portal] - Help! Timeout occuring.
by johnboy
I am running a pretty reasonable version of a series of JSF xhtml in different portals. I am using JBOSS 2.6.5SP1 Portal Bridge B3. When I get into a session and start viewing some pages I would expect the session to timeout after 2hours perconfig.
When I get back to the app and hit a key, I would expect to see a login prompt in an attempt to kickstart the session.
What I get is:
08:16:51,063 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
INFO | jvm 1 | 2008/08/29 08:16:51 | javax.faces.FacesException: No saved portlet window state for an id ConfigurationPortlet2DCCB4AA0DC8790FAE3205694A9475F2:view:jbpns_2fdefault_2fManage_20SVP_2fConfigurationPortletWindowsnpbj
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.portletbridge.context.ServletExternalContextImpl.(ServletExternalContextImpl.java:96)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.portletbridge.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:164)
INFO | jvm 1 | 2008/08/29 08:16:51 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:239)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:147)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:276)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.ajax4jsf.Filter.doFilter(Filter.java:175)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
INFO | jvm 1 | 2008/08/29 08:16:51 | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
INFO | jvm 1 | 2008/08/29 08:16:51 | at java.lang.Thread.run(Unknown Source)
Has anyone seen this kind of thing before? I know there is a config setting I am missing, but am confused about where to look.
Any thoughts would be useful.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177206#4177206
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177206
17 years, 10 months