[Installation, Configuration & DEPLOYMENT] - Re: jboss is not running
by sunainavarma
C:\Program Files\jboss-4.2.0.GA\bin>.\run.bat
C:\Program Files\jboss-4.2.0.GA\bin>
this is the result .
And i make some change in run.bat file as echo on and i run the bat file then the output is
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\sowjanya>cd\
C:\>cd "Program Files"
C:\Program Files>cd jboss-4.2.0.GA
C:\Program Files\jboss-4.2.0.GA>cd bin
C:\Program Files\jboss-4.2.0.GA\bin>.\run.bat
C:\Program Files\jboss-4.2.0.GA\bin>run.bat
C:\Program Files\jboss-4.2.0.GA\bin>rem ----------------------------------------
---------------------------------
C:\Program Files\jboss-4.2.0.GA\bin>rem JBoss Bootstrap Script for Win32
C:\Program Files\jboss-4.2.0.GA\bin>rem ----------------------------------------
---------------------------------
C:\Program Files\jboss-4.2.0.GA\bin>rem $Id: run.bat 60996 2007-02-28 13:44:01Z
dimitris(a)jboss.org $
C:\Program Files\jboss-4.2.0.GA\bin>set DIRNAME=.\
C:\Program Files\jboss-4.2.0.GA\bin>if "Windows_NT" == "Windows_NT" set DIRNAME=
C:\Program Files\jboss-4.2.0.GA\bin\
C:\Program Files\jboss-4.2.0.GA\bin>set PROGNAME=run.bat
C:\Program Files\jboss-4.2.0.GA\bin>if "Windows_NT" == "Windows_NT" set PROGNAME
=run.bat
C:\Program Files\jboss-4.2.0.GA\bin>pushd C:\Program Files\jboss-4.2.0.GA\bin\..
C:\Program Files\jboss-4.2.0.GA>set JBOSS_HOME=C:\Program Files\jboss-4.2.0.GA
C:\Program Files\jboss-4.2.0.GA>popd
C:\Program Files\jboss-4.2.0.GA\bin>REM Add bin/native to the PATH if present
C:\Program Files\jboss-4.2.0.GA\bin>if exist "C:\Program Files\jboss-4.2.0.GA\bi
n\native" set PATH=C:\Program Files\jboss-4.2.0.GA\bin\native;C:\Program Files\J
ava\jdk1.5.0\bin;.;
C:\Program Files\jboss-4.2.0.GA\bin>if exist "C:\Program Files\jboss-4.2.0.GA\bi
n\native" set JAVA_OPTS= -Djava.library.path=C:\Program Files\jboss-4.2.0.GA\bin
\native
C:\Program Files\jboss-4.2.0.GA\bin>rem Read all command line arguments
C:\Program Files\jboss-4.2.0.GA\bin>REM
C:\Program Files\jboss-4.2.0.GA\bin>REM The env variable commented out in favor
of using to include
C:\Program Files\jboss-4.2.0.GA\bin>REM all args in java command line. See bug #
840239. [jpl]
C:\Program Files\jboss-4.2.0.GA\bin>REM
C:\Program Files\jboss-4.2.0.GA\bin>REM set ARGS=
C:\Program Files\jboss-4.2.0.GA\bin>REM :loop
C:\Program Files\jboss-4.2.0.GA\bin>REM if [] == [] goto endloop
C:\Program Files\jboss-4.2.0.GA\bin>REM set ARGS=
C:\Program Files\jboss-4.2.0.GA\bin>REM shift
C:\Program Files\jboss-4.2.0.GA\bin>REM goto loop
C:\Program Files\jboss-4.2.0.GA\bin>REM :endloop
C:\Program Files\jboss-4.2.0.GA\bin>rem Find run.jar, or we can't continue
C:\Program Files\jboss-4.2.0.GA\bin>set RUNJAR=C:\Program Files\jboss-4.2.0.GA\b
in\run.jar
C:\Program Files\jboss-4.2.0.GA\bin>if exist "C:\Program Files\jboss-4.2.0.GA\bi
n\run.jar" goto FOUND_RUN_JAR
C:\Program Files\jboss-4.2.0.GA\bin>if not "C:\Program Files\Java\jdk1.5.0;" ==
"" goto ADD_TOOLS
C:\Program Files\jboss-4.2.0.GA\bin>set JAVA=C:\Program Files\Java\jdk1.5.0;\bin
\java
C:\Program Files\jboss-4.2.0.GA\bin>rem A full JDK with toos.jar is not required
anymore since jboss web packages
C:\Program Files\jboss-4.2.0.GA\bin>rem the eclipse jdt compiler and javassist h
as its own internal compiler.
C:\Program Files\jboss-4.2.0.GA\bin>if not exist "C:\Program Files\Java\jdk1.5.0
;\lib\tools.jar" goto SKIP_TOOLS
C:\Program Files\jboss-4.2.0.GA\bin>rem If JBOSS_CLASSPATH or JAVAC_JAR is empty
, don't include it, as this will
C:\Program Files\jboss-4.2.0.GA\bin>rem result in including the local directory
in the classpath, which makes
C:\Program Files\jboss-4.2.0.GA\bin>rem error tracking harder.
C:\Program Files\jboss-4.2.0.GA\bin>if not "" == "" set RUNJAR=;C:\Program Files
\jboss-4.2.0.GA\bin\run.jar
C:\Program Files\jboss-4.2.0.GA\bin>if "" == "" set RUN_CLASSPATH=C:\Program Fil
es\jboss-4.2.0.GA\bin\run.jar
C:\Program Files\jboss-4.2.0.GA\bin>if "C:\Program Files\jboss-4.2.0.GA\bin\run.
jar" == "" set RUN_CLASSPATH=;C:\Program Files\jboss-4.2.0.GA\bin\run.jar
C:\Program Files\jboss-4.2.0.GA\bin>set JBOSS_CLASSPATH=C:\Program Files\jboss-4
.2.0.GA\bin\run.jar
C:\Program Files\jboss-4.2.0.GA\bin>rem Setup JBoss specific properties
C:\Program Files\jboss-4.2.0.GA\bin>set JAVA_OPTS= -Dprogram.name=run.bat
C:\Program Files\jboss-4.2.0.GA\bin>rem Add -server to the JVM options, if suppo
rted
C:\Program Files\jboss-4.2.0.GA\bin>"C:\Program Files\Java\jdk1.5.0;\bin\java" -
version 2>&1 | findstr /I hotspot 1>nul
C:\Program Files\jboss-4.2.0.GA\bin>
i think it may givesu some idea.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100490#4100490
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100490
17Â years, 2Â months
[Installation, Configuration & DEPLOYMENT] - Apache + mod_proxy + Jboss virtual hosts HOWTO
by tmerrill
Here is a brief howto to get virtual hosts working. I have looked all over this forum and I could not find a good HOWTO so I am going to post my configs. This worked for me on Ubuntu 7.10 with JBoss AS 4.2.1 GA. I have an internal DNS record for www.test1.com and www.test2.com that resolves to a single IP.
Apache mod proxy + JBoss AS virtual host example
/etc/apache2/httpd.conf
ProxyRequests Off
|
| <Proxy *>
| Order deny,allow
| Allow from all
| </Proxy>
|
| NameVirtualHost 192.168.1.93:80
|
| <VirtualHost 192.168.1.93:80>
| ServerName www.test1.com
| ProxyPass / http://www.test.com:8380/
| </VirtualHost>
|
| <VirtualHost 192.168.1.93:80>
| ServerName www.test2.com
| ProxyPass / http://www.test2.com:8380/
| </VirtualHost>
|
jboss/server/default/deploy/test1.war/WEB-INF/jboss-web.xml
<?xml version="1.0"?>
| <jboss-web>
| <context-root>/</context-root>
| <virtual-host>www.test1.com</virtual-host>
| </jboss-web>
|
jboss/server/default/deploy/test2.war/WEB-INF/jboss-web.xml
<?xml version="1.0"?>
| <jboss-web>
| <context-root>/</context-root>
| <virtual-host>www.test2.com</virtual-host>
| </jboss-web>
jboss/server/default/deploy/jboss-web.deployer/server.xml
<Server>
|
| <!--APR library loader. Documentation at /docs/apr.html -->
| <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
| <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
| <Listener className="org.apache.catalina.core.JasperListener" />
|
| <!-- Use a custom version of StandardService that allows the
| connectors to be started independent of the normal lifecycle
| start to allow web apps to be deployed before starting the
| connectors.
| -->
| <Service name="jboss.web">
|
| <!-- A "Connector" represents an endpoint by which requests are received
| and responses are returned. Documentation at :
| Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
| Java AJP Connector: /docs/config/ajp.html
| APR (HTTP/AJP) Connector: /docs/apr.html
| Define a non-SSL HTTP/1.1 Connector on port 8080
| -->
| <Connector port="8380" address="${jboss.bind.address}"
| maxThreads="250" maxHttpHeaderSize="8192"
| emptySessionPath="true" protocol="HTTP/1.1"
| enableLookups="false" redirectPort="8443" acceptCount="100"
| connectionTimeout="20000" disableUploadTimeout="true" />
|
| <!-- Define a SSL HTTP/1.1 Connector on port 8443
| This connector uses the JSSE configuration, when using APR, the
| connector should be using the OpenSSL style configuration
| described in the APR documentation -->
| <!--
| <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
| maxThreads="150" scheme="https" secure="true"
| clientAuth="false" sslProtocol="TLS" />
| -->
|
| <!-- Define an AJP 1.3 Connector on port 8009 -->
| <Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
| emptySessionPath="true" enableLookups="false" redirectPort="8443" />
|
| <Engine name="jboss.web" defaultHost="localhost">
|
| <!-- The JAAS based authentication and authorization realm implementation
| that is compatible with the jboss 3.2.x realm implementation.
| - certificatePrincipal : the class name of the
| org.jboss.security.auth.certs.CertificatePrincipal impl
| used for mapping X509[] cert chains to a Princpal.
| - allRolesMode : how to handle an auth-constraint with a role-name=*,
| one of strict, authOnly, strictAuthOnly
| + strict = Use the strict servlet spec interpretation which requires
| that the user have one of the web-app/security-role/role-name
| + authOnly = Allow any authenticated user
| + strictAuthOnly = Allow any authenticated user only if there are no
| web-app/security-roles
| -->
| <Realm className="org.jboss.web.tomcat.security.JBossSecurityMgrRealm"
| certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping"
| allRolesMode="authOnly"
| />
| <!-- A subclass of JBossSecurityMgrRealm that uses the authentication
| behavior of JBossSecurityMgrRealm, but overrides the authorization
| checks to use JACC permissions with the current java.security.Policy
| to determine authorized access.
| - allRolesMode : how to handle an auth-constraint with a role-name=*,
| one of strict, authOnly, strictAuthOnly
| + strict = Use the strict servlet spec interpretation which requires
| that the user have one of the web-app/security-role/role-name
| + authOnly = Allow any authenticated user
| + strictAuthOnly = Allow any authenticated user only if there are no
| web-app/security-roles
| <Realm className="org.jboss.web.tomcat.security.JaccAuthorizationRealm"
| certificatePrincipal="org.jboss.security.auth.certs.SubjectDNMapping"
| allRolesMode="authOnly"
| />
| -->
|
| <Host name="localhost"
| autoDeploy="false" deployOnStartup="false" deployXML="false"
| configClass="org.jboss.web.tomcat.security.config.JBossContextConfig"
| >
|
| <!-- Uncomment to enable request dumper. This Valve "logs interesting
| contents from the specified Request (before processing) and the
| corresponding Response (after processing). It is especially useful
| in debugging problems related to headers and cookies."
| -->
| <!--
| <Valve className="org.apache.catalina.valves.RequestDumperValve" />
| -->
|
| <!-- Access logger -->
| <!--
| <Valve className="org.apache.catalina.valves.AccessLogValve"
| prefix="localhost_access_log." suffix=".log"
| pattern="common" directory="${jboss.server.home.dir}/log"
| resolveHosts="false" />
| -->
|
| <!-- Uncomment to enable single sign-on across web apps
| deployed to this host. Does not provide SSO across a cluster.
|
| If this valve is used, do not use the JBoss ClusteredSingleSignOn
| valve shown below.
|
| A new configuration attribute is available beginning with
| release 4.0.4:
|
| cookieDomain configures the domain to which the SSO cookie
| will be scoped (i.e. the set of hosts to
| which the cookie will be presented). By default
| the cookie is scoped to "/", meaning the host
| that presented it. Set cookieDomain to a
| wider domain (e.g. "xyz.com") to allow an SSO
| to span more than one hostname.
| -->
| <!--
| <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
| -->
|
| <!-- Uncomment to enable single sign-on across web apps
| deployed to this host AND to all other hosts in the cluster.
|
| If this valve is used, do not use the standard Tomcat SingleSignOn
| valve shown above.
|
| Valve uses a JBossCache instance to support SSO credential
| caching and replication across the cluster. The JBossCache
| instance must be configured separately. By default, the valve
| shares a JBossCache with the service that supports HttpSession
| replication. See the "jboss-web-cluster-service.xml" file in the
| server/all/deploy directory for cache configuration details.
|
| Besides the attributes supported by the standard Tomcat
| SingleSignOn valve (see the Tomcat docs), this version also
| supports the following attributes:
|
| cookieDomain see above
|
| treeCacheName JMX ObjectName of the JBossCache MBean used to
| support credential caching and replication across
| the cluster. If not set, the default value is
| "jboss.cache:service=TomcatClusteringCache", the
| standard ObjectName of the JBossCache MBean used
| to support session replication.
| -->
| <!--
| <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />
| -->
|
| <!-- Check for unclosed connections and transaction terminated checks
| in servlets/jsps.
|
| Important: The dependency on the CachedConnectionManager
| in META-INF/jboss-service.xml must be uncommented, too
| -->
| <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
| cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
| transactionManagerObjectName="jboss:service=TransactionManager" />
|
| </Host>
| <Host name="test1" autoDeploy="false"
| deployOnStartup="false" deployXML="false">
| <Alias>www.test1.com</Alias>
| <Valve className="org.apache.catalina.valves.AccessLogValve"
| prefix="test1" suffix=".log" pattern="common"
| directory="${jboss.server.home.dir}/log"/>
|
|
| <DefaultContext cookies="true" crossContext="true" override="true"/>
| </Host>
| <Host name="test2" autoDeploy="false"
| deployOnStartup="false" deployXML="false">
| <Alias>www.test2.com</Alias>
| <Valve className="org.apache.catalina.valves.AccessLogValve"
| prefix="test2" suffix=".log" pattern="common"
| directory="${jboss.server.home.dir}/log"/>
|
|
| <DefaultContext cookies="true" crossContext="true" override="true"/>
| </Host>
| </Engine>
|
| </Service>
|
| </Server>
This is a way that worked for me. If anyone, especially the developers see a flaw in my method please let me know. Or if anyone has a better way I would love to see it. This is the only way I could get it working.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100488#4100488
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100488
17Â years, 2Â months
[JBoss Seam] - @Factory on initial page load
by Kragoth
Hi,
I've got a Search screen where users will enter their criteria.
Below this I have an area for the results to be displayed.
My problem is that the @Factory for the results section runs on the first load of the page and as no criteria have been entered it will return all records in the database.
Obviously this is not what I want to achieve and the only solution I have at the moment is putting a whole bunch of if else statements in my bean to determine if the factory should run or not.
Eg look at my @Factory code and then my doSearch() method which is really where I want to do my validation!
| package gekko.web.actionbean.enquiryservices;
|
| import static org.jboss.seam.ScopeType.PAGE;
| import gekko.domain.calculator.ltlr.UvFactor;
| import gekko.domain.reference.ltl.CategoryCode;
| import gekko.domain.reference.ltl.SubcategoryCode;
| import gekko.services.query.Query;
| import gekko.services.query.QueryService;
|
| import java.util.ArrayList;
| import java.util.Date;
| import java.util.List;
|
| import javax.faces.application.FacesMessage;
| import javax.faces.context.FacesContext;
|
| import org.jboss.seam.annotations.Factory;
| import org.jboss.seam.annotations.In;
| import org.jboss.seam.annotations.Name;
| import org.jboss.seam.annotations.Observer;
| import org.jboss.seam.annotations.Scope;
| import org.jboss.seam.annotations.datamodel.DataModel;
|
| @Name("factorEnquiry")
| @Scope(PAGE)
| public class FactorEnquiry {
|
| @In("#{queryServiceImpl}")
| private QueryService querySvc; // NOPMD
|
| @In(value = "#{catSubcatDateSearch.categoryCode}", required = false)
| private CategoryCode selectedCategoryCode;
|
| @In(value = "#{catSubcatDateSearch.subcategoryCode}", required = false)
| private SubcategoryCode selectedSubcategoryCode;
|
| @In(value = "#{catSubcatDateSearch.activeDate}", required = false)
| private Date activeDate;
|
| @DataModel("uvFactors")
| private List<UvFactor> uvFactorList; // NOPMD
|
| @Factory(value = "uvFactors")
| public void getUvFactors() {
| Query<UvFactor> qFact = querySvc.createQuery(UvFactor.class);
| if (selectedCategoryCode != null) {
| qFact.equalsConstraint("subcategory.id.category", selectedCategoryCode);
| } else if (selectedSubcategoryCode != null) {
| qFact.equalsConstraint("subcategory", selectedSubcategoryCode);
| } else if (activeDate != null) {
| qFact.range("effective", "expiry", activeDate);
| } else {
| uvFactorList = new ArrayList<UvFactor>();
| return;
| }
|
| uvFactorList = querySvc.list(qFact);
| }
|
| public List<UvFactor> getUvFactorList() {
| return uvFactorList;
| }
|
| public void setUvFactorList(List<UvFactor> uvFactorList) {
| this.uvFactorList = uvFactorList;
| }
|
| public CategoryCode getSelectedCategoryCode() {
| return selectedCategoryCode;
| }
|
| public void setSelectedCategoryCode(CategoryCode selectedCategoryCode) {
| this.selectedCategoryCode = selectedCategoryCode;
| }
|
| public SubcategoryCode getSelectedSubcategoryCode() {
| return selectedSubcategoryCode;
| }
|
| public void setSelectedSubcategoryCode(SubcategoryCode selectedSubcategoryCode) {
| this.selectedSubcategoryCode = selectedSubcategoryCode;
| }
|
| public Date getActiveDate() {
| return activeDate;
| }
|
| public void setActiveDate(Date activeDate) {
| this.activeDate = activeDate;
| }
|
| public String doSearch() {
|
| if ((selectedCategoryCode == null) && (activeDate == null)) {
|
| FacesMessage message = new FacesMessage();
| message
| .setDetail("At least one of Category or Date must be filled in to performa a search.");
| message.setSummary("No search criteria given");
| message.setSeverity(FacesMessage.SEVERITY_ERROR);
|
| FacesContext.getCurrentInstance().addMessage(null, message);
|
| }
|
| getUvFactors();
| return "";
| }
|
| }
|
Can someone tell me how I can either
1. Not run the Factory on the first load of the page
2. Not display the error message that no search criteria has been entered on the first load of the page
Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100487#4100487
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100487
17Â years, 2Â months
[JBoss Seam] - help with EntityList
by terryb
With application based on seam-gen, the MyEntityList feature is based on single table. I guess it is possible to make it work with multiple tables. wondering anyone can help me out?
Table Associations
Client--->Contacts--->Addresses
Clients--->Applications
---> represents one-to-many
I get errors like, even though all my search columns are text:
11:39:16,776 ERROR [DebugPageHandler] redirecting to debug page
java.lang.NumberFormatException: For input string: "username" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:447)
Say would like to search by:
client.username, contact.surname, address.postcode, application.status
| @Name("clientList")
| public class ClientList extends EntityQuery {
|
| private static final String[] RESTRICTIONS = {
| "lower(client.username) like concat('%',lower(#{clientList.client.username}),'%')",
| "lower(contact.surname) like concat('%',lower(#{clientList.contact.surname}),'%')",
| "lower(address.postcode) like concat('%',lower(#{clientList.address.postcode}),'%')",
| "lower(application.status) like concat('%',lower(#{clientList.application.status}),'%')",
| };
|
| private Client client = new Client();
| private Contact contact = new Contact();
| private Address address = new Address();
| pircate Application application = new Application();
|
| @Override
| public String getEjbql() {
|
| return "select client.username, contact.surname, address.postcode, application.status " +
| "from Client client inner join client.contacts contact....????????????????";
| }
|
| public Client getClient() {
| return client;
| }
|
| public Contact getContact() {
| return contact;
| }
|
| public Address getAddress() {
| return address;
| }
|
| public Application getApplication() {
| return application;
| }
|
| ...
|
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100486#4100486
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100486
17Â years, 2Â months
[Installation, Configuration & DEPLOYMENT] - MBeans waiting for other MBeans
by javajambal
Hi,
I am stuck with this exception that occurs when I start up my jboss server..
Could any body please help me with this...
--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:ear=proj-ear.ear,jar=proj-biz.jar,unitName=sampledb
State: NOTYETINSTALLED
I Depend On:
jboss.jca:name=datasource/sampleDS,service=DataSourceBinding
Depends On Me:
jboss.j2ee:ear=proj-ear.ear,jar=proj-biz.jar,name=SampleEjb,service=EJB3
ObjectName: jboss.j2ee:ear=proj-ear.ear,jar=proj-biz.jar,name=SampleEjb,service=EJB3
State: NOTYETINSTALLED
I Depend On:
persistence.units:ear=proj-ear.ear,jar=proj-biz.jar,unitName=sampledb
ObjectName: persistence.units:ear=proj-ear.ear,unitName=sampledb
State: NOTYETINSTALLED
I Depend On:
jboss.jca:name=datasource/sampleDS,service=DataSourceBinding
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:name=datasource/sampleDS,service=DataSourceBinding
State: NOTYETINSTALLED
Depends On Me:
persistence.units:ear=proj-ear.ear,jar=proj-biz.jar,unitName=sampledb
persistence.units:ear=proj-ear.ear,unitName=sampledb
I have checked for the datasource/sampleDS in the sample-ds.xml and it looks fine to me.
Can anybody please help me with this.
thanks...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100485#4100485
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100485
17Â years, 2Â months
[JBoss Seam] - ERROR [org.hibernate.util.JDBCExceptionReporter] Connection
by sgtmcg
This is killing us. We've a Seam application that seems to be losing database connections after some time. We're getting the following errors:
ERROR [org.hibernate.util.JDBCExceptionReporter] Connection handle has been closed and is unusable
2007-10-30 20:34:06,844 ERROR [STDERR] javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute query
2007-10-30 20:34:06,845 ERROR [STDERR] at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:647)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:73)
2007-10-30 20:34:06,845 ERROR [STDERR] at com.ignitecast.IgnitableContentAction.getFeaturedIgnitables(IgnitableContentAction.java:412)
2007-10-30 20:34:06,845 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor911.invoke(Unknown Source)
2007-10-30 20:34:06,845 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2007-10-30 20:34:06,845 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
2007-10-30 20:34:06,845 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53)
2007-10-30 20:34:06,846 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor317.invoke(Unknown Source)
2007-10-30 20:34:06,846 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2007-10-30 20:34:06,846 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:71)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203)
2007-10-30 20:34:06,846 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
2007-10-30 20:34:06,846 ERROR [STDERR] at $Proxy118.getFeaturedIgnitables(Unknown Source)
2007-10-30 20:34:06,846 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor910.invoke(Unknown Source)
2007-10-30 20:34:06,847 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2007-10-30 20:34:06,847 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:40)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.interceptors.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:31)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.javassist.tmp.java.lang.Object_$$_javassist_25.getFeaturedIgnitables(Object_$$_javassist_25.java)
2007-10-30 20:34:06,847 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor909.invoke(Unknown Source)
2007-10-30 20:34:06,847 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2007-10-30 20:34:06,847 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.Component.callComponentMethod(Component.java:1834)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1696)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1633)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1610)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:53)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
2007-10-30 20:34:06,847 ERROR [STDERR] at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
2007-10-30 20:34:06,847 ERROR [STDERR] at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:73)
2007-10-30 20:34:06,847 ERROR [STDERR] at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:195)
2007-10-30 20:34:06,847 ERROR [STDERR] at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
2007-10-30 20:34:06,847 ERROR [STDERR] at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
2007-10-30 20:34:06,847 ERROR [STDERR] at javax.faces.component.UIData.getValue(UIData.java:1019)
2007-10-30 20:34:06,847 ERROR [STDERR] at org.jboss.seam.ui.HtmlLink.getSelection(HtmlLink.java:37)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.jboss.seam.ui.HtmlLink.encodeBegin(HtmlLink.java:188)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:280)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.AbstractRowsRenderer.encodeCellChildren(AbstractRowsRenderer.java:283)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.AbstractRowsRenderer.encodeTableHeaderFacet(AbstractRowsRenderer.java:305)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.AbstractGridRenderer.encodeFooter(AbstractGridRenderer.java:59)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.html.DataGridRenderer.doEncodeBegin(DataGridRenderer.java:174)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.html.DataGridRenderer.doEncodeBegin(DataGridRenderer.java:128)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.encodeBegin(RendererBase.java:101)
2007-10-30 20:34:06,848 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
2007-10-30 20:34:06,848 ERROR [STDERR] at javax.faces.component.UIData.encodeBegin(UIData.java:547)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.component.UIDataAdaptor.encodeBegin(UIDataAdaptor.java:1041)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:280)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.AjaxContainerRenderer.encodeChildren(AjaxContainerRenderer.java:97)
2007-10-30 20:34:06,848 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:524)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.component.UIAjaxRegion.encodeChildren(UIAjaxRegion.java:113)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:282)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:284)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.TabRendererBase.encodeChildren(TabRendererBase.java:113)
2007-10-30 20:34:06,848 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:524)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:282)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.html.TabPanelRenderer.doEncodeChildren(TabPanelRenderer.java:266)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.richfaces.renderkit.html.TabPanelRenderer.doEncodeChildren(TabPanelRenderer.java:261)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.ajax4jsf.renderkit.RendererBase.encodeChildren(RendererBase.java:121)
2007-10-30 20:34:06,848 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:524)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:436)
2007-10-30 20:34:06,848 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:419)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.html.HtmlGroupRendererBase.encodeEnd(HtmlGroupRendererBase.java:75)
2007-10-30 20:34:06,849 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:442)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:216)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:98)
2007-10-30 20:34:06,849 ERROR [STDERR] at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
2007-10-30 20:34:06,849 ERROR [STDERR] at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:252)
2007-10-30 20:34:06,849 ERROR [STDERR] at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
2007-10-30 20:34:06,849 ERROR [STDERR] at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
2007-10-30 20:34:06,849 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2007-10-30 20:34:06,849 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
2007-10-30 20:34:06,850 ERROR [STDERR] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
2007-10-30 20:34:06,850 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
2007-10-30 20:34:06,851 ERROR [STDERR] Caused by: org.hibernate.exception.GenericJDBCException: could not execute query
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.loader.Loader.doList(Loader.java:2147)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2028)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.loader.Loader.list(Loader.java:2023)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:393)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
2007-10-30 20:34:06,851 ERROR [STDERR] at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:64)
2007-10-30 20:34:06,851 ERROR [STDERR] ... 152 more
2007-10-30 20:34:06,851 ERROR [STDERR] Caused by: java.sql.SQLException: Connection handle has been closed and is unusable
2007-10-30 20:34:06,851 ERROR [STDERR] at org.jboss.resource.adapter.jdbc.WrappedConnection.checkStatus(WrappedConnection.java:537)
2007-10-30 20:34:06,852 ERROR [STDERR] at org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:524)
2007-10-30 20:34:06,852 ERROR [STDERR] at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:184)
2007-10-30 20:34:06,945 ERROR [STDERR] at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:497)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1560)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.loader.Loader.doQuery(Loader.java:661)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
2007-10-30 20:34:06,946 ERROR [STDERR] at org.hibernate.loader.Loader.doList(Loader.java:2144)
2007-10-30 20:34:06,946 ERROR [STDERR] ... 160 more
Steps to reproduce:
1. Access a view that calls an entity.
2. Navigate away from the view.
3. Do not return to the view for 7-9 minutes
4. Return to the view (works)
5. Refresh and/or navigate to the view a second time after the wait
BOOM!
We've looked at everything that we could find relating to timeout in the -ds.xml, standarjboss.xml, and anywhere else we could find it. We are at a loss at this point. Anyone have any thoughts.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100482#4100482
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100482
17Â years, 2Â months