[OFBiz] Dev - Bug on Shark? Connection failed, invalid username or password.

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

[OFBiz] Dev - Bug on Shark? Connection failed, invalid username or password.

Bugzilla from elliot.li@gmail.com
Hello,

I tried the head revision from svn repository.  You click "Shark",
then click "Work list" ( https://localhost:8443/shark/control/worklist
), and you will get:

org.enhydra.shark.api.client.wfservice.ConnectFailed: Connection
failed, invalid username or password.

BTW: These's a typographical error on the Shark page, the title was
"Shark Wokflow Manager", which missed a "r".


--
Best regards,
Yan
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Bug on Shark? Connection failed, invalid username or password.

Bugzilla from elliot.li@gmail.com
Hello,

I knew this was due to the change of password format stored in
userLogin ( from plain text to hashed code ), which is used to connect
to shark's exMgr.

However, I did not know how to handle it.  How could we used encrypted
string to connect to shark container?

On 10/18/05, Yan Li <[hidden email]> wrote:

> Hello,
>
> I tried the head revision from svn repository.  You click "Shark",
> then click "Work list" ( https://localhost:8443/shark/control/worklist
> ), and you will get:
>
> org.enhydra.shark.api.client.wfservice.ConnectFailed: Connection
> failed, invalid username or password.
>
> BTW: These's a typographical error on the Shark page, the title was
> "Shark Wokflow Manager", which missed a "r".
>
>
> --
> Best regards,
> Yan
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>


--
Best regards,
Yan
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Bug on Shark? Connection failed, invalid username or password.

Bugzilla from elliot.li@gmail.com
Hello,

I found a temporary solution to handle this:

in
framework/security/config/security.properties,
set
password.accept.encrypted.and.plain=true


On 10/18/05, Yan Li <[hidden email]> wrote:

> Hello,
>
> I knew this was due to the change of password format stored in
> userLogin ( from plain text to hashed code ), which is used to connect
> to shark's exMgr.
>
> However, I did not know how to handle it.  How could we used encrypted
> string to connect to shark container?
>
> On 10/18/05, Yan Li <[hidden email]> wrote:
> > Hello,
> >
> > I tried the head revision from svn repository.  You click "Shark",
> > then click "Work list" ( https://localhost:8443/shark/control/worklist
> > ), and you will get:
> >
> > org.enhydra.shark.api.client.wfservice.ConnectFailed: Connection
> > failed, invalid username or password.
> >
> > BTW: These's a typographical error on the Shark page, the title was
> > "Shark Wokflow Manager", which missed a "r".
> >
> >
> > --
> > Best regards,
> > Yan
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
>
>
> --
> Best regards,
> Yan
>


--
Best regards,
Yan
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev