Servers hang while starting when there are jars copied into
repository/components/lib or repository/components/dropins. Sameera is
working on a fix. I'm going to comment out the security integration tests,
until we fix this issue.

Thanks,
Waruna
On Thu, Mar 15, 2012 at 10:44 PM, Waruna Ranasinghe <[email protected]> wrote:

> Today we noticed a startup failure in BPS server. It just hang. Had a look
> at the thread dump, but did not see any issues. Also checked the bundle
> status, only the following bundle is in INSTALLED status.
>
> 91    INSTALLED
> org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505
>
> osgi> diag 91
> reference:file:plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/
> [91]
>   Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux)
> (osgi.arch=x86))
>
> Still working on it, could not figure-out the issue.
>
> *Log of the first start:*
> [2012-03-15 22:14:30,733]  INFO - Activator - registering the JNDI stream
> handler
> [2012-03-15 22:14:31,216]  INFO - ExtendedStandardService - starting
> extended standard service  :   StandardService[Catalina]
> [2012-03-15 22:14:33,260]  INFO - PermissionTree - updated permission tree
> from database for tenant 0
> [2012-03-15 22:14:34,131]  INFO - RegistryCoreServiceComponent - Registry
> Mode    : READ-WRITE
> [2012-03-15 22:14:38,808]  INFO - CarbonCoreActivator - Starting WSO2
> Carbon...
> [2012-03-15 22:14:38,808]  INFO - CarbonCoreActivator - Operating System :
> Linux 2.6.35-31-generic, amd64
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - Java Home        :
> /opt/jdk1.6.0_23/jre
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - Java Version     :
> 1.6.0_23-ea
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - Java VM          :
> Java HotSpot(TM) 64-Bit Server VM 19.0-b09,Sun Microsystems Inc.
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - Carbon Home      :
> /home/waruna/WSO2/projects/src/trunk/graphite/products/bps/modules/distribution/product/target/wso2bps-2.1.0-SNAPSHOT
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - Java Temp Dir    :
> /home/waruna/WSO2/projects/src/trunk/graphite/products/bps/modules/distribution/product/target/wso2bps-2.1.0-SNAPSHOT/tmp
> [2012-03-15 22:14:38,809]  INFO - CarbonCoreActivator - User             :
> waruna, en-US, Asia/Colombo
> [2012-03-15 22:14:39,555]  INFO - JNDIBasedDataSourceRepository -
> DataSources will be registered in the JNDI context with provider PROP_URL :
> rmi://localhost:2199
> [2012-03-15 22:14:39,881]  INFO - HumanTaskServiceComponent - Initialising
> HumanTask Server
> [2012-03-15 22:14:40,426]  INFO - EmbeddedGeronimoFactory - Using embedded
> Geronimo transaction manager
> [2012-03-15 22:14:40,457]  INFO - Database - HumanTask Server using
> external DataSource htds
> [2012-03-15 22:14:40,457]  INFO - Database - Using DAO connection factory
> class:
> org.wso2.carbon.humantask.core.dao.jpa.openjpa.HumanTaskDAOConnectionFactoryImpl
> [2012-03-15 22:14:41,061]  INFO - AbstractJPAVendorAdapter - [HT OpenJPA]
> DB Dictionary: h2
> [2012-03-15 22:14:41,062]  INFO - AbstractJPAVendorAdapter - [HT OpenJPA]
> Generate DDL Enabled.
> 5394  HT-PU  INFO   [Component Resolve Thread (Bundle 83)] openjpa.Runtime
> - Starting OpenJPA 2.0.0-wso2v1
> 5631  HT-PU  INFO   [Component Resolve Thread (Bundle 83)]
> openjpa.jdbc.JDBC - Using dictionary class
> "org.apache.openjpa.jdbc.sql.H2Dictionary".
> [2012-03-15 22:14:47,853]  INFO - HumanTaskServiceComponent - Registering
> Axis2ConfigurationContextObserver
> [2012-03-15 22:14:47,859]  INFO - HumanTaskServiceComponent - Registering
> HumanTaskUIResourceProvider
> [2012-03-15 22:14:48,009]  INFO - BPELServiceComponent - Initializing BPEL
> Engine........
> [2012-03-15 22:14:48,082]  INFO - EmbeddedGeronimoFactory - Using embedded
> Geronimo transaction manager
> [2012-03-15 22:14:48,137]  INFO - Database - ODE using external DataSource
> "bpsds".
> [2012-03-15 22:14:48,137]  INFO - BPELServerImpl - Using DAO Connection
> Factory class: org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl
> [2012-03-15 22:14:48,138]  INFO - Database - Using DAO Connection Factory
> class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
> [2012-03-15 22:14:48,404]  INFO - DbConfStoreConnectionFactory -
> ProcessStore initializing transaction manager using
> org.apache.ode.il.EmbeddedGeronimoFactory
> [2012-03-15 22:14:48,405]  INFO - EmbeddedGeronimoFactory - Using embedded
> Geronimo transaction manager
> [2012-03-15 22:14:49,351]  INFO - JdbcDelegate - Using database H2 major
> version 1
> [2012-03-15 22:14:49,351]  INFO - JdbcDelegate - Using database dialect: H2
> [2012-03-15 22:14:49,425]  INFO - BPELServerImpl - Registering E4X
> Extension...
> [2012-03-15 22:14:49,428]  INFO - BPELServerImpl - Registering B4P
> Extension...
> [2012-03-15 22:14:49,434]  INFO - BPELServerImpl - Registering B4P
> Filter...
> [2012-03-15 22:14:49,447]  INFO - BpelServerImpl - BPEL Server Started.
>
>
> **I see no logs from "CarbonServerManager" or "DeploymentInterceptor"
> classes.
>
> Thanks,
> Waruna
>  On Thu, Mar 15, 2012 at 8:48 PM, Afkham Azeez <[email protected]> wrote:
>
>>  RMs,
>> $subject
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * <http://www.apache.org/>**
>> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> -------------------------------------------------------------------------
> Waruna Ranasinghe
> Senior Software Engineer, WSO2
>
> Mobile: +94 724 318285
> BLOG: http://warunapw.blogspot.com
>
> www.wso2.com - "Lean . Enterprise . Middleware"
>



-- 
-------------------------------------------------------------------------
Waruna Ranasinghe
Senior Software Engineer, WSO2

Mobile: +94 724 318285
BLOG: http://warunapw.blogspot.com

www.wso2.com - "Lean . Enterprise . Middleware"
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to