cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment warning - help

Former Member
0 Kudos

Hi,

During the deployment of EJB related project, following warning is generated:

Description:

1. Exception has been returned while the 'sap.com/ProdinBridge' was starting. Warning/Exception :

[ERROR CODE DPL.DS.6193] Error while ; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 3425650:com.sap.engine.services.deploy.container.DeploymentException:

at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:693)

at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:184)

at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:145)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)

at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:449)

at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:437)

at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:178)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)

at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)

at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)

at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)

at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)

at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)

at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)

at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)

at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)

at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)

at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)

at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)

at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)

at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)

at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)

at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)

at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)

at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)

at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)

Caused by: com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Exception occured during web services deployment. Unable to generate serialization framework for web service MFSBeanService, application sap.com/ProdinBridge.

at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:360)

at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:220)

at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.execute(WSInitialStartProcess.java:140)

at com.sap.engine.services.webservices.server.deploy.WSBaseAbstractDProcess.makeProcess(WSBaseAbstractDProcess.java:316)

at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:688)

... 37 more

Caused by: javax.xml.bind.JAXBException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions

The type of the getter is nl.prodin.MFS.GeplandeDienst[] but that of the setter is nl.prodin.MFS.TaskList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandeDienst[] nl.prodin.MFS.ServiceOrder.getGeplandeDiensten()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeDiensten(nl.prodin.MFS.TaskList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

The type of the getter is nl.prodin.MFS.GeplandMateriaal[] but that of the setter is nl.prodin.MFS.PlanList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandMateriaal[] nl.prodin.MFS.ServiceOrder.getGeplandeMaterialen()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeMaterialen(nl.prodin.MFS.PlanList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

- with linked exception:

[com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions

The type of the getter is nl.prodin.MFS.GeplandeDienst[] but that of the setter is nl.prodin.MFS.TaskList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandeDienst[] nl.prodin.MFS.ServiceOrder.getGeplandeDiensten()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeDiensten(nl.prodin.MFS.TaskList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

The type of the getter is nl.prodin.MFS.GeplandMateriaal[] but that of the setter is nl.prodin.MFS.PlanList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandMateriaal[] nl.prodin.MFS.ServiceOrder.getGeplandeMaterialen()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeMaterialen(nl.prodin.MFS.PlanList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

]

at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.genJaxbMappings(JaxWsSchemaGenerator.java:277)

at com.sap.engine.services.webservices.jaxws.j2w.JaxWsIMappingGenerator.generateWSDL(JaxWsIMappingGenerator.java:103)

at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:286)

... 41 more

Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions

The type of the getter is nl.prodin.MFS.GeplandeDienst[] but that of the setter is nl.prodin.MFS.TaskList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandeDienst[] nl.prodin.MFS.ServiceOrder.getGeplandeDiensten()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeDiensten(nl.prodin.MFS.TaskList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

The type of the getter is nl.prodin.MFS.GeplandMateriaal[] but that of the setter is nl.prodin.MFS.PlanList. They have to be the same.

this problem is related to the following location:

at public nl.prodin.MFS.GeplandMateriaal[] nl.prodin.MFS.ServiceOrder.getGeplandeMaterialen()

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

this problem is related to the following location:

at public void nl.prodin.MFS.ServiceOrder.setGeplandeMaterialen(nl.prodin.MFS.PlanList)

at nl.prodin.MFS.ServiceOrder

at public nl.prodin.MFS.ServiceOrder[] nl.prodin.MFS.ToDoList.getServiceOrders()

at nl.prodin.MFS.ToDoList

at private nl.prodin.MFS.ToDoList ejb.service.jaxws.GetInternalListResponse.getInternalListReturn

at ejb.service.jaxws.GetInternalListResponse

at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:66)

at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:361)

at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:217)

at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:76)

at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:55)

at sun.reflect.GeneratedMethodAccessor1214.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:210)

at javax.xml.bind.ContextFinder.find(ContextFinder.java:368)

at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:574)

at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.genJaxbMappings(JaxWsSchemaGenerator.java:274)

... 43 more

Result

Status:Warning

Can somebody help?

Best regards,

Dharmi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dharmi,

the says IllegalAnnotationExceptions at nl.prodin.MFS.GeplandeDienst[] and nl.prodin.MFS.ServiceOrder.getGeplandeDiensten(). You could try to change the EJB annotations there in order to check if this causes the problem.

Regards,

Kevin

Former Member
0 Kudos

Hi Kevin,

Thank you for your reply. The programmer hasn't used any EJB Annotations, he is in process of making the POJO program in that of EJB.

Any more pointers....

Best regards,

Dharmi