Hi all,

We'll be discarding these packs.

Kasun is woking on the MS and Manager and update the list.

thanks,
dimuthu


On Thu, Apr 5, 2012 at 1:45 PM, Kasun Gajasinghe <[email protected]> wrote:

> Hi,
>
> Currently Lalaji, and I are working together to fix MS issue. This fix
> might also fix the issue with hierarchical services.
>
> Thanks,
> --KasunG
>
>
> On Thu, Apr 5, 2012 at 1:03 PM, Lakmali Baminiwatta <[email protected]>wrote:
>
>> Hi,
>>
>> We have done a smoke test on DSS and found following issues.
>>
>> For hierarchical services the PersistenceException occurs when uploading,
>> saving, applying security etc.
>>
>> When creating a data service using a Google Spreadsheet datasource,
>> following error occurs:
>>                 java.lang.NoClassDefFoundError: Could not initialize
>> class com.google.gdata.client.spreadsheet.SpreadsheetService.
>> Also when the sample Google Spreadsheet service is deployed it throws the
>> following exception.
>> The GSpreadSample.dbs service, which is not valid, caused {1}
>> java.lang.NoClassDefFoundError: Could not initialize class
>> com.google.gdata.client.spreadsheet.SpreadsheetService
>>     at
>> org.wso2.carbon.dataservices.core.description.config.GSpreadConfig.<init>(GSpreadConfig.java:72)
>>     at
>> org.wso2.carbon.dataservices.core.description.config.ConfigFactory.getGSpreadConfig(ConfigFactory.java:112)
>>     ...
>> Jira has been created for this issue [1] & we are looking into it.
>>
>> [1]https://wso2.org/jira/browse/CARBON-12849
>>
>> Thanks,
>> Lakmali
>>
>>
>> On Thu, Apr 5, 2012 at 12:56 PM, Manjula Rathnayake <[email protected]>wrote:
>>
>>>
>>>
>>> On Thu, Apr 5, 2012 at 12:40 PM, Manjula Rathnayake 
>>> <[email protected]>wrote:
>>>
>>>> Hi all,
>>>>
>>>> I have seen exceptions in many of the services at start up due to
>>>> missing files and so on. Please have a look. I will fix once got a latest
>>>> source in locally.
>>>>
>>>
>>> And in some services, we have created Jar file of the distribution as
>>> well. And for the same products these are fixed. Please have a look at
>>> services too.
>>>
>>> thank you.
>>>
>>>>
>>>> thank you.
>>>>
>>>>
>>>> On Thu, Apr 5, 2012 at 12:30 PM, Afkham Azeez <[email protected]> wrote:
>>>>
>>>>> The problem should be, in hierarchical services, you may have to call
>>>>> file.mkdirs() to create the directory structure before you can create the
>>>>> file.
>>>>>
>>>>>
>>>>> On Thu, Apr 5, 2012 at 12:25 PM, Kishanthan Thangarajah <
>>>>> [email protected]> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 5, 2012 at 12:04 PM, Lalaji Sureshika <[email protected]>wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Regarding MS pack, I'm getting following PersistanceManager related
>>>>>>> exceptions[1] for each samples during the server start up.And for each
>>>>>>> mashup saving/uploading I'm getting same exceptions.However this 
>>>>>>> exception
>>>>>>> is different from the exception we got from the last time bamboo build 
>>>>>>> MS
>>>>>>> pack.
>>>>>>>
>>>>>>>
>>>>>>> [1] [2012-04-05 11:57:21,781] ERROR -  Exception in persisting the
>>>>>>> transaction admin/sudoku
>>>>>>> java.io.IOException: No such file or directory
>>>>>>> at java.io.UnixFileSystem.createFileExclusively(Native Method)
>>>>>>>  at java.io.File.createNewFile(File.java:883)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.persistence.file.AbstractFilePersistenceManager.commitTransaction(AbstractFilePersistenceManager.java:63)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.persistence.ServicePersistenceManager.handleNewServiceAddition(ServicePersistenceManager.java:295)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.deployment.DeploymentInterceptor.serviceUpdate(DeploymentInterceptor.java:283)
>>>>>>>  at
>>>>>>> org.apache.axis2.engine.AxisConfiguration.notifyObservers(AxisConfiguration.java:653)
>>>>>>> at
>>>>>>> org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:407)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:606)
>>>>>>> at
>>>>>>> org.wso2.carbon.mashup.jsservices.deployer.JSDeployer.deploy(JSDeployer.java:191)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:810)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:139)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:461)
>>>>>>> at
>>>>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:370)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:263)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
>>>>>>>  at
>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
>>>>>>> at
>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>>>>>>>  at
>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
>>>>>>> [2012-04-05 11:57:21,782] ERROR -  Unable to handle new service
>>>>>>> addition. Service: admin/sudoku
>>>>>>> org.wso2.carbon.core.persistence.PersistenceException: Exception in
>>>>>>> persisting the transaction admin/sudoku
>>>>>>> at
>>>>>>> org.wso2.carbon.core.persistence.file.AbstractFilePersistenceManager.handleExceptionWithRollback(AbstractFilePersistenceManager.java:286)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.persistence.file.AbstractFilePersistenceManager.commitTransaction(AbstractFilePersistenceManager.java:78)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.persistence.ServicePersistenceManager.handleNewServiceAddition(ServicePersistenceManager.java:295)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.deployment.DeploymentInterceptor.serviceUpdate(DeploymentInterceptor.java:283)
>>>>>>> at
>>>>>>> org.apache.axis2.engine.AxisConfiguration.notifyObservers(AxisConfiguration.java:653)
>>>>>>>  at
>>>>>>> org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:407)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:606)
>>>>>>>  at
>>>>>>> org.wso2.carbon.mashup.jsservices.deployer.JSDeployer.deploy(JSDeployer.java:191)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:810)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>>>>>>> at
>>>>>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>>>>>>>  at
>>>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:139)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:461)
>>>>>>>  at
>>>>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:370)
>>>>>>> at
>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:263)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
>>>>>>> at
>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
>>>>>>>  at
>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>>>>>>> at
>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
>>>>>>> Caused by: java.io.IOException: No such file or directory
>>>>>>> at java.io.UnixFileSystem.createFileExclusively(Native Method)
>>>>>>> at java.io.File.createNewFile(File.java:883)
>>>>>>>  at
>>>>>>> org.wso2.carbon.core.persistence.file.AbstractFilePersistenceManager.commitTransaction(AbstractFilePersistenceManager.java:63)
>>>>>>> ... 21 more
>>>>>>> [2012-04-05 11:57:21,784] ERROR -  Exception occurred while handling
>>>>>>> service update event. {super-tenant}
>>>>>>>
>>>>>>
>>>>>> Hi,
>>>>>> From the trace it looks like a hierarchical service addition. This
>>>>>> Persistence related Exception is still there and its now being addressed
>>>>>> [1].
>>>>>>
>>>>>> Thanks,
>>>>>> Kishanthan.
>>>>>>
>>>>>> [1] https://wso2.org/jira/browse/CARBON-12770
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 5, 2012 at 10:09 AM, Manjula Rathnayake <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Regarding Stratos Manager, we get exceptions when trying to login
>>>>>>>> using created tenants. I have attached the error log.
>>>>>>>>
>>>>>>>> Thank you.
>>>>>>>>
>>>>>>>> On Thu, Apr 5, 2012 at 8:46 AM, Dimuthu Leelarathne <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi RMs,
>>>>>>>>>
>>>>>>>>> Please smoke these packs available here. The revision number of
>>>>>>>>> the build is 124767.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://builder4.us1.wso2.org:8888/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-37/artifact
>>>>>>>>>
>>>>>>>>> We hope to release these packs as Carbon 4.0 Alpha2 within today.
>>>>>>>>>
>>>>>>>>> thanks,
>>>>>>>>> dimuthu
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Dimuthu Leelarathne
>>>>>>>>> Technical Lead
>>>>>>>>>
>>>>>>>>> WSO2, Inc. (http://wso2.com)
>>>>>>>>> email: [email protected]
>>>>>>>>>
>>>>>>>>> Lean . Enterprise . Middleware
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Dev mailing list
>>>>>>>>> [email protected]
>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Manjula Rathnayaka
>>>>>>>> Software Engineer
>>>>>>>> WSO2, Inc.
>>>>>>>> Mobile:+94 77 743 1987
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Dev mailing list
>>>>>>>> [email protected]
>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Lalaji Sureshika
>>>>>>>
>>>>>>> Software Engineer
>>>>>>> WSO2 Inc.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Dev mailing list
>>>>>>> [email protected]
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Kishanthan Thangarajah*
>>>>>> Software Engineer,
>>>>>> Development Technologies Team,
>>>>>> WSO2, Inc.
>>>>>> lean.enterprise.middleware
>>>>>>
>>>>>> Mobile - +94773426635
>>>>>> Blog - *http://kishanthan.wordpress.com*
>>>>>> Twitter - *http://twitter.com/kishanthan*
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Dev mailing list
>>>>>> [email protected]
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Manjula Rathnayaka
>>>> Software Engineer
>>>> WSO2, Inc.
>>>> Mobile:+94 77 743 1987
>>>>
>>>
>>>
>>>
>>> --
>>> Manjula Rathnayaka
>>> Software Engineer
>>> WSO2, Inc.
>>> Mobile:+94 77 743 1987
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [email protected]
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Lakmali Baminiwatta*
>> *
>> Software Engineer
>> WSO2, Inc.: http://wso2.com
>> lean.enterprise.middleware
>>
>>  *
>> *
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Kasun Gajasinghe*
> Software Engineer; WSO2 Inc.; http://wso2.com
>
> ,
> *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
> *linked-in: *http://lk.linkedin.com/in/gajasinghe*
> *
>  *blog: **http://blog.kasunbg.org* <http://blog.kasunbg.org>
>
> *
> twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>
>
> *
> *
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Dimuthu Leelarathne
Technical Lead

WSO2, Inc. (http://wso2.com)
email: [email protected]

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

Reply via email to