Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. ERROR Could not add port mapping
  2. org.chris.portmapper.router.RouterException: Could not add port mapping: Detailed error code :402, Detailed error description :PAL_UPNP_SOAP_E_INVALID_ARGS
  3. at org.chris.portmapper.router.sbbi.SBBIRouter.addPortMapping(SBBIRouter.java:179)
  4. at org.chris.portmapper.router.sbbi.SBBIRouter.addPortMapping(SBBIRouter.java:202)
  5. at org.chris.portmapper.router.sbbi.SBBIRouter.addPortMappings(SBBIRouter.java:195)
  6. at org.chris.portmapper.gui.PortMapperView.addMapping(PortMapperView.java:280)
  7. at org.chris.portmapper.gui.PortMapperView.addPresetMapping(PortMapperView.java:364)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  11. at java.lang.reflect.Method.invoke(Unknown Source)
  12. at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(ApplicationAction.java:647)
  13. at org.jdesktop.application.ApplicationAction.actionPerformed(ApplicationAction.java:687)
  14. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  15. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  16. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  17. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  18. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  19. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  20. at java.awt.Component.processMouseEvent(Unknown Source)
  21. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  22. at java.awt.Component.processEvent(Unknown Source)
  23. at java.awt.Container.processEvent(Unknown Source)
  24. at java.awt.Component.dispatchEventImpl(Unknown Source)
  25. at java.awt.Container.dispatchEventImpl(Unknown Source)
  26. at java.awt.Component.dispatchEvent(Unknown Source)
  27. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  28. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  29. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  30. at java.awt.Container.dispatchEventImpl(Unknown Source)
  31. at java.awt.Window.dispatchEventImpl(Unknown Source)
  32. at java.awt.Component.dispatchEvent(Unknown Source)
  33. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  34. at java.awt.EventQueue.access$500(Unknown Source)
  35. at java.awt.EventQueue$3.run(Unknown Source)
  36. at java.awt.EventQueue$3.run(Unknown Source)
  37. at java.security.AccessController.doPrivileged(Native Method)
  38. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  39. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  40. at java.awt.EventQueue$4.run(Unknown Source)
  41. at java.awt.EventQueue$4.run(Unknown Source)
  42. at java.security.AccessController.doPrivileged(Native Method)
  43. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  44. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  45. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  46. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  47. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  48. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  49. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  50. at java.awt.EventDispatchThread.run(Unknown Source)
  51. Caused by: net.sbbi.upnp.messages.UPNPResponseException: Detailed error code :402, Detailed error description :PAL_UPNP_SOAP_E_INVALID_ARGS
  52. at net.sbbi.upnp.messages.ActionMessageResponseParser.startElement(ActionMessageResponseParser.java:145)
  53. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
  54. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
  55. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
  56. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
  57. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
  58. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  59. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  60. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  61. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
  62. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
  63. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  64. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
  65. at net.sbbi.upnp.messages.ActionMessage.service(ActionMessage.java:172)
  66. at net.sbbi.upnp.impls.InternetGatewayDevice.addPortMapping(InternetGatewayDevice.java:388)
  67. at org.chris.portmapper.router.sbbi.SBBIRouter.addPortMapping(SBBIRouter.java:173)
  68. ... 47 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement