Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 23153 invoked from network); 26 Jun 2007 20:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 20:34:12 -0000 Received: (qmail 97804 invoked by uid 500); 26 Jun 2007 20:34:11 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 97744 invoked by uid 500); 26 Jun 2007 20:34:11 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 97733 invoked by uid 99); 26 Jun 2007 20:34:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 13:34:11 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [165.160.251.57] (HELO smailex1.cscinfo.com) (165.160.251.57) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 13:34:06 -0700 Received: from wilowap1.cscinfo.com (wilowap1.cscinfo.com [10.10.1.101]) by smailex1.cscinfo.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id l5QKXhF1018787 for ; Tue, 26 Jun 2007 16:33:44 -0400 (EDT) Received: from wilexcp1.cscinfo.com ([165.160.252.169]) by wilowap1.cscinfo.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Jun 2007 16:33:43 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7B831.49ECCCC7" Subject: RE: [Axis2] Date: Tue, 26 Jun 2007 16:33:43 -0400 Message-ID: <0FDEF8FEC129694A9F2228A6ED35B66D05FD032D@wilexcp1.cscinfo.com> In-Reply-To: <0FDEF8FEC129694A9F2228A6ED35B66D05FD027B@wilexcp1.cscinfo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] thread-index: Ace4HrelQIch0tDrTn2guixV7ruagQAACnggAARwgzA= References: <0FDEF8FEC129694A9F2228A6ED35B66D05FD025D@wilexcp1.cscinfo.com> <0FDEF8FEC129694A9F2228A6ED35B66D05FD027B@wilexcp1.cscinfo.com> From: "Dinesh Ghutake" To: X-OriginalArrivalTime: 26 Jun 2007 20:33:43.0779 (UTC) FILETIME=[4A004B30:01C7B831] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7B831.49ECCCC7 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Robert, I could able to figure out little bit. I tried to deploy a webservice where I haven't included Hibernate jar. That service got deployed successfully. But the webservice which has hibernate jar included and configuration related to hibernate. I am getting following Exception there. I am using Hinernate 3.2 . Could you please help me out to figure it out what the problem is? =20 Many Thanks in advance =20 Dinesh Ghutake =20 Caused by: org.apache.axis2.deployment.DeploymentException: An unexpected except ion has occured while starting up. Startup failing! at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:458) at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui lder.java:176) ... 14 more Caused by: java.lang.RuntimeException: An unexpected exception has occured while starting up. Startup failing! at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:25) at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:454) ... 15 more Caused by: com.cscinfo.util.hibernate.RegistrationException: SessionFactory crea tion failed [key =3D 'OMS_SESSION_FACTORY', resource 'com/cscinfo/oms/hibernate.cf g.xml'] at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:76) at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:18) ... 16 more Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1310) at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:70) ... 17 more =20 ________________________________ From: Dinesh Ghutake [mailto:dghutake@cscinfo.com]=20 Sent: Tuesday, June 26, 2007 2:31 PM To: axis-dev@ws.apache.org Subject: RE: [Axis2] =20 Hi Robert, Thanks for your quick response. I have created weblogic.xml at C:\axis2war\WEB-INF level and added following element. true =20 Since I have .arr file not ear file. Therefore I didn't created weblogic-application.xml file. Do I need to create this file? Where should we keep this file. This is EAR application file. DO I need to do this or some other configuration in my Weblogic domain? =20 Xerces, StAX API, Woodstox are there in lib folder. =20 =20 =20 =20 =20 =20 ________________________________ From: robert lazarski [mailto:robertlazarski@gmail.com]=20 Sent: Tuesday, June 26, 2007 2:20 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] =20 Does this help?=20 http://ws.apache.org/axis2/1_2/app_server.html Robert=20 On 6/26/07, Dinesh Ghutake wrote: Hi , I am developing web services application , I deployed axis2war.war on weblogic9.2 That deployment was successful. When I tried to copy my websericeapp.arr file to the services folder C:\axis2war\WEB-INF\services. I got this error on weblogic console. If anybody has any idea it would be great help. =20 Thanks in Advance. =20 =20 Jun 21, 2007 1:18:51 PM org.hibernate.cfg.Configuration configure INFO: configuring from resource: com/cscinfo/oms/hibernate.cfg.xml Jun 21, 2007 1:18:51 PM org.hibernate.cfg.Configuration getConfigurationInputStr eam INFO: Configuration resource: com/cscinfo/oms/hibernate.cfg.xml java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraint s at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1310) at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:70) at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:18) at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:454) at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui lder.java:176) at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup( ServiceGroupBuilder.java:98) at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic eGroup(ArchiveReader.java:106) at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ iceGroup(ArchiveReader.java:140) at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja va:79) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin e.java:582) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL ist.java:201) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe ner.java:271) at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito ryListener.java:189) at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito ryListener.java:265) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S chedulerTask.java:61) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask .java:68) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru n(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Jun 21, 2007 1:18:51 PM com.cscinfo.webservice.OMS_ServiceLifeCycle startUp SEVERE: An unexpected exception has occured while starting up. Startup failing! =20 com.cscinfo.util.hibernate.RegistrationException: SessionFactory creation failed [key =3D 'OMS_SESSION_FACTORY', resource 'com/cscinfo/oms/hibernate.cfg.xml'] at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:76) at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:18) at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:454) at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui lder.java:176) at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup( ServiceGroupBuilder.java:98) at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic eGroup(ArchiveReader.java:106) at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ iceGroup(ArchiveReader.java:140) at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja va:79) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin e.java:582) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL ist.java:201) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe ner.java:271) at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito ryListener.java:189) at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito ryListener.java:265) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S chedulerTask.java:61) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask .java:68) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru n(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1310) at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:70) ... 17 more org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w ith an error of An unexpected exception has occured while starting up. Startup failing! at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ iceGroup(ArchiveReader.java:147) at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja va:79) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin e.java:582) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL ist.java:201) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe ner.java:271) at org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito ryListener.java:189) at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito ryListener.java:265) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S chedulerTask.java:61) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask .java:68) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru n(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operation s Modules with an error of An unexpected exception has occured while starting up . Startup failing! at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup( ServiceGroupBuilder.java:103) at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic eGroup(ArchiveReader.java:106) at org.apache.axis2.deployment.repository.util.ArchiveReader.processServ iceGroup(ArchiveReader.java:140) ... 11 more Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operation s Modules with an error of An unexpected exception has occured while starting up . Startup failing! at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui lder.java:381) at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup( ServiceGroupBuilder.java:98) ... 13 more Caused by: org.apache.axis2.deployment.DeploymentException: An unexpected except ion has occured while starting up. Startup failing! at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:458) at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui lder.java:176) ... 14 more Caused by: java.lang.RuntimeException: An unexpected exception has occured while starting up. Startup failing! at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:25) at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass( ServiceBuilder.java:454) ... 15 more Caused by: com.cscinfo.util.hibernate.RegistrationException: SessionFactory crea tion failed [key =3D 'OMS_SESSION_FACTORY', resource 'com/cscinfo/oms/hibernate.cf g.xml'] at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:76) at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy cle.java:18) ... 16 more Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraints at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1310) at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig uration(HibernateUtil.java:70) ... 17 more Jun 21, 2007 1:18:51 PM org.apache.axis2.deployment.ServiceDeployer deploy SEVERE: The OrderManagementService.aar service, which is not valid, caused Proce ssing Operations Modules with an error of An unexpected exception has occured wh ile starting up. Startup failing! org.apache.axis2.deployment.DeploymentException: Processing Operations Modules w ith an error of An unexpect =20 =20 Regards, Dinesh Ghutake =20 =20 ------_=_NextPart_001_01C7B831.49ECCCC7 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi = Robert,

I could able to figure out little = bit.

I tried to deploy a webservice = where I haven’t included Hibernate jar.

That service got deployed = successfully.

But the webservice which has = hibernate jar included and configuration related to = hibernate.

I am getting following Exception = there.

I am using Hinernate 3.2 = .

Could you please help me out to = figure it out what the problem is?

 

Many Thanks in = advance

 

Dinesh = Ghutake

 

Caused by: org.apache.axis2.deployment.DeploymentException: An unexpected = except

ion has occured while starting = up.  Startup failing!

      =   at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:458)<= /span>

      =   at = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui

lder.java:176)

      =   ... 14 more

Caused by: = java.lang.RuntimeException: An unexpected exception has occured while

 starting up.  Startup = failing!

      =   at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:25)

      =   at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:454)<= /span>

      =   ... 15 more

Caused by: com.cscinfo.util.hibernate.RegistrationException: SessionFactory = crea

tion failed [key =3D = 'OMS_SESSION_FACTORY', resource 'com/cscinfo/oms/hibernate.cf

g.xml']

=

      =   at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:76)<= /o:p>

      =   at com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:18)

      =   ... 16 more

Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates = loader

 constraints

   &n= bsp;    at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)=

   &n= bsp;    at org.hibernate.cfg.Configuration.configure(Configuration.java:1310)

   &n= bsp;    at com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUti= l.java:70)

   &n= bsp;    ... 17 more

 


From: = Dinesh Ghutake [mailto:dghutake@cscinfo.com]
Sent: Tuesday, June 26, = 2007 2:31 PM
To: = axis-dev@ws.apache.org
Subject: RE: = [Axis2]

 

Hi = Robert,

Thanks for your quick = response.

I have created weblogic.xml at C:\axis2war\WEB-INF level and added following = element.

<weblogic-web-app>

 <container-descriptor>

    <prefer-web-inf-classes>true</prefer-web-inf-classes>

  = </container-descriptor>

</weblogic-web-app>

 

Since I have .arr file not ear file. = Therefore I didn’t created weblogic-application.xml file.

Do I need to create this file? Where should = we keep this file. This is EAR application file.

DO I need to do this or some other = configuration in my Weblogic domain?

 

Xerces, StAX API, Woodstox are there in lib = folder.

 

 

 

 

 

 


From: = robert lazarski [mailto:robertlazarski@gmail.com]
Sent: Tuesday, June 26, = 2007 2:20 PM
To: = axis-dev@ws.apache.org
Subject: Re: = [Axis2]

 

Does this = help?

http://ws.apache.= org/axis2/1_2/app_server.html

Robert

On 6/26/07, Dinesh Ghutake <dghutake@cscinfo.com> wrote:

Hi ,

I am developing web services application ,

I deployed axis2war.war on = weblogic9.2

That deployment was successful.

When I tried to copy my websericeapp.arr file to the services folder C:\axis2war\WEB-INF\services. I got this = error on weblogic console.

If anybody has any idea it would be great = help.

 

Thanks in Advance.

 

 

Jun 21, 2007 1:18:51 PM org.hibernate.cfg.Configuration = configure

INFO: configuring from resource: = com/cscinfo/oms/hibernate.cfg.xml

Jun 21, 2007 1:18:51 PM org.hibernate.cfg.Configuration = getConfigurationInputStr

eam=

INFO: Configuration resource: = com/cscinfo/oms/hibernate.cfg.xml

java.lang.LinkageError: Class org/xml/sax/InputSource violates loader constraint

s

    &nbs= p;   at = org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)

    &nbs= p;   at = org.hibernate.cfg.Configuration.configure(Configuration.java:1310)=

    &nbs= p;   at = com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:7= 0)

    &nbs= p;   at = com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:18)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:454)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui

lder.java:176)=

    &nbs= p;   at = org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(

ServiceGroupBuilder.java:98)=

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic

eGroup(ArchiveReader.java:10= 6)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.processServ

iceGroup(ArchiveReader.java:= 140)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja

va:79)

    &nbs= p;   at = org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin

e.java:582)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL

ist.java:201)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe

ner.java:271)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito

ryListener.java:189)<= /font>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.startListener(Reposito

ryListener.java:265)<= /font>

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S

chedulerTask.java:61)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask

.java:68)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru

n(Scheduler.java:76)<= /font>

    &nbs= p;   at = java.util.TimerThread.mainLoop(Timer.java:512)

    &nbs= p;   at = java.util.TimerThread.run(Timer.java:462)

Jun 21, 2007 1:18:51 PM com.cscinfo.webservice.OMS_ServiceLifeCycle = startUp

SEVERE: An unexpected exception has occured while starting up.  Startup = failing!

 

com.cscinfo.util.hibernate.R= egistrationException: SessionFactory creation failed

 [key =3D 'OMS_SESSION_FACTORY', resource = 'com/cscinfo/oms/hibernate.cfg.xml']

    &nbs= p;   at = com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:7= 6)

    &nbs= p;   at = com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:18)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:454)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui

lder.java:176)=

    &nbs= p;   at = org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(

ServiceGroupBuilder.java:98)=

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic

eGroup(ArchiveReader.java:10= 6)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.processServ

iceGroup(ArchiveReader.java:= 140)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja

va:79)

    &nbs= p;   at = org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin

e.java:582)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL

ist.java:201)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe

ner.java:271)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito

ryListener.java:189)<= /font>

    &nbs= p;   at org.apache.axis2.deployment.RepositoryListener.startListener(Reposito

ryListener.java:265)<= /font>

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S

chedulerTask.java:61)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask

.java:68)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru

n(Scheduler.java:76)<= /font>

    &nbs= p;   at = java.util.TimerThread.mainLoop(Timer.java:512)

    &nbs= p;   at = java.util.TimerThread.run(Timer.java:462)

Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates = loader

 constraints

    &nbs= p;   at = org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)

    &nbs= p;   at = org.hibernate.cfg.Configuration.configure(Configuration.java:1310)=

    &nbs= p;   at = com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:7= 0)

    &nbs= p;   ... 17 more

org.apache.axis2.deployment.= DeploymentException: Processing Operations Modules w

ith an error of An unexpected exception has occured while starting up.  Startup

failing!<= /o:p>

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.processServ

iceGroup(ArchiveReader.java:= 147)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.ja

va:79)

    &nbs= p;   at = org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin

e.java:582)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL

ist.java:201)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.update(RepositoryListe

ner.java:271)<= o:p>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.checkServices(Reposito

ryListener.java:189)<= /font>

    &nbs= p;   at = org.apache.axis2.deployment.RepositoryListener.startListener(Reposito

ryListener.java:265)<= /font>

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(S

chedulerTask.java:61)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask

.java:68)=

    &nbs= p;   at = org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru

n(Scheduler.java:76)<= /font>

    &nbs= p;   at = java.util.TimerThread.mainLoop(Timer.java:512)

    &nbs= p;   at = java.util.TimerThread.run(Timer.java:462)

Caused by: org.apache.axis2.deployment.DeploymentException: Processing = Operation

s Modules with an error of An unexpected exception has occured while starting = up

.  Startup failing!

    &nbs= p;   at = org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(

ServiceGroupBuilder.java:103= )

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic

eGroup(ArchiveReader.java:10= 6)

    &nbs= p;   at = org.apache.axis2.deployment.repository.util.ArchiveReader.processServ

iceGroup(ArchiveReader.java:= 140)

    &nbs= p;   ... 11 more

Caused by: org.apache.axis2.deployment.DeploymentException: Processing = Operation

s Modules with an error of An unexpected exception has occured while = starting up

.  Startup failing!

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui

lder.java:381)=

    &nbs= p;   at = org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(

ServiceGroupBuilder.java:98)=

    &nbs= p;   ... 13 more

Caused by: org.apache.axis2.deployment.DeploymentException: An unexpected = except

ion has occured while starting up.  Startup = failing!

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:458)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui

lder.java:176)=

    &nbs= p;   ... 14 more

Caused by: java.lang.RuntimeException: An unexpected exception has occured = while

 starting up.  Startup failing!

    &nbs= p;   at = com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:25)

    &nbs= p;   at = org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(

ServiceBuilder.java:454)

    &nbs= p;   ... 15 more

Caused by: com.cscinfo.util.hibernate.RegistrationException: SessionFactory = crea

tion failed [key =3D 'OMS_SESSION_FACTORY', resource = 'com/cscinfo/oms/hibernate.cf

g.xml']

    &nbs= p;   at = com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:7= 6)

    &nbs= p;   at = com.cscinfo.webservice.OMS_ServiceLifeCycle.startUp(OMS_ServiceLifeCy

cle.java:18)

    &nbs= p;   ... 16 more

Caused by: java.lang.LinkageError: Class org/xml/sax/InputSource violates = loader

 constraints

    &nbs= p;   at = org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)

    &nbs= p;   at = org.hibernate.cfg.Configuration.configure(Configuration.java:1310)=

    &nbs= p;   at = com.cscinfo.util.hibernate.HibernateUtil.registerSessionFactoryConfig

uration(HibernateUtil.java:7= 0)

    &nbs= p;   ... 17 more

Jun 21, 2007 1:18:51 PM org.apache.axis2.deployment.ServiceDeployer = deploy

SEVERE: The OrderManagementService.aar service, which is not valid, caused = Proce

ssing Operations Modules with an error of An unexpected exception has occured = wh

ile starting up.  Startup failing!

org.apache.axis2.deployment.= DeploymentException: Processing Operations Modules w

ith an error of An unexpect

 

 

Regards,

Dinesh Ghutake

 

 

------_=_NextPart_001_01C7B831.49ECCCC7--