Ofbiz start-up error

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

Ofbiz start-up error

jstric15
Trying to install Ofbiz for the first time but when I try and run
./gradlew loadDefault, I get an exception 'Execption in thread "main"
javax.net.ssl.SSLexception: java.lang.RuntimeException: Unexpected
error: Java.security.InvalidAlgorithmParameterExceptioin: the trust
Anchors parameter must be non-empty' --- any thoughts?

Thanks
Jim
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz start-up error

Aditya Sharma
Hi Jim,

Can you share some more details?

Which release you are using?
What are the steps followed?

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
<http://www.hotwaxsystems.com/>
[image: https://www.linkedin.com/in/aditya-p-sharma/]
<https://www.linkedin.com/in/aditya-p-sharma/>


On Fri, Oct 12, 2018 at 2:42 PM Jim <[hidden email]> wrote:

> Trying to install Ofbiz for the first time but when I try and run
> ./gradlew loadDefault, I get an exception 'Execption in thread "main"
> javax.net.ssl.SSLexception: java.lang.RuntimeException: Unexpected
> error: Java.security.InvalidAlgorithmParameterExceptioin: the trust
> Anchors parameter must be non-empty' --- any thoughts?
>
> Thanks
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz start-up error

Chris Clark
In reply to this post by jstric15
You have to point it to your SSL cert files... Probably a pem file no?  Or
you need to point it to where the root certificate files are so it can
derive the keys to validate... Try setting up without SSL and see if it
will start...

Definitely not a ofbiz guru, but I know somethings

On Fri, Oct 12, 2018, 5:12 AM Jim <[hidden email]> wrote:

> Trying to install Ofbiz for the first time but when I try and run
> ./gradlew loadDefault, I get an exception 'Execption in thread "main"
> javax.net.ssl.SSLexception: java.lang.RuntimeException: Unexpected
> error: Java.security.InvalidAlgorithmParameterExceptioin: the trust
> Anchors parameter must be non-empty' --- any thoughts?
>
> Thanks
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz start-up error

Chris Clark
Cause I have a wild hair growing upwards this morning...  When you have an
issue start with google

https://www.google.com/search?q=trist+anchors+ssl&oq=trist+anchors+ssl

First result should help you understand better...

https://en.m.wikipedia.org/wiki/Trust_anchor

On Mon, Oct 29, 2018, 9:08 AM Chris Clark <[hidden email]> wrote:

> You have to point it to your SSL cert files... Probably a pem file no?  Or
> you need to point it to where the root certificate files are so it can
> derive the keys to validate... Try setting up without SSL and see if it
> will start...
>
> Definitely not a ofbiz guru, but I know somethings
>
> On Fri, Oct 12, 2018, 5:12 AM Jim <[hidden email]> wrote:
>
>> Trying to install Ofbiz for the first time but when I try and run
>> ./gradlew loadDefault, I get an exception 'Execption in thread "main"
>> javax.net.ssl.SSLexception: java.lang.RuntimeException: Unexpected
>> error: Java.security.InvalidAlgorithmParameterExceptioin: the trust
>> Anchors parameter must be non-empty' --- any thoughts?
>>
>> Thanks
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz start-up error

jstric15
Thanks for the help guys, as it turned out, my hosting company didn't set up
any cache for the OS, once I did that, it ran fine.




--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
Jim
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz start-up error

Deepak Dixit-4
Hi User,

Your email has been moderated, Please subscribe to the mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit



On Thu, Nov 22, 2018 at 11:26 AM jstric15 <[hidden email]> wrote:

> Thanks for the help guys, as it turned out, my hosting company didn't set
> up
> any cache for the OS, once I did that, it ran fine.
>
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>