-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
7u76
-
x86
-
os_x
FULL PRODUCT VERSION :
Jdk1.7.0_76
ADDITIONAL OS VERSION INFORMATION :
Mac OS X El Capitan version 10.11 and version 10.12
A DESCRIPTION OF THE PROBLEM :
I have developed Java based main desktop application using JavaFx for some of media operation. It uses some of open source library and due to open-source license agreement to release your code as open-source community I need to developed another RMI based application which are using Xuggler and opening port of the system to listen event from main application. Every time when we starts main application it starts the RMI based application who open a socket of the application. and on windows on very first time of application start it gives a popup message asking "Do you want the application "XXX" to accept incoming network connections?" and when we allow this popup application starts functioning.
But On Mac this behavior is different, On Mac on every launch of application this popup message is coming and we need to allow this again and again.
When I google this issue I find suggestion that I need to signed my application I bought a code-signing certificate from thawte and I signed my Application jar but popup messages still coming.
When I tried to signed complete .app it gives error "Bundle format unrecognized,invalid or unsuitable in subcomponent :/Users/user01/Desktop/j-Editor-Build/Related-Files/IsmSnapshotGenerator.app/Contents/Plugin/jdk1.7.0_76.jdk "
Please suggest what I am doing wrong or what should I do.
Is some Java property required to set true for allowing IP and port?
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Any RMI based application which is creating a RMI server and client by opening a IP and port of the system
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Popup should come only for one time for any specific release and system.
ACTUAL -
Popup message is coming on every launch of application.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Fire-wall setting on Mac system make off
Jdk1.7.0_76
ADDITIONAL OS VERSION INFORMATION :
Mac OS X El Capitan version 10.11 and version 10.12
A DESCRIPTION OF THE PROBLEM :
I have developed Java based main desktop application using JavaFx for some of media operation. It uses some of open source library and due to open-source license agreement to release your code as open-source community I need to developed another RMI based application which are using Xuggler and opening port of the system to listen event from main application. Every time when we starts main application it starts the RMI based application who open a socket of the application. and on windows on very first time of application start it gives a popup message asking "Do you want the application "XXX" to accept incoming network connections?" and when we allow this popup application starts functioning.
But On Mac this behavior is different, On Mac on every launch of application this popup message is coming and we need to allow this again and again.
When I google this issue I find suggestion that I need to signed my application I bought a code-signing certificate from thawte and I signed my Application jar but popup messages still coming.
When I tried to signed complete .app it gives error "Bundle format unrecognized,invalid or unsuitable in subcomponent :/Users/user01/Desktop/j-Editor-Build/Related-Files/IsmSnapshotGenerator.app/Contents/Plugin/jdk1.7.0_76.jdk "
Please suggest what I am doing wrong or what should I do.
Is some Java property required to set true for allowing IP and port?
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Any RMI based application which is creating a RMI server and client by opening a IP and port of the system
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Popup should come only for one time for any specific release and system.
ACTUAL -
Popup message is coming on every launch of application.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Fire-wall setting on Mac system make off