this.valueStackFactory is null

2023-05-17 Thread Håkan Andersson
Hi I'm using Struts with Guice and in Struts 6.x.x I get NullPointerException, but it works fine in earlier versions of Struts. Is there anything I missed regarding the upgrade? 2023-05-17 12:26:56,680 ERROR [http-nio-8080-exec-30] dispatcher.DefaultDispatcherErrorHandler (DefaultDispatcher

Re: this.valueStackFactory is null

2023-05-17 Thread Lukasz Lenart
śr., 17 maj 2023 o 14:00 Håkan Andersson napisał(a): > I'm using Struts with Guice and in Struts 6.x.x I get > NullPointerException, but it works fine in earlier versions of Struts. > Is there anything I missed regarding the upgrade? Do you use some plugin? If so the plugin must be adjusted to ch

Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Rohan Patil7
Hi team, Earlier, we have upgraded from struts 2.3.37 to 2.5.30 and it was working fine, but later on we starting setting error as below and we stop seeing login page of our application StackTrace of error: [5/18/23 0:49:41:612 EDT] 008a ServletWrappe I com.ibm.ws.webcontainer.servlet.Ser

Re: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Yasser Zamani
Hi Rohan, Looks like something in logon.jsp is evaluated to null and you get NullPointerException. So I think firstly you need to debug jsp and see what's the root cause. If it's from Struts or not. Regards, Yasser On 5/18/2023 8:29 AM, Rohan Patil7 wrote: Hi team, Earlier, we have upgrade

Re: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Lukasz Lenart
Did you follow the migration guidelines? https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration Regards -- Łukasz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

RE: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Rohan Patil7
Yes, I have followed the migration doc, and with specific changes, it was working for some time and suddenly it stopped working giving Error 500 on UI. Thanks & Regards Rohan Patil -Original Message- From: Lukasz Lenart Sent: 18 May 2023 10:57 To: Struts Users Mailing List Subject: [E

Re: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Lukasz Lenart
czw., 18 maj 2023 o 07:54 Rohan Patil7 napisał(a): > > Yes, I have followed the migration doc, and with specific changes, it was > working for some time and suddenly it stopped working giving Error 500 on UI. If it worked and now stopped, I would review the latest changes to your /pageComponents

RE: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Rohan Patil7
PFA login.jsp file. We did not change anything in login.jsp. Thanks & Regards Rohan Patil -Original Message- From: Lukasz Lenart Sent: 18 May 2023 11:32 To: Struts Users Mailing List Subject: [EXTERNAL] Re: Mirgrating to struts 2.5.30 from 2.3.37 czw., 18 maj 2023 o 07:54 Rohan Patil7

Re: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Lukasz Lenart
czw., 18 maj 2023 o 08:20 Rohan Patil7 napisał(a): > > PFA login.jsp file. We did not change anything in login.jsp. Did this file already work with Struts 2.5? I see you are using Dojo, but the Struts 2 Dojo plugin has been removed and Dojo isn't directly supported by Struts 2.5 Regards -- Łuk

RE: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Rohan Patil7
Yes this file worked with 2.5, and regarding dojo plugin, we are not using struts dojo plugin in our project but we are using dojo separately in our code for UI purposes and independent from Struts. -Original Message- From: Lukasz Lenart Sent: 18 May 2023 11:54 To: Struts Users Maili

Re: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Lukasz Lenart
czw., 18 maj 2023 o 08:40 Rohan Patil7 napisał(a): > Yes this file worked with 2.5, and regarding dojo plugin, we are not using > struts dojo plugin in our project but we are using dojo separately in our > code for UI purposes and independent from Struts. If this already worked with Struts 2.5.

RE: Mirgrating to struts 2.5.30 from 2.3.37

2023-05-17 Thread Rohan Patil7
Yes, this is the correct file. As it was a working file already, so we also did not change anything in login. jsp. -Original Message- From: Lukasz Lenart Sent: 18 May 2023 12:18 To: Struts Users Mailing List Subject: [EXTERNAL] Re: Mirgrating to struts 2.5.30 from 2.3.37 czw., 18 maj