[Tomcat, HTTPD, Servlets & JSP] - HTTP 503 Error
by ssanjeev
The client has been getting HTTP 503 error intermittently. The server is not busy at these times. Here is the configuration:
JBoss: 4.0.2
We turned on the apache logs on the server side to see these logs, I am not sure if the client side and server side are related.
jboss.log:
ClientAbortException: java.net.SocketException: Broken pipe
| at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:366)
| at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:403)
| at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:323)
| at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:392)
| at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
| at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:76)
| at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1676)
| at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java:1585)
| at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1395)
| at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:294)
| at org.jboss.invocation.http.servlet.InvokerServlet.processRequest(InvokerServlet.java:153)
| at org.jboss.invocation.http.servlet.InvokerServlet.doPost(InvokerServlet.java:209)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:407)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| 2006-08-01 13:27:57,837 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/invoker].[EJBInvokerServlet]] (http-0.0.0.0-8881-9) Servlet.service() for servlet EJBInvokerServlet threw exception
| java.lang.IllegalStateException
| at org.apache.catalina.connector.ResponseFacade.resetBuffer(ResponseFacade.java:276)
| at org.jboss.invocation.http.servlet.InvokerServlet.processRequest(InvokerServlet.java:178)
| at org.jboss.invocation.http.servlet.InvokerServlet.doPost(InvokerServlet.java:209)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:407)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
Here is the stack trace on the client side:
java.rmi.ServerException: IOE; nested exception is:
| java.io.IOException: Server returned HTTP response code: 503 for URL: http://82.196.34.57:8881/invoker/EJBInvokerServlet
| at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:118)
| at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:227)
| at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:167)
| at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
| at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
| at org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSessionInterceptor.java:106)
| at org.jboss.proxy.ClientContainer.invoke(c:86)
| at $Proxy2.getCredentialsService(Unknown Source)
| at com.powerup.configmgr.client.app.ServiceFactory.getCredentialsService(ServiceFactory.java:400)
| at com.powerup.configmgr.client.app.admin.cmds.UpdateInbandOutBandCredsCmd.execute(UpdateInbandOutBandCredsCmd.java:54)
| at com.powerup.configmgr.client.mvc.ClientEvent.execute(ClientEvent.java:196)
| at com.powerup.configmgr.client.mvc.ClientEvent.executeCmds(ClientEvent.java:184)
| at com.powerup.configmgr.client.mvc.awt.ClientController.processClientEvent(ClientController.java:412)
| at com.powerup.configmgr.client.mvc.swing.JClientController.processClientEvent(JClientController.java:206)
| at com.powerup.configmgr.client.mvc.swing.JClientController$WeakSwingWorker.construct(JClientController.java:135)
| at com.powerup.configmgr.client.mvc.swing.SwingWorker.run(SwingWorker.java:249)
| at java.lang.Thread.run(Unknown Source)
| Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://82.196.34.57:8881/invoker/EJBInvokerServlet
| at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
| at org.jboss.invocation.http.interfaces.Util.invoke(Util.java:160)
| at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:103)
|
Can I get some guidance to solve this issue.
- Sanjeev
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963860#3963860
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963860
19 years, 9 months
[JBossCache] - Problems replicating. when using Jboss 4.0.2 , JBossCache 1.
by pharvener
We are using Jboss 4.0.2 , JBossCache 1.4 and Java 1.4.2.11
All we get the following exception we cluster and replicate:
java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: RuntimeException; CausedByException is: java.lang.NoClassDefFoundError: org/jboss/cache/marshall/ObjectSerializationFactory$JBossObjectInputStreamOverride at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:352) at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:196) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122) at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624) at org.jboss.ejb.Container.invoke(Container.java:873)
We can locate the class org/jboss/cache/marshall/ObjectSerializationFactory in the ear
Does it matter that we are compiling to 1.3 compliance?
Below is our config file:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- ==================================================================== -->
<!-- Defines TreeCache configuration -->
<!-- ==================================================================== -->
jboss:service=Naming
<!--
Node locking scheme :
PESSIMISTIC (default)
OPTIMISTIC
-->
PESSIMISTIC
<!--
Node locking isolation level :
SERIALIZABLE
REPEATABLE_READ (default)
READ_COMMITTED
READ_UNCOMMITTED
NONE
(ignored if NodeLockingScheme is OPTIMISTIC)
-->
REPEATABLE_READ
<!-- Valid modes are LOCAL
REPL_ASYNC
REPL_SYNC
INVALIDATION_ASYNC
INVALIDATION_SYNC
-->
REPL_ASYNC
<!-- Whether each interceptor should have an mbean
registered to capture and display its statistics. -->
true
<!-- Name of cluster. Needs to be the same for all clusters, in order
to find each other -->
TreeCache-Rnj-Cluster
<!-- UDP: if you have a multihomed machine,
set the bind_addr attribute to the appropriate NIC IP address
-->
<!-- UDP: On Windows machines, because of the media sense feature
being broken with multicast (even after disabling media sense)
set the loopback attribute to true
-->
<UDP mcast_addr="228.6.6.6" mcast_port="48666" ip_ttl="64" ip_mcast="true"
mcast_send_buf_size="150000" mcast_recv_buf_size="80000" ucast_send_buf_size="150000"
ucast_recv_buf_size="80000" loopback="false" />
<PING timeout="2000" num_initial_members="3" up_thread="false" down_thread="false" />
<MERGE2 min_interval="10000" max_interval="20000" />
<FD shun="true" up_thread="true" down_thread="true" />
<VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false" />
<pbcast.NAKACK gc_lag="50" max_xmit_size="8192" retransmit_timeout="600,1200,2400,4800" up_thread="false"
down_thread="false" />
<UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10" down_thread="false" />
<pbcast.STABLE desired_avg_gossip="20000" up_thread="false" down_thread="false" />
<FRAG frag_size="8192" down_thread="false" up_thread="false" />
<pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true" />
<pbcast.STATE_TRANSFER up_thread="false" down_thread="false" />
<!-- The max amount of time (in milliseconds) we wait until the
initial state (ie. the contents of the cache) are retrieved from
existing members in a clustered environment
-->
5000
<!-- Number of milliseconds to wait until all responses for a
synchronous call have been received.
-->
10000
<!-- Max number of milliseconds to wait for a lock acquisition -->
15000
paul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963853#3963853
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963853
19 years, 9 months
[JBoss Portal] - Re: SQLGrammarException in JBP 2.4
by danny_hon
I dropped and recreated the database when I tried it. I just did it again, recreated the database, deleted the data, tmp, work, and log directories in the domain. When I started the server, it created some of the old tables, but not the new ones. Here are the tables that it created.
mysql> show tables;
+-------------------------------+
| Tables_in_jbptest |
+-------------------------------+
| jbp_cms_cmsentry |
| jbp_cms_repositoryentry |
| jbp_cms_version_binval |
| jbp_cms_version_node |
| jbp_cms_version_prop |
| jbp_cms_version_refs |
| jbp_cms_versionentry |
| jbp_cms_wsp_binval |
| jbp_cms_wsp_node |
| jbp_cms_wsp_prop |
| jbp_cms_wsp_refs |
| jbp_context |
| jbp_instance |
| jbp_instance_security |
| jbp_instance_security_actions |
| jbp_object_node |
| jbp_object_node_sec |
| jbp_object_node_sec_actions |
| jbp_page |
| jbp_portal |
| jbp_portal_mode |
| jbp_portal_object |
| jbp_portal_object_props |
| jbp_portal_window_state |
| jbp_portlet_state |
| jbp_portlet_state_entry |
| jbp_portlet_state_entry_value |
| jbp_role_membership |
| jbp_roles |
| jbp_user_prop |
| jbp_users |
| jbp_window |
+-------------------------------+
32 rows in set (0.00 sec)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963852#3963852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963852
19 years, 9 months