A user is given security group privileges, but is then unable to log to view the privileged pages.
|
While there is never a guarantee that someone will help you fix the problem you find, your chances are much better if you report with adequate detail, and these guidelines usually help: 1. what did you do (full steps to reproduce)? 2. what did you expect to happen? 3. what actually happened? -David On Mar 11, 2009, at 3:53 PM, cjhorton wrote: > > A user is given security group privileges, but is then unable to log > to view > the privileged pages. > -- > View this message in context: http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
David, thank you for the good advise.
I logged in to the party manager as admin on the https://demo.hotwaxmedia.com/partymgr. I added a user to the 'FULLADMIN' (also tried with the ORDERADMIN and a couple others) security group. I expected that when I logged in as this user I would be able to access the ordermgr webapp. Instead, when I attempted to log in as the user I get the following error: The Following Errors Occurred: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.IllegalArgumentException: Could not find resource bundle [SecurityextUiLabels] in the locale [en] (Could not find resource bundle [SecurityextUiLabels] in the locale [en]) Thanks, CJ On Wed, Mar 11, 2009 at 3:56 PM, David E Jones <[hidden email]>wrote: > > While there is never a guarantee that someone will help you fix the problem > you find, your chances are much better if you report with adequate detail, > and these guidelines usually help: > > 1. what did you do (full steps to reproduce)? > 2. what did you expect to happen? > 3. what actually happened? > > -David > > > > On Mar 11, 2009, at 3:53 PM, cjhorton wrote: > > >> A user is given security group privileges, but is then unable to log to >> view >> the privileged pages. >> -- >> View this message in context: >> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > |
Interesting... that's different! This sounds like the same internationalization problem that has been reported in other cases. I don't know if anyone is looking at it yet though... -David On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: > David, thank you for the good advise. > > I logged in to the party manager as admin on the > https://demo.hotwaxmedia.com/partymgr. I added a user to the > 'FULLADMIN' > (also tried with the ORDERADMIN and a couple others) security > group. I > expected that when I logged in as this user I would be able to > access the > ordermgr webapp. Instead, when I attempted to log in as the user I > get the > following error: > > The Following Errors Occurred: > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: > Problems > processing event: java.lang.IllegalArgumentException: Could not find > resource bundle [SecurityextUiLabels] in the locale [en] (Could not > find > resource bundle [SecurityextUiLabels] in the locale [en]) > > Thanks, > > CJ > > > > > > > > On Wed, Mar 11, 2009 at 3:56 PM, David E Jones > <[hidden email]>wrote: > >> >> While there is never a guarantee that someone will help you fix the >> problem >> you find, your chances are much better if you report with adequate >> detail, >> and these guidelines usually help: >> >> 1. what did you do (full steps to reproduce)? >> 2. what did you expect to happen? >> 3. what actually happened? >> >> -David >> >> >> >> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >> >> >>> A user is given security group privileges, but is then unable to >>> log to >>> view >>> the privileged pages. >>> -- >>> View this message in context: >>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> |
Please excuse the naiveness of the following question...
What is the recommended procedure for trying to figure out what is causing something like this? It looks like the repository is getting 300+(very rough estimate) commits a day which is a bit overwhelming to me. Do you start by just digging through the code and working until you find an issue or do you start with the repository and find an instance where this didn't occur and work your way from there? Or a combination of these or none of the above? heh Jay
|
I'd say that is a subjective matter. Personally I prefer just looking straight at the code, it's a lot less information to go through. BTW, I don't think I've ever seen 300 commits a day... I think 300 per month is more like it right now. -David On Mar 12, 2009, at 12:57 AM, cjhorton wrote: > > Please excuse the naiveness of the following question... > > What is the recommended procedure for trying to figure out what is > causing > something like this? > > It looks like the repository is getting 300+(very rough estimate) > commits a > day which is a bit overwhelming to me. Do you start by just digging > through > the code and working until you find an issue or do you start with the > repository and find an instance where this didn't occur and work > your way > from there? Or a combination of these or none of the above? heh > > Jay > > David E Jones-3 wrote: >> >> >> Interesting... that's different! >> >> This sounds like the same internationalization problem that has been >> reported in other cases. I don't know if anyone is looking at it yet >> though... >> >> -David >> >> >> On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: >> >>> David, thank you for the good advise. >>> >>> I logged in to the party manager as admin on the >>> https://demo.hotwaxmedia.com/partymgr. I added a user to the >>> 'FULLADMIN' >>> (also tried with the ORDERADMIN and a couple others) security >>> group. I >>> expected that when I logged in as this user I would be able to >>> access the >>> ordermgr webapp. Instead, when I attempted to log in as the user I >>> get the >>> following error: >>> >>> The Following Errors Occurred: >>> >>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >>> Problems >>> processing event: java.lang.IllegalArgumentException: Could not find >>> resource bundle [SecurityextUiLabels] in the locale [en] (Could not >>> find >>> resource bundle [SecurityextUiLabels] in the locale [en]) >>> >>> Thanks, >>> >>> CJ >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Mar 11, 2009 at 3:56 PM, David E Jones >>> <[hidden email]>wrote: >>> >>>> >>>> While there is never a guarantee that someone will help you fix the >>>> problem >>>> you find, your chances are much better if you report with adequate >>>> detail, >>>> and these guidelines usually help: >>>> >>>> 1. what did you do (full steps to reproduce)? >>>> 2. what did you expect to happen? >>>> 3. what actually happened? >>>> >>>> -David >>>> >>>> >>>> >>>> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >>>> >>>> >>>>> A user is given security group privileges, but is then unable to >>>>> log to >>>>> view >>>>> the privileged pages. >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>> >>>>> >>>> >> >> >> > > -- > View this message in context: http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22470810.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
In reply to this post by cjhorton
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 looking at the logs helps. also to help with flow looking at the artifact in webtools for a particular service will give you a lot of insight as to flow and things that effect that flow like ECA's also using and IDE like eclipse and the subversion plugin lets you see history for any file. i also keep a local history of the commits so i can search them. cjhorton sent the following on 3/11/2009 11:57 PM: > Please excuse the naiveness of the following question... > > What is the recommended procedure for trying to figure out what is causing > something like this? > > It looks like the repository is getting 300+(very rough estimate) commits a > day which is a bit overwhelming to me. Do you start by just digging through > the code and working until you find an issue or do you start with the > repository and find an instance where this didn't occur and work your way > from there? Or a combination of these or none of the above? heh > > Jay > > David E Jones-3 wrote: >> >> Interesting... that's different! >> >> This sounds like the same internationalization problem that has been >> reported in other cases. I don't know if anyone is looking at it yet >> though... >> >> -David >> >> >> On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: >> >>> David, thank you for the good advise. >>> >>> I logged in to the party manager as admin on the >>> https://demo.hotwaxmedia.com/partymgr. I added a user to the >>> 'FULLADMIN' >>> (also tried with the ORDERADMIN and a couple others) security >>> group. I >>> expected that when I logged in as this user I would be able to >>> access the >>> ordermgr webapp. Instead, when I attempted to log in as the user I >>> get the >>> following error: >>> >>> The Following Errors Occurred: >>> >>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >>> Problems >>> processing event: java.lang.IllegalArgumentException: Could not find >>> resource bundle [SecurityextUiLabels] in the locale [en] (Could not >>> find >>> resource bundle [SecurityextUiLabels] in the locale [en]) >>> >>> Thanks, >>> >>> CJ >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Mar 11, 2009 at 3:56 PM, David E Jones >>> <[hidden email]>wrote: >>> >>>> While there is never a guarantee that someone will help you fix the >>>> problem >>>> you find, your chances are much better if you report with adequate >>>> detail, >>>> and these guidelines usually help: >>>> >>>> 1. what did you do (full steps to reproduce)? >>>> 2. what did you expect to happen? >>>> 3. what actually happened? >>>> >>>> -David >>>> >>>> >>>> >>>> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >>>> >>>> >>>>> A user is given security group privileges, but is then unable to >>>>> log to >>>>> view >>>>> the privileged pages. >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>> >>>>> >> >> > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJuNR/rP3NbaWWqE4RAjMCAJ9BPrCA1OlrB/fQW21q0zC8k5+7wwCgkDM2 fmEfmQg+vTX4YHcQHHfEwSY= =0ew1 -----END PGP SIGNATURE----- |
Administrator
|
In reply to this post by David E Jones-3
This difference is because all Apache projects share the same SVN repository. Hence you may see 300 commits but actually there are
roughly 1 to 10 which belong to OFBiz (could me more or less of course) Jacques From: "David E Jones" <[hidden email]> > > I'd say that is a subjective matter. Personally I prefer just looking straight at the code, it's a lot less information to go > through. > > BTW, I don't think I've ever seen 300 commits a day... I think 300 per month is more like it right now. > > -David > > > On Mar 12, 2009, at 12:57 AM, cjhorton wrote: > >> >> Please excuse the naiveness of the following question... >> >> What is the recommended procedure for trying to figure out what is causing >> something like this? >> >> It looks like the repository is getting 300+(very rough estimate) commits a >> day which is a bit overwhelming to me. Do you start by just digging through >> the code and working until you find an issue or do you start with the >> repository and find an instance where this didn't occur and work your way >> from there? Or a combination of these or none of the above? heh >> >> Jay >> >> David E Jones-3 wrote: >>> >>> >>> Interesting... that's different! >>> >>> This sounds like the same internationalization problem that has been >>> reported in other cases. I don't know if anyone is looking at it yet >>> though... >>> >>> -David >>> >>> >>> On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: >>> >>>> David, thank you for the good advise. >>>> >>>> I logged in to the party manager as admin on the >>>> https://demo.hotwaxmedia.com/partymgr. I added a user to the >>>> 'FULLADMIN' >>>> (also tried with the ORDERADMIN and a couple others) security >>>> group. I >>>> expected that when I logged in as this user I would be able to >>>> access the >>>> ordermgr webapp. Instead, when I attempted to log in as the user I >>>> get the >>>> following error: >>>> >>>> The Following Errors Occurred: >>>> >>>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >>>> Problems >>>> processing event: java.lang.IllegalArgumentException: Could not find >>>> resource bundle [SecurityextUiLabels] in the locale [en] (Could not >>>> find >>>> resource bundle [SecurityextUiLabels] in the locale [en]) >>>> >>>> Thanks, >>>> >>>> CJ >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Mar 11, 2009 at 3:56 PM, David E Jones >>>> <[hidden email]>wrote: >>>> >>>>> >>>>> While there is never a guarantee that someone will help you fix the >>>>> problem >>>>> you find, your chances are much better if you report with adequate >>>>> detail, >>>>> and these guidelines usually help: >>>>> >>>>> 1. what did you do (full steps to reproduce)? >>>>> 2. what did you expect to happen? >>>>> 3. what actually happened? >>>>> >>>>> -David >>>>> >>>>> >>>>> >>>>> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >>>>> >>>>> >>>>>> A user is given security group privileges, but is then unable to >>>>>> log to >>>>>> view >>>>>> the privileged pages. >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>> >>>>>> >>>>> >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22470810.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > |
Ahhh! That clarifies it Jacques. That is much less overwhelming. =)
I will check out the svn plugin for eclipse tomorrow. Thanks for the feedback all! On Thu, Mar 12, 2009 at 4:36 AM, Jacques Le Roux < [hidden email]> wrote: > This difference is because all Apache projects share the same SVN > repository. Hence you may see 300 commits but actually there are roughly 1 > to 10 which belong to OFBiz (could me more or less of course) > > Jacques > > From: "David E Jones" <[hidden email]> > > >> I'd say that is a subjective matter. Personally I prefer just looking >> straight at the code, it's a lot less information to go through. >> >> BTW, I don't think I've ever seen 300 commits a day... I think 300 per >> month is more like it right now. >> >> -David >> >> >> On Mar 12, 2009, at 12:57 AM, cjhorton wrote: >> >> >>> Please excuse the naiveness of the following question... >>> >>> What is the recommended procedure for trying to figure out what is >>> causing >>> something like this? >>> >>> It looks like the repository is getting 300+(very rough estimate) >>> commits a >>> day which is a bit overwhelming to me. Do you start by just digging >>> through >>> the code and working until you find an issue or do you start with the >>> repository and find an instance where this didn't occur and work your >>> way >>> from there? Or a combination of these or none of the above? heh >>> >>> Jay >>> >>> David E Jones-3 wrote: >>> >>>> >>>> >>>> Interesting... that's different! >>>> >>>> This sounds like the same internationalization problem that has been >>>> reported in other cases. I don't know if anyone is looking at it yet >>>> though... >>>> >>>> -David >>>> >>>> >>>> On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: >>>> >>>> David, thank you for the good advise. >>>>> >>>>> I logged in to the party manager as admin on the >>>>> https://demo.hotwaxmedia.com/partymgr. I added a user to the >>>>> 'FULLADMIN' >>>>> (also tried with the ORDERADMIN and a couple others) security >>>>> group. I >>>>> expected that when I logged in as this user I would be able to >>>>> access the >>>>> ordermgr webapp. Instead, when I attempted to log in as the user I >>>>> get the >>>>> following error: >>>>> >>>>> The Following Errors Occurred: >>>>> >>>>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >>>>> Problems >>>>> processing event: java.lang.IllegalArgumentException: Could not find >>>>> resource bundle [SecurityextUiLabels] in the locale [en] (Could not >>>>> find >>>>> resource bundle [SecurityextUiLabels] in the locale [en]) >>>>> >>>>> Thanks, >>>>> >>>>> CJ >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Mar 11, 2009 at 3:56 PM, David E Jones >>>>> <[hidden email]>wrote: >>>>> >>>>> >>>>>> While there is never a guarantee that someone will help you fix the >>>>>> problem >>>>>> you find, your chances are much better if you report with adequate >>>>>> detail, >>>>>> and these guidelines usually help: >>>>>> >>>>>> 1. what did you do (full steps to reproduce)? >>>>>> 2. what did you expect to happen? >>>>>> 3. what actually happened? >>>>>> >>>>>> -David >>>>>> >>>>>> >>>>>> >>>>>> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >>>>>> >>>>>> >>>>>> A user is given security group privileges, but is then unable to >>>>>>> log to >>>>>>> view >>>>>>> the privileged pages. >>>>>>> -- >>>>>>> View this message in context: >>>>>>> >>>>>>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>> >>>> >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22470810.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> > > |
In reply to this post by David E Jones-3
The most common reasons for this error are:
1. The locale.properties.fallback setting in general.properties was set to something other than en, and the specified locale does not exist in the *UiLabels.xml file. 2. The locale.properties.fallback setting in general.properties is set to en, and the en locale does not exist in the *UiLabels.xml file. 3. There was a problem reading the *UiLabels.xml file. Maybe the file was moved, and the applications referring to it were not updated. -Adrian David E Jones wrote: > > Interesting... that's different! > > This sounds like the same internationalization problem that has been > reported in other cases. I don't know if anyone is looking at it yet > though... > > -David > > > On Mar 11, 2009, at 4:45 PM, CJay Horton wrote: > >> David, thank you for the good advise. >> >> I logged in to the party manager as admin on the >> https://demo.hotwaxmedia.com/partymgr. I added a user to the 'FULLADMIN' >> (also tried with the ORDERADMIN and a couple others) security group. I >> expected that when I logged in as this user I would be able to access the >> ordermgr webapp. Instead, when I attempted to log in as the user I >> get the >> following error: >> >> The Following Errors Occurred: >> >> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >> Problems >> processing event: java.lang.IllegalArgumentException: Could not find >> resource bundle [SecurityextUiLabels] in the locale [en] (Could not find >> resource bundle [SecurityextUiLabels] in the locale [en]) >> >> Thanks, >> >> CJ >> >> >> >> >> >> >> >> On Wed, Mar 11, 2009 at 3:56 PM, David E Jones >> <[hidden email]>wrote: >> >>> >>> While there is never a guarantee that someone will help you fix the >>> problem >>> you find, your chances are much better if you report with adequate >>> detail, >>> and these guidelines usually help: >>> >>> 1. what did you do (full steps to reproduce)? >>> 2. what did you expect to happen? >>> 3. what actually happened? >>> >>> -David >>> >>> >>> >>> On Mar 11, 2009, at 3:53 PM, cjhorton wrote: >>> >>> >>>> A user is given security group privileges, but is then unable to log to >>>> view >>>> the privileged pages. >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Demo-Error%3A-Cannot-login-a-user-with-new-Security-Group-tp22465393p22465393.html >>>> >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>>> >>> > > |
Hi all,
This is a follow up to my original post in this thread. Here is the log from demo.hotwaxmedia.com/webtools. I logged in as admin, went into the partymgr, and added my userLogin to the FULLADMIN security. I logged out of the admin and when I attempted to login as [hidden email] I got the error below. This is the same experience I had when I originally posted this thread. Also, I notice several instances of "Returning null because found incomplete primary key in find:" in the log. Does anyone have any ideas why this is occuring? Have a nice day! CJ 2009-03-13 12:48:15,752 (TP-Processor5) [ ControlServlet.java:130:INFO ] [[[login] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:15,754 (TP-Processor5) [ JkInputStream.java:196:INFO ] Receiving: getting request body chunk 51 51 2009-03-13 12:48:15,792 (TP-Processor5) [ LoginWorker.java:557:INFO ] Running autoLogin check. 2009-03-13 12:48:15,794 (TP-Processor5) [ RequestHandler.java:539:INFO ] Ran Event [java:org.ofbiz.webapp.control.LoginWorker#login] from [request], result is [success] 2009-03-13 12:48:15,796 (TP-Processor5) [ RequestHandler.java:422:INFO ] [Doing Previous Request]: /checkLogin/main sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 2009-03-13 12:48:15,796 (TP-Processor5) [ RequestHandler.java:599:INFO ] Sending redirect to: [/webtools/control/checkLogin/main], sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 2009-03-13 12:48:15,800 (TP-Processor5) [ ControlServlet.java:299:INFO ] [[[login] Request Done- total:0.047,since last([login] Request B...):0.048]] 2009-03-13 12:48:16,091 (TP-Processor17) [ ControlServlet.java:130:INFO ] [[[checkLogin] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:16,093 (TP-Processor17) [ RequestHandler.java:539:INFO ] Ran Event [java:org.ofbiz.webapp.control.LoginWorker#checkLogin] from [request], result is [success] 2009-03-13 12:48:16,093 (TP-Processor17) [ RequestHandler.java:644:INFO ] Rendering View [main], sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 2009-03-13 12:48:16,252 (TP-Processor17) [ ControlServlet.java:299:INFO ] [[[checkLogin] Request Done- total:0.161,since last([checkLogin] Requ...):0.161]] 2009-03-13 12:48:18,474 (TP-Processor18) [ControlEventListener.java:63 :INFO ] Creating session: 340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:18,474 (TP-Processor18) [ ControlServlet.java:130:INFO ] [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:18,475 (TP-Processor18) [ VisitHandler.java:221:INFO ] Found visitorId [10039] in cookie 2009-03-13 12:48:18,497 (TP-Processor18) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0050s, 249 requests, 105 views in jndi:/ j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml 2009-03-13 12:48:18,504 (TP-Processor18) [ RequestHandler.java:644:INFO ] Rendering View [main], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:18,521 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got 30 screens in 0.017s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml 2009-03-13 12:48:18,546 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got 5 screens in 0.0090s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml 2009-03-13 12:48:18,559 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got 1 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml 2009-03-13 12:48:18,757 (TP-Processor18) [ ControlServlet.java:299:INFO ] [[[main] Request Done- total:0.282,since last([main] Request Be...):0.282]] 2009-03-13 12:48:21,237 (TP-Processor5) [ControlEventListener.java:63 :INFO ] Creating session: BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:21,238 (TP-Processor5) [ ControlServlet.java:130:INFO ] [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:21,238 (TP-Processor5) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2009-03-13 12:48:21,264 (TP-Processor5) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0060s, 257 requests, 87 views in jndi:/ j2ee.demo.hotwaxmedia.com/ecommerce/WEB-INF/controller.xml 2009-03-13 12:48:21,265 (TP-Processor5) [ RequestHandler.java:644:INFO ] Rendering View [ViewForumMessage], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:21,278 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 13 screens in 0.012s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/ForumScreens.xml 2009-03-13 12:48:21,291 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 15 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CommonScreens.xml 2009-03-13 12:48:21,340 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 7 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CartScreens.xml 2009-03-13 12:48:21,462 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 28 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CatalogScreens.xml 2009-03-13 12:48:21,544 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 2 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/EmailContactListScreens.xml 2009-03-13 12:48:21,570 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 8 screens in 0.0090s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/ContentScreens.xml 2009-03-13 12:48:21,611 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got 15 screens in 0.012s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/blog/BlogScreens.xml 2009-03-13 12:48:21,953 (TP-Processor5) [ SequenceUtil.java:341:INFO ] Got bank of sequenced IDs for [ServerHitBin]; curSeqId=12190, maxSeqId=12200, bankSize=10 2009-03-13 12:48:21,960 (TP-Processor5) [ ControlServlet.java:299:INFO ] [[[ViewForumMessage] Request Done- total:0.722,since last([ViewForumMessage...):0.722]] 2009-03-13 12:48:23,480 (TP-Processor7) [ ControlServlet.java:130:INFO ] [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:23,480 (TP-Processor7) [ RequestHandler.java:644:INFO ] Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:23,481 (TP-Processor7) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:Content][contentId,null()] 2009-03-13 12:48:23,935 (TP-Processor7) [ ControlServlet.java:299:INFO ] [[[showforum] Request Done- total:0.455,since last([showforum] Reque...):0.455]] 2009-03-13 12:48:24,491 (TP-Processor17) [ControlEventListener.java:63 :INFO ] Creating session: 7932D8268B499380CC627156A6E92189.jvm1 2009-03-13 12:48:24,492 (TP-Processor17) [ ControlServlet.java:130:INFO ] [[[setSessionLocale] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:24,493 (TP-Processor17) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2009-03-13 12:48:24,529 (TP-Processor17) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml 2009-03-13 12:48:24,539 (TP-Processor17) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.016s, 450 requests, 143 views in jndi:/ j2ee.demo.hotwaxmedia.com/catalog/WEB-INF/controller.xml 2009-03-13 12:48:24,540 (TP-Processor17) [ RequestHandler.java:539:INFO ] Ran Event [java:org.ofbiz.common.CommonEvents#setSessionLocale] from [request], result is [success] 2009-03-13 12:48:24,542 (TP-Processor17) [ RequestHandler.java:644:INFO ] Rendering View [main], sessionId=7932D8268B499380CC627156A6E92189.jvm1 2009-03-13 12:48:24,553 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 13 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/product/widget/catalog/CommonScreens.xml 2009-03-13 12:48:24,553 (TP-Processor17) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:Product][productId,null()] 2009-03-13 12:48:24,556 (TP-Processor17) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:PartyNameView][partyId,null()] 2009-03-13 12:48:24,570 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 22 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml 2009-03-13 12:48:24,735 (TP-Processor17) [ CategoryWorker.java:80 :INFO ] [CategoryWorker.getCatalogTopCategory] Setting new top category: CATALOG1 2009-03-13 12:48:24,841 (TP-Processor17) [ ControlServlet.java:299:INFO ] [[[setSessionLocale] Request Done- total:0.349,since last([setSessionLocale...):0.349]] 2009-03-13 12:48:24,916 (TP-Processor1) [ ControlServlet.java:130:INFO ] [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:24,916 (TP-Processor1) [ RequestHandler.java:644:INFO ] Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:24,917 (TP-Processor1) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:Content][contentId,null()] 2009-03-13 12:48:25,239 (TP-Processor1) [ ControlServlet.java:299:INFO ] [[[showforum] Request Done- total:0.323,since last([showforum] Reque...):0.323]] 2009-03-13 12:48:26,125 (TP-Processor3) [ ControlServlet.java:130:INFO ] [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:26,126 (TP-Processor3) [ RequestHandler.java:644:INFO ] Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:26,127 (TP-Processor3) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:Content][contentId,null()] 2009-03-13 12:48:26,452 (TP-Processor3) [ ControlServlet.java:299:INFO ] [[[showforum] Request Done- total:0.325,since last([showforum] Reque...):0.326]] 2009-03-13 12:48:26,652 (TP-Processor6) [ ControlServlet.java:130:INFO ] [[[findparty] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:26,654 (TP-Processor6) [ RequestHandler.java:644:INFO ] Rendering View [findparty], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:26,782 (TP-Processor6) [ ControlServlet.java:299:INFO ] [[[findparty] Request Done- total:0.129,since last([findparty] Reque...):0.129]] 2009-03-13 12:48:27,007 (TP-Processor13) [ ControlServlet.java:130:INFO ] [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:27,008 (TP-Processor13) [ RequestHandler.java:644:INFO ] Rendering View [ViewForumMessage], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:27,331 (TP-Processor13) [ ControlServlet.java:299:INFO ] [[[ViewForumMessage] Request Done- total:0.324,since last([ViewForumMessage...):0.324]] 2009-03-13 12:48:29,589 (TP-Processor14) [ ControlServlet.java:130:INFO ] [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:29,589 (TP-Processor14) [ RequestHandler.java:644:INFO ] Rendering View [ViewForumMessage], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:29,904 (TP-Processor14) [ ControlServlet.java:299:INFO ] [[[ViewForumMessage] Request Done- total:0.315,since last([ViewForumMessage...):0.315]] 2009-03-13 12:48:31,073 (TP-Processor8) [ ControlServlet.java:130:INFO ] [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:31,074 (TP-Processor8) [ RequestHandler.java:644:INFO ] Rendering View [ViewForumMessage], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:31,384 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got 13 screens in 0.013s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/ForumScreens.xml 2009-03-13 12:48:31,406 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0060s, 257 requests, 87 views in jndi:/ j2ee.demo.hotwaxmedia.com/ecommerce/WEB-INF/controller.xml 2009-03-13 12:48:31,425 (TP-Processor8) [ ControlServlet.java:299:INFO ] [[[ViewForumMessage] Request Done- total:0.352,since last([ViewForumMessage...):0.352]] 2009-03-13 12:48:32,722 (TP-Processor17) [ ControlServlet.java:130:INFO ] [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:32,723 (TP-Processor17) [ RequestHandler.java:644:INFO ] Rendering View [ViewForumMessage], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:32,736 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 15 screens in 0.011s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CommonScreens.xml 2009-03-13 12:48:32,786 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 7 screens in 0.0090s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CartScreens.xml 2009-03-13 12:48:32,818 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 28 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/CatalogScreens.xml 2009-03-13 12:48:32,909 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 2 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/EmailContactListScreens.xml 2009-03-13 12:48:32,934 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 8 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/ContentScreens.xml 2009-03-13 12:48:32,974 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got 15 screens in 0.012s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/ecommerce/widget/blog/BlogScreens.xml 2009-03-13 12:48:33,221 (TP-Processor17) [ ControlServlet.java:299:INFO ] [[[ViewForumMessage] Request Done- total:0.499,since last([ViewForumMessage...):0.499]] 2009-03-13 12:48:34,472 (TP-Processor14) [ ControlServlet.java:130:INFO ] [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:34,473 (TP-Processor14) [ RequestHandler.java:644:INFO ] Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:34,781 (TP-Processor15) [ ControlServlet.java:130:INFO ] [[[findparty] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:34,784 (TP-Processor14) [ ControlServlet.java:299:INFO ] [[[showforum] Request Done- total:0.311,since last([showforum] Reque...):0.311]] 2009-03-13 12:48:34,801 (TP-Processor15) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml 2009-03-13 12:48:34,806 (TP-Processor15) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.011s, 249 requests, 105 views in jndi:/ j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml 2009-03-13 12:48:34,809 (TP-Processor15) [ JkInputStream.java:196:INFO ] Receiving: getting request body chunk 171 171 2009-03-13 12:48:34,834 (TP-Processor15) [ RequestHandler.java:644:INFO ] Rendering View [findparty], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:34,851 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got 30 screens in 0.016s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml 2009-03-13 12:48:34,867 (TP-Processor15) [ PartyServices.java:1337:INFO ] In findParty mainCond=((statusId IS NULL OR statusId <> 'PARTY_DISABLED') AND UPPER(userLoginId) LIKE UPPER('%cj%')) 2009-03-13 12:48:34,888 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got 5 screens in 0.0090s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml 2009-03-13 12:48:34,901 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got 1 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml 2009-03-13 12:48:34,926 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got 22 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml 2009-03-13 12:48:35,039 (TP-Processor15) [ ControlServlet.java:299:INFO ] [[[findparty] Request Done- total:0.257,since last([findparty] Reque...):0.257]] 2009-03-13 12:48:35,802 (TP-Processor10) [ ControlServlet.java:130:INFO ] [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:35,803 (TP-Processor10) [ RequestHandler.java:644:INFO ] Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 2009-03-13 12:48:36,190 (TP-Processor10) [ ControlServlet.java:299:INFO ] [[[showforum] Request Done- total:0.388,since last([showforum] Reque...):0.388]] 2009-03-13 12:48:40,861 (TP-Processor3) [ ControlServlet.java:130:INFO ] [[[viewprofile] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:40,862 (TP-Processor3) [ RequestHandler.java:644:INFO ] Rendering View [viewprofile], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:41,066 (TP-Processor3) [ ScreenFactory.java:129:INFO ] Got 18 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/ProfileScreens.xml 2009-03-13 12:48:41,490 (TP-Processor3) [ ModelForm.java:1345:INFO ] preparePager: low - high = 0 - 3 2009-03-13 12:48:41,491 (TP-Processor3) [ ModelForm.java:1363:INFO ] preparePager: Found rows = -1 2009-03-13 12:48:41,536 (TP-Processor3) [ ControlServlet.java:299:INFO ] [[[viewprofile] Request Done- total:0.675,since last([viewprofile] Req...):0.675]] 2009-03-13 12:48:44,334 (TP-Processor17) [ ControlServlet.java:130:INFO ] [[[EditUserLoginSecurityGroups] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:44,335 (TP-Processor17) [ RequestHandler.java:644:INFO ] Rendering View [EditUserLoginSecurityGroups], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:44,498 (TP-Processor17) [ UtilProperties.java:870:INFO ] ResourceBundle SecurityEntityLabels (en_US) created in 0.056s with 241 properties 2009-03-13 12:48:44,527 (TP-Processor17) [ ModelForm.java:1345:INFO ] preparePager: low - high = 0 - 20 2009-03-13 12:48:44,528 (TP-Processor17) [ ModelForm.java:1363:INFO ] preparePager: Found rows = -1 2009-03-13 12:48:44,547 (TP-Processor17) [ ControlServlet.java:299:INFO ] [[[EditUserLoginSecurityGroups] Request Done- total:0.213,since last([EditUserLoginSec...):0.213]] 2009-03-13 12:48:49,479 (TP-Processor8) [ControlEventListener.java:63 :INFO ] Creating session: D62C633062314BAF0C89AC2ABFBDCF1E.jvm1 2009-03-13 12:48:49,480 (TP-Processor8) [ ControlServlet.java:130:INFO ] [[[checkLogin] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:49,480 (TP-Processor8) [ VisitHandler.java:221:INFO ] Found visitorId [null] in cookie 2009-03-13 12:48:49,925 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0010s, 15 requests, 13 views in file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml 2009-03-13 12:48:49,934 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.016s, 450 requests, 143 views in jndi:/ j2ee.demo.hotwaxmedia.com/catalog/WEB-INF/controller.xml 2009-03-13 12:48:49,935 (TP-Processor8) [ RequestHandler.java:539:INFO ] Ran Event [java:org.ofbiz.webapp.control.LoginWorker#checkLogin] from [request], result is [error] 2009-03-13 12:48:49,935 (TP-Processor8) [ RequestHandler.java:644:INFO ] Rendering View [login], sessionId=D62C633062314BAF0C89AC2ABFBDCF1E.jvm1 2009-03-13 12:48:49,946 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got 22 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml 2009-03-13 12:48:49,957 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got 13 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/product/widget/catalog/CommonScreens.xml 2009-03-13 12:48:49,968 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got 1 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml 2009-03-13 12:48:49,970 (TP-Processor8) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:PartyNameView][partyId,null()] 2009-03-13 12:48:50,046 (TP-Processor8) [ ControlServlet.java:299:INFO ] [[[checkLogin] Request Done- total:0.566,since last([checkLogin] Requ...):0.566]] 2009-03-13 12:48:55,885 (TP-Processor10) [ ControlServlet.java:130:INFO ] [[[userLogin_addUserLoginToSecurityGroup] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:55,904 (TP-Processor10) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0060s, 249 requests, 105 views in jndi:/ j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml 2009-03-13 12:48:55,906 (TP-Processor10) [ JkInputStream.java:196:INFO ] Receiving: getting request body chunk 104 104 2009-03-13 12:48:55,990 (TP-Processor10) [ ServiceDispatcher.java:578:INFO ] Sync service [partymgr/addUserLoginToSecurityGroup] finished in [78] milliseconds 2009-03-13 12:48:55,991 (TP-Processor10) [ RequestHandler.java:539:INFO ] Ran Event [service:#addUserLoginToSecurityGroup] from [request], result is [success] 2009-03-13 12:48:55,991 (TP-Processor10) [ RequestHandler.java:644:INFO ] Rendering View [EditUserLoginSecurityGroups], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:56,007 (TP-Processor10) [ ScreenFactory.java:129:INFO ] Got 30 screens in 0.015s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml 2009-03-13 12:48:56,017 (TP-Processor10) [ ScreenFactory.java:129:INFO ] Got 5 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml 2009-03-13 12:48:56,137 (TP-Processor10) [ ModelForm.java:1345:INFO ] preparePager: low - high = 0 - 20 2009-03-13 12:48:56,138 (TP-Processor10) [ ModelForm.java:1363:INFO ] preparePager: Found rows = 0 2009-03-13 12:48:56,166 (TP-Processor10) [ ControlServlet.java:299:INFO ] [[[userLogin_addUserLoginToSecurityGroup] Request Done- total:0.281,since last([userLogin_addUse...):0.281]] 2009-03-13 12:48:59,220 (TP-Processor7) [ ControlServlet.java:130:INFO ] [[[logout] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:59,221 (TP-Processor7) [ TransactionUtil.java:346:WARN ] No transaction in place, so not suspending. 2009-03-13 12:48:59,232 (TP-Processor7) [ControlEventListener.java:101:INFO ] Destroying session: 340589EEDB3F37659FF96864A6DC3F18.jvm1 2009-03-13 12:48:59,233 (TP-Processor7) [ControlEventListener.java:63 :INFO ] Creating session: 0569D6ED49104A5836A4C79C56AA6CC8.jvm1 2009-03-13 12:48:59,233 (TP-Processor7) [ LoginWorker.java:557:INFO ] Running autoLogin check. 2009-03-13 12:48:59,234 (TP-Processor7) [ RequestHandler.java:539:INFO ] Ran Event [java:org.ofbiz.webapp.control.LoginWorker#logout] from [request], result is [success] 2009-03-13 12:48:59,235 (TP-Processor7) [ RequestHandler.java:599:INFO ] Sending redirect to: [/partymgr/control/main?], sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 2009-03-13 12:48:59,235 (TP-Processor7) [ VisitHandler.java:221:INFO ] Found visitorId [10039] in cookie 2009-03-13 12:48:59,239 (TP-Processor7) [ ControlServlet.java:299:INFO ] [[[logout] Request Done- total:0.019,since last([logout] Request ...):0.019]] 2009-03-13 12:48:59,515 (TP-Processor18) [ ControlServlet.java:130:INFO ] [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:48:59,515 (TP-Processor18) [ RequestHandler.java:644:INFO ] Rendering View [login], sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 2009-03-13 12:48:59,521 (TP-Processor18) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:PartyNameView][partyId,null()] 2009-03-13 12:48:59,597 (TP-Processor18) [ SequenceUtil.java:341:INFO ] Got bank of sequenced IDs for [ServerHitBin]; curSeqId=12200, maxSeqId=12210, bankSize=10 2009-03-13 12:48:59,600 (TP-Processor18) [ ControlServlet.java:299:INFO ] [[[main] Request Done- total:0.085,since last([main] Request Be...):0.085]] 2009-03-13 12:49:04,278 (ContainerBackgroundProcessor[StandardEngine[default-server]]) [ControlEventListener.java:101:INFO ] Destroying session: 6AD459B338FFCE6FA633199D9ABDD36D.jvm1 2009-03-13 12:49:04,280 (ContainerBackgroundProcessor[StandardEngine[default-server]]) [ControlEventListener.java:101:INFO ] Destroying session: 2E366432675A28E0DEE9CA2EC281C1A4.jvm1 2009-03-13 12:49:06,464 (TP-Processor13) [ ControlServlet.java:130:INFO ] [[[login] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] 2009-03-13 12:49:06,483 (TP-Processor13) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml 2009-03-13 12:49:06,488 (TP-Processor13) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.01s, 249 requests, 105 views in jndi:/ j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml 2009-03-13 12:49:06,491 (TP-Processor13) [ JkInputStream.java:196:INFO ] Receiving: getting request body chunk 62 62 2009-03-13 12:49:06,521 (TP-Processor13) [ JavaEventHandler.java:100:ERROR] ---- runtime exception report -------------------------------------------------- Problems Processing Event Exception: java.lang.IllegalArgumentException Message: Could not find resource bundle [SecurityextUiLabels] in the locale [en_US] ---- stack trace --------------------------------------------------------------- java.lang.IllegalArgumentException: Could not find resource bundle [SecurityextUiLabels] in the locale [en_US] org.ofbiz.base.util.UtilProperties.getResourceBundle(UtilProperties.java:492) org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:386) org.ofbiz.webapp.control.LoginWorker.doMainLogin(LoginWorker.java:408) org.ofbiz.webapp.control.LoginWorker.login(LoginWorker.java:394) sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:92) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:78) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:538) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:336) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:77) javax.servlet.http.HttpServlet.service(HttpServlet.java:710) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:44) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) java.lang.Thread.run(Thread.java:595) -------------------------------------------------------------------------------- 2009-03-13 12:49:06,522 (TP-Processor13) [ RequestHandler.java:374:ERROR] Request login caused an error with the following message: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.IllegalArgumentException: Could not find resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not find resource bundle [SecurityextUiLabels] in the locale [en_US]) 2009-03-13 12:49:06,522 (TP-Processor13) [ RequestHandler.java:644:INFO ] Rendering View [login], sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 2009-03-13 12:49:06,533 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got 22 screens in 0.01s from: file:/demo/deployments/ demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml 2009-03-13 12:49:06,542 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got 5 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml 2009-03-13 12:49:06,555 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got 1 screens in 0.0080s from: file:/demo/deployments/ demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml 2009-03-13 12:49:06,557 (TP-Processor13) [ PrimaryKeyFinder.java:141:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:PartyNameView][partyId,null()] |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 would you be a little more detailed on the steps thanks CJay Horton sent the following on 3/13/2009 11:11 AM: > Hi all, > > This is a follow up to my original post in this thread. Here is the log from > demo.hotwaxmedia.com/webtools. I logged in as admin, went into the > partymgr, and added my userLogin to the FULLADMIN security. I logged out of > the admin and when I attempted to login as [hidden email] I got the error > below. This is the same experience I had when I originally posted this > thread. Also, I notice several instances of "Returning null because found > incomplete primary key in find:" in the log. > > Does anyone have any ideas why this is occuring? > > Have a nice day! > > CJ > > 2009-03-13 12:48:15,752 (TP-Processor5) [ ControlServlet.java:130:INFO ] > [[[login] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] > > 2009-03-13 12:48:15,754 (TP-Processor5) [ JkInputStream.java:196:INFO ] > Receiving: getting request body chunk 51 51 > 2009-03-13 12:48:15,792 (TP-Processor5) [ LoginWorker.java:557:INFO ] > Running autoLogin check. > 2009-03-13 12:48:15,794 (TP-Processor5) [ RequestHandler.java:539:INFO ] Ran > Event [java:org.ofbiz.webapp.control.LoginWorker#login] from [request], > result is [success] > 2009-03-13 12:48:15,796 (TP-Processor5) [ RequestHandler.java:422:INFO ] > [Doing Previous Request]: /checkLogin/main > sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 > 2009-03-13 12:48:15,796 (TP-Processor5) [ RequestHandler.java:599:INFO ] > Sending redirect to: [/webtools/control/checkLogin/main], > sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 > 2009-03-13 12:48:15,800 (TP-Processor5) [ ControlServlet.java:299:INFO ] > [[[login] Request Done- total:0.047,since last([login] Request B...):0.048]] > > 2009-03-13 12:48:16,091 (TP-Processor17) [ ControlServlet.java:130:INFO ] > [[[checkLogin] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:16,093 (TP-Processor17) [ RequestHandler.java:539:INFO ] > Ran Event [java:org.ofbiz.webapp.control.LoginWorker#checkLogin] from > [request], result is [success] > 2009-03-13 12:48:16,093 (TP-Processor17) [ RequestHandler.java:644:INFO ] > Rendering View [main], sessionId=E9D09FA3111107A1ACA6CD15C65153E3.jvm1 > 2009-03-13 12:48:16,252 (TP-Processor17) [ ControlServlet.java:299:INFO ] > [[[checkLogin] Request Done- total:0.161,since last([checkLogin] > Requ...):0.161]] > 2009-03-13 12:48:18,474 (TP-Processor18) [ControlEventListener.java:63 :INFO > ] Creating session: 340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:18,474 (TP-Processor18) [ ControlServlet.java:130:INFO ] > [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] > 2009-03-13 12:48:18,475 (TP-Processor18) [ VisitHandler.java:221:INFO ] > Found visitorId [10039] in cookie > 2009-03-13 12:48:18,497 (TP-Processor18) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0050s, 249 requests, 105 views in jndi:/ > j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml > 2009-03-13 12:48:18,504 (TP-Processor18) [ RequestHandler.java:644:INFO ] > Rendering View [main], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:18,521 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got > 30 screens in 0.017s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml > 2009-03-13 12:48:18,546 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got > 5 screens in 0.0090s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml > 2009-03-13 12:48:18,559 (TP-Processor18) [ ScreenFactory.java:129:INFO ] Got > 1 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml > 2009-03-13 12:48:18,757 (TP-Processor18) [ ControlServlet.java:299:INFO ] > [[[main] Request Done- total:0.282,since last([main] Request Be...):0.282]] > 2009-03-13 12:48:21,237 (TP-Processor5) [ControlEventListener.java:63 :INFO > ] Creating session: BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:21,238 (TP-Processor5) [ ControlServlet.java:130:INFO ] > [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:21,238 (TP-Processor5) [ VisitHandler.java:221:INFO ] Found > visitorId [null] in cookie > 2009-03-13 12:48:21,264 (TP-Processor5) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0060s, 257 requests, 87 views in jndi:/ > j2ee.demo.hotwaxmedia.com/ecommerce/WEB-INF/controller.xml > 2009-03-13 12:48:21,265 (TP-Processor5) [ RequestHandler.java:644:INFO ] > Rendering View [ViewForumMessage], > sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:21,278 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 13 screens in 0.012s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/ForumScreens.xml > 2009-03-13 12:48:21,291 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 15 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CommonScreens.xml > 2009-03-13 12:48:21,340 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 7 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CartScreens.xml > 2009-03-13 12:48:21,462 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 28 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CatalogScreens.xml > 2009-03-13 12:48:21,544 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 2 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/EmailContactListScreens.xml > 2009-03-13 12:48:21,570 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 8 screens in 0.0090s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/ContentScreens.xml > 2009-03-13 12:48:21,611 (TP-Processor5) [ ScreenFactory.java:129:INFO ] Got > 15 screens in 0.012s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/blog/BlogScreens.xml > 2009-03-13 12:48:21,953 (TP-Processor5) [ SequenceUtil.java:341:INFO ] Got > bank of sequenced IDs for [ServerHitBin]; curSeqId=12190, maxSeqId=12200, > bankSize=10 > 2009-03-13 12:48:21,960 (TP-Processor5) [ ControlServlet.java:299:INFO ] > [[[ViewForumMessage] Request Done- total:0.722,since > last([ViewForumMessage...):0.722]] > 2009-03-13 12:48:23,480 (TP-Processor7) [ ControlServlet.java:130:INFO ] > [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:23,480 (TP-Processor7) [ RequestHandler.java:644:INFO ] > Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:23,481 (TP-Processor7) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:Content][contentId,null()] > 2009-03-13 12:48:23,935 (TP-Processor7) [ ControlServlet.java:299:INFO ] > [[[showforum] Request Done- total:0.455,since last([showforum] > Reque...):0.455]] > 2009-03-13 12:48:24,491 (TP-Processor17) [ControlEventListener.java:63 :INFO > ] Creating session: 7932D8268B499380CC627156A6E92189.jvm1 > 2009-03-13 12:48:24,492 (TP-Processor17) [ ControlServlet.java:130:INFO ] > [[[setSessionLocale] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:24,493 (TP-Processor17) [ VisitHandler.java:221:INFO ] > Found visitorId [null] in cookie > 2009-03-13 12:48:24,529 (TP-Processor17) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml > 2009-03-13 12:48:24,539 (TP-Processor17) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.016s, 450 requests, 143 views in jndi:/ > j2ee.demo.hotwaxmedia.com/catalog/WEB-INF/controller.xml > 2009-03-13 12:48:24,540 (TP-Processor17) [ RequestHandler.java:539:INFO ] > Ran Event [java:org.ofbiz.common.CommonEvents#setSessionLocale] from > [request], result is [success] > 2009-03-13 12:48:24,542 (TP-Processor17) [ RequestHandler.java:644:INFO ] > Rendering View [main], sessionId=7932D8268B499380CC627156A6E92189.jvm1 > 2009-03-13 12:48:24,553 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 13 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/product/widget/catalog/CommonScreens.xml > 2009-03-13 12:48:24,553 (TP-Processor17) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:Product][productId,null()] > 2009-03-13 12:48:24,556 (TP-Processor17) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:PartyNameView][partyId,null()] > 2009-03-13 12:48:24,570 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 22 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml > 2009-03-13 12:48:24,735 (TP-Processor17) [ CategoryWorker.java:80 :INFO ] > [CategoryWorker.getCatalogTopCategory] Setting new top category: CATALOG1 > 2009-03-13 12:48:24,841 (TP-Processor17) [ ControlServlet.java:299:INFO ] > [[[setSessionLocale] Request Done- total:0.349,since > last([setSessionLocale...):0.349]] > 2009-03-13 12:48:24,916 (TP-Processor1) [ ControlServlet.java:130:INFO ] > [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:24,916 (TP-Processor1) [ RequestHandler.java:644:INFO ] > Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:24,917 (TP-Processor1) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:Content][contentId,null()] > 2009-03-13 12:48:25,239 (TP-Processor1) [ ControlServlet.java:299:INFO ] > [[[showforum] Request Done- total:0.323,since last([showforum] > Reque...):0.323]] > 2009-03-13 12:48:26,125 (TP-Processor3) [ ControlServlet.java:130:INFO ] > [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:26,126 (TP-Processor3) [ RequestHandler.java:644:INFO ] > Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:26,127 (TP-Processor3) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:Content][contentId,null()] > 2009-03-13 12:48:26,452 (TP-Processor3) [ ControlServlet.java:299:INFO ] > [[[showforum] Request Done- total:0.325,since last([showforum] > Reque...):0.326]] > 2009-03-13 12:48:26,652 (TP-Processor6) [ ControlServlet.java:130:INFO ] > [[[findparty] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:26,654 (TP-Processor6) [ RequestHandler.java:644:INFO ] > Rendering View [findparty], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:26,782 (TP-Processor6) [ ControlServlet.java:299:INFO ] > [[[findparty] Request Done- total:0.129,since last([findparty] > Reque...):0.129]] > 2009-03-13 12:48:27,007 (TP-Processor13) [ ControlServlet.java:130:INFO ] > [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:27,008 (TP-Processor13) [ RequestHandler.java:644:INFO ] > Rendering View [ViewForumMessage], > sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:27,331 (TP-Processor13) [ ControlServlet.java:299:INFO ] > [[[ViewForumMessage] Request Done- total:0.324,since > last([ViewForumMessage...):0.324]] > 2009-03-13 12:48:29,589 (TP-Processor14) [ ControlServlet.java:130:INFO ] > [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:29,589 (TP-Processor14) [ RequestHandler.java:644:INFO ] > Rendering View [ViewForumMessage], > sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:29,904 (TP-Processor14) [ ControlServlet.java:299:INFO ] > [[[ViewForumMessage] Request Done- total:0.315,since > last([ViewForumMessage...):0.315]] > 2009-03-13 12:48:31,073 (TP-Processor8) [ ControlServlet.java:130:INFO ] > [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:31,074 (TP-Processor8) [ RequestHandler.java:644:INFO ] > Rendering View [ViewForumMessage], > sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:31,384 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got > 13 screens in 0.013s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/ForumScreens.xml > 2009-03-13 12:48:31,406 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0060s, 257 requests, 87 views in jndi:/ > j2ee.demo.hotwaxmedia.com/ecommerce/WEB-INF/controller.xml > 2009-03-13 12:48:31,425 (TP-Processor8) [ ControlServlet.java:299:INFO ] > [[[ViewForumMessage] Request Done- total:0.352,since > last([ViewForumMessage...):0.352]] > 2009-03-13 12:48:32,722 (TP-Processor17) [ ControlServlet.java:130:INFO ] > [[[ViewForumMessage] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:32,723 (TP-Processor17) [ RequestHandler.java:644:INFO ] > Rendering View [ViewForumMessage], > sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:32,736 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 15 screens in 0.011s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CommonScreens.xml > 2009-03-13 12:48:32,786 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 7 screens in 0.0090s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CartScreens.xml > 2009-03-13 12:48:32,818 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 28 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/CatalogScreens.xml > 2009-03-13 12:48:32,909 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 2 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/EmailContactListScreens.xml > 2009-03-13 12:48:32,934 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 8 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/ContentScreens.xml > 2009-03-13 12:48:32,974 (TP-Processor17) [ ScreenFactory.java:129:INFO ] Got > 15 screens in 0.012s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/ecommerce/widget/blog/BlogScreens.xml > 2009-03-13 12:48:33,221 (TP-Processor17) [ ControlServlet.java:299:INFO ] > [[[ViewForumMessage] Request Done- total:0.499,since > last([ViewForumMessage...):0.499]] > 2009-03-13 12:48:34,472 (TP-Processor14) [ ControlServlet.java:130:INFO ] > [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:34,473 (TP-Processor14) [ RequestHandler.java:644:INFO ] > Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:34,781 (TP-Processor15) [ ControlServlet.java:130:INFO ] > [[[findparty] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:34,784 (TP-Processor14) [ ControlServlet.java:299:INFO ] > [[[showforum] Request Done- total:0.311,since last([showforum] > Reque...):0.311]] > 2009-03-13 12:48:34,801 (TP-Processor15) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml > 2009-03-13 12:48:34,806 (TP-Processor15) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.011s, 249 requests, 105 views in jndi:/ > j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml > 2009-03-13 12:48:34,809 (TP-Processor15) [ JkInputStream.java:196:INFO ] > Receiving: getting request body chunk 171 171 > 2009-03-13 12:48:34,834 (TP-Processor15) [ RequestHandler.java:644:INFO ] > Rendering View [findparty], sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:34,851 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got > 30 screens in 0.016s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml > 2009-03-13 12:48:34,867 (TP-Processor15) [ PartyServices.java:1337:INFO ] In > findParty mainCond=((statusId IS NULL OR statusId <> 'PARTY_DISABLED') AND > UPPER(userLoginId) LIKE UPPER('%cj%')) > 2009-03-13 12:48:34,888 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got > 5 screens in 0.0090s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml > 2009-03-13 12:48:34,901 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got > 1 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml > 2009-03-13 12:48:34,926 (TP-Processor15) [ ScreenFactory.java:129:INFO ] Got > 22 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml > 2009-03-13 12:48:35,039 (TP-Processor15) [ ControlServlet.java:299:INFO ] > [[[findparty] Request Done- total:0.257,since last([findparty] > Reque...):0.257]] > 2009-03-13 12:48:35,802 (TP-Processor10) [ ControlServlet.java:130:INFO ] > [[[showforum] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:35,803 (TP-Processor10) [ RequestHandler.java:644:INFO ] > Rendering View [Showforum], sessionId=BE02566C30083F39817E1091375B67BE.jvm1 > 2009-03-13 12:48:36,190 (TP-Processor10) [ ControlServlet.java:299:INFO ] > [[[showforum] Request Done- total:0.388,since last([showforum] > Reque...):0.388]] > 2009-03-13 12:48:40,861 (TP-Processor3) [ ControlServlet.java:130:INFO ] > [[[viewprofile] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:40,862 (TP-Processor3) [ RequestHandler.java:644:INFO ] > Rendering View [viewprofile], > sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:41,066 (TP-Processor3) [ ScreenFactory.java:129:INFO ] Got > 18 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/ProfileScreens.xml > 2009-03-13 12:48:41,490 (TP-Processor3) [ ModelForm.java:1345:INFO ] > preparePager: low - high = 0 - 3 > 2009-03-13 12:48:41,491 (TP-Processor3) [ ModelForm.java:1363:INFO ] > preparePager: Found rows = -1 > 2009-03-13 12:48:41,536 (TP-Processor3) [ ControlServlet.java:299:INFO ] > [[[viewprofile] Request Done- total:0.675,since last([viewprofile] > Req...):0.675]] > 2009-03-13 12:48:44,334 (TP-Processor17) [ ControlServlet.java:130:INFO ] > [[[EditUserLoginSecurityGroups] Request Begun, encoding=[UTF-8]- > total:0.0,since last(Begin):0.0]] > 2009-03-13 12:48:44,335 (TP-Processor17) [ RequestHandler.java:644:INFO ] > Rendering View [EditUserLoginSecurityGroups], > sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:44,498 (TP-Processor17) [ UtilProperties.java:870:INFO ] > ResourceBundle SecurityEntityLabels (en_US) created in 0.056s with 241 > properties > 2009-03-13 12:48:44,527 (TP-Processor17) [ ModelForm.java:1345:INFO ] > preparePager: low - high = 0 - 20 > 2009-03-13 12:48:44,528 (TP-Processor17) [ ModelForm.java:1363:INFO ] > preparePager: Found rows = -1 > 2009-03-13 12:48:44,547 (TP-Processor17) [ ControlServlet.java:299:INFO ] > [[[EditUserLoginSecurityGroups] Request Done- total:0.213,since > last([EditUserLoginSec...):0.213]] > 2009-03-13 12:48:49,479 (TP-Processor8) [ControlEventListener.java:63 :INFO > ] Creating session: D62C633062314BAF0C89AC2ABFBDCF1E.jvm1 > 2009-03-13 12:48:49,480 (TP-Processor8) [ ControlServlet.java:130:INFO ] > [[[checkLogin] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:49,480 (TP-Processor8) [ VisitHandler.java:221:INFO ] Found > visitorId [null] in cookie > 2009-03-13 12:48:49,925 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0010s, 15 requests, 13 views in file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml > 2009-03-13 12:48:49,934 (TP-Processor8) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.016s, 450 requests, 143 views in jndi:/ > j2ee.demo.hotwaxmedia.com/catalog/WEB-INF/controller.xml > 2009-03-13 12:48:49,935 (TP-Processor8) [ RequestHandler.java:539:INFO ] Ran > Event [java:org.ofbiz.webapp.control.LoginWorker#checkLogin] from [request], > result is [error] > 2009-03-13 12:48:49,935 (TP-Processor8) [ RequestHandler.java:644:INFO ] > Rendering View [login], sessionId=D62C633062314BAF0C89AC2ABFBDCF1E.jvm1 > 2009-03-13 12:48:49,946 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got > 22 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml > 2009-03-13 12:48:49,957 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got > 13 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/product/widget/catalog/CommonScreens.xml > 2009-03-13 12:48:49,968 (TP-Processor8) [ ScreenFactory.java:129:INFO ] Got > 1 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml > 2009-03-13 12:48:49,970 (TP-Processor8) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:PartyNameView][partyId,null()] > 2009-03-13 12:48:50,046 (TP-Processor8) [ ControlServlet.java:299:INFO ] > [[[checkLogin] Request Done- total:0.566,since last([checkLogin] > Requ...):0.566]] > 2009-03-13 12:48:55,885 (TP-Processor10) [ ControlServlet.java:130:INFO ] > [[[userLogin_addUserLoginToSecurityGroup] Request Begun, encoding=[UTF-8]- > total:0.0,since last(Begin):0.0]] > 2009-03-13 12:48:55,904 (TP-Processor10) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0060s, 249 requests, 105 views in jndi:/ > j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml > 2009-03-13 12:48:55,906 (TP-Processor10) [ JkInputStream.java:196:INFO ] > Receiving: getting request body chunk 104 104 > 2009-03-13 12:48:55,990 (TP-Processor10) [ ServiceDispatcher.java:578:INFO ] > Sync service [partymgr/addUserLoginToSecurityGroup] finished in [78] > milliseconds > 2009-03-13 12:48:55,991 (TP-Processor10) [ RequestHandler.java:539:INFO ] > Ran Event [service:#addUserLoginToSecurityGroup] from [request], result is > [success] > 2009-03-13 12:48:55,991 (TP-Processor10) [ RequestHandler.java:644:INFO ] > Rendering View [EditUserLoginSecurityGroups], > sessionId=340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:56,007 (TP-Processor10) [ ScreenFactory.java:129:INFO ] Got > 30 screens in 0.015s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/PartyScreens.xml > 2009-03-13 12:48:56,017 (TP-Processor10) [ ScreenFactory.java:129:INFO ] Got > 5 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml > 2009-03-13 12:48:56,137 (TP-Processor10) [ ModelForm.java:1345:INFO ] > preparePager: low - high = 0 - 20 > 2009-03-13 12:48:56,138 (TP-Processor10) [ ModelForm.java:1363:INFO ] > preparePager: Found rows = 0 > 2009-03-13 12:48:56,166 (TP-Processor10) [ ControlServlet.java:299:INFO ] > [[[userLogin_addUserLoginToSecurityGroup] Request Done- total:0.281,since > last([userLogin_addUse...):0.281]] > 2009-03-13 12:48:59,220 (TP-Processor7) [ ControlServlet.java:130:INFO ] > [[[logout] Request Begun, encoding=[UTF-8]- total:0.0,since > last(Begin):0.0]] > 2009-03-13 12:48:59,221 (TP-Processor7) [ TransactionUtil.java:346:WARN ] No > transaction in place, so not suspending. > 2009-03-13 12:48:59,232 (TP-Processor7) [ControlEventListener.java:101:INFO > ] Destroying session: 340589EEDB3F37659FF96864A6DC3F18.jvm1 > 2009-03-13 12:48:59,233 (TP-Processor7) [ControlEventListener.java:63 :INFO > ] Creating session: 0569D6ED49104A5836A4C79C56AA6CC8.jvm1 > 2009-03-13 12:48:59,233 (TP-Processor7) [ LoginWorker.java:557:INFO ] > Running autoLogin check. > 2009-03-13 12:48:59,234 (TP-Processor7) [ RequestHandler.java:539:INFO ] Ran > Event [java:org.ofbiz.webapp.control.LoginWorker#logout] from [request], > result is [success] > 2009-03-13 12:48:59,235 (TP-Processor7) [ RequestHandler.java:599:INFO ] > Sending redirect to: [/partymgr/control/main?], > sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 > 2009-03-13 12:48:59,235 (TP-Processor7) [ VisitHandler.java:221:INFO ] Found > visitorId [10039] in cookie > 2009-03-13 12:48:59,239 (TP-Processor7) [ ControlServlet.java:299:INFO ] > [[[logout] Request Done- total:0.019,since last([logout] Request > ...):0.019]] > 2009-03-13 12:48:59,515 (TP-Processor18) [ ControlServlet.java:130:INFO ] > [[[main] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] > 2009-03-13 12:48:59,515 (TP-Processor18) [ RequestHandler.java:644:INFO ] > Rendering View [login], sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 > 2009-03-13 12:48:59,521 (TP-Processor18) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:PartyNameView][partyId,null()] > 2009-03-13 12:48:59,597 (TP-Processor18) [ SequenceUtil.java:341:INFO ] Got > bank of sequenced IDs for [ServerHitBin]; curSeqId=12200, maxSeqId=12210, > bankSize=10 > 2009-03-13 12:48:59,600 (TP-Processor18) [ ControlServlet.java:299:INFO ] > [[[main] Request Done- total:0.085,since last([main] Request Be...):0.085]] > 2009-03-13 12:49:04,278 > (ContainerBackgroundProcessor[StandardEngine[default-server]]) > [ControlEventListener.java:101:INFO ] Destroying session: > 6AD459B338FFCE6FA633199D9ABDD36D.jvm1 > 2009-03-13 12:49:04,280 > (ContainerBackgroundProcessor[StandardEngine[default-server]]) > [ControlEventListener.java:101:INFO ] Destroying session: > 2E366432675A28E0DEE9CA2EC281C1A4.jvm1 > 2009-03-13 12:49:06,464 (TP-Processor13) [ ControlServlet.java:130:INFO ] > [[[login] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]] > > 2009-03-13 12:49:06,483 (TP-Processor13) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.0s, 15 requests, 13 views in file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/webcommon/WEB-INF/common-controller.xml > 2009-03-13 12:49:06,488 (TP-Processor13) [ ConfigXMLReader.java:118:INFO ] > controller loaded: 0.01s, 249 requests, 105 views in jndi:/ > j2ee.demo.hotwaxmedia.com/partymgr/WEB-INF/controller.xml > 2009-03-13 12:49:06,491 (TP-Processor13) [ JkInputStream.java:196:INFO ] > Receiving: getting request body chunk 62 62 > 2009-03-13 12:49:06,521 (TP-Processor13) [ JavaEventHandler.java:100:ERROR] > ---- runtime exception report > -------------------------------------------------- Problems Processing Event > Exception: java.lang.IllegalArgumentException Message: Could not find > resource bundle [SecurityextUiLabels] in the locale [en_US] ---- stack trace > --------------------------------------------------------------- > java.lang.IllegalArgumentException: Could not find resource bundle > [SecurityextUiLabels] in the locale [en_US] > org.ofbiz.base.util.UtilProperties.getResourceBundle(UtilProperties.java:492) > org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:386) > org.ofbiz.webapp.control.LoginWorker.doMainLogin(LoginWorker.java:408) > org.ofbiz.webapp.control.LoginWorker.login(LoginWorker.java:394) > sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:585) > org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:92) > org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:78) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:538) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:336) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:201) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:77) > javax.servlet.http.HttpServlet.service(HttpServlet.java:710) > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) > org.ofbiz.catalina.container.CrossSubdomainSessionValve.invoke(CrossSubdomainSessionValve.java:44) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) > org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) > org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) > org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) > org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) > java.lang.Thread.run(Thread.java:595) > -------------------------------------------------------------------------------- > > 2009-03-13 12:49:06,522 (TP-Processor13) [ RequestHandler.java:374:ERROR] > Request login caused an error with the following message: Error calling > event: org.ofbiz.webapp.event.EventHandlerException: Problems processing > event: java.lang.IllegalArgumentException: Could not find resource bundle > [SecurityextUiLabels] in the locale [en_US] (Could not find resource bundle > [SecurityextUiLabels] in the locale [en_US]) > 2009-03-13 12:49:06,522 (TP-Processor13) [ RequestHandler.java:644:INFO ] > Rendering View [login], sessionId=0569D6ED49104A5836A4C79C56AA6CC8.jvm1 > 2009-03-13 12:49:06,533 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got > 22 screens in 0.01s from: file:/demo/deployments/ > demo.hotwaxmedia.com/framework/common/widget/CommonScreens.xml > 2009-03-13 12:49:06,542 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got > 5 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/party/widget/partymgr/CommonScreens.xml > 2009-03-13 12:49:06,555 (TP-Processor13) [ ScreenFactory.java:129:INFO ] Got > 1 screens in 0.0080s from: file:/demo/deployments/ > demo.hotwaxmedia.com/applications/commonext/widget/CommonScreens.xml > 2009-03-13 12:49:06,557 (TP-Processor13) [ PrimaryKeyFinder.java:141:INFO ] > Returning null because found incomplete primary key in find: > [GenericEntity:PartyNameView][partyId,null()] > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJuqXFrP3NbaWWqE4RAspaAJ0aLtnpOJIoP712WBUIv3nzoxBveQCfVIE6 Q+ip/TBQDu33M/Ug83e/NCM= =n5HP -----END PGP SIGNATURE----- |
Sure thing BJ. I initially registered an account in the ecommerce webapp
named [hidden email]. I logged out of [hidden email] and then logged in to the admin account in webtools and navigated to the Party component. I did a find party and pulled up [hidden email]. I then added this login account to the FULLADMIN Security group. I logged out of admin and attempted to log in as [hidden email] in webtools, but got the error message: The Following Errors Occurred: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.IllegalArgumentException: Could not find resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not find resource bundle [SecurityextUiLabels] in the locale [en_US]) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I get this message when I try to login the first time on the demo, as admin, but it does not happen on my local copy. if I click ok the second time it logs in. CJay Horton sent the following on 3/13/2009 11:54 AM: > Sure thing BJ. I initially registered an account in the ecommerce webapp > named [hidden email]. I logged out of [hidden email] and then logged in to the > admin account in webtools and navigated to the Party component. I did a > find party and pulled up [hidden email]. I then added this login account to > the FULLADMIN Security group. I logged out of admin and attempted to log in > as [hidden email] in webtools, but got the error message: > > The Following Errors Occurred: > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: Problems > processing event: java.lang.IllegalArgumentException: Could not find > resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not find > resource bundle [SecurityextUiLabels] in the locale [en_US]) > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJuq0xrP3NbaWWqE4RArDIAJ9PUAGIXg+H7UFwGRZ9BfVI8DA3jgCdEpVa d6yoTyLMmu3/dzi3aRp8AIw= =6D/U -----END PGP SIGNATURE----- |
I tried it again and I can get it every time now. The initial time I did
not try a second time immediately afterwards, but instead logged in as the admin to make sure I had set the security group correctly. When I logged out as admin and tried again as [hidden email] I got the same error. So, it seems to be a similar parrern to what you describe. On a similar side note, have you noticed a similar situation on the demo eccomerce site where when you login in and add an item to the cart you get the following error: "The Following Errors Occurred: No product information passed, not adding anything to cart." If you try it a second time it successfully adds? Perhaps this is similar? CJ On Fri, Mar 13, 2009 at 1:00 PM, BJ Freeman <[hidden email]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I get this message when I try to login the first time on the demo, as > admin, but it does not happen on my local copy. > if I click ok the second time it logs in. > > > CJay Horton sent the following on 3/13/2009 11:54 AM: > > Sure thing BJ. I initially registered an account in the ecommerce webapp > > named [hidden email]. I logged out of [hidden email] and then logged in to > the > > admin account in webtools and navigated to the Party component. I did a > > find party and pulled up [hidden email]. I then added this login account > to > > the FULLADMIN Security group. I logged out of admin and attempted to log > in > > as [hidden email] in webtools, but got the error message: > > > > The Following Errors Occurred: > > > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: > Problems > > processing event: java.lang.IllegalArgumentException: Could not find > > resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not > find > > resource bundle [SecurityextUiLabels] in the locale [en_US]) > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJuq0xrP3NbaWWqE4RArDIAJ9PUAGIXg+H7UFwGRZ9BfVI8DA3jgCdEpVa > d6yoTyLMmu3/dzi3aRp8AIw= > =6D/U > -----END PGP SIGNATURE----- > |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 I have been watching this behavior and since I can duplicate it on my server or local copy, I can only assume it is something to do with the Demo server setup. I watch the status bar and see a lot of redirects and fetches I don't see on my server or local copy. the Host is the only one that has access to the server. hopefully those that communicate with the host will work this out. Anyway this in not an ofbiz bug as far as I am concerned. CJay Horton sent the following on 3/13/2009 1:45 PM: > I tried it again and I can get it every time now. The initial time I did > not try a second time immediately afterwards, but instead logged in as the > admin to make sure I had set the security group correctly. When I logged > out as admin and tried again as [hidden email] I got the same error. So, it > seems to be a similar parrern to what you describe. > > On a similar side note, have you noticed a similar situation on the demo > eccomerce site where when you login in and add an item to the cart you get > the following error: > > "The Following Errors Occurred: > > No product information passed, not adding anything to cart." > If you try it a second time it successfully adds? > > Perhaps this is similar? > > CJ > > > On Fri, Mar 13, 2009 at 1:00 PM, BJ Freeman <[hidden email]> wrote: > > I get this message when I try to login the first time on the demo, as > admin, but it does not happen on my local copy. > if I click ok the second time it logs in. > > > CJay Horton sent the following on 3/13/2009 11:54 AM: >>>> Sure thing BJ. I initially registered an account in the ecommerce webapp >>>> named [hidden email]. I logged out of [hidden email] and then logged in to > the >>>> admin account in webtools and navigated to the Party component. I did a >>>> find party and pulled up [hidden email]. I then added this login account > to >>>> the FULLADMIN Security group. I logged out of admin and attempted to log > in >>>> as [hidden email] in webtools, but got the error message: >>>> >>>> The Following Errors Occurred: >>>> >>>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: > Problems >>>> processing event: java.lang.IllegalArgumentException: Could not find >>>> resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not > find >>>> resource bundle [SecurityextUiLabels] in the locale [en_US]) >>>> >> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJus3krP3NbaWWqE4RArIgAJ4uCJVBr5PFVb3WvjO3Kw6dfbJlyACZAd4F igMRzPfp4dxDU83Dt+uMqtU= =XcLH -----END PGP SIGNATURE----- |
Okay..that is reassuring. Thanks for your time on this BJ.
On Fri, Mar 13, 2009 at 3:19 PM, BJ Freeman <[hidden email]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I have been watching this behavior and since I can duplicate it on my > server or local copy, I can only assume it is something to do with the > Demo server setup. > I watch the status bar and see a lot of redirects and fetches I don't > see on my server or local copy. > the Host is the only one that has access to the server. > hopefully those that communicate with the host will work this out. > Anyway this in not an ofbiz bug as far as I am concerned. > > CJay Horton sent the following on 3/13/2009 1:45 PM: > > I tried it again and I can get it every time now. The initial time I did > > not try a second time immediately afterwards, but instead logged in as > the > > admin to make sure I had set the security group correctly. When I logged > > out as admin and tried again as [hidden email] I got the same error. So, > it > > seems to be a similar parrern to what you describe. > > > > On a similar side note, have you noticed a similar situation on the demo > > eccomerce site where when you login in and add an item to the cart you > get > > the following error: > > > > "The Following Errors Occurred: > > > > No product information passed, not adding anything to cart." > > If you try it a second time it successfully adds? > > > > Perhaps this is similar? > > > > CJ > > > > > > On Fri, Mar 13, 2009 at 1:00 PM, BJ Freeman <[hidden email]> wrote: > > > > I get this message when I try to login the first time on the demo, as > > admin, but it does not happen on my local copy. > > if I click ok the second time it logs in. > > > > > > CJay Horton sent the following on 3/13/2009 11:54 AM: > >>>> Sure thing BJ. I initially registered an account in the ecommerce > webapp > >>>> named [hidden email]. I logged out of [hidden email] and then logged in to > > the > >>>> admin account in webtools and navigated to the Party component. I did > a > >>>> find party and pulled up [hidden email]. I then added this login > account > > to > >>>> the FULLADMIN Security group. I logged out of admin and attempted to > log > > in > >>>> as [hidden email] in webtools, but got the error message: > >>>> > >>>> The Following Errors Occurred: > >>>> > >>>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: > > Problems > >>>> processing event: java.lang.IllegalArgumentException: Could not find > >>>> resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not > > find > >>>> resource bundle [SecurityextUiLabels] in the locale [en_US]) > >>>> > >> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJus3krP3NbaWWqE4RArIgAJ4uCJVBr5PFVb3WvjO3Kw6dfbJlyACZAd4F > igMRzPfp4dxDU83Dt+uMqtU= > =XcLH > -----END PGP SIGNATURE----- > |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 ooops I have been watching this behavior and since I can NOT duplicate it on my CJay Horton sent the following on 3/13/2009 2:42 PM: > Okay..that is reassuring. Thanks for your time on this BJ. > > On Fri, Mar 13, 2009 at 3:19 PM, BJ Freeman <[hidden email]> wrote: > > I have been watching this behavior and since I can duplicate it on my > server or local copy, I can only assume it is something to do with the > Demo server setup. > I watch the status bar and see a lot of redirects and fetches I don't > see on my server or local copy. > the Host is the only one that has access to the server. > hopefully those that communicate with the host will work this out. > Anyway this in not an ofbiz bug as far as I am concerned. > > CJay Horton sent the following on 3/13/2009 1:45 PM: >>>> I tried it again and I can get it every time now. The initial time I did >>>> not try a second time immediately afterwards, but instead logged in as > the >>>> admin to make sure I had set the security group correctly. When I logged >>>> out as admin and tried again as [hidden email] I got the same error. So, > it >>>> seems to be a similar parrern to what you describe. >>>> >>>> On a similar side note, have you noticed a similar situation on the demo >>>> eccomerce site where when you login in and add an item to the cart you > get >>>> the following error: >>>> >>>> "The Following Errors Occurred: >>>> >>>> No product information passed, not adding anything to cart." >>>> If you try it a second time it successfully adds? >>>> >>>> Perhaps this is similar? >>>> >>>> CJ >>>> >>>> >>>> On Fri, Mar 13, 2009 at 1:00 PM, BJ Freeman <[hidden email]> wrote: >>>> >>>> I get this message when I try to login the first time on the demo, as >>>> admin, but it does not happen on my local copy. >>>> if I click ok the second time it logs in. >>>> >>>> >>>> CJay Horton sent the following on 3/13/2009 11:54 AM: >>>>>>> Sure thing BJ. I initially registered an account in the ecommerce > webapp >>>>>>> named [hidden email]. I logged out of [hidden email] and then logged in to >>>> the >>>>>>> admin account in webtools and navigated to the Party component. I did > a >>>>>>> find party and pulled up [hidden email]. I then added this login > account >>>> to >>>>>>> the FULLADMIN Security group. I logged out of admin and attempted to > log >>>> in >>>>>>> as [hidden email] in webtools, but got the error message: >>>>>>> >>>>>>> The Following Errors Occurred: >>>>>>> >>>>>>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >>>> Problems >>>>>>> processing event: java.lang.IllegalArgumentException: Could not find >>>>>>> resource bundle [SecurityextUiLabels] in the locale [en_US] (Could not >>>> find >>>>>>> resource bundle [SecurityextUiLabels] in the locale [en_US]) >>>>>>> >> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJutygrP3NbaWWqE4RAgsJAJ9lXeW7emb4UVbSBXTPM/ZKTq8eEQCgsdaC Oa3KO0GWcQdlgaqlQgNRBoc= =pjQk -----END PGP SIGNATURE----- |
Free forum by Nabble | Edit this page |