Replies: 3 comments 5 replies
-
Is there a reason for choosing and old version of EJBCA instead of the latest? Using the latest version is more likely to get good answers. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Yes I configured it later on but nothing worked for me. I skipped the
elytron first but then I configured it and still facing same problem
…On Mon, Jan 13, 2025, 9:24 PM Tomas Gustavsson ***@***.***> wrote:
I haven't tried JBoss EAP myself actually, only WildFly. I don't think
there is a difference...but I don't know...
—
Reply to this email directly, view it on GitHub
<#767 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCLN37H52LR5RGJNXIBAH532KPSC3AVCNFSM6AAAAABU4ZXQSWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBSGE4TSOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Let me try it with wildly but please if you find any solution do let me know
…On Mon, Jan 13, 2025, 9:46 PM U. Kayani ***@***.***> wrote:
Yes I configured it later on but nothing worked for me. I skipped the
elytron first but then I configured it and still facing same problem
On Mon, Jan 13, 2025, 9:24 PM Tomas Gustavsson ***@***.***>
wrote:
> I haven't tried JBoss EAP myself actually, only WildFly. I don't think
> there is a difference...but I don't know...
>
> —
> Reply to this email directly, view it on GitHub
> <#767 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BCLN37H52LR5RGJNXIBAH532KPSC3AVCNFSM6AAAAABU4ZXQSWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBSGE4TSOA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Folks, I wanted to install EJBCA CE 8.2 (from sourceforge) with JBoss EAP 7.4 and mysql 8. My Builds get created and even deployed on the JBoss EAP but when I run the ant runinstall command I am getting below error. Can anyone help as I am not getting where I am doing the mistake. One thing to mention is the I didnt set the remoting on my jboss server so can anyone confirm if this can be issue.
I tired adding the remoting but it is giving me error:
jboss-cli.bat --connect "\subsystem=remoting\http-connector=http-remoting-connector:write-attribute(name=connector-ref,value=remoting)"
'subsystem=remotinghttp-connector=http-remoting-connector:write-attribute(name=connector-ref,value=remoting)' is not a valid operation name.
SO I LEFT it and move next.
BUILD FAILED (Ant Verbose log is also attached.)
ant_results_ejbca-verbose-2.txt
d:\ejbca-windows\ejbca_ce_8_2_0_1\build.xml:71: The following error occurred while executing this line:
d:\ejbca-windows\ejbca_ce_8_2_0_1\bin\cli.xml:98: The following error occurred while executing this line:
d:\ejbca-windows\ejbca_ce_8_2_0_1\bin\cli.xml:126: The following error occurred while executing this line:
d:\ejbca-windows\ejbca_ce_8_2_0_1\bin\cli.xml:211: Java returned: 1
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:577)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.Main.runBuild(Main.java:818)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Beta Was this translation helpful? Give feedback.
All reactions