<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Problem with a web application in jboss and weblogic.
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/cm_suter">cm_suter</a> in <i>JNDI and Naming</i> - <a href="http://community.jboss.org/message/562236#562236">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello everyone. I have a big problem and I hope that together we can help&#160; solve.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Start by explaining how I have deployed my web application. My web&#160; application I have it deployed in jboss. This application&#160; uses a library that contains EJB3. The libraries, or rather the EJB3 project&#160; with a machine is in Weblogic 10.3.<br/>JSP sample I made&#160; to see their operation and this is correct. That is, I send&#160; my request through Jboss and get the EJB3 remote JNDI in Weblogic and&#160; you run the code I've written.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So far so good. The problem&#160; appears when I launch my web application, which clearly has a much more&#160; complex code to the examples mentioned above.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Total the error I&#160; get is:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>18:10:06,832 ERROR [STDERR] java.lang.IllegalStateException: No puedo crear una sesi?n despu?s de llevar a cabo la respueta<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.connector.Request.doGetSession(Request.java:2282)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.connector.Request.getSession(Request.java:2064)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:844)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at es.fujitsu.mdcs2.server.servlets.OperationServletCajamar.sessionSave(OperationServletCajamar.java:673)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at es.fujitsu.mdcs2.server.servlets.OperationServletCajamar.end(OperationServletCajamar.java:481)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at es.fujitsu.mdcs2.server.servlets.OperationServletCajamar.doPost(OperationServletCajamar.java:183)<br/>18:10:06,832 ERROR [STDERR]&#160;&#160;&#160;&#160; at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)<br/>18:10:06,833 ERROR [STDERR]&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:595)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any idea will be welcome.</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/562236#562236">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JNDI and Naming at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>