[jboss-user] [JBoss Messaging Users] - Re: User: null is NOT authenticated

2009-10-27 Thread gbansal80
It seems that our code is performing logout action which is clearing Principal from cache because of NullPointerException is thrown (User Null Is Not Authenticated). The relevant portions of the stack trace are provided below: 2009-10-27 12:04:43,216 TRACE

[jboss-user] [JBoss Messaging Users] - Re: User: null is NOT authenticated

2009-10-20 Thread gbansal80
Hi Tyronne Wickramarathne, You missed to attach the configuration to be added to log4j.xml file View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261175#4261175 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261175

[jboss-user] [JBoss Messaging Users] - Re: User: null is NOT authenticated

2009-10-19 Thread gbansal80
The exception stack trace is provided below: === [org.jboss.jms.server.security.SecurityMetadataStore.authenticate(SecurityMetadataStore.java:200),

[jboss-user] [JBoss Messaging Users] - User: null is NOT authenticated

2009-10-13 Thread gbansal80
We are currently using JBoss v4.2.3.ga and have upgraded JBoss messaging to v 1.4.4 and JBoss remoting to v2.2.3. JMS messages are sent received without any exceptions for initial 3-4 days. After that we are observing exception messages javax.jms.JMSSecurityException: User null is NOT

[jboss-user] [JBoss Messaging Users] - Re: User: null is NOT authenticated

2009-10-08 Thread gbansal80
We are currently using JBoss v4.2.3.ga and have upgraded JBoss messaging to v 1.4.4 and JBoss remoting to v2.2.3. JMS messages are sent received without any exceptions for initial 3-4 days. After that we are observing exception messagesjavax.jms.JMSSecurityException: User null is NOT

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Browser hangs intermittently when request for images are

2009-06-15 Thread gbansal80
On further investigations, we found that on JBoss end, socket goes in CLOSE_WAIT state and would remain in that state for long period of time. This issue closely resembles the JIRA https://jira.jboss.org/jira/browse/JBWEB-82 I would like to know if there is a fix for this isssue in JBoss

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Browser hangs intermittently when request for images are

2009-06-15 Thread gbansal80
Can we install JbossWeb native component as a subsitute for Jboss-web.deployer i.e. bundled with JBoss v4.2.3ga? Is JBossWeb native component installed as a seperate Java process? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237612#4237612 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Generic JDBC Exception

2009-06-09 Thread gbansal80
I am still struggling with the above problem. Any pointers to upgrade jboss-common-jdbc-wrapper.jar or jira request will be highly appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236408#4236408 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate Generic JDBC Exception

2009-06-08 Thread gbansal80
We are using JBoss v4.2.3.ga.jdk6 and Hibernate 3. For one of database table column, we have unique constraint. Now whenever records having same column value are inserted by application, we observe org.hibernate.exception.GenericJDBCException exception rather than

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBossv4.2.3 not sending response for image files and browser

2009-05-20 Thread gbansal80
We are using JBoss v4.2.3.ga and Apache v 2.2.9 and mod_jk v 1.2.26 are being used as the load balancer. We have observed that sometimes JBoss fails to send response for a image file. At this stage the browser hangs but on clicking the refresh button the page is rendered completely. On

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Browser hangs intermittently when request for images are for

2009-05-19 Thread gbansal80
We are using JBoss v4.2.3.ga and Apache v 2.2.9 and mod_jk v 1.2.26 are being used as the load balancer. We have observed that sometimes JBoss fails to send response for a image file. At this stage the browser hangs but on clicking the refresh button the page is rendered completely. On