On Mon, Jul 8, 2013 at 12:22 PM, Sriragu Arudsothy <srir...@wso2.com> wrote:

> @Ajith please commit it.
>

Thanks Ragu, will test and commit.

Thanks
Ajith

>
>
> On Mon, Jul 8, 2013 at 12:21 PM, Sriragu Arudsothy <srir...@wso2.com>wrote:
>
>> I have attached the patch with another mail thread. Please commit that.
>> That will fix reported issue by you as well as deployment issue too.
>>
>>
>> On Mon, Jul 8, 2013 at 9:45 AM, Ajith Vitharana <aji...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> I'm getting following exception in  latest G-Reg pack.
>>>
>>> INFO: The start() method was called on component [Realm[CarbonTomcatRealm]]
>>> after start() had already been called. The second call will be ignored.
>>> *Jul 8, 2013 9:27:06 AM org.apache.catalina.startup.ContextConfig
>>> processAnnotationsJar*
>>> *SEVERE: Unable to process Jar entry [com/ibm/icu
>>> /impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:jndi:/
>>> localhost/resource/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations*
>>> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid
>>> byte tag in constant pool: 60
>>>  at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(
>>> Constant.java:133)
>>>  at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init
>>> >(ConstantPool.java:60)
>>>  at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(
>>> ClassParser.java:209)
>>>  at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(
>>> ClassParser.java:119)
>>>  
>>> atorg.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2104)
>>> atorg.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1980)
>>>  
>>> atorg.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1946)
>>> atorg.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1931)
>>>  at org.apache.catalina.startup.ContextConfig.webConfig(
>>> ContextConfig.java:1325)
>>>  at org.apache.catalina.startup.ContextConfig.configureStart(
>>> ContextConfig.java:878)
>>>  at org.apache.catalina.startup.ContextConfig.lifecycleEvent(
>>> ContextConfig.java:369)
>>>  at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
>>> LifecycleSupport.java:119)
>>>  at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(
>>> LifecycleBase.java:90)
>>>  at org.apache.catalina.core.StandardContext.startInternal(
>>> StandardContext.java:5173)
>>>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>>  at org.apache.catalina.core.ContainerBase.addChildInternal(
>>> ContainerBase.java:901)
>>>  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:
>>> 877)
>>>  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:
>>> 633)
>>>  at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(
>>> CarbonTomcat.java:280)
>>>  at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(
>>> CarbonTomcat.java:177)
>>>  at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.
>>> handleWebappDeployment(TomcatGenericWebappsDeployer.java:209)
>>>  at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.
>>> handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:164)
>>>  at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.
>>> handleHotDeployment(TomcatGenericWebappsDeployer.java:134)
>>>  
>>> atorg.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:109)
>>> atorg.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:125)
>>>  
>>> atorg.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:75)
>>> atorg.wso2.carbon.jaxws.webapp.deployer.JaxwsWebappDeployer.deploy(JaxwsWebappDeployer.java:44)
>>>  
>>> atorg.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>>> atorg.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:810)
>>>  
>>> atorg.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>>> atorg.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>>>  
>>> atorg.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>>> atorg.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:139)
>>>  at org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(
>>> CarbonAxisConfigurator.java:464)
>>>  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:398)
>>>  at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(
>>> CarbonServerManager.java:290)
>>>  at org.wso2.carbon.core.init.OSGiAxis2ServicesListener.bundleChanged(
>>> OSGiAxis2ServicesListener.java:84)
>>>  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)
>>> Jul 8, 2013 9:27:08 AM org.apache.catalina.core.ApplicationContext log
>>> INFO: Initializing Spring root WebApplicationContext
>>>
>>> Thanks
>>> Ajith.
>>>
>>> --
>>> Ajith Vitharana.
>>> WSO2 Inc. - http://wso2.org
>>> Email  :  aji...@wso2.com
>>> Mobile : +94772217350
>>>
>>>
>>
>


-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to