You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Kailas Kore (JIRA)" <ji...@apache.org> on 2007/08/17 23:08:34 UTC

[jira] Created: (STR-3087) Select Tag not populate data

Select Tag not populate data
----------------------------

                 Key: STR-3087
                 URL: https://issues.apache.org/struts/browse/STR-3087
             Project: Struts 1
          Issue Type: Bug
          Components: Taglibs
    Affects Versions: 1.2.7
         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
            Reporter: Kailas Kore


Hi All,

We are facing below exception

EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag

Facing error in below code

<html:select style="width:180;" styleClass="text" property="tcode" size="1">
<html:option value=""><bean:message key="N.select"/> </html:option>
<html:option value="12">ANNUAL</html:option>
</html:select>

We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
5 users accessing application day time.

e.g. 
If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".

If we restart Applcation Server then again same code is working fine
Please provide Solution.

Thanks and Regards,
Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41925 ] 

Paul Benedict commented on STR-3087:
------------------------------------

Kailas, you will have to provide more information for me to help. As a programmer, you should know what information must be given to debug a problem. I need at least the line number within FormTag which is throwing the error.



> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43551#action_43551 ] 

Kailas Kore commented on STR-3087:
----------------------------------

Hi Paul,

We are facing same issue in new JSP, below are printStackTrace, JSP and compiled JSP (from Application Server) file.

JSP Code:
 
<nested:iterate property="coverage">
<tr>
<td class="text" align="left" valign="top" width="198" height="2">
<html:hidden name="coverage" property="coverageType" indexed="true"/>
 <bean:write name="coverage" property="coverageDescription"/>
.
.
.
.
</nested:iterate>

printStackTrace:

08/03/26 15:48:07 java.lang.ClassCastException
08/03/26 15:48:07       at _jsp._quickquote._Coverages._jspService(_Coverages.java:244)
08/03/26 15:48:07       at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121)
08/03/26 15:48:07       at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:267)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:99)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:135)
08/03/26 15:48:07       at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:760)
08/03/26 15:48:07       at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:892)
08/03/26 15:48:07       at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:462)
08/03/26 15:48:07       at _jsp._template._mainLayout._jspService(_mainLayout.java:93)
08/03/26 15:48:07       at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
08/03/26 15:48:07       at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
08/03/26 15:48:07       at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:239)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:302)
08/03/26 15:48:07       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
08/03/26 15:48:07       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
08/03/26 15:48:07       at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
08/03/26 15:48:07       at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
08/03/26 15:48:07       at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
08/03/26 15:48:07       at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
08/03/26 15:48:07       at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
08/03/26 15:48:07       at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
08/03/26 15:48:07       at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
08/03/26 15:48:07       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
08/03/26 15:48:07       at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
08/03/26 15:48:07       at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
08/03/26 15:48:07       at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
08/03/26 15:48:07       at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
08/03/26 15:48:07       at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
08/03/26 15:48:07       at java.lang.Thread.run(Thread.java:534)

Error is coming in compiled JSP:
 
org.apache.struts.taglib.bean.WriteTag __jsp_taghandler_12=(org.apache.struts.taglib.bean.WriteTag)OracleJspRuntime.getTagHandler(pageContext,org.apache.struts.taglib.bean.WriteTag.class,"org.apache.struts.taglib.bean.WriteTag name property");

In Struts Action we have used below code

 CoverageModel[] cs = (CoverageModel[])coverageCol.toArray(new CoverageModel[0]);
 f.set("coverage", cs);

If we restart Applcation Server then again same code is working fine, we not get null pointer class cast exception.

Thanks and Regards,
Kailas




> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kailas Kore updated STR-3087:
-----------------------------

    Attachment: Stack_Trace.txt

Please find attached Stack Trace

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>             Fix For: Pending Review
>
>         Attachments: Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3087:
-------------------------------

    Fix Version/s:     (was: Pending Review)

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>         Attachments: New_Stack_Trace.txt, Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3087:
-------------------------------


Do you have a stack trace?

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43948#action_43948 ] 

Kailas Kore commented on STR-3087:
----------------------------------

Hi Paul,

Please help us to resolve this issue. Currently we are restarting Production Application Servers after 5/6 hrs, whic is not best practice. 

Let me know if we upgrade Struts version from 1.2.7 to up.

We are using 

1: Oracle Application Server 10g - 10.1.2.0.2
2: Oracle provides in built JDK version "1.4.2_06"
3: OS: Linux AS4
4: Struts - 1.2.7
5: TAG libraries Version
     struts-bean.tld:- 1.2
     struts-template.tld:- 1.0
     struts-html.tld:- 1.2
     struts-tiles.tld:- 1.2
     struts-nested.tld:- 1.2
     struts-logic.tld:- 1.2

Let me know contact details where we will get Struts Technical Support.

Thanks and Regards,
Kailas

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>             Fix For: Pending Review
>
>         Attachments: New_Stack_Trace.txt, Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kailas Kore updated STR-3087:
-----------------------------

    Attachment: New_Stack_Trace.txt

Hi Paul,

Please find attached new Stack_Trace. We have open TAR with Oracle and they had given below settings on Application server (global-web-application.xml), still we are facing error.

1: From Oracle Application Server (global-web-application.xml)
<init-param><param-name>tags_reuse_default</param-name><param-value>true</param-value></init-param>


2: _Applicant.java (Compiled version of Applicant.jsp from Application Server)

Following is the piece of code at line 1255 

 _ojsp_s_out.write(__oracle_jsp_text[162]);
                  {
                 org.apache.struts.taglib.html.SelectTag __jsp_taghandler_65=(org.apache.struts.taglib.html.SelectTag)OracleJspRuntime.getTagHandler(pageContext,org.apache.struts.taglib.html.SelectTag.class,"org.apache.struts.taglib.html.SelectTag indexed name property style styleClass size");
                    __jsp_taghandler_65.setParent(__jsp_taghandler_31);
                    __jsp_taghandler_65.setIndexed(true);
                    __jsp_taghandler_65.setName("driver");
                    __jsp_taghandler_65.setProperty("driverSex");
                    __jsp_taghandler_65.setStyle("width:150;");
                    __jsp_taghandler_65.setStyleClass("text");
                    __jsp_taghandler_65.setSize("1");

 
3: Following is the piece of code in we have used in Applicant.jsp

Applicant.jsp

 <html:select style="width:150;" styleClass="text" name="driver" property="driverSex" size="1" indexed="true">
        <html:option value=""><bean:message  key="QQ01.select"/> </html:option>
         <html:option value="M"><bean:message key="QQ01.selectoption.male"/></html:option>
         <html:option value="F"><bean:message key="QQ01.selectoption.female"/></html:option>
</html:select>

4: We are using JDK - 1.4.2, Struts - 1.2.7, Oracle Application Server 10g - 10.1.2.0.2

Kindly help us to resolve java.lang.ClassCastException.

Thanks and Regards,
Kailas 



> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>             Fix For: Pending Review
>
>         Attachments: New_Stack_Trace.txt, Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43893#action_43893 ] 

Kailas Kore commented on STR-3087:
----------------------------------

Hi Paul,

We are facing this issue frequently in our production server. Kindly help us to resolve this issue.

Thanks and regards,
Kailas

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>             Fix For: Pending Review
>
>         Attachments: Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict closed STR-3087.
------------------------------

    Resolution: Incomplete

If you decide to provide detailed stacktrace information that's useful for development research, this issue can be reopened. Otherwise, there is nothing for us to do.

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kailas Kore reassigned STR-3087:
--------------------------------

    Assignee: Paul Benedict

Please look inyo this issue

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>             Fix For: Pending Review
>
>         Attachments: Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41924 ] 

Kailas Kore commented on STR-3087:
----------------------------------

I have below information copied fro Log file

07/08/17 16:27:35 EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag

Let me know if you need any other information

Thanks
Kailas


> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Kailas Kore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41922 ] 

Kailas Kore commented on STR-3087:
----------------------------------

In Select  tag we are facing problem. Drop Down not populated.

Please find below code.

<html:select style="width:180;" styleClass="text" property="tcode" size="1"> 
<html:option value=""><bean:message key="N.select"/> </html:option> 
<html:option value="12">ANNUAL</html:option> 
</html:select> 

Thanks ,
Kailas

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43950#action_43950 ] 

Paul Benedict commented on STR-3087:
------------------------------------

Try upgrading Struts or use a different application server. It sounds like you have a unique problem. I recommend contacting Oracle for support. There doesn't appear to be a problem in Struts itself. So it must be a configuration issue on your end.

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>             Fix For: Pending Review
>
>         Attachments: New_Stack_Trace.txt, Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3087:
-------------------------------

    Fix Version/s: Pending Review

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>             Fix For: Pending Review
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43898#action_43898 ] 

Paul Benedict commented on STR-3087:
------------------------------------

I can't diagnose this issue even with the stack trace. It looks like the ClassCastException happens because the application server isn't implementing a JEE class correctly. I don't know what else would cause this.

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>            Assignee: Paul Benedict
>             Fix For: Pending Review
>
>         Attachments: Stack_Trace.txt
>
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STR-3087) Select Tag not populate data

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/STR-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41921 ] 

Paul Benedict commented on STR-3087:
------------------------------------

Do you know what line in FormTag is erring? 

> Select Tag not populate data
> ----------------------------
>
>                 Key: STR-3087
>                 URL: https://issues.apache.org/struts/browse/STR-3087
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.2.7
>         Environment: Struts 1.2.7, JDK 1.4.2 and Oracle 10g OC4J.
>            Reporter: Kailas Kore
>
> Hi All,
> We are facing below exception
> EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag
> Facing error in below code
> <html:select style="width:180;" styleClass="text" property="tcode" size="1">
> <html:option value=""><bean:message key="N.select"/> </html:option>
> <html:option value="12">ANNUAL</html:option>
> </html:select>
> We are facing above exception after 6/8 hours of Application restart. . Some time we not facing above exception till 48hrs.
> 5 users accessing application day time.
> e.g. 
> If we restart server @ 1 PM then try to login with new browser session at 7 PM or 9 PM, we are facing blank dropdown and in log file "EXCEPTION IN SCR_POL_NB_01.JSPorg.apache.struts.taglib.html.FormTag".
> If we restart Applcation Server then again same code is working fine
> Please provide Solution.
> Thanks and Regards,
> Kailas 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.