You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Nowakowski, Mateusz" <Ma...@sabre-holdings.com> on 2010/09/14 16:14:18 UTC

JCA error during starting

On one of my machines the application Fuse + ODE JBI hangs for a 3 minutes:

And I have an error:

2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)

Do you have any clue what it is?

The database is an embedded DERBY initialized in servicemix.xml and it occurs only on one machine.
I think it is related to this machine/operational system, but I need some hint :)


More logs:


2010-09-14 08:32:05,369 [Timer-1] INFO  org.apache.servicemix.jbi.framework.AutoDeploymentService - Directory: hotdeploy: Archive changed: processing ode-jbi-1.2.zip ...
2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Starting component: OdeBpelEngine
2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Initializing component: OdeBpelEngine
2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - ODE using external DataSource "java:comp/env/jdbc/ode".
2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactor
yImpl.
2010-09-14 08:32:05,999 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Hibernate started.
2010-09-14 08:32:06,358 [Timer-1] INFO  org.apache.ode.scheduler.simple.JdbcDelegate - Using database dialect: DERBY
2010-09-14 08:32:06,395 [ProcessStoreImpl-1] INFO  openjpa.Runtime - Starting OpenJPA 1.1.0
2010-09-14 08:32:06,485 [ProcessStoreImpl-1] INFO  openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.
5.3.0 - (802917) ,Apache Derby Embedded JDBC Driver 10.5.3.0 - (802917)).
2010-09-14 08:32:06,969 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Registered custom BPEL event listener: com.mycomabny.BpelEventLogger
2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)
2010-09-14 08:35:16,140 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE BPEL Server Initialized.
2010-09-14 08:35:16,141 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Starting ODE ServiceEngine.
2010-09-14 08:35:16,173 [Timer-1] INFO  org.apache.ode.bpel.engine.BpelServerImpl - BPEL Server Started.
2010-09-14 08:35:16,177 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE Service Engine has been started.
2010-09-14 08:35:16,177 [Thread-13] INFO  org.apache.ode.jbi.Receiver - Receiver is executing.

-- 
Regards,
Mateusz Nowakowski


Re: JCA error during starting

Posted by Rafal Rusin <ra...@gmail.com>.
JCA connector can be disabled using
ode-jbi.jca.port=0
in ode-jbi.properties.

Most probably there's port conflict issue.

On 14 September 2010 07:14, Nowakowski, Mateusz
<Ma...@sabre-holdings.com> wrote:
> On one of my machines the application Fuse + ODE JBI hangs for a 3 minutes:
>
> And I have an error:
>
> 2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)
>
> Do you have any clue what it is?
>
> The database is an embedded DERBY initialized in servicemix.xml and it occurs only on one machine.
> I think it is related to this machine/operational system, but I need some hint :)
>
>
> More logs:
>
>
> 2010-09-14 08:32:05,369 [Timer-1] INFO  org.apache.servicemix.jbi.framework.AutoDeploymentService - Directory: hotdeploy: Archive changed: processing ode-jbi-1.2.zip ...
> 2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Starting component: OdeBpelEngine
> 2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Initializing component: OdeBpelEngine
> 2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - ODE using external DataSource "java:comp/env/jdbc/ode".
> 2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactor
> yImpl.
> 2010-09-14 08:32:05,999 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Hibernate started.
> 2010-09-14 08:32:06,358 [Timer-1] INFO  org.apache.ode.scheduler.simple.JdbcDelegate - Using database dialect: DERBY
> 2010-09-14 08:32:06,395 [ProcessStoreImpl-1] INFO  openjpa.Runtime - Starting OpenJPA 1.1.0
> 2010-09-14 08:32:06,485 [ProcessStoreImpl-1] INFO  openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.
> 5.3.0 - (802917) ,Apache Derby Embedded JDBC Driver 10.5.3.0 - (802917)).
> 2010-09-14 08:32:06,969 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Registered custom BPEL event listener: com.mycomabny.BpelEventLogger
> 2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)
> 2010-09-14 08:35:16,140 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE BPEL Server Initialized.
> 2010-09-14 08:35:16,141 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Starting ODE ServiceEngine.
> 2010-09-14 08:35:16,173 [Timer-1] INFO  org.apache.ode.bpel.engine.BpelServerImpl - BPEL Server Started.
> 2010-09-14 08:35:16,177 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE Service Engine has been started.
> 2010-09-14 08:35:16,177 [Thread-13] INFO  org.apache.ode.jbi.Receiver - Receiver is executing.
>
> --
> Regards,
> Mateusz Nowakowski
>
>



-- 
Regards,
Rafał Rusin
http://rrusin.blogspot.com

Re: JCA error during starting

Posted by Rafal Rusin <ra...@gmail.com>.
JCA connector can be disabled using
ode-jbi.jca.port=0
in ode-jbi.properties.

Most probably there's port conflict issue.

On 14 September 2010 07:14, Nowakowski, Mateusz
<Ma...@sabre-holdings.com> wrote:
> On one of my machines the application Fuse + ODE JBI hangs for a 3 minutes:
>
> And I have an error:
>
> 2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)
>
> Do you have any clue what it is?
>
> The database is an embedded DERBY initialized in servicemix.xml and it occurs only on one machine.
> I think it is related to this machine/operational system, but I need some hint :)
>
>
> More logs:
>
>
> 2010-09-14 08:32:05,369 [Timer-1] INFO  org.apache.servicemix.jbi.framework.AutoDeploymentService - Directory: hotdeploy: Archive changed: processing ode-jbi-1.2.zip ...
> 2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Starting component: OdeBpelEngine
> 2010-09-14 08:32:05,761 [Timer-1] INFO  org.apache.servicemix.jbi.framework.ComponentMBeanImpl - Initializing component: OdeBpelEngine
> 2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - ODE using external DataSource "java:comp/env/jdbc/ode".
> 2010-09-14 08:32:05,783 [Timer-1] INFO  org.apache.ode.il.dbutil.Database - Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactor
> yImpl.
> 2010-09-14 08:32:05,999 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Hibernate started.
> 2010-09-14 08:32:06,358 [Timer-1] INFO  org.apache.ode.scheduler.simple.JdbcDelegate - Using database dialect: DERBY
> 2010-09-14 08:32:06,395 [ProcessStoreImpl-1] INFO  openjpa.Runtime - Starting OpenJPA 1.1.0
> 2010-09-14 08:32:06,485 [ProcessStoreImpl-1] INFO  openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.
> 5.3.0 - (802917) ,Apache Derby Embedded JDBC Driver 10.5.3.0 - (802917)).
> 2010-09-14 08:32:06,969 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Registered custom BPEL event listener: com.mycomabny.BpelEventLogger
> 2010-09-14 08:35:16,135 [Timer-1] ERROR org.apache.ode.jbi.OdeLifeCycle - Failed to initialize JCA connector (check security manager configuration)
> 2010-09-14 08:35:16,140 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE BPEL Server Initialized.
> 2010-09-14 08:35:16,141 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - Starting ODE ServiceEngine.
> 2010-09-14 08:35:16,173 [Timer-1] INFO  org.apache.ode.bpel.engine.BpelServerImpl - BPEL Server Started.
> 2010-09-14 08:35:16,177 [Timer-1] INFO  org.apache.ode.jbi.OdeLifeCycle - ODE Service Engine has been started.
> 2010-09-14 08:35:16,177 [Thread-13] INFO  org.apache.ode.jbi.Receiver - Receiver is executing.
>
> --
> Regards,
> Mateusz Nowakowski
>
>



-- 
Regards,
Rafał Rusin
http://rrusin.blogspot.com