Login Issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Login Issue

Chen Xi
Hi :
    I am new to ofbiz. Recently I met the login problem. I tried use
admin/ofbiz to login, but the ofbiz web application always denied my request
and reports "no user found". I have checked database, all the user account
has been stored at the database. I also tried jdk1.4 and jdk1.5. But the
result is the same.

    I doubt it because jre security issue. But I do not have an idea to
solve it. Could anyone provide any suggestions?
Regards
    Chen Xi
Reply | Threaded
Open this post in threaded view
|

Re: Login Issue

cjhowe
Are you sure the database that has your userLogin information is the
same database the ofbiz is loading at startup?  Asked another way; What
database are you using and what datasource is specified in the
delegator with name "default" in the
ofbiz.home/framework/entity/config/entityengine.xml file?

--- Chen Xi <[hidden email]> wrote:

> Hi :
>     I am new to ofbiz. Recently I met the login problem. I tried use
> admin/ofbiz to login, but the ofbiz web application always denied my
> request
> and reports "no user found". I have checked database, all the user
> account
> has been stored at the database. I also tried jdk1.4 and jdk1.5. But
> the
> result is the same.
>
>     I doubt it because jre security issue. But I do not have an idea
> to
> solve it. Could anyone provide any suggestions?
> Regards
>     Chen Xi
>

Reply | Threaded
Open this post in threaded view
|

Re: Login Issue

Chen Xi
I am using mysql 5.0. All those configureations I have been setup correctly.
Otherwise I won't see all those ofbiz tables in my mysql server. And I am
very sure that all the data has been inside the database.

On 5/29/07, Chris Howe <[hidden email]> wrote:

>
> Are you sure the database that has your userLogin information is the
> same database the ofbiz is loading at startup?  Asked another way; What
> database are you using and what datasource is specified in the
> delegator with name "default" in the
> ofbiz.home/framework/entity/config/entityengine.xml file?
>
> --- Chen Xi <[hidden email]> wrote:
>
> > Hi :
> >     I am new to ofbiz. Recently I met the login problem. I tried use
> > admin/ofbiz to login, but the ofbiz web application always denied my
> > request
> > and reports "no user found". I have checked database, all the user
> > account
> > has been stored at the database. I also tried jdk1.4 and jdk1.5. But
> > the
> > result is the same.
> >
> >     I doubt it because jre security issue. But I do not have an idea
> > to
> > solve it. Could anyone provide any suggestions?
> > Regards
> >     Chen Xi
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Login Issue

cjhowe
Check your log for some hints then.  Perhaps it's losing the connection
to the database?
--- Chen Xi <[hidden email]> wrote:

> I am using mysql 5.0. All those configureations I have been setup
> correctly.
> Otherwise I won't see all those ofbiz tables in my mysql server. And
> I am
> very sure that all the data has been inside the database.
>
> On 5/29/07, Chris Howe <[hidden email]> wrote:
> >
> > Are you sure the database that has your userLogin information is
> the
> > same database the ofbiz is loading at startup?  Asked another way;
> What
> > database are you using and what datasource is specified in the
> > delegator with name "default" in the
> > ofbiz.home/framework/entity/config/entityengine.xml file?
> >
> > --- Chen Xi <[hidden email]> wrote:
> >
> > > Hi :
> > >     I am new to ofbiz. Recently I met the login problem. I tried
> use
> > > admin/ofbiz to login, but the ofbiz web application always denied
> my
> > > request
> > > and reports "no user found". I have checked database, all the
> user
> > > account
> > > has been stored at the database. I also tried jdk1.4 and jdk1.5.
> But
> > > the
> > > result is the same.
> > >
> > >     I doubt it because jre security issue. But I do not have an
> idea
> > > to
> > > solve it. Could anyone provide any suggestions?
> > > Regards
> > >     Chen Xi
> > >
> >
> >
>

Reply | Threaded
Open this post in threaded view
|

AW: Login Issue

Dimitri Unruh
Did you install the seed data?


-----Ursprüngliche Nachricht-----
Von: Chris Howe [mailto:[hidden email]]
Gesendet: Dienstag, 29. Mai 2007 11:18
An: [hidden email]
Betreff: Re: Login Issue

Check your log for some hints then.  Perhaps it's losing the connection
to the database?
--- Chen Xi <[hidden email]> wrote:

> I am using mysql 5.0. All those configureations I have been setup
> correctly.
> Otherwise I won't see all those ofbiz tables in my mysql server. And
> I am
> very sure that all the data has been inside the database.
>
> On 5/29/07, Chris Howe <[hidden email]> wrote:
> >
> > Are you sure the database that has your userLogin information is
> the
> > same database the ofbiz is loading at startup?  Asked another way;
> What
> > database are you using and what datasource is specified in the
> > delegator with name "default" in the
> > ofbiz.home/framework/entity/config/entityengine.xml file?
> >
> > --- Chen Xi <[hidden email]> wrote:
> >
> > > Hi :
> > >     I am new to ofbiz. Recently I met the login problem. I tried
> use
> > > admin/ofbiz to login, but the ofbiz web application always denied
> my
> > > request
> > > and reports "no user found". I have checked database, all the
> user
> > > account
> > > has been stored at the database. I also tried jdk1.4 and jdk1.5.
> But
> > > the
> > > result is the same.
> > >
> > >     I doubt it because jre security issue. But I do not have an
> idea
> > > to
> > > solve it. Could anyone provide any suggestions?
> > > Regards
> > >     Chen Xi
> > >
> >
> >
>

Reply | Threaded
Open this post in threaded view
|

Re: Login Issue

Chen Xi
Yes, I have installed seeds data. I don't think it is the database problem,
I tried disable authendication feature, the rest are working fine.

On 5/29/07, Dimitri Unruh <[hidden email]> wrote:

>
> Did you install the seed data?
>
>
> -----Ursprüngliche Nachricht-----
> Von: Chris Howe [mailto:[hidden email]]
> Gesendet: Dienstag, 29. Mai 2007 11:18
> An: [hidden email]
> Betreff: Re: Login Issue
>
> Check your log for some hints then.  Perhaps it's losing the connection
> to the database?
> --- Chen Xi <[hidden email]> wrote:
>
> > I am using mysql 5.0. All those configureations I have been setup
> > correctly.
> > Otherwise I won't see all those ofbiz tables in my mysql server. And
> > I am
> > very sure that all the data has been inside the database.
> >
> > On 5/29/07, Chris Howe <[hidden email]> wrote:
> > >
> > > Are you sure the database that has your userLogin information is
> > the
> > > same database the ofbiz is loading at startup?  Asked another way;
> > What
> > > database are you using and what datasource is specified in the
> > > delegator with name "default" in the
> > > ofbiz.home/framework/entity/config/entityengine.xml file?
> > >
> > > --- Chen Xi <[hidden email]> wrote:
> > >
> > > > Hi :
> > > >     I am new to ofbiz. Recently I met the login problem. I tried
> > use
> > > > admin/ofbiz to login, but the ofbiz web application always denied
> > my
> > > > request
> > > > and reports "no user found". I have checked database, all the
> > user
> > > > account
> > > > has been stored at the database. I also tried jdk1.4 and jdk1.5.
> > But
> > > > the
> > > > result is the same.
> > > >
> > > >     I doubt it because jre security issue. But I do not have an
> > idea
> > > > to
> > > > solve it. Could anyone provide any suggestions?
> > > > Regards
> > > >     Chen Xi
> > > >
> > >
> > >
> >
>
>