Cannot login using seed data

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

Cannot login using seed data

Terence Ng
Hi,

Enclosed please find my ofbiz.log

After loading the seed data, I can view the login page but cannot login using admin/ofbiz.

I have executed the command to load the seed data:
#$JAVA_HOME/bin/java -jar ofbiz.jar -install -readers=seed,seed-initial

after that, I can find 818 tables in the PostgreSQL 8.3.3 database.

How do I solve the issue?

Regards,
Terence

ofbiz.log

Reply | Threaded
Open this post in threaded view
|

Re: Cannot login using seed data

Vikas Mayur-3
admin user is  now part of demo data. Please see the mailing archive  
for the reasons.

If you just want to install seed data then try to use the ant target  
create-admin-user-login.

Vikas

On Aug 27, 2009, at 5:51 PM, ngterry wrote:

>
> Hi,
>
> Enclosed please find my ofbiz.log
>
> After loading the seed data, I can view the login page but cannot  
> login
> using admin/ofbiz.
>
> I have executed the command to load the seed data:
> #$JAVA_HOME/bin/java -jar ofbiz.jar -install -readers=seed,seed-
> initial
>
> after that, I can find 818 tables in the PostgreSQL 8.3.3 database.
>
> How do I solve the issue?
>
> Regards,
> Terence
>
> http://www.nabble.com/file/p25167547/ofbiz.log ofbiz.log
>
>
> --
> View this message in context: http://www.nabble.com/Cannot-login-using-seed-data-tp25167547p25167547.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Cannot login using seed data

Terence Ng
I have found another docs:
http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guide+1+-+Getting+and+Running+OFBiz+in+5+steps

It tells that to install seed only, by using:
ant run-install-extseed create-admin-user-login

But I do not have ext data to cover the demo data.  Why not run ant run-install-seed instead?

What is seed-initial?  From http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide

Definition: Seed Initial Data is data that is only required the first time the system is loaded like the password of the admin user. Later if you want to update the seed data, you normally do not want the password of admin set back to the 'ofbiz' value.

But I have tested and cannot login using admin/ofbiz.  Could somebody clarify it/teach me?

Regards, Terence




Vikas Mayur-3 wrote
admin user is  now part of demo data. Please see the mailing archive  
for the reasons.

If you just want to install seed data then try to use the ant target  
create-admin-user-login.

Vikas

On Aug 27, 2009, at 5:51 PM, ngterry wrote:

>
> Hi,
>
> Enclosed please find my ofbiz.log
>
> After loading the seed data, I can view the login page but cannot  
> login
> using admin/ofbiz.
>
> I have executed the command to load the seed data:
> #$JAVA_HOME/bin/java -jar ofbiz.jar -install -readers=seed,seed-
> initial
>
> after that, I can find 818 tables in the PostgreSQL 8.3.3 database.
>
> How do I solve the issue?
>
> Regards,
> Terence
>
> http://www.nabble.com/file/p25167547/ofbiz.log ofbiz.log
>
>
> --
> View this message in context: http://www.nabble.com/Cannot-login-using-seed-data-tp25167547p25167547.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>