Rt web services deployment failed

I have a sbrio 9612 that I setup with an executable and web services.  I can get it to run great.  I then took an image of that one (using RAD) and deployed it to another sbrio 9612.  The web services don't work.  I then tried to deploy webservices the second sbrio with my project, and I came up with the error in the attached picture: Web Services Deployment Failed.  The NI Application Web Server is still loading.  
All I can find about that is issues when deploying to a laptop with a wifi card, but nothing about that with a RT unit.
Any thoughts?
Thanks,
Eric.
Attachments:
error.jpg ‏83 KB

I have redeployed the firmware several times and it still doesn't work.  It works on the original unit I took the image from, but not on the unit I'm deploying the image to.  Using max is not an option because these are basically in an OEM environment and if I distribute an image to a customer they will not have national instruments installed.
Besides, that defeats the purpose of taking an image, if it works correctly in one place, you should be able to take an image of that and deploy it on another unit.

Similar Messages

  • Web Service Deployment Fails

    Hello All,
    I've generated several successful web services from their WSDL files and a couple imported .xsd schemas. However one of the services fails to deploy, taking the whole deployment down with it, large stack trace I'm sorry.
    Anyone any ideas, the wsdl file is validated correctly, and all the code an deployment works happily until you invoke it.
    Regards,
    Daniel
    07/03/27 18:06:59 Web service GetInformation has been started on the embedded server
    07/03/27 18:06:59 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    07/03/27 18:08:20 generator error: java.lang.NullPointerException
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.fail(GeneratorBase.java:998)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.generateEnumerationSerializer(EnumerationEncoderGenerator.java:316)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visit(EnumerationEncoderGenerator.java:203)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralEnumerationType.accept(LiteralEnumerationType.java:45)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitLiteralSequenceType(GeneratorBase.java:724)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:690)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralSequenceType.accept(LiteralSequenceType.java:56)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visitParameter(EnumerationEncoderGenerator.java:81)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:347)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Parameter.accept(Parameter.java:100)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.preVisitRequest(EnumerationEncoderGenerator.java:103)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:452)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Request.accept(Request.java:22)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitOperation(GeneratorBase.java:320)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:309)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Operation.accept(Operation.java:279)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitPort(GeneratorBase.java:297)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:283)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Port.accept(Port.java:379)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitService(GeneratorBase.java:256)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:240)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Service.accept(Service.java:136)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitModel(GeneratorBase.java:228)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:210)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Model.accept(Model.java:196)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.doGeneration(GeneratorBase.java:177)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.perform(GeneratorBase.java:139)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.Processor.runActions(Processor.java:97)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.WsCompile.run(WsCompile.java:468)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.ServerArtifactGenerator.generateCompilables(ServerArtifactGenerator.java:441)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.generateWebServices(Compilation.java:313)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.compile(Compilation.java:92)
    07/03/27 18:08:20      at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:89)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8458)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5689)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5617)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5556)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:728)
    07/03/27 18:08:20      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/03/27 18:08:20      at com.evermind.server.Application.getHttpApplication(Application.java:571)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1973)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1925)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:424)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:392)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:433)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    07/03/27 18:08:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    07/03/27 18:08:20      at java.lang.Thread.run(Thread.java:595)
    07/03/27 18:08:20
    CAUSE:
    07/03/27 18:08:20 java.lang.NullPointerException
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.fail(GeneratorBase.java:998)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.generateEnumerationSerializer(EnumerationEncoderGenerator.java:316)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visit(EnumerationEncoderGenerator.java:203)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralEnumerationType.accept(LiteralEnumerationType.java:45)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitLiteralSequenceType(GeneratorBase.java:724)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:690)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralSequenceType.accept(LiteralSequenceType.java:56)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visitParameter(EnumerationEncoderGenerator.java:81)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:347)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Parameter.accept(Parameter.java:100)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.preVisitRequest(EnumerationEncoderGenerator.java:103)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:452)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Request.accept(Request.java:22)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitOperation(GeneratorBase.java:320)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:309)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Operation.accept(Operation.java:279)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitPort(GeneratorBase.java:297)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:283)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Port.accept(Port.java:379)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitService(GeneratorBase.java:256)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:240)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Service.accept(Service.java:136)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitModel(GeneratorBase.java:228)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:210)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Model.accept(Model.java:196)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.doGeneration(GeneratorBase.java:177)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.perform(GeneratorBase.java:139)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.Processor.runActions(Processor.java:97)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.WsCompile.run(WsCompile.java:468)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.ServerArtifactGenerator.generateCompilables(ServerArtifactGenerator.java:441)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.generateWebServices(Compilation.java:313)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.compile(Compilation.java:92)
    07/03/27 18:08:20      at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:89)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8458)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5689)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5617)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5556)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:728)
    07/03/27 18:08:20      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/03/27 18:08:20      at com.evermind.server.Application.getHttpApplication(Application.java:571)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1973)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1925)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:424)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:392)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:433)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    07/03/27 18:08:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    07/03/27 18:08:20      at java.lang.Thread.run(Thread.java:595)
    07/03/27 18:08:20 Caused by: java.lang.NullPointerException
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.writer.SimpleTypeSerializerWriter.getTypeEncoder(SimpleTypeSerializerWriter.java:191)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.writeMembers(EnumerationEncoderGenerator.java:347)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.generateEnumerationSerializer(EnumerationEncoderGenerator.java:298)
    07/03/27 18:08:20      ... 53 more
    07/03/27 18:08:20
    CAUSE:
    07/03/27 18:08:20 java.lang.NullPointerException
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.fail(GeneratorBase.java:998)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.generateEnumerationSerializer(EnumerationEncoderGenerator.java:316)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visit(EnumerationEncoderGenerator.java:203)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralEnumerationType.accept(LiteralEnumerationType.java:45)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitLiteralSequenceType(GeneratorBase.java:724)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:690)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.literal.LiteralSequenceType.accept(LiteralSequenceType.java:56)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.visitParameter(EnumerationEncoderGenerator.java:81)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:347)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Parameter.accept(Parameter.java:100)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.preVisitRequest(EnumerationEncoderGenerator.java:103)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:452)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Request.accept(Request.java:22)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitOperation(GeneratorBase.java:320)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:309)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Operation.accept(Operation.java:279)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitPort(GeneratorBase.java:297)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:283)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Port.accept(Port.java:379)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitService(GeneratorBase.java:256)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:240)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Service.accept(Service.java:136)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visitModel(GeneratorBase.java:228)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.visit(GeneratorBase.java:210)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.model.Model.accept(Model.java:196)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.doGeneration(GeneratorBase.java:177)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.GeneratorBase.perform(GeneratorBase.java:139)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.Processor.runActions(Processor.java:97)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.WsCompile.run(WsCompile.java:468)
    07/03/27 18:08:20      at oracle.j2ee.ws.server.codegen.ServerArtifactGenerator.generateCompilables(ServerArtifactGenerator.java:441)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.generateWebServices(Compilation.java:313)
    07/03/27 18:08:20      at com.evermind.server.http.compilation.Compilation.compile(Compilation.java:92)
    07/03/27 18:08:20      at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts(WrapperClassGenerator.java:89)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(HttpApplication.java:8458)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoaderWithWebServicesDeploymentCache(HttpApplication.java:5689)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.populateLoader(HttpApplication.java:5617)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplication.java:5556)
    07/03/27 18:08:20      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:728)
    07/03/27 18:08:20      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/03/27 18:08:20      at com.evermind.server.Application.getHttpApplication(Application.java:571)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1973)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1925)
    07/03/27 18:08:20      at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:424)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:392)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:433)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    07/03/27 18:08:20      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    07/03/27 18:08:20      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    07/03/27 18:08:20      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    07/03/27 18:08:20      at java.lang.Thread.run(Thread.java:595)
    07/03/27 18:08:20 Caused by: java.lang.NullPointerException
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.writer.SimpleTypeSerializerWriter.getTypeEncoder(SimpleTypeSerializerWriter.java:191)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.writeMembers(EnumerationEncoderGenerator.java:347)
    07/03/27 18:08:20      at oracle.j2ee.ws.common.processor.generator.EnumerationEncoderGenerator.generateEnumerationSerializer(EnumerationEncoderGenerator.java:298)
    07/03/27 18:08:20      ... 53 more

    I deleted c:\Sun\AppServer\domains\domain1\generated and it helped :-)

  • Web Service deployment failed

    I have a web service applicataion that has been running fine now for some time. Recently, I edited one of the "always include" files [not the web method or aux vi's] and built and redeployed. I got the following error message:
    "You must start the NI Application Web Server before deploying a web service." Well the Application Web Server IS started, in fact the old deployment is running just fine. But for good measure I re-enabled the web service via localhost:3580, restarted the service via services.msc, repaired the installation and [of course] rebooted. I'm all out of quick fixes. Clearly the error message is mistaken but it prevents my deployment from completing. Ideas? [this knowledgebase article is irrelevant]

    Hey pl,
    This seems like a baffling issue, as the DM is definitely able to see the Web Server properly.  Possibly it could be an issue with the Application Builder?  Have you tried deploying with other versions of Labview or just 2011?  Also maybe check the 2 configuration files found in the National Instruments/Shared/NI Web Server folder.  I've attached what I have in mine, which should be the default initial values.
    Justin D
    Applications Engineer
    National Instruments
    http://www.ni.com/support/
    Attachments:
    NISystemWebServer.txt ‏2 KB
    NIWebAppServer.txt ‏2 KB

  • Error 363511 on web service deployment

    I have a web service which  fails to deploy on an external server. I use installer to deploy the service to a Windows Server (2008 SP2). After installing everything else, installer tries to install the web service. That's when I get the error message attached. I tried running the installer on the development machine and it works just fine. I think installer should contain everything required. What else could be wrong?
    Attachments:
    ws_erroro.jpg ‏15 KB
    ws_installers.jpg ‏95 KB

    Do you get any errors during the installation? If not - have you checked the windows event logs to see if the server can't start for some reason (e.g. the port is already in use). Can you open the NI Configuration web page (that allows you to configure the NI Application Web Server)? Can you see the service running in the windows 'Services' dialogue?
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • External web services deployment

    Hi,
    I am facing a situation of web services deployment. I am using Jdeveloper 10g and oracle bpel process manager 10.1.3.1.0. I am not able to deploy web services. The following are the steps that I followed to consume that web service called web service called WeatherByCity from xmethods.net.
    Create new Application---> create new empty project( I named it 'projectgt') ----> new 'java web service from wsdl' from wsdl document url (http://ws.strikeiron.com/InnerGears/WeatherByCity2?WSDL ------------->
    --> In the default mapping options for Package Name I put 'projectgt' and root package for generated types I put 'projectgt.types'. All the other options are default. When I right click Webservices.deploy under resources and deploy to the application server, it says failed to deploy with the following message.
    ---- Deployment started. ---- Apr 21, 2006 5:00:07 AM
    Target platform is Standalone OC4J 10g 10.1.3 (AppServerConnection1).
    Wrote WAR file to D:\Application24\Projectgt\deploy\WebServices.war
    Wrote EAR file to D:\Application24\Projectgt\deploy\Application24-Projectgt-WS.ear
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Uploading file Application24-Projectgt-WS.ear ...
    Application Deployer for Application24-Projectgt-WS STARTS.
    Copy the archive to D:\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\applications\Application24-Projectgt-WS.ear
    Initialize D:\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\applications\Application24-Projectgt-WS.ear begins...
    Unpacking Application24-Projectgt-WS.ear
    Done unpacking Application24-Projectgt-WS.ear
    Unpacking WebServices.war
    Done unpacking WebServices.war
    Initialize D:\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\applications\Application24-Projectgt-WS.ear ends...
    Starting application : Application24-Projectgt-WS
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Initializing EJB sessions
    Committing ClassLoader(s)
    Initialize WebServices begins...
    Initialize WebServices ends...
    Started application : Application24-Projectgt-WS
    Binding web application(s) to site default-web-site begins...
    Binding WebServices web-module for application Application24-Projectgt-WS to site default-web-site under context root Application24-Projectgt-context-root
    Operation failed with error:
    Error compiling :D:\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\applications\Application24-Projectgt-WS\WebServices: Error instantiating compiler: Web service artifact generation failed:java.lang.NoClassDefFoundError: projectgt/types/com/strikeiron/ws/SubscriptionInfo
    Deployment failed
    Elapsed time for deployment: 26 seconds
    #### Deployment incomplete. #### Apr 21, 2006 5:00:32 AM
    I will be grateful for any response on this issue.
    Thankyou,
    Sagar

    As a matter of fact, I receiving a similar error for all other web services. Please let me know the error in my method of deployment

  • Question concerning Web Service Deployment

    I have a question on web service deployment as it pertains to multi-client SAP systems.
    I created and deployed a web service in the client that is used for the development of client-independent objects. There are no issues when calling the web service following deployment.
    I am trying to use the same web service on the same SAP system, but on a different client. What is the proper way for accomplishing this? As of right now, the only way I've been able to do this is to open up the desired client and deploy the service again. I tried to take a transport and copy it to the other client using SCC1, but it failed since all the objects referred to client-independent objects.
    Below is the URL of the WSDL that was generated via SOAMANAGER.
    http://svr-sap05-dev.xxx.com:8010/sap/bc/srt/wsdl/bndg_DF2B9EDC2EA40CF1A9B7001CC4459012/wsdl11/allinone/ws_policy/document?sap-client=120
    Client 120 is the client used for development and is where the web service was created and deployed. I would like to use the same web service, but in a different client.
    I tried in changing the logon parameters of the web service using SICF, but the invocation failed. It only works if the client mentioned in the logon data matches the client specified in the URL.
    I am assuming that SAP builds the namespace of the web service using the client specified in the above URL. If this is the case, then I will have no choice but to deploy this service manually in the other client.
    Is something wrong being done or do I have to do the same deployment in the other client?
    Regards,
    Vince Castello

    In Netweaver 7.01 (with SOAMANAGER) you can no longer deploy webservices via STMS.
    You have to login in each client and create endpoints in each one.
    It's a pain, but SAP says it's too risky to implement the solution via STMS or something like that.
    There is a SAP note about this.

  • Error invoking web service deployed in SOA Suite

    I have implemented a stateful web service in Jdeveloper 10.1.3.2.
    I can test succesfully an operation of the web service from the embedeed oc4j of jdeveloper, but i can not succes when i try do the same from the application server control of soa suite.
    The response of the web service in the second case, is the xml of the request.I can not understand.
    I implemented a web service proxy in jdeveloper that invokes the web service deployed in soa suite.When i run it, it gives me an exception like this:
    unexpected element name: expected={http://orclproject/types/}doLoginResponseElement, actual={http://orclproject/types/}doLoginElement
         at oracle.j2ee.ws.common.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:231)
         at oracle.j2ee.ws.common.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:159)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub._deserialize_doLogin(OrclLoginWSSoapHttp_Stub.java:1022)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub._readFirstBodyElement(OrclLoginWSSoapHttp_Stub.java:891)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:333)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at klient7.proxy.runtime.OrclLoginWSSoapHttp_Stub.doLogin(OrclLoginWSSoapHttp_Stub.java:484)
         at orclproject.OrclLoginWSSoapHttpPortClient.doLogin(OrclLoginWSSoapHttpPortClient.java:65)
         at orclproject.OrclLoginWSSoapHttpPortClient.main(OrclLoginWSSoapHttpPortClient.java:28)
    where doLogin is the operation of the web service.
    any idea?
    thanks in advance...

    Hi,
    almost 8 months passed since this post, but if still actual then look at BUG: Request XML returned as response when result too large thread. It may be the same problem with large data sets.
    Regards,
    Patrik

  • Jdeveloper WS proxy error while invoking  web service deployed on weblogic

    Hello experts, can you please help me. I have web service deployed on weblogic server.
    I have not set any credential for this web service. I can test the service from SOAPUI without providing any credentials.
    Then I generated WS proxy client using Jdeveloper. When I try to run the client, I do not know why I get security execption (shown below) eventhough I have not secured the web service deployed on weblogic server.
    java.lang.SecurityException: keyStoreFilename is either null or empty string
         at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
         at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
         at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
         at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.
    Here is my client class :
    public static void main(String[] args) {
    try {
    contactWSService = new ContactWSService();
    ContactWSPortType contactWSPortType = contactWSService.getContactWSPortTypePort();
    Map<String, Object> requestContext = ((BindingProvider) contactWSPortType).getRequestContext();
    setPortCredentialProviderList(requestContext);
    // Add your code to call the desired methods.
    // QueryPageInputSecondPage qpisp= new QueryPageInputSecondPage(); //I have commented it in order to resolve security issue
    System.out.println("Inside the client class");
    } catch (Exception ex) {
    ex.printStackTrace();
    Inside the method setPortCredentialProviderList(), I have not provided any credentials, keystores etc. Because weblogic is not setup with SSL and also I have not set up any authorization or authentication for the web service. I do not know why I am able to test it through SOAPUI and why not using WS proxy.
    Appreciate your quick response.
    thanks a lot
    jyothi

    Hello experts, can you please help me. I have web service deployed on weblogic server.
    I have not set any credential for this web service. I can test the service from SOAPUI without providing any credentials.
    Then I generated WS proxy client using Jdeveloper. When I try to run the client, I do not know why I get security execption (shown below) eventhough I have not secured the web service deployed on weblogic server.
    java.lang.SecurityException: keyStoreFilename is either null or empty string
         at weblogic.wsee.security.util.CertUtils.getCertificate(CertUtils.java:87)
         at pilot1.ContactWSPortTypePortClient.getBSTCredentialProvider(ContactWSPortTypePortClient.java:104)
         at pilot1.ContactWSPortTypePortClient.setPortCredentialProviderList(ContactWSPortTypePortClient.java:78)
         at pilot1.ContactWSPortTypePortClient.main(ContactWSPortTypePortClient.java:46)
    Process exited with exit code 0.
    Here is my client class :
    public static void main(String[] args) {
    try {
    contactWSService = new ContactWSService();
    ContactWSPortType contactWSPortType = contactWSService.getContactWSPortTypePort();
    Map<String, Object> requestContext = ((BindingProvider) contactWSPortType).getRequestContext();
    setPortCredentialProviderList(requestContext);
    // Add your code to call the desired methods.
    // QueryPageInputSecondPage qpisp= new QueryPageInputSecondPage(); //I have commented it in order to resolve security issue
    System.out.println("Inside the client class");
    } catch (Exception ex) {
    ex.printStackTrace();
    Inside the method setPortCredentialProviderList(), I have not provided any credentials, keystores etc. Because weblogic is not setup with SSL and also I have not set up any authorization or authentication for the web service. I do not know why I am able to test it through SOAPUI and why not using WS proxy.
    Appreciate your quick response.
    thanks a lot
    jyothi

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)

    SharePoint SiteMialbox failed with 503 error (AutoDiscover.svc web service call failed)
    I followed Technet articles to configure SiteMailBoxes in our environment & exchange sever.
    When we created Sitemailbox in a SiteCollection &when we try to open it, it failed with below error.
    Site Mailbox
    We are having trouble connecting to Exchange Server
    The server might be temporarily unavailable. Please check back on this page in a few minutes. If this problem persists, please contact your system administrator.
    Correlation ID: bb0fe99c-6f4e-e084-b191-881fbf0fa977, Error Code 10 
    ULS Log (503 error)
    Autodiscover Diagnostics Response Headers: request-id: 95d12ceb-283e-4495-b28b-256503fd097c  client-request-id: 742fe69c-ef5a-e084-ca05-6098c759c584  X-CalculatedBETarget: devapwxyz01a.devap.mydomain.com  X-FEServer: DEVNAABCD01B
     Content-Length: 0  Cache-Control: private  Date: Tue, 03 Feb 2015 18:53:40 GMT  Set-Cookie: X-BackEndCookie=; expires=Sun, 03-Feb-1985 18:53:40 GMT; path=/autodiscover; secure; HttpOnly  Server: Microsoft-IIS/8.5  X-AspNet-Version:
    4.0.30319  X-Powered-By: ASP.NET    
    742fe69c-ef5a-e084-ca05-6098c759c584
    if I am correct, X-CalculatedBETarget supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.  Do you guys have any idea on this?  (I verified
    the same using fiddler, it is failing right at autodiscover.svc call.)
    I wrote a powershell script to connect autodiscover service in sharepoint server & this web service call able connect right server X-CalculatedBETarget. It gave the expected response.
    I am not sure why SharePoint webservice call (X-CalculatedBETarget) is going to different server?
    let me know if you guys have any ideas.
    Thanks.

    Thanks for the Response Raj.
    I already followed the same instructions in the Links.
    When SharePoint Autodisover.svc webservice send a request to Exchange server & Exchange server redirecting that request to different server, this is the problem i am facing right now.
    X-CalculatedBETarget
    supposed to be DEVNAABCD01B.devna.mydomain.com but it connected to different domain devapwxyz01a.devap.mydomain.com.
    Let me know if you have any suggestions?

  • Web Service Request Failed

    Hello,
    Errors in the EE 4 with RedHat ES 3.
    Web Service Request Failed
    The following fault was returned from the web service call:
    Code HTTP
    String (404)/axis/services/rpc/webtopsession
    ------ log -----
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.29
    Apr 15, 2005 12:26:03 PM org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    Apr 15, 2005 12:26:03 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/86 config=null
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (404)/axis/services/rpc/webtopsession
    faultActor:
    faultNode:
    faultDetail:
    {}string: return code: 404
    <html><head><title>Apache Tomcat/4.1.29 - Error
    report</title><STYLE><!--H1{font-family :
    sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;}
    H3{font-family : sans-serif,Arial,Tahoma;color : white;background-color :
    #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color :
    black;background-color : white;} B{color : white;background-color :
    #0086b2;} HR{color : #0086b2;} --></STYLE>
    </head><body><h1>HTTP Status 404 -
    /axis/services/rpc/webtopsession</h1><HR size="1"
    noshade><p><b>type</b> Status
    report</p><p><b>message</b>
    <u>/axis/services/rpc/webtopsession</u></p><p><b>description</b>
    <u>The requested resource (/axis/services/rpc/webtopsession) is not
    available.</u></p><HR size="1"
    noshade><h3>Apache
    Tomcat/4.1.29</h3></body></html>
    (404)/axis/services/rpc/webtopsession
    at
    org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
    at
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.apache.axis.client.Call.invoke(Call.java:2248)
    at org.apache.axis.client.Call.invoke(Call.java:2171)
    at org.apache.axis.client.Call.invoke(Call.java:1691)
    at
    com.tarantella.tta.webservices.client.apis.apache.BaseRequest.callServiceWork(BaseRequest.java:316)
    at
    com.tarantella.tta.webservices.client.apis.apache.BaseRequest.callService(BaseRequest.java:213)
    at
    com.tarantella.tta.webservices.client.apis.apache.BaseRequest.callService(BaseRequest.java:205)
    at
    com.tarantella.tta.webservices.client.apis.apache.WebtopSessionRequest.startSession(WebtopSessionRequest.java:62)
    at
    com.tarantella.tta.webservices.client.views.SessionBean.startSession(SessionBean.java:545)
    at
    org.apache.jsp.sessionmanager_jsp.createNewSession(sessionmanager_jsp.java:276)
    at
    org.apache.jsp.sessionmanager_jsp.joinSessionByClientId(sessionmanager_jsp.java:236)
    at
    org.apache.jsp.sessionmanager_jsp._jspService(sessionmanager_jsp.java:619)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
    at
    org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
    at
    org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
    at
    org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:822)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:483)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    com.tarantella.tta.webservices.valves.InputFilter.invoke(InputFilter.java:74)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:309)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:387)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:673)
    at
    org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:615)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:786)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
    at java.lang.Thread.run(Thread.java:534)

    Hello,
    We have same problem on SGD4.2 on Solaris 10 with IE HTML Client.
    Do you solve it ?
    How ?
    Please help.
    Regards.

  • BPM Studio call web service deployed by R12 Intergration Repository error

    Hi, I encountered a problem when calling a web service deployed by R12 Intergration Repository (SOA Gateway) w/ username/password authentication.
    It seems that the BPM Studio can not pass the security information to the web service. But using SoapUI it's quite easy to call the service with no error, just set the username and password, and set the password type to PasswordText.
    Under the External Resources catalog, I've set fileds in the Security tab with "Plain" Username Token, "sysadmin" Username and "sysadmin" Password, then changed the Authentication Type to "Username Token Profile". Then create a participant named sysadmin, and use this participant to run the process, but it just can't work.
    Anybody can help? My colleague also posted a topic here: processRemoteException when invoke  webservice from Oracle E-Business Suite but nobody answered. It would be very appreciated if sb. can fix this.

    I've encounter something similar to you're problem and it was resolved by manually creating the object using the web service constructor and inputting user credentials. If you manually instantiate your web service wrapper object and set a a security profile token, it may solve your problem. You can also pass in the web service endPoint URL, if you want.
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy
    I'm not sure how to use UsernameTokenProfileSecurityPolicy, but try something like this:
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy policy = UsernameTokenProfileSecurityPolicy();
    policy.username ="mark";
    policy.password = "password";
    tws = YourWebService();
    response = tws.callWebServiceMethod();
    I realize the security profile isn't tied anywhere to the web service, but try it anyway.
    There is also some fields on the webservice, tws.setRequestHeader() that may allow you to set the username and password on the request, but this doesn't make sense to me. It shouldn't be that hard.
    Edited by: Mark Peterson on Mar 19, 2010 9:14 AM
    Edited by: Mark Peterson on Mar 19, 2010 9:20 AM

  • Web Service execution failed for operation: ReadLogFile

    Hello,
    im getting the following error message in almost all of my Diagnostic Agent log files:
    [MAIJobObserver] ERROR occurred for metric collection
    00000000000000000019[com.sap.smd.mai.model.collector.SAPControlWSCollector].
    [EXCEPTION]
    com.sap.smd.mai.model.collector.CollectorException:
    [SAPControlWSCollector.collect] Web Service execution failed for operation:
    ReadLogFile. Collector : [SAPControlWSCollector]
    Id: 00000000000000000019,
    SID: EPX, instance number:00
    at
    com.sap.smd.mai.model.collector.SAPControlWSCollector.collect(SAPControlWSCollector.java:200)
    at
    com.sap.smd.mai.job.MetricJobRunner.run(MetricJobRunner.java:25)
    at
    com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:46)
    at
    com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:785)
    at
    java.lang.Thread.run(Thread.java:722)
    Caused by: java.rmi.RemoteException:
    Service call exception; nested exception is:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException:
    Invalid Response Code: (401) Unauthorized. The requested URL
    was:http://<hostname>:50013/SAPControl.cgi
    I checked on SAP note 1563660 - sapcontrol, <sid>adm authorization issues (SUM) and confirmed, that ALL installations of the "sapuxuserchk" program are set with "chown root.sapsys" and "chmod u+s,o-rwx". I restarted the diagnostic Agent aftwards.
    I also checked on host_profile an made sure, that the parameter "service/admin_users = daaadm" is set.
    Still I get the above error messages, so I am at a loss what else to do...
    A lot of thanks for your Support !
    Best regards,
    Thorsten

    Hi Thorsten,
    Please check the user used for registration of Diagnostic agent to Solution Manager has appropriate roles assigned (e.g. user SMD_ADMIN)
    Also please update to latest patch of SAP Host agent and then try again.
    Hope this helps
    Thanks & Regards,
    Nisha

  • Web Service Deployment Exception

    Hi All,
    I have created a Stateless session bean in which i am accessing JPA entities.
    In my session bean I have two methodes and i exposed those methodes as web services. I deployed this ejb project into server and search for my web service in Web Service Navigator. I didn't find my web service. Then I observer server logs. It is throwing a Web Service Deployment exception.
    Code:
    @WebMethod(operationName="readChannel", exclude=false)
         public ReadChannelResMsg readChannel(@WebParam(name="readChannelReqMsg")
         ReadChannelReqMsg readChannelReqMsg) {
              ReadChannelResMsg readChannelResMsg=new ReadChannelResMsg();     
              readChannelResMsg.setChannel(channelDao.findById(readChannelReqMsg.getChannelId()));
              return readChannelResMsg;
    Exception:
    [ERROR CODE DPL.DS.5030] Clusterwide exception: [server ID 3324150:Exception occured during web services deployment. Unable to generate serialization framework for web service ProgramPlanWS, application hcl.com/longterm_plan_ear.
    -> class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5:library:jaxb20 [email protected] alive incompatible with class com.sun.xml.bind.v2.model.impl.ClassInfoImpl:library:jaxb20 [email protected] alive
    server ID 3324150:com.sap.engine.services.deploy.container.DeploymentException:
    Why this exception is coming and how can i resolve this issue?
    Thanks
    Sampath G

    Hi,
    the initial exception suggest
    After an upgrade from SAP NetWeaver release 2004 to SAP NetWeaver release 7.0, according to the new SAP security policy, the J2EE Engine administrator user may be prompted to change his or her password. The password is changed in the User Management Engine (UME).
    According to SAP security policy, the J2EE Engine administrator password must be changed every 90 days. The password is changed in the UME.
    However, SDM reads the J2EE Engine administrator password not from the UME, but from the secure storage instead. The J2EE Engine administrator password is not changed in the secure storage. For more information, see SAP Note 870445.
    and the possible Solution could  be
    Change the J2EE Engine administrator password in the secure storage
    Regards
    Manohar

  • My problem about SGD--  Web Service Request Failed

    Web Service Request Failed
    The following fault was returned from the web service call:
    Code          Server.NoService
    String          The AXIS engine could not find a target service to invoke! targetService is rpc/webtopsession

    my SGD's viasion is 4.3.15
    my plam is suse linux

Maybe you are looking for