|
From: <Sla...@de...> - 2002-03-18 10:05:50
|
Dear Mr. Sirs, I would be very grateful, if you would answer the following questions related to EJBCA: 1.) Which files are to be changed in order to issue CV certificate ? 2.) Can OCSP be used with EJBCA and what should be changed for this application? 3.) Can you indicate approximate amount of certificate, which can be issued this software in day (1000 .... 3000 certificates) ? 4.) Is it possible to use Oracle as data base? What should be changed for this application ? 5.) Is it possible to use Resin as application server? What should be changed for this application ? I would be grateful for any information. I thank you in advance for your co-operation Sincerely yours Slava Sklarewski |
|
From: Holger B. <ho...@bi...> - 2002-08-02 23:21:32
|
just installed, configured, first certificate generated - it runs
a world full thanks for the great work, guys
bax
ps: ldap integration tomorrow, ibutton via tini next week
|
|
From: Holger B. <ho...@bi...> - 2002-08-03 00:07:03
|
----- Original Message ----- From: "Holger Baxmann" <ho...@bi...> To: <ejb...@li...> Sent: Saturday, August 03, 2002 1:21 AM Subject: [Ejbca-develop] (no subject) > just installed, configured, first certificate generated - it runs > > a world full thanks for the great work, guys > bax > ps: ldap integration tomorrow, ibutton via tini next week > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
From: ersin i. <in...@ha...> - 2002-10-22 10:37:56
|
confirm 598407 |
|
From: Didier C. <di...@co...> - 2005-12-06 16:28:23
|
Hi all,
I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I get
an error while "ant install" 'ing ejbca.
Here's the error:
ejbca:install:
[echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE'
2048 365
0 null ...
[echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650 null
[java] Initializing CA
[java] Generating rootCA keystore:
[java] CA name: AcmeCA
[java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE
[java] Keysize: 2048
[java] Validity (days): 3650
[java] Policy ID: null
[java] Initalizing Temporary Authorization Module.
[java] java.rmi.ServerException: RemoteException occurred in server
thread;
nested exception is:
[java] java.rmi.ServerException: EJBException:; nested exception is:
[java] javax.ejb.EJBException: Could not instantiate bean
I googled a little but did not find anything I can understand, well I'm a
beginner ;-)
Any hint?
Cheers,
Didier
|
|
From: Tomas G. <to...@pr...> - 2005-12-07 07:20:20
|
You don't say which database you are using. My suspicion is that you are using a database and there is problem with the connectivity between JBoss and your database. The answer will be in the server.log in JBOSS_HOME/server/default/log/server.log. Cheers, Tomas Gustavsson PrimeKey Solutions AB http://www.primekey.se/ Didier CONCHAUDRON wrote: > Hi all, > > I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I get > an error while "ant install" 'ing ejbca. > > Here's the error: > > ejbca:install: > [echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE' > 2048 365 > 0 null ... > [echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650 null > [java] Initializing CA > [java] Generating rootCA keystore: > [java] CA name: AcmeCA > [java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE > [java] Keysize: 2048 > [java] Validity (days): 3650 > [java] Policy ID: null > [java] Initalizing Temporary Authorization Module. > [java] java.rmi.ServerException: RemoteException occurred in server > thread; > nested exception is: > [java] java.rmi.ServerException: EJBException:; nested exception is: > [java] javax.ejb.EJBException: Could not instantiate bean > > I googled a little but did not find anything I can understand, well I'm a > beginner ;-) > > Any hint? > > Cheers, > > Didier > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
From: Didier C. <di...@co...> - 2005-12-07 10:53:02
|
Thomas, > You don't say which database you are using. My suspicion is that you are > using a > database and there is problem with the connectivity between JBoss and your > database. I use the default database: hsqldb > The answer will be in the server.log in > JBOSS_HOME/server/default/log/server.log. Well, the log file is huge but I catch a stack trace in: 2005-12-06 17:37:35,659 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: public abstract se.anatom.ejbca.authorization.IAuthorizationSessionRemote se.anatom.ejbca.authorization.IAuthorizationSessionHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException: javax.ejb.EJBException: Could not instantiate bean at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:180) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:78) at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90) at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41) at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335) at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146) at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:116) at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93) at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613) at org.jboss.ejb.Container.invoke(Container.java:894) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805) at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) at java.lang.Thread.run(Thread.java:595) Could this help? Btw, the hsqldb files are created. I'm still digging in logs. Thanks Didier > Cheers, > Tomas Gustavsson > PrimeKey Solutions AB > http://www.primekey.se/ > > > Didier CONCHAUDRON wrote: >> Hi all, >> >> I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I >> get >> an error while "ant install" 'ing ejbca. >> >> Here's the error: >> >> ejbca:install: >> [echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE' >> 2048 365 >> 0 null ... >> [echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650 >> null >> [java] Initializing CA >> [java] Generating rootCA keystore: >> [java] CA name: AcmeCA >> [java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE >> [java] Keysize: 2048 >> [java] Validity (days): 3650 >> [java] Policy ID: null >> [java] Initalizing Temporary Authorization Module. >> [java] java.rmi.ServerException: RemoteException occurred in server >> thread; >> nested exception is: >> [java] java.rmi.ServerException: EJBException:; nested >> exception is: >> [java] javax.ejb.EJBException: Could not instantiate bean >> >> I googled a little but did not find anything I can understand, well I'm >> a >> beginner ;-) >> >> Any hint? >> >> Cheers, >> >> Didier >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log >> files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >> _______________________________________________ >> Ejbca-develop mailing list >> Ejb...@li... >> https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: Tomas G. <to...@pr...> - 2005-12-07 13:00:21
|
Firewall blocking som JBoss ports? You should stop JBoss, delete server.log and monitor the logfile when strarting up JBoss. Cheers, Tomas Didier CONCHAUDRON wrote: > Thomas, > > >>You don't say which database you are using. My suspicion is that you are >>using a >>database and there is problem with the connectivity between JBoss and your >>database. > > > I use the default database: hsqldb > > >>The answer will be in the server.log in >>JBOSS_HOME/server/default/log/server.log. > > > Well, the log file is huge but I catch a stack trace in: > > 2005-12-06 17:37:35,659 ERROR [org.jboss.ejb.plugins.LogInterceptor] > EJBException in method: public abstract > se.anatom.ejbca.authorization.IAuthorizationSessionRemote > se.anatom.ejbca.authorization.IAuthorizationSessionHome.create() throws > javax.ejb.CreateException,java.rmi.RemoteException: > javax.ejb.EJBException: Could not instantiate bean > at > org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:180) > at > org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:78) > at > org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90) > at > org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41) > at > org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109) > at > org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335) > at > org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146) > at > org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:116) > at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121) > at > org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93) > at > org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613) > at org.jboss.ejb.Container.invoke(Container.java:894) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) > at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) > at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) > at > org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) > at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) > at > org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805) > at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) > at java.lang.Thread.run(Thread.java:595) > > Could this help? > > Btw, the hsqldb files are created. > > I'm still digging in logs. > > Thanks > > Didier > > >>Cheers, >>Tomas Gustavsson >>PrimeKey Solutions AB >>http://www.primekey.se/ >> >> >>Didier CONCHAUDRON wrote: >> >>>Hi all, >>> >>>I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I >>>get >>>an error while "ant install" 'ing ejbca. >>> >>>Here's the error: >>> >>>ejbca:install: >>> [echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE' >>>2048 365 >>>0 null ... >>> [echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650 >>>null >>> [java] Initializing CA >>> [java] Generating rootCA keystore: >>> [java] CA name: AcmeCA >>> [java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE >>> [java] Keysize: 2048 >>> [java] Validity (days): 3650 >>> [java] Policy ID: null >>> [java] Initalizing Temporary Authorization Module. >>> [java] java.rmi.ServerException: RemoteException occurred in server >>>thread; >>> nested exception is: >>> [java] java.rmi.ServerException: EJBException:; nested >>>exception is: >>> [java] javax.ejb.EJBException: Could not instantiate bean >>> >>>I googled a little but did not find anything I can understand, well I'm >>>a >>>beginner ;-) >>> >>>Any hint? >>> >>>Cheers, >>> >>>Didier >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>>files >>>for problems? Stop! Download the new AJAX search engine that makes >>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>>_______________________________________________ >>>Ejbca-develop mailing list >>>Ejb...@li... >>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>_______________________________________________ >>Ejbca-develop mailing list >>Ejb...@li... >>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
From: Didier C. <di...@co...> - 2005-12-07 13:23:59
|
>
> Firewall blocking som JBoss ports?
I'm using Jboss on localhost.
> You should stop JBoss, delete server.log and monitor the logfile when
> strarting
> up JBoss.
[java] ObjectName: jboss.j2ee:jndiName=LogEntryDataLocal,service=EJB
[java] State: FAILED
[java] Reason: org.jboss.deployment.DeploymentException: Error
while fixi
ng table name; - nested throwable: (org.jboss.util.NestedSQLException:
Could not
create connection; - nested throwable: (java.sql.SQLException: User not
found:
EJBCA); - nested throwable: (org.jboss.resource.JBossResourceException:
Could no
t create connection; - nested throwable: (java.sql.SQLException: User not
found:
EJBCA)))
I think something happened while creating hsqldb files, but I just
followed the install guide and the ejbca.properties said using default
values is ok...seems not :-/
Thx
Didier
> Cheers,
> Tomas
>
>
> Didier CONCHAUDRON wrote:
>> Thomas,
>>
>>
>>>You don't say which database you are using. My suspicion is that you are
>>>using a
>>>database and there is problem with the connectivity between JBoss and
>>> your
>>>database.
>>
>>
>> I use the default database: hsqldb
>>
>>
>>>The answer will be in the server.log in
>>>JBOSS_HOME/server/default/log/server.log.
>>
>>
>> Well, the log file is huge but I catch a stack trace in:
>>
>> 2005-12-06 17:37:35,659 ERROR [org.jboss.ejb.plugins.LogInterceptor]
>> EJBException in method: public abstract
>> se.anatom.ejbca.authorization.IAuthorizationSessionRemote
>> se.anatom.ejbca.authorization.IAuthorizationSessionHome.create() throws
>> javax.ejb.CreateException,java.rmi.RemoteException:
>> javax.ejb.EJBException: Could not instantiate bean
>> at
>> org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:180)
>> at
>> org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:78)
>> at
>> org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90)
>> at
>> org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
>> at
>> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109)
>> at
>> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
>> at
>> org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146)
>> at
>> org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:116)
>> at
>> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
>> at
>> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
>> at
>> org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613)
>> at org.jboss.ejb.Container.invoke(Container.java:894)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at
>> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
>> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>> at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>> at
>> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
>> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>> at
>> org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805)
>> at
>> org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>> at sun.rmi.transport.Transport$1.run(Transport.java:153)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>> at
>> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
>> at
>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
>> at java.lang.Thread.run(Thread.java:595)
>>
>> Could this help?
>>
>> Btw, the hsqldb files are created.
>>
>> I'm still digging in logs.
>>
>> Thanks
>>
>> Didier
>>
>>
>>>Cheers,
>>>Tomas Gustavsson
>>>PrimeKey Solutions AB
>>>http://www.primekey.se/
>>>
>>>
>>>Didier CONCHAUDRON wrote:
>>>
>>>>Hi all,
>>>>
>>>>I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I
>>>>get
>>>>an error while "ant install" 'ing ejbca.
>>>>
>>>>Here's the error:
>>>>
>>>>ejbca:install:
>>>> [echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE'
>>>>2048 365
>>>>0 null ...
>>>> [echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650
>>>>null
>>>> [java] Initializing CA
>>>> [java] Generating rootCA keystore:
>>>> [java] CA name: AcmeCA
>>>> [java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE
>>>> [java] Keysize: 2048
>>>> [java] Validity (days): 3650
>>>> [java] Policy ID: null
>>>> [java] Initalizing Temporary Authorization Module.
>>>> [java] java.rmi.ServerException: RemoteException occurred in
>>>> server
>>>>thread;
>>>> nested exception is:
>>>> [java] java.rmi.ServerException: EJBException:; nested
>>>>exception is:
>>>> [java] javax.ejb.EJBException: Could not instantiate bean
>>>>
>>>>I googled a little but did not find anything I can understand, well I'm
>>>>a
>>>>beginner ;-)
>>>>
>>>>Any hint?
>>>>
>>>>Cheers,
>>>>
>>>>Didier
>>>>
>>>>
>>>>-------------------------------------------------------
>>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log
>>>>files
>>>>for problems? Stop! Download the new AJAX search engine that makes
>>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>>>>_______________________________________________
>>>>Ejbca-develop mailing list
>>>>Ejb...@li...
>>>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log
>>>files
>>>for problems? Stop! Download the new AJAX search engine that makes
>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>>>_______________________________________________
>>>Ejbca-develop mailing list
>>>Ejb...@li...
>>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>>>
>>
>>
>>
>>
>> -------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
>> files
>> for problems? Stop! Download the new AJAX search engine that makes
>> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>> _______________________________________________
>> Ejbca-develop mailing list
>> Ejb...@li...
>> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Ejbca-develop mailing list
> Ejb...@li...
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
>
|
|
From: Tomas G. <to...@pr...> - 2005-12-07 13:29:01
|
Which JBoss version? Are you sure you didn't configure any database username/password in ejbca.properties? The error says it can't connect to the database. You can always easily re-create the build-in database by deleting the files under data/hypersonic. /Tomas Didier CONCHAUDRON wrote: >>Firewall blocking som JBoss ports? > > > I'm using Jboss on localhost. > > >>You should stop JBoss, delete server.log and monitor the logfile when >>strarting >>up JBoss. > > > [java] ObjectName: jboss.j2ee:jndiName=LogEntryDataLocal,service=EJB > [java] State: FAILED > [java] Reason: org.jboss.deployment.DeploymentException: Error > while fixi > ng table name; - nested throwable: (org.jboss.util.NestedSQLException: > Could not > create connection; - nested throwable: (java.sql.SQLException: User not > found: > EJBCA); - nested throwable: (org.jboss.resource.JBossResourceException: > Could no > t create connection; - nested throwable: (java.sql.SQLException: User not > found: > EJBCA))) > > I think something happened while creating hsqldb files, but I just > followed the install guide and the ejbca.properties said using default > values is ok...seems not :-/ > > Thx > > Didier > > >>Cheers, >>Tomas >> >> >>Didier CONCHAUDRON wrote: >> >>>Thomas, >>> >>> >>> >>>>You don't say which database you are using. My suspicion is that you are >>>>using a >>>>database and there is problem with the connectivity between JBoss and >>>>your >>>>database. >>> >>> >>>I use the default database: hsqldb >>> >>> >>> >>>>The answer will be in the server.log in >>>>JBOSS_HOME/server/default/log/server.log. >>> >>> >>>Well, the log file is huge but I catch a stack trace in: >>> >>>2005-12-06 17:37:35,659 ERROR [org.jboss.ejb.plugins.LogInterceptor] >>>EJBException in method: public abstract >>>se.anatom.ejbca.authorization.IAuthorizationSessionRemote >>>se.anatom.ejbca.authorization.IAuthorizationSessionHome.create() throws >>>javax.ejb.CreateException,java.rmi.RemoteException: >>>javax.ejb.EJBException: Could not instantiate bean >>> at >>>org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:180) >>> at >>>org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:78) >>> at >>>org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90) >>> at >>>org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41) >>> at >>>org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109) >>> at >>>org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335) >>> at >>>org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146) >>> at >>>org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:116) >>> at >>>org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121) >>> at >>>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93) >>> at >>>org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613) >>> at org.jboss.ejb.Container.invoke(Container.java:894) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>>org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) >>> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) >>> at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) >>> at >>>org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) >>> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) >>> at >>>org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:805) >>> at >>>org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:406) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) >>> at sun.rmi.transport.Transport$1.run(Transport.java:153) >>> at java.security.AccessController.doPrivileged(Native Method) >>> at sun.rmi.transport.Transport.serviceCall(Transport.java:149) >>> at >>>sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) >>> at >>>sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) >>> at java.lang.Thread.run(Thread.java:595) >>> >>>Could this help? >>> >>>Btw, the hsqldb files are created. >>> >>>I'm still digging in logs. >>> >>>Thanks >>> >>>Didier >>> >>> >>> >>>>Cheers, >>>>Tomas Gustavsson >>>>PrimeKey Solutions AB >>>>http://www.primekey.se/ >>>> >>>> >>>>Didier CONCHAUDRON wrote: >>>> >>>> >>>>>Hi all, >>>>> >>>>>I'm trying to install lastest stable ejbca eg. 3.1.3 on windows and I >>>>>get >>>>>an error while "ant install" 'ing ejbca. >>>>> >>>>>Here's the error: >>>>> >>>>>ejbca:install: >>>>> [echo] Initializing CA with AcmeCA 'CN=AcmeCA,O=EJBCA Sample,C=SE' >>>>>2048 365 >>>>>0 null ... >>>>> [echo] ca init AcmeCA "CN=AcmeCA,O=EJBCA Sample,C=SE" 2048 3650 >>>>>null >>>>> [java] Initializing CA >>>>> [java] Generating rootCA keystore: >>>>> [java] CA name: AcmeCA >>>>> [java] DN: CN=AcmeCA,O=EJBCA Sample,C=SE >>>>> [java] Keysize: 2048 >>>>> [java] Validity (days): 3650 >>>>> [java] Policy ID: null >>>>> [java] Initalizing Temporary Authorization Module. >>>>> [java] java.rmi.ServerException: RemoteException occurred in >>>>>server >>>>>thread; >>>>>nested exception is: >>>>> [java] java.rmi.ServerException: EJBException:; nested >>>>>exception is: >>>>> [java] javax.ejb.EJBException: Could not instantiate bean >>>>> >>>>>I googled a little but did not find anything I can understand, well I'm >>>>>a >>>>>beginner ;-) >>>>> >>>>>Any hint? >>>>> >>>>>Cheers, >>>>> >>>>>Didier >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>>>>files >>>>>for problems? Stop! Download the new AJAX search engine that makes >>>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>>>>_______________________________________________ >>>>>Ejbca-develop mailing list >>>>>Ejb...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>>>files >>>>for problems? Stop! Download the new AJAX search engine that makes >>>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>>>_______________________________________________ >>>>Ejbca-develop mailing list >>>>Ejb...@li... >>>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >>>> >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>>files >>>for problems? Stop! Download the new AJAX search engine that makes >>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>>_______________________________________________ >>>Ejbca-develop mailing list >>>Ejb...@li... >>>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>_______________________________________________ >>Ejbca-develop mailing list >>Ejb...@li... >>https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
From: Nuno P. <nun...@mu...> - 2006-03-03 14:38:27
Attachments:
smime.p7s
|
|
From: lvhai <lv...@em...> - 2008-04-03 08:32:07
|
i use ant1.6.5 and simply just execute "ant". it worked successful. but when i use eclipse ,it still can't pass.and for the same reason By the way ,i don't know how to simply reply you help email.actually,i don't get you gays help email.i have to see your mailing list in sourceforge website and after that i wrote this.Is there anything that i do wrong when i subscribe this mailing list? |
|
From: Nikolai S. <nik...@gm...> - 2012-08-28 09:54:49
|
Dear All, I'm looking for proposition is it possible to use EJBCA to store the CA keys in a Trusted Platform Module (TPM) instead of HSM. Regards, Niki |
|
From: djouani r. <djo...@gm...> - 2013-03-05 12:34:56
|
Hi , Actually Im looking for a module to add in EJBCA , and this will be the subject of my graduation as a computer science engineer . would you please suggest something to developp and contribute in EJBCA |
|
From: Tomas G. <to...@pr...> - 2013-03-06 15:24:25
|
I have a feature that I'd like to see. Implement support, with GUI, for "Name Constraints". Name constraints are defined in RFC5280, "4.2.1.10. Name Constraints". Only dnsName, rfc822Name and iPAddress are needed in practice. Cheers, Tomas On 03/05/2013 01:34 PM, djouani ramissa wrote: > Hi , > > Actually Im looking for a module to add in EJBCA , and this will be > the subject of my graduation as a computer science engineer . > > would you please suggest something to developp and contribute in EJBCA > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: djouani r. <djo...@gm...> - 2013-03-06 16:11:32
|
Hey , Thank you so much Thomas , I will suggest this to my supervisor . meanwhile can you give me more details about this feature . Thank you in advance On 6 March 2013 16:24, Tomas Gustavsson <to...@pr...> wrote: > > I have a feature that I'd like to see. > > Implement support, with GUI, for "Name Constraints". > > Name constraints are defined in RFC5280, "4.2.1.10. Name Constraints". > > Only dnsName, rfc822Name and iPAddress are needed in practice. > > Cheers, > Tomas > > On 03/05/2013 01:34 PM, djouani ramissa wrote: > > Hi , > > > > Actually Im looking for a module to add in EJBCA , and this will be > > the subject of my graduation as a computer science engineer . > > > > would you please suggest something to developp and contribute in EJBCA > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_feb > > _______________________________________________ > > Ejbca-develop mailing list > > Ejb...@li... > > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: Tomas G. <to...@pr...> - 2013-03-06 17:03:53
|
It is used to limit what a Sub CA can issue. If you for example run a public root CA, you can give rights to a sub CA to issue Sal certificates, but only for the domain primekey.se (for example). Cheers, Tomas djouani ramissa <djo...@gm...> skrev: >Hey , > >Thank you so much Thomas , I will suggest this to my supervisor . > >meanwhile can you give me more details about this feature . > > > >Thank you in advance > >On 6 March 2013 16:24, Tomas Gustavsson <to...@pr...> wrote: > >> >> I have a feature that I'd like to see. >> >> Implement support, with GUI, for "Name Constraints". >> >> Name constraints are defined in RFC5280, "4.2.1.10. Name >Constraints". >> >> Only dnsName, rfc822Name and iPAddress are needed in practice. >> >> Cheers, >> Tomas >> >> On 03/05/2013 01:34 PM, djouani ramissa wrote: >> > Hi , >> > >> > Actually Im looking for a module to add in EJBCA , and this will >be >> > the subject of my graduation as a computer science engineer . >> > >> > would you please suggest something to developp and contribute in >EJBCA >> > >> > >> >------------------------------------------------------------------------------ >> > Everyone hates slow websites. So do we. >> > Make your web apps faster with AppDynamics >> > Download AppDynamics Lite for free today: >> > http://p.sf.net/sfu/appdyn_d2d_feb >> > _______________________________________________ >> > Ejbca-develop mailing list >> > Ejb...@li... >> > https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> > >> >> >> >------------------------------------------------------------------------------ >> Symantec Endpoint Protection 12 positioned as A LEADER in The >Forrester >> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in >the >> endpoint security space. For insight on selecting the right partner >to >> tackle endpoint security challenges, access the full report. >> http://p.sf.net/sfu/symantec-dev2dev >> _______________________________________________ >> Ejbca-develop mailing list >> Ejb...@li... >> https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------------ >Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > >Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > >endpoint security space. For insight on selecting the right partner to >tackle endpoint security challenges, access the full report. >http://p.sf.net/sfu/symantec-dev2dev > >------------------------------------------------------------------------ > >_______________________________________________ >Ejbca-develop mailing list >Ejb...@li... >https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
From: <sa...@nc...> - 2013-03-07 09:07:44
|
hi,
i am trying to instal ejbca in my ubuntu , first i used JBoss version 5
and everything worked right, but now i need to use JBoss version 4 , but
it failed from the begining "ant bootstrap" and i get the following error
"
root@sara-VirtualBox:/home/sara/sara/ejbca# ant bootstrap
Buildfile: /home/sara/sara/ejbca/build.xml
[echo] No custom changes to merge.
[echo] appserver.home: /home/sara/sara/jboss
[echo] appserver.type: jboss
testforgnujava:
bootstrap:
failinproduction-ca:
fail-unless-appserver-detected:
testforgnujava:
display-properties:
[echo]
[echo] ---------- EJBCA 4.0.9 (r14066) CONFIGURATION PROPERTIES
----------
[echo] appserver.type = jboss
[echo] appserver.home = /home/sara/sara/jboss
[echo] ocsp.defaultresponder = CN=AdminCA1,O=EJBCA Sample,C=SE
[echo] ocsp.signaturealgorithm = SHA1WithRSA;SHA1WithECDSA;SHA1WithDSA
[echo] datasource.jndi-name = EjbcaDS
[echo] datasource.jndi-name-prefix = java:/
[echo] database.name = mysql
[echo] database.url =
jdbc:mysql://127.0.0.1:3306/ejbca?characterEncoding=UTF-8
[echo] database.driver = com.mysql.jdbc.Driver
[echo] database.username = ejbca
[echo] database.password = ejbca
[echo] weblogic-oracle-columntype =
[echo] mail.jndi-name = java:/EjbcaMail
[echo] mail.from = ejb...@do...
[echo] mail.user = ejbca_user
[echo] mail.password =
[echo] mail.smtp.host = localhost
[echo] mail.smtp.port = 25
[echo] mail.smtp.auth = false
[echo] mail.debug = false
[echo] httpserver.pubhttp = 8080
[echo] httpserver.pubhttps = 8442
[echo] httpserver.privhttps = 8443
[echo] httpsserver.hostname = localhost
[echo] httpsserver.password = ${httpsserver.password}
[echo] web.contentencoding = UTF-8
[echo] web.renewalenabled = false
[echo] ejbcaws.enabled = true
[echo] cmp.allowraverifypopo = false
[echo] cmp.defaultca =
[echo] cmp.extractusernamecomponent =
[echo] cmp.operationmode = normal
[echo] cmp.responseprotection = signature
[echo] cmp.ra.authenticationsecret =
[echo] cmp.ra.namegenerationscheme = DN
[echo] cmp.ra.namegenerationparameters = CN
[echo] cmp.ra.namegenerationprefix =
[echo] cmp.ra.namegenerationpostfix =
[echo] cmp.ra.endentityprofile = EMPTY
[echo] cmp.ra.certificateprofile = ENDUSER
[echo] cmp.ra.caname = AdminCA1
[echo] cmp.tcp.enabled = false
[echo] cmp.tcp.portno = 829
[echo] cmp.tcp.logdir = ./log
[echo] cmp.tcp.conffile =
[echo] xkms.enabled = false
[echo] xkms.serviceport = 8080
[echo]
ejbca.ear.module-dependencies:
ejbca-util:
-check.clover:
with.clover:
compile-util:
build-util:
ejbca-entity:
-check.clover:
with.clover:
compile-external-deps:
compile:
handlepersistence:
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-va/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-test/META-INF
handleorm:
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-test/META-INF
build:
[jar] Building jar: /home/sara/sara/ejbca/modules/dist/ejbca-entity.jar
ejbca-ejb-interface:
-check.clover:
with.clover:
ejbca-util:
-check.clover:
with.clover:
compile-util:
build-util:
ejbca-entity:
-check.clover:
with.clover:
compile-external-deps:
compile:
handlepersistence:
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-va/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-test/META-INF
handleorm:
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build/META-INF
[copy] Copying 1 file to
/home/sara/sara/ejbca/modules/ejbca-entity/build-test/META-INF
build:
compile-ejb3:
[javac] Compiling 101 source files to
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/ejb3build
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/UserAdminSession.java:24:
package javax.persistence does not exist
[javac] import javax.persistence.PersistenceException;
[javac] ^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/UserAdminSession.java:72:
cannot find symbol
[javac] symbol : class PersistenceException
[javac] location: interface org.ejbca.core.ejb.ra.UserAdminSession
[javac] throws PersistenceException,
AuthorizationDeniedException, UserDoesntFullfillEndEntityProfile,
WaitingForApprovalException,
[javac] ^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/UserAdminSession.java:101:
cannot find symbol
[javac] symbol : class PersistenceException
[javac] location: interface org.ejbca.core.ejb.ra.UserAdminSession
[javac] PersistenceException, WaitingForApprovalException,
CADoesntExistsException, EjbcaException;
[javac] ^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/UserAdminSession.java:127:
cannot find symbol
[javac] symbol : class PersistenceException
[javac] location: interface org.ejbca.core.ejb.ra.UserAdminSession
[javac] PersistenceException, WaitingForApprovalException,
CADoesntExistsException, EjbcaException;
[javac] ^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/CertificateRequestSession.java:27:
package javax.persistence does not exist
[javac] import javax.persistence.PersistenceException;
[javac] ^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/CertificateRequestSession.java:73:
cannot find symbol
[javac] symbol : class PersistenceException
[javac] location: interface
org.ejbca.core.ejb.ra.CertificateRequestSession
[javac] public IResponseMessage processCertReq(Admin admin,
UserDataVO userdata, IRequestMessage req, Class responseClass) throws
PersistenceException,
[javac]
^
[javac]
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/ra/CertificateRequestSession.java:91:
cannot find symbol
[javac] symbol : class PersistenceException
[javac] location: interface
org.ejbca.core.ejb.ra.CertificateRequestSession
[javac] KeyStoreException, NoSuchAlgorithmException,
InvalidAlgorithmParameterException, PersistenceException;
[javac]
^
[javac]
/home/sara/sara/ejbca/modules/dist/ejbca-entity.jar(org/ejbca/core/ejb/authorization/AuthorizationTreeUpdateData.class):
warning: Cannot find annotation method 'name()' in type
'javax.persistence.Table': class file for javax.persistence.Table not
found
[javac]
/home/sara/sara/ejbca/modules/dist/ejbca-entity.jar(org/ejbca/core/ejb/approval/ApprovalData.class):
warning: Cannot find annotation method 'name()' in type
'javax.persistence.Table'
[javac]
/home/sara/sara/ejbca/modules/dist/ejbca-entity.jar(org/ejbca/core/ejb/services/ServiceData.class):
warning: Cannot find annotation method 'name()' in type
'javax.persistence.Table'
[javac] Note:
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/src/org/ejbca/core/ejb/JndiHelper.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 7 errors
[javac] 3 warnings
BUILD FAILED
/home/sara/sara/ejbca/build.xml:54: The following error occurred while
executing this line:
/home/sara/sara/ejbca/build.xml:764: The following error occurred while
executing this line:
/home/sara/sara/ejbca/modules/build.xml:95: The following error occurred
while executing this line:
/home/sara/sara/ejbca/modules/ejbca-ejb-interface/build.xml:64: Compile
failed; see the compiler error output for details.
Total time: 6 seconds
"
thank you for your support
regards,
Sara Ibrahim
|
|
From: djouani r. <djo...@gm...> - 2013-03-10 20:58:17
|
Hello, Im going to implement EJBCA in a small organization with 200 employees , and Im asked to use one single CA model . my question is about the architecture of the diffrents components , I was inspired of the one published on the website but this one should not be connected to internet and each server must be installed in a diffrent machine for more security . I want to know approximately how much I will need for disk space and Ram for each machine to install a component . Thank you |
|
From: choubeila a. <cho...@gm...> - 2013-03-11 14:06:39
|
Hey , I want to install ejbca components, each on different machine , so how much disk space and Ram i will need for each component : CA server , Ra server , OCSP, sign server , LDAp , ... etc |
|
From: <ha...@nc...> - 2013-03-28 10:51:32
|
Dear sir, i am installed SCEP RA model on external RA host and installation done successfully. but when am trying to access the scep RA by using URL that point in the ejbca documentation , the connection refused by error : server not found how can i access the Scep RA Server on the external RA host plz help regard |
|
From: ejbca-support <ejb...@pr...> - 2013-03-28 19:11:23
|
On 2013-03-28 11:51, ha...@nc... wrote: > Dear sir, > i am installed SCEP RA model on external RA host and installation done > successfully. but when am trying to access the scep RA by using URL that > point in the ejbca documentation , the connection refused by error : > server not found > how can i access the Scep RA Server on the external RA host > plz help The RA host log should indicate if it is working or not and on which port it is listening to. Cheers Anders tech support > > > regard > > > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: Ebtehal H. <h.e...@ya...> - 2013-12-03 11:43:05
|
i was trying to securing the connection between CA server & LDAP server using TLS but i have the following error Following error occurred when testing connection : LDAP ERROR: Error binding to LDAP server. Connect Error and in jboss this msg was appear 14:36:14,907 ERROR [LdapPublisher] LDAP ERROR: Error binding to LDAP server. Connect Error LDAPException: Unable to connect to 192.168.50.9:636. (91) Connect Error LDAPException: Server Message: Unable to connect to 192.168.50.9:636. |
|
From: Tomas G. <to...@pr...> - 2013-12-04 13:12:32
|
The publisher is unable to connect to your LDAP server. You need to look for the cause in your log files. Cheers, Tomas On 12/03/2013 12:40 PM, Ebtehal Hassan wrote: > i was trying to securing the connection between CA server & LDAP server > using TLS but i have the following error > > > Following error occurred when testing connection : LDAP ERROR: > Error binding to LDAP server. Connect Error > > > and in jboss this msg was appear > 14:36:14,907 ERROR [LdapPublisher] LDAP ERROR: Error binding to LDAP > server. Connect Error > LDAPException: Unable to connect to 192.168.50.9:636. (91) Connect Error > LDAPException: Server Message: Unable to connect to 192.168.50.9:636. > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: Branko M. <br...@ma...> - 2013-12-04 13:55:09
Attachments:
signature.asc
|
On Tue, 3 Dec 2013 11:40:01 +0000 (GMT) Ebtehal Hassan <h.e...@ya...> wrote: > i was trying to securing the connection between CA server & LDAP server using TLS but i have the following error > > Following error occurred when testing connection : LDAP ERROR: Error binding to LDAP server. Connect Error > > and in jboss this msg was appear > > 14:36:14,907 ERROR [LdapPublisher] LDAP ERROR: Error binding to LDAP server. Connect Error > LDAPException: Unable to connect to 192.168.50.9:636. (91) Connect Error > LDAPException: Server Message: Unable to connect to 192.168.50.9:636. If you are using LDAP over SSL, you must make sure to import the CA certificates from the LDAP server chain into Java's default truststore (iirc the file is called cacerts). Instead of using system-wide truststore, you could also try using your own truststore (look at the javax.net.ssl.trustStore Java option). You can override it via JAVA_OPTS, for example. Also make sure you can actually connect to the LDAP server from your CA on port 636 at all. Best regards -- Branko Majic Jabber: br...@ma... Please use only Free formats when sending attachments to me. Бранко Мајић Џабер: br...@ma... Молим вас да додатке шаљете искључиво у слободним форматима. |