|
From: Markus K. <ma...@pr...> - 2016-05-16 11:04:12
|
On 05/16/2016 12:03 PM, Konstantinos Dimkas wrote: >> On 13 May 2016, at 14:36, Markus Kilås <ma...@pr... >> <mailto:ma...@pr...>> wrote: >> >> On 05/13/2016 01:26 PM, Markus Kilås wrote: >>> Hello Konstantinos, >>> >>> Questions and answers like this could be very useful for other people as >>> well so please use the mailing list so that everybody can benefit from >>> the discussion. Alternatively if you need professional support you can >>> contact sa...@pr... <mailto:sa...@pr...>. >>> >>> Regards, >>> Markus >>> >>> >>> -------- Forwarded Message -------- >>> Subject: Signserver setup and jboss >>> Date: Fri, 13 May 2016 12:53:47 +0300 >>> From: Konstantinos Dimkas <ksd...@cs... >>> <mailto:ksd...@cs...>> >>> To: Markus Kilås <ma...@pr... <mailto:ma...@pr...>> >>> >>> >>> >>> Hello Markus, >>> >>> Thank you very much for your advice for the sign server setup. I am >>> still facing some problems with the installation and i could not >>> overcome the “No EJB handler available”. Due to the fact that i am new >>> to PKI (and i am still an intern at a non-profit organisation) i would >>> really appreciate it if you can point out to me a source with some more >>> detailed installation guidelines, i was not able to find more >>> instructions except from the official documentation. Also i would like >>> to know if there is a playbook for ansible to set up >>> jboss and signserver. >>> >>> >>> Thank you very much for your time, >>> Konstantinos Dimkas >>> >>> >> >> Did you check the output from the application server log? >> Without knowing if the application has started correctly we can only >> make wild guesses about what could be the problem. >> You could upload the server log to paste bin like, https://pastebin.ca/ >> and send the link here. >> >> Original discussion: >> https://sourceforge.net/p/signserver/mailman/message/35036165/ >> Cheers, >> Markus >> > Hello, > > I uploaded at pastern the output of the jboss standalone, the link is > the following: http://pastebin.ca/3601286 > I can spot some things that go wrong, but i would appreciate a more > detailed help. > > Thank you very much in advance, > Konstantinos Dimkas The first error I can see is the "Did not receive a response to the deployment operation": --- 12:52:39,813 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment. 12:52:39,814 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "signserver.ear" was rolled back with failure message Operation cancelled --- This means that JBoss failed to deploy/start SignServer and there is thus no idea to continue trying to access SignServer. The reason why this happen is not clear from the output. Maybe some more info could be available in the JBOSS_HOME/standalone/log/server.log. One issue that comes to mind, which could give this situation is a bug in JBoss 7 where JBoss hangs if you don't have more than 2 CPU cores available. In this case if you run in a virtual machine you need to assign more CPUs to the VM. Regards, Markus PrimeKey Solutions |