You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Aki Yoshida <el...@gmail.com> on 2014/09/02 11:43:12 UTC

Re: CXF: Failed to create URI from WSDL location

I don't see any CXF related code referenced in the stack trace.
So, it's hard to tell how CXF is involved in this error. It might be
that you have this error because CXF is not used?

regards, aki


2014-08-31 17:10 GMT+02:00 Néstor Boscán <ne...@gmail.com>:
> Hi
>
> I'm deploying a new services that is working great in the development
> enviroment. When I publish to the production enviroment I get:
>
> <WSEE:14>Failed to create URI from WSDL location, where location='No Target
> Address'<WsdlUtils.getQueryString:211>
> <WSEE:14>java.net.URISyntaxException: Illegal character in path at index 2:
> No T
> arget Address<WsdlUtils.getQueryString:211>
> java.net.URISyntaxException: Illegal character in path at index 2: No
> Target Address
>         at java.net.URI$Parser.fail(URI.java:2809)
>         at java.net.URI$Parser.checkChars(URI.java:2982)
>         at java.net.URI$Parser.parseHierarchical(URI.java:3066)
>         at java.net.URI$Parser.parse(URI.java:3024)
>         at java.net.URI.<init>(URI.java:578)
>         at weblogic.wsee.wsdl.WsdlUtils.getQueryString(WsdlUtils.java:207)
>         at weblogic.wsee.wsdl.WsdlUtils.updateAddress(WsdlUtils.java:94)
>         at
> weblogic.wsee.deploy.WSEEWebModule.updateAddress(WSEEWebModule.java:3
> 35)
>         at
> weblogic.wsee.deploy.WSEEWebModule.registerEndpoint(WSEEWebModule.jav
> a:243)
>         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:135)
>         at
> weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploym
> entExtensionFactory.java:147)
>         at
> weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDepl
> oymentExtensionFactory.java:27)
>         at
> weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeplo
> ymentExtensionFactory.java:427)
>         at
> weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare
> (AppDeploymentExtensionFlow.java:23)
>         at
> weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
> va:1221)
>         at
> weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
> river.java:41)
>         at
> weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
> ava:367)
>         at
> weblogic.application.internal.SingleModuleDeployment.prepare(SingleMo
> duleDeployment.java:43)
>         at
> weblogic.application.internal.DeploymentStateChecker.prepare(Deployme
> ntStateChecker.java:154)
>         at
> weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(App
> ContainerInvoker.java:60)
>         at
> weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeploy
> ment.java:141)
>         at
> weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(Dep
> loymentAdapter.java:39)
>         at
> weblogic.management.deploy.internal.DeploymentAdapter.prepare(Deploym
> entAdapter.java:191)
>         at
> weblogic.management.deploy.internal.AppTransition$1.transitionApp(App
> Transition.java:21)
>         at
> weblogic.management.deploy.internal.ConfiguredDeployments.transitionA
> pps(ConfiguredDeployments.java:240)
>         at
> weblogic.management.deploy.internal.ConfiguredDeployments.prepare(Con
> figuredDeployments.java:165)
>         at
> weblogic.management.deploy.internal.ConfiguredDeployments.deploy(Conf
> iguredDeployments.java:122)
>         at
> weblogic.management.deploy.internal.DeploymentServerService.resume(De
> ploymentServerService.java:180)
>         at
> weblogic.management.deploy.internal.DeploymentServerService.start(Dep
> loymentServerService.java:96)
>         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
>         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
>         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
> The only difference I can see is that the frontend is an Apache Web Service
> with a different name from the server name.
>
> Regards,
>
> Néstor Boscán