sandeep J Posted April 21, 2020 Share Posted April 21, 2020 Hi, My Process doesn't have any errors and I have connectivity to host and port which I am trying but when I am starting the process I am getting below error. Can anyone advise what would be the issue here.. I am using TIBCO BW6.6 version at java.lang.Thread.run(Thread.java:748) Warning@org.eclipse.bpel.model: Resource bundleentry://158.fwk434091818/Service%20Descriptors/partner.wsdl is not of the expected kind.[Cannot cast org.eclipse.xsd.impl.XSDSchemaImpl to org.eclipse.wst.wsdl.Definition] java.lang.ClassCastException: Cannot cast org.eclipse.xsd.impl.XSDSchemaImpl to org.eclipse.wst.wsdl.Definition at java.lang.Class.cast(Class.java:3369) at com.tibco.bw.core.model.util.BWRTXSDImportResolver.findAndLoad(BWRTXSDImportResolver.java:164) at com.tibco.bw.core.model.util.BWRTWSDLImportResolver.resolve(BWRTWSDLImportResolver.java:44) at com.tibco.bw.core.model.process.resource.BWBaseProcessResource.getEObjectExtended(BWBaseProcessResource.java:482) at com.tibco.bw.core.model.process.resource.BWBaseProcessResource.getEObjectExtended(BWBaseProcessResource.java:329) at org.eclipse.bpel.model.resource.BPELResourceImpl.getEObject(BPELResourceImpl.java:160) at com.tibco.bw.core.model.process.resource.BWProcessResource.getEObject(BWProcessResource.java:51) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223) at com.tibco.bw.core.model.process.resource.BWBPELResourceSetImpl.getEObject(BWBPELResourceSetImpl.java:164) at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:199) at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:259) at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eResolveProxy(BasicEObjectImpl.java:1473) at org.eclipse.bpel.model.impl.VariableImpl.getMessageType(VariableImpl.java:154) at com.tibco.bx.bpel.converter.BxPvmGenerator.processVariable(BxPvmGenerator.java:1296) at com.tibco.bx.bpel.converter.BxPvmGenerator.doVariables(BxPvmGenerator.java:1188) at com.tibco.bx.bpel.converter.BxPvmGenerator.doProcess(BxPvmGenerator.java:1127) at com.tibco.bx.bpel.converter.BxPvmGenerator.generateProcess(BxPvmGenerator.java:733) at com.tibco.bx.bpel.converter.BxBpelHelpers.addProcess(BxBpelHelpers.java:160) at com.tibco.bx.core.BxModuleImpl.addProcess(BxModuleImpl.java:95) at com.tibco.bx.core.service.BxExtServiceAgentImpl.deploy(BxExtServiceAgentImpl.java:269) at com.tibco.bx.core.service.BxExtServiceAgentImpl.(BxExtServiceAgentImpl.java:135) at com.tibco.bx.core.service.BxExtServiceManagerImpl.createExtServiceAgent(BxExtServiceManagerImpl.java:39) at com.tibco.bx.core.BxSystemImpl.createBWModule(BxSystemImpl.java:1643) at com.tibco.bw.core.runtime.BWEngineImpl.installModule(BWEngineImpl.java:1477) at com.tibco.bw.frwk.BWModuleImpl.installNonExeBxModule(BWModuleImpl.java:266) at com.tibco.bw.frwk.BWApplicationModuleImpl.setupBxModule(BWApplicationModuleImpl.java:1105) at com.tibco.bw.frwk.BWApplicationModuleImpl.onResolved(BWApplicationModuleImpl.java:145) at com.tibco.bw.thor.runtime.api.DependencyDescriptor.start(DependencyDescriptor.java:120) at com.tibco.bw.frwk.BWModuleEventHandler.deployModule(BWModuleEventHandler.java:592) at com.tibco.bw.frwk.BWModuleEventHandler.handleBundleEvent(BWModuleEventHandler.java:412) at com.tibco.bw.thor.runtime.ApplicationHandler$1.call(ApplicationHandler.java:337) at com.tibco.bw.thor.runtime.ApplicationHandler$1.call(ApplicationHandler.java:1) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now