|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
error on generating rootca certwhen i try to generate a rootca cert from cli i get that error, the
command is run like jboss user, the installation is a debianetch with default package from han.pp.se. Into webinterface i see the CA corretcly. https://esculapio.digital-network.it:8443/ejbca/retrieve/ca_certs.jsp CA: Esculapio_CA In PEM format: C=IT,O=Esculapio,CN=EsculapioCA, OCSPResponder certificate jboss@ejbca:/usr/share/ejbca$ bin/ejbca.sh ca getrootcert Esculapio_CA root.der -der Using JBoss JNDI provider... 1 [main] ERROR org.ejbca.ui.cli.CaGetRootCertCommand - Error while getting certfificate chain from CA. javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table] -- Saluti Nicola Percacciante ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: error on generating rootca certHello Nicola,
You are getting pretty much the same error message as you were when you had problems installing EJBCA: [java] javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table] [java] Java Result: 255 It therefore seems to me that you still have a problem related to ports used by JBoss for RMI. Have you made sure that only one JBOSS is running? Best Regards, Tham Wickenberg Nicola Percacciante wrote: > when i try to generate a rootca cert from cli i get that error, the > command is run like jboss user, the installation is a debianetch with > default package from han.pp.se. > Into webinterface i see the CA corretcly. > https://esculapio.digital-network.it:8443/ejbca/retrieve/ca_certs.jsp > CA: Esculapio_CA > In PEM format: > > C=IT,O=Esculapio,CN=EsculapioCA, OCSPResponder certificate > > > jboss@ejbca:/usr/share/ejbca$ bin/ejbca.sh ca getrootcert Esculapio_CA > root.der -der > Using JBoss JNDI provider... > 1 [main] ERROR org.ejbca.ui.cli.CaGetRootCertCommand - Error while > getting certfificate chain from CA. > javax.naming.CommunicationException [Root exception is > java.rmi.NoSuchObjectException: no such object in table] > > -- PrimeKey Solutions offers a commercial EJBCA support subscription and training for EJBCA. Please see www.primekey.se or contact info@... for more information. http://download.primekey.se/documents/ejbca_subscription.pdf http://download.primekey.se/documents/ejbca_training.pdf ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: error on generating rootca certA good reference for which ports JBOSS uses for RMI (and other purposes)
is : http://wiki.jboss.org/wiki/UsingJBossBehindAFirewall Tham Wickenberg wrote: > Hello Nicola, > > You are getting pretty much the same error message as you were when you > had problems installing EJBCA: > > [java] javax.naming.CommunicationException [Root exception is > java.rmi.NoSuchObjectException: no such object in table] > [java] Java Result: 255 > > It therefore seems to me that you still have a problem related to ports > used by JBoss for RMI. Have you made sure that only one JBOSS is running? > > Best Regards, > Tham Wickenberg > > Nicola Percacciante wrote: > >> when i try to generate a rootca cert from cli i get that error, the >> command is run like jboss user, the installation is a debianetch with >> default package from han.pp.se. >> Into webinterface i see the CA corretcly. >> https://esculapio.digital-network.it:8443/ejbca/retrieve/ca_certs.jsp >> CA: Esculapio_CA >> In PEM format: >> >> C=IT,O=Esculapio,CN=EsculapioCA, OCSPResponder certificate >> >> >> jboss@ejbca:/usr/share/ejbca$ bin/ejbca.sh ca getrootcert Esculapio_CA >> root.der -der >> Using JBoss JNDI provider... >> 1 [main] ERROR org.ejbca.ui.cli.CaGetRootCertCommand - Error while >> getting certfificate chain from CA. >> javax.naming.CommunicationException [Root exception is >> java.rmi.NoSuchObjectException: no such object in table] >> >> >> > > > -- PrimeKey Solutions offers a commercial EJBCA support subscription and training for EJBCA. Please see www.primekey.se or contact info@... for more information. http://download.primekey.se/documents/ejbca_subscription.pdf http://download.primekey.se/documents/ejbca_training.pdf ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: error on generating rootca cert
I restart the machine, and i have not firewall (no iptables installed
on the box), but i get the same error.
Tham Wickenberg ha scritto:
--
Saluti Digital Network s.r.l. Tel. 055-051.75.56/7 supporto tecnico on line -- ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: error on generating rootca certHow about the server.log? Anything in there when you run the cli command? How about if you stop and start JBoss, any error in the log during startup? Cheers, Tomas Nicola Percacciante wrote: > I restart the machine, and i have not firewall (no iptables installed on > the box), but i get the same error. > > Tham Wickenberg ha scritto: >> Hello Nicola, >> >> You are getting pretty much the same error message as you were when you >> had problems installing EJBCA: >> >> [java] javax.naming.CommunicationException [Root exception is >> java.rmi.NoSuchObjectException: no such object in table] >> [java] Java Result: 255 >> >> It therefore seems to me that you still have a problem related to ports >> used by JBoss for RMI. Have you made sure that only one JBOSS is running? >> >> Best Regards, >> Tham Wickenberg >> >> Nicola Percacciante wrote: >> >>> when i try to generate a rootca cert from cli i get that error, the >>> command is run like jboss user, the installation is a debianetch with >>> default package from han.pp.se. >>> Into webinterface i see the CA corretcly. >>> https://esculapio.digital-network.it:8443/ejbca/retrieve/ca_certs.jsp >>> CA: Esculapio_CA >>> In PEM format: >>> >>> C=IT,O=Esculapio,CN=EsculapioCA, OCSPResponder certificate >>> >>> >>> jboss@ejbca:/usr/share/ejbca$ bin/ejbca.sh ca getrootcert Esculapio_CA >>> root.der -der >>> Using JBoss JNDI provider... >>> 1 [main] ERROR org.ejbca.ui.cli.CaGetRootCertCommand - Error while >>> getting certfificate chain from CA. >>> javax.naming.CommunicationException [Root exception is >>> java.rmi.NoSuchObjectException: no such object in table] >>> >>> >>> >> >> >> > > -- > > Saluti > Nicola Percacciante > > Digital Network s.r.l. > Viale Spartaco Lavagnini, 41 > 50129 - Firenze > P.I.: 05159080489 > > Tel. 055-051.75.56/7 > Fax. 055-56.09.900 > Cel. 348-65.40.472 > > supporto tecnico on line > https://assistenza.digital-network.it > > -- > "Le informazioni trasmesse sono da intendere solo per la persona e/o > società a cui sono indirizzate, possono contenere documenti > confidenziali e/o materiale riservato. Qualsiasi modifica, inoltro, > diffusione o altro utilizzo, relativo alle informazioni trasmesse, da > parte di persone e/o società, diversi dai destinatari indicati, è > proibito ai sensi della legge 196/2003. Se Lei ha ricevuto questa mail > per errore, per favore contatti il mittente e cancelli queste > informazioni da ogni computer." > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ejbca-develop mailing list > Ejbca-develop@... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
| Free Forum Powered by Nabble | Forum Help |