[Persistence, JBoss/CMP, Hibernate, Database] - Log: JBoss + MS Sql server 2005: 'nvl' is not a recognized b
by illi
Adding full log info:
2008-08-04 12:05:30,613 INFO [STDOUT] Caused by: org.hibernate.exception.GenericJDBCException: could not execute query
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.doList(Loader.java:1565)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.list(Loader.java:1545)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:375)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:271)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.impl.SessionImpl.list(SessionImpl.java:840)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)
2008-08-04 12:05:30,613 INFO [STDOUT] at com.dcs.applications.service.LogicModuleServiceBean.getDisplayValueForValueObjectWithLocaleData(LogicModuleServiceBean.java:2228)
2008-08-04 12:05:30,613 INFO [STDOUT] at com.dcs.applications.service.LogicModuleServiceBean.getDisplayValueForValueObject(LogicModuleServiceBean.java:2157)
2008-08-04 12:05:30,613 INFO [STDOUT] at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown Source)
2008-08-04 12:05:30,613 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2008-08-04 12:05:30,613 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:130)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:139)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
2008-08-04 12:05:30,613 INFO [STDOUT] ... 59 more
2008-08-04 12:05:30,613 INFO [STDOUT] Caused by: java.sql.SQLException: 'nvl' is not a recognized built-in function name.
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:365)
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2781)
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2224)
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:628)
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQLQuery(JtdsStatement.java:418)
2008-08-04 12:05:30,613 INFO [STDOUT] at net.sourceforge.jtds.jdbc.JtdsPreparedStatement.executeQuery(JtdsPreparedStatement.java:693)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:296)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:118)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.getResultSet(Loader.java:1239)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.doQuery(Loader.java:374)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210)
2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.loader.Loader.doList(Loader.java:1562)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168358#4168358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168358
17 years, 5 months
[Installation, Configuration & DEPLOYMENT] - JBoss 4.2.0 SOAP Exception:Could not transmit message
by MohanReddy
11:56:56,671 ERROR [STDERR] javax.xml.soap.SOAPException: java.io.IOException: Could not transmit message
11:56:56,671 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:115)
11:56:56,671 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:66)
11:56:56,671 ERROR [STDERR] at com.osit.service.DIDXService.invokeDIDXServer(DIDXService.java:96)
11:56:56,671 ERROR [STDERR] at com.osit.service.DIDXService.getAvailableCountries(DIDXService.java:131)
11:56:56,671 ERROR [STDERR] at com.osit.delegate.DIDXDelegate.getAvailableCountries(DIDXDelegate.java:13)
11:56:56,671 ERROR [STDERR] at com.osit.controller.DIDXController.formBackingObject(DIDXController.java:34)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.mvc.AbstractFormController.getCommand(AbstractFormController.java:416)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:247)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:857)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:475)
11:56:56,671 ERROR [STDERR] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:440)
11:56:56,671 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
11:56:56,671 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
11:56:56,671 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
11:56:56,671 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
11:56:56,671 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
11:56:56,687 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
11:56:56,687 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
11:56:56,687 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
11:56:56,687 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
11:56:56,687 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
11:56:56,687 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
11:56:56,687 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
11:56:56,687 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
11:56:56,687 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
11:56:56,687 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
11:56:56,687 ERROR [STDERR] Caused by: java.io.IOException: Could not transmit message
11:56:56,687 ERROR [STDERR] at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:204)
11:56:56,687 ERROR [STDERR] at org.jboss.ws.core.client.SOAPRemotingConnection.invoke(SOAPRemotingConnection.java:77)
11:56:56,687 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:106)
11:56:56,687 ERROR [STDERR] ... 33 more
11:56:56,687 ERROR [STDERR] Caused by: org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:333)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.Client.invoke(Client.java:1634)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.Client.invoke(Client.java:548)
11:56:56,687 ERROR [STDERR] at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:183)
11:56:56,687 ERROR [STDERR] ... 35 more
11:56:56,687 ERROR [STDERR] Caused by: org.jboss.ws.WSException: Invalid HTTP server response [411] - Length Required
11:56:56,687 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:77)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:473)
11:56:56,687 ERROR [STDERR] at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:305)
11:56:56,687 ERROR [STDERR] ... 40 more
11:56:56,687 ERROR [[didx]] Servlet.service() for servlet didx threw exception
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168356#4168356
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168356
17 years, 5 months
[Tomcat, HTTPD, Servlets & JSP] - Jboss Crash: AJP / mod_jk / Apache
by matthiasm
Hi,
I have a Problem with the AJP connector and Jboss. Everytime I restart Apache or one of my Cron-Jobs reconfigures and restarts Apache, Jboss shutsdown/crashes.
With Jboss 4.2.0 jboss simply crashed (without any log-output), now with 4.2.3 I see the shutdown in the logs:
| 06:25:05,462 INFO [Server] Runtime shutdown hook called, forceHalt: true
| 06:25:05,463 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
| .....
|
I tried it with and without the JBoss Natives, but it is always the same.
Here is my configuration:
Debian 4.0
Java 6.0 beta 6
Jboss 4.2.3
Apache 2.2.3-4+etch4
mod_jk 1.2.18-3etch1
Jboss Server.xml:
| <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
| <Listener className="org.apache.catalina.core.JasperListener" />
| <Service name="jboss.web">
| <Connector port="8009" address="localhost" maxThreads="250" minSpareThreads="25" maxSpareThreads="75"
| emptySessionPath="true" enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
| />
| <Engine name="jboss.web" defaultHost="localhost" jvmRoute="jboss">
| ...
|
mod_jk configuration "jk_load":
anonymous wrote :
| # Load mod_jk module
| # Specify the filename of the mod_jk lib
| LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
|
| # Where to find workers.properties
| JkWorkersFile /etc/apache2/worker.properties
|
| # Where to put jk logs
| JkLogFile /var/log/apache2/mod_jk.log
|
| # Set the jk log level [debug/error/info]
| JkLogLevel info
|
| # Select the log format
| JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
|
| # JkOptions indicates to send SSK KEY SIZE
| # Note: Changed from +ForwardURICompat.
| # See http://tomcat.apache.org/security-jk.html
| JkOptions +ForwardKeySize +ForwardURICompatUnparsed -ForwardDirectories
|
| # JkRequestLogFormat
| JkRequestLogFormat "%w %V %T"
|
| # Mount your applications
|
| # You can use external file for mount points.
| # It will be checked for updates each 60 seconds.
| # The format of the file is: /url=worker
| # /examples/*=loadbalancer
| JkMountFile /etc/apache2/uriworkermap.properties
|
| # Add shared memory.
| # This directive is present with 1.2.10 and
| # later versions of mod_jk, and is needed for
| # for load balancing to work properly
| # Note: Replaced JkShmFile logs/jk.shm due to SELinux issues. Refer to
| # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225452
| JkShmFile run/jk.shm
|
| # Add jkstatus for managing runtime data
| <Location /jkstatus/>
| JkMount status
| Order deny,allow
| Deny from all
| Allow from 127.0.0.1
|
|
mod_jk workoer.properties:
anonymous wrote :
| worker.list=jboss,status
| worker.jboss.port=8009
| worker.jboss.host=localhost
| worker.jboss.type=ajp13
| #worker.jboss.lbfactor=1
|
| # Status worker for managing load balancer
| worker.status.type=status
|
mod_jk uiwrokermap:
anonymous wrote :
| /hai=jboss
| /hai/*=jboss
| /haim=jboss
| /haim/*=jboss
| ...
|
Hope anyone can help, thx in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168354#4168354
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168354
17 years, 5 months
[EJB/JBoss] - Unable to access the EJB from client
by Pinahat
Unable to access the EJB deployed in JBoss from standalone client.
due to this exception ----->javax.naming.CommunicationException: Operation failed [Root exception is java.rmi.ServerException: IOE; nested exception is:
java.net.ProtocolException: Server redirected too many times (20)]
Using this code to access the EJB running on JBoss.
public class FirstEJB3TutorialClient {
/**
* @param args
*/
public static void main(String[] args) {
Properties systemSettings = System.getProperties();
systemSettings.put("http.proxyHost", "sdcproxy1.canon.co.in");
systemSettings.put("http.proxyPort", "80");
System.setProperties(systemSettings);
Properties prop = new Properties();prop.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.HttpNamingContextFactory");
prop.setProperty(Context.PROVIDER_URL, "http://10.8.4.149:8002/invoker/JNDIFactory");
prop.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
Context context;
Context nctx = null;
try
{
Context ctx = new InitialContext(prop);
nctx = new InitialContext();
MasterSetUpRemoteHome home=null;
home = (MasterSetUpRemoteHome)PortableRemoteObject.narrow(ctx.lookup("MasterSetUpBean"), Class.forName("MasterSetUpRemoteHome.class"));
Masterlist master=(Masterlist) home.create();
} catch (Exception e)
{
e.printStackTrace();
throw new RuntimeException(e);
}
}
}
Wxception coming is :------>
javax.naming.CommunicationException: Operation failed [Root exception is java.rmi.ServerException: IOE; nested exception is:
java.net.ProtocolException: Server redirected too many times (20)]
at org.jboss.naming.interceptors.ExceptionInterceptor.invoke(ExceptionInterceptor.java:65)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:101)
at $Proxy0.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590)
at javax.naming.InitialContext.lookup(Unknown Source)
at FirstEJB3TutorialClient.main(FirstEJB3TutorialClient.java:53)
Caused by: java.rmi.ServerException: IOE; nested exception is:
java.net.ProtocolException: Server redirected too many times (20)
at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:241)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:181)
at org.jboss.naming.interceptors.ExceptionInterceptor.invoke(ExceptionInterceptor.java:57)
... 8 more
Caused by: java.net.ProtocolException: Server redirected too many times (20)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at org.jboss.invocation.http.interfaces.Util.invoke(Util.java:178)
at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:118)
... 11 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168352#4168352
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168352
17 years, 5 months
[JBoss Messaging] - All messages are not consumed in Clustered environment.
by sajankn
In clustered environment, not all the messages are consumed by the durable subscriber, even thought the messages are persisted in database. The messages are consumed only after one or more restarts of the consumer.
Environment:
JBoss : 4.2.2.GA
JBM : 1.4.0.SP3
Java : 1.5.0_13
OS : Mac OSX Server 10.5.2
DB : Oracle 10g
Setup:
JBoss/JBM Servers - 2 Nos. S1 & S2.
Publisher - 5 Nos. P1, P2, P3, P4 & P5.
All the publishers are the instance of the same class. All are publishing on testTopic. Each Publisher publishes about 1000 Messages.
Subscriber - 2 Nos. Sub1, Sub2.
Durable Subscribers, subscribing to testTopic.
Persistence - Oracle DB.
Steps:
1. Start the subscribers (S1 & S2).
2. Start the Publishers (They publish total 5000 messages. 1000 msg x 5 publishers)
3. Wait till the publishers publishes all the messages.
4. Give enough time for both subscribers to consume the messages.
5. Check the Subscribers. Not all the messages are consumed by the Subscribers. The messages not consumed by the subscribers are persisted in the database.
6. Restart the subscribers. The messages are consumed by the subscribers. (Some time more than 1 restart is required for the subscribers before they consume the messages. Some times the restart of the JBoss AS will also result in the consuming of the messages by the subscriber.).
Observation:
The subscribers seem to miss out the entire messages from one or more publishers. If one message of a publisher is consumed by the subscriber, all other messages will be consumed.
This scenario is repeatable.
Is there a way of how I could make the subscribers consume all the messages of all the publishers without the restart of the subscribers / servers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168350#4168350
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168350
17 years, 5 months
[JBoss jBPM] - JBPM on Websphere
by shansari
Hi All,
I'm trying to deploy JBPM 3.2.3 in Websphere 6.1.
I simply followed the instruction in
http://wiki.jboss.org/wiki/Jbpm32OnWAS61
Deployment and Data source configuration are completed.
After all when I tried to access the jbpm console URL, I'm getting the below exception.
Anybody come across such issue and rectified?
0000002b WebApp E [Servlet Error]-[Faces Servlet]: java.lang.NullPointerException: Argument Error: One or more parameters are null.mappings null
at com.sun.faces.application.ViewHandlerImpl.setFacesMapping(ViewHandlerImpl.java:659)
at com.ibm.ws.jsf.configuration.FacesConfigParser.initializeApplication(FacesConfigParser.java:930)
at com.ibm.ws.jsf.configuration.FacesConfigParser.initializeConfiguration(FacesConfigParser.java:357)
at com.ibm.ws.jsf.util.FacesConfigUtil._parseJSFConfiguration(FacesConfigUtil.java:128)
at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFConfiguration(FacesConfigUtil.java:82)
at com.sun.faces.util.Util.verifyFactoriesAndInitDefaultRenderKit(Util.java:497)
at com.sun.faces.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:84)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:192)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168347#4168347
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168347
17 years, 5 months
[EJB/JBoss] - More info....
by jonathanztaub
As part of my development, I drop/create the database a lot of times, this means that I'm getting rid of JBoss' JMS related tables as well. If there was bad data in there, for whatever reason (dead message queue perhaps), it would have been gone. However, I still see the log messages.
This caused me to think that maybe there is something on the local file system that JBoss creates and perhaps the problem stems from bad/corrupt data that happened while doing initial development and testing.
So I deleted the entire %JBOSS_HOME%\server\default directory and unzipped it from the distribution zip again - the warning message is gone now.
This could just be a coincidence, but I'll know in the upcoming days, depending on whether I see the message or not.
Unfortunately, I zapped the entire directory for good and cannot differentiate it with the current "clean" copy that I have.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168343#4168343
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168343
17 years, 5 months