You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Vibin ramakrishnan (JIRA)" <ji...@apache.org> on 2006/10/12 07:40:25 UTC

[jira] Created: (STR-2963) Can any one help , Form bean is not crating....urgent

Can any one help , Form bean is not crating....urgent
-----------------------------------------------------

                 Key: STR-2963
                 URL: http://issues.apache.org/struts/browse/STR-2963
             Project: Struts 1
          Issue Type: Temp
          Components: Unknown
    Affects Versions: 1.2.9
            Reporter: Vibin ramakrishnan
            Priority: Critical


Oct 12, 2006 10:53:53 AM org.apache.struts.util.RequestUtils createActionForm
SEVERE: Error creating form bean of class com.seagate.myMentoring.actionfrom.AuthorizationForm
java.lang.NullPointerException
	at org.apache.struts.config.FormBeanConfig.createActionForm(FormBeanConfig.java:212)
	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292)
	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191)
	at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:331)
	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:202)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
	at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
	at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
	at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (STR-2963) Can any one help , Form bean is not crating....urgent

Posted by "James Mitchell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2963?page=all ]

James Mitchell resolved STR-2963.
---------------------------------

    Resolution: Duplicate

Hi, please do not use the bug tracking system to ask user questions.

Thanks

> Can any one help , Form bean is not crating....urgent
> -----------------------------------------------------
>
>                 Key: STR-2963
>                 URL: http://issues.apache.org/struts/browse/STR-2963
>             Project: Struts 1
>          Issue Type: Temp
>          Components: Unknown
>    Affects Versions: 1.2.9
>            Reporter: Vibin ramakrishnan
>            Priority: Critical
>
> Oct 12, 2006 10:53:53 AM org.apache.struts.util.RequestUtils createActionForm
> SEVERE: Error creating form bean of class com.seagate.myMentoring.actionfrom.AuthorizationForm
> java.lang.NullPointerException
> 	at org.apache.struts.config.FormBeanConfig.createActionForm(FormBeanConfig.java:212)
> 	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292)
> 	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191)
> 	at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:331)
> 	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:202)
> 	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> 	at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
> 	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
> 	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
> 	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
> 	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
> 	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
> 	at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
> 	at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
> 	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
> 	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (STR-2963) Can any one help , Form bean is not crating....urgent

Posted by "James Mitchell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2963?page=all ]

James Mitchell closed STR-2963.
-------------------------------


Closing this question

> Can any one help , Form bean is not crating....urgent
> -----------------------------------------------------
>
>                 Key: STR-2963
>                 URL: http://issues.apache.org/struts/browse/STR-2963
>             Project: Struts 1
>          Issue Type: Temp
>          Components: Unknown
>    Affects Versions: 1.2.9
>            Reporter: Vibin ramakrishnan
>            Priority: Critical
>
> Oct 12, 2006 10:53:53 AM org.apache.struts.util.RequestUtils createActionForm
> SEVERE: Error creating form bean of class com.seagate.myMentoring.actionfrom.AuthorizationForm
> java.lang.NullPointerException
> 	at org.apache.struts.config.FormBeanConfig.createActionForm(FormBeanConfig.java:212)
> 	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292)
> 	at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191)
> 	at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:331)
> 	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:202)
> 	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> 	at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
> 	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
> 	at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
> 	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
> 	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
> 	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
> 	at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
> 	at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
> 	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
> 	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira