|
|
Subject: Re: Error message not displayed on invalid login or password - msg#00048
List: dev.ofbiz.apache.org
Yes, it said something alike before, but no longer since some time... Could you
please open a Jira issue for this ?
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
BTW, please use rather user ML for such questions, see why here :
http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@xxxxxxxxxxxxxxxx
Thanks
Jacques
From: "Cimballi" <cimballi@xxxxxxxxxxxx>
Hi,
Using ofbiz-trunk-2009-01-15-v734653.
When I try to log in with an invalid user or an invalid pasword, the
error message is not displayed, I have only : "The Following Errors
Occurred:".
It should also says "invalid login or password".
2009-01-30 13:21:57,000 (http-0.0.0.0-8443-4) [
RequestHandler.java:326:ERROR] Request login caused an error with the
following message:
2009-01-30 13:22:18,852 (http-0.0.0.0-8443-4) [
ServiceDispatcher.java:522:ERROR] Error in Service [userLogin]: User
not found.
2009-01-30 13:22:18,852 (http-0.0.0.0-8443-4) [
TransactionUtil.java:275:ERROR]
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:274)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:256)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:526)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
org.ofbiz.webapp.control.LoginWorker.login(LoginWorker.java:376)
Cimballi
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Price rule with classifications hierarchy
Those sound more like PartyGroups (related using PartyRelationship)
than PartyClassifications. A party classification is used for usually
"sensitive" data like race, income, etc and usually for marketing
purposes.
As for the group hierarchy thing, I think that may already be
supported for group-based pricing, and I know there is already code to
walk up relationships to expand a set of group partyIds.
-David
On Jan 29, 2009, at 2:23 PM, Jacques Le Roux wrote:
A client of mine needed to have a price rule on a party
classification also working on children of a classification (using
parentId)
His use case was
agent
agent partner
agent partner fix
agent partner performer
agent not partner
...
and he wanted that if he defines a rule on agent it also apply on
all children (this generalized at any level of the hierarchy, of
course, ie a rule on agent partner would only apply to agent
partner, agent partner fix and agent partner performer)
I created a little recursive method, do you think this could be
useful OOTB ?
Jacques
Next Message by Date:
click to view message preview
[jira] Updated: (OFBIZ-2151) Deprecated DTD tags , janitorial clean up patches
[
https://issues.apache.org/jira/browse/OFBIZ-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Rufle updated OFBIZ-2151:
---------------------------------
Attachment: widget_partymgr_xml.patch
Fixes tag/attribute issues in eclipse
> Deprecated DTD tags , janitorial clean up patches
> -------------------------------------------------
>
> Key: OFBIZ-2151
> URL: https://issues.apache.org/jira/browse/OFBIZ-2151
> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: SVN trunk
> Environment: Windows XP
> Reporter: Stephen Rufle
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: CommForms.patch, widget_partymgr_xml.patch
>
>
> I am starting this issue so we have a place to submit patches for deprecated
> tag/attribute changes. I started this because in eclipse I was getting little
> red lines in my XML files.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
Previous Message by Thread:
click to view message preview
Re: Error message not displayed on invalid login or password
This is not related to subject. Actually, these errors are ony warnings, and should not prevent OFBiz to run smoothly. After some
XSD refactoring, we are working on
it, and one day they will all dissapear (only deprecated stuff anyway)
Jacques
From: "Cimballi" <cimballi@xxxxxxxxxxxx>
Some more informations, in the error.log files, I have these messages :
2009-01-30 14:22:12,661 (http-0.0.0.0-8443-4) [
RequestHandler.java:326:ERROR] Request login caused an error with the
following message:
2009-01-30 14:22:12,691 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 123. Error message: cvc-complex-type.3.2.2:
Attribute 'result-map-name' is not allowed to appear in element
'service'.
2009-01-30 14:22:12,701 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 139. Error message: cvc-complex-type.3.2.2:
Attribute 'value-name' is not allowed to appear in element
'entity-one'.
2009-01-30 14:22:12,701 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 139. Error message: cvc-complex-type.4: Attribute
'value-field' must appear on element 'entity-one'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 154. Error message: cvc-complex-type.3.2.2:
Attribute 'field-name' is not allowed to appear in element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 154. Error message: cvc-complex-type.4: Attribute
'field' must appear on element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 159. Error message: cvc-complex-type.3.2.2:
Attribute 'field-name' is not allowed to appear in element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 159. Error message: cvc-complex-type.4: Attribute
'field' must appear on element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 194. Error message: cvc-complex-type.3.2.2:
Attribute 'field-name' is not allowed to appear in element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 194. Error message: cvc-complex-type.4: Attribute
'field' must appear on element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 402. Error message: cvc-complex-type.3.2.2:
Attribute 'field-name' is not allowed to appear in element 'if-empty'.
2009-01-30 14:22:12,721 (http-0.0.0.0-8443-4) [
UtilXml.java:665:ERROR] XmlFileLoader: File
file:/C:/ofbiz-trunk-2009-01-15-v734653/ofbiz-trunk/framework/common/widget/CommonScreens.xml
process error. Line: 402. Error message: cvc-complex-type.4: Attribute
'field' must appear on element 'if-empty'.
2009-01-30 14:22:21,574 (http-0.0.0.0-8443-4) [
RequestHandler.java:326:ERROR] Request login caused an error with the
following message:
Also I have a strange behavior with the login screen, after trying to
log with the blog_user user and having the previous emailed error, I
tried to login with the admin user and it displays the same message
(without the error message) and it puts this in the login box :
[blog_user, admin]
And it strange because I typed the right login-password for the admin
user but it doesn't log me.
Cimballi
On Fri, Jan 30, 2009 at 1:30 PM, Cimballi <cimballi@xxxxxxxxxxxx> wrote:
Hi,
Using ofbiz-trunk-2009-01-15-v734653.
When I try to log in with an invalid user or an invalid pasword, the
error message is not displayed, I have only : "The Following Errors
Occurred:".
It should also says "invalid login or password".
2009-01-30 13:21:57,000 (http-0.0.0.0-8443-4) [
RequestHandler.java:326:ERROR] Request login caused an error with the
following message:
2009-01-30 13:22:18,852 (http-0.0.0.0-8443-4) [
ServiceDispatcher.java:522:ERROR] Error in Service [userLogin]: User
not found.
2009-01-30 13:22:18,852 (http-0.0.0.0-8443-4) [
TransactionUtil.java:275:ERROR]
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:274)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:256)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:526)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
org.ofbiz.webapp.control.LoginWorker.login(LoginWorker.java:376)
Cimballi
Next Message by Thread:
click to view message preview
[jira] Created: (OFBIZ-2153) app-navigation style change breaks
app-navigation style change breaks
-----------------------------------
Key: OFBIZ-2153
URL: https://issues.apache.org/jira/browse/OFBIZ-2153
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Environment: Windows XP
Reporter: Stephen Rufle
Fix For: SVN trunk
A previous change to /framework/images/webapp/images/maincss.css made my
app-navigation look wrong
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|
|