You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/24 15:24:18 UTC

[GitHub] [cxf] stodge opened a new pull request, #1035: Update UDPDestination.java

stodge opened a new pull request, #1035:
URL: https://github.com/apache/cxf/pull/1035

   - Protect against a null pointer when running on a Windows 11 PC on a corporate VPN
   - Null pointer caused by interface "TAP-Windows Adaptor V9"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
reta commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327470587

   @stodge thanks a lot for the pull request, could you please create an issue at https://issues.apache.org/jira/projects/CXF/issues and reference it in this pull request? Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
reta commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327610366

   > > https://issues.apache.org/jira/browse/CXF-8798 here we are, thank you, could you please amend the commit to include JIRA ticket (CXF-8798: UDPDestination throws NPE under some conditions)?
   > 
   > Sorry, this is my first github pull request. How do I do that?
   
   ```
   git commit --amend -m "CXF-8798: UDPDestination throws NPE under some conditions"
   ```
   
   And than you would need to do force push to `interface_fix` branch:
   
   ```
   git push -f <rest of command here>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
reta commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327499794

   https://issues.apache.org/jira/browse/CXF-8798 here we are, thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
reta commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327492389

   > Sorry, I don't have an account on that site. Perhaps someone with an account could create it for me?
   
   Sure, I can do it, no problem. Do you happen to have a stack trace at hand so I could add it to JIRA (just add it to the description of this pull request)? Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] dkulp merged pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
dkulp merged PR #1035:
URL: https://github.com/apache/cxf/pull/1035


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] stodge commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
stodge commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327476758

   > @stodge thanks a lot for the pull request, could you please create an issue at https://issues.apache.org/jira/projects/CXF/issues and reference it in this pull request? Thank you.
   
   Sorry, I don't have an account on that site. Perhaps someone with an account could create it for me?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] stodge commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
stodge commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327590995

   > https://issues.apache.org/jira/browse/CXF-8798 here we are, thank you, could you please amend the commit to include JIRA ticket (CXF-8798: UDPDestination throws NPE under some conditions)?
   
   Sorry, this is my first github pull request. How do I do that?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] stodge commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
stodge commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1341254415

   > > > https://issues.apache.org/jira/browse/CXF-8798 here we are, thank you, could you please amend the commit to include JIRA ticket (CXF-8798: UDPDestination throws NPE under some conditions)?
   > > 
   > > 
   > > Sorry, this is my first github pull request. How do I do that?
   > 
   > ```
   > git commit --amend -m "CXF-8798: UDPDestination throws NPE under some conditions"
   > ```
   > 
   > And than you would need to do force push to `interface_fix` branch:
   > 
   > ```
   > git push -f <rest of command here>
   > ```
   
   Sorry, I don't have a working dev env at home at the moment to do this, and I've been pushed for time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] stodge commented on pull request #1035: Update UDPDestination.java

Posted by GitBox <gi...@apache.org>.
stodge commented on PR #1035:
URL: https://github.com/apache/cxf/pull/1035#issuecomment-1327496783

    ```
   javax.xml.ws.WebServiceException: java.lang.NullPointerException
         at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:373)
         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:255)
         at org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.startup(WSDiscoveryServiceImpl.java:258)
         at org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.serverStarted(WSDiscoveryServiceImpl.java:153)
         at org.apache.cxf.ws.discovery.listeners.WSDiscoveryServerListener.startServer(WSDiscoveryServerListener.java:73)
         at org.apache.cxf.bus.managers.ServerLifeCycleManagerImpl.startServer(ServerLifeCycleManagerImpl.java:61)
         at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:150)
         at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:220)
         at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
   
   Caused by: java.lang.NullPointerException: null
         at org.apache.cxf.transport.udp.UDPDestination.findNetworkInterface(UDPDestination.java:205)
         at org.apache.cxf.transport.udp.UDPDestination.activate(UDPDestination.java:169)
         at org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:53)
         at org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:95)
         at org.apache.cxf.binding.soap.SoapBindingFactory.addListener(SoapBindingFactory.java:894)
         at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:130)
         at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:364)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org