Hi Rajesh,
I'm glad for your interest in Apache Syncope.

First of all I'm hoping you're running it on linux :) I'm assuming it for
this response.
Let's assume you want to start the standalone configuration so you're
following documentation [1].
After downloaded the standalone configuration, started the tomcat you'll
have Core at [2] and Console at [3].
As per provided informations I can see you're setup some keystore for SSL I
think, but you're calling services in HTTP. Maybe you're mixing something.

FYI you can start Apache Syncope in embedded mode too [4]. This solution
could be easier if you want to code with it.
I'll need to create your project with maven following [5] and so start it
following [4].

[1] https://syncope.apache.org/docs/3.0/getting-started.html#standalone
[2] http://localhost:9080/syncope/
[3] http://localhost:9080/syncope-console/
[4] https://syncope.apache.org/docs/3.0/getting-started.html#embedded-mode
[5] https://syncope.apache.org/docs/3.0/getting-started.html#maven-project

HTH
Best regards,
Lorenzo

Il giorno dom 18 feb 2024 alle ore 20:50 Rajesh Kanade <rkan...@gmail.com>
ha scritto:

> Hi syncope users,
>
> I am newbie to syncope and trying to install it so I can play with it.
>
> After syncope standalone or docker installation , I can successfully see
> the page
> http://localhost:18080/syncope/  page .
>
> As next step if I try to go to syncope-console page by accessing
> http://localhost:28080/syncope-console/, I always see this error
> Whitelabel Error Page
>
> This application has no explicit mapping for /error, so you are seeing
> this as a fallback.
> Sun Feb 18 19:10:45 UTC 2024
> There was an unexpected error (type=Internal Server Error, status=500).
>
> I also see following errors on the console
>  java.util.concurrent.CompletionException:
> javax.ws.rs.ProcessingException: javax.net.ssl.SSLException: Unrecognized
> SSL message, plaintext connection?
> syncope-console-1  |    at
> java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
> syncope-console-1  |    at
> java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
> syncope-console-1  |    at
> java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
> syncope-console-1  |    at
> java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
> syncope-console-1  |    at
> java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
> syncope-console-1  |    at
> java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
> syncope-console-1  |    at
> java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
> syncope-console-1  |    at
> java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
> syncope-console-1  |    at
> java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
>
> It appears that something is missing on keystore / certificate side but
> not able to pinpoint. Any help will be highly appreciated
>
> Regards
> Rajesh
>


-- 

-- 
Lorenzo Di Cola

Software Engineer @ Tirasa S.r.l.
Viale Vittoria Colonna, 97 - 65127 Pescara
Tel +39 0859116307 / FAX +39 0859111173http://www.tirasa.net

Apache Syncope Committer

Syncope PMC Member at The Apache Software Foundation

http://people.apache.org/phonebook.html?uid=loredicola

Reply via email to