Hi All ,
I am able to run JDeveloper application from my office network. But when I run the application from VPN (Cisco AnyConnect VPN ) , I am getting "No response received in 30sec issue". Please find the attached screenshot for more clearity . I am also getting "java.net.SocketException: Permission denied: connect" message in Embedded OC4J Server - Log .
Our Jedeveloper Version : 10.1.3.3.0
Oracle EBS Version : R 12.1.2
Please find the below Embedded OC4J Server - Log
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\JDeveloper\p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar;C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper\p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
Mar 25, 2016 12:40:37 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
Mar 25, 2016 12:40:38 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
WARNING: Code-source C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/JDeveloper/p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/p9879989_R12_GENERIC/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/JDeveloper/p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/p9879989_R12_GENERIC/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/JDeveloper/p9879989_R12_GENERIC/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/JDeveloper/p9879989_R12_GENERIC/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\p9879989_R12_GENERIC\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\JDeveloper\p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\JDeveloper\p9879989_R12_GENERIC\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/JDeveloper/p9879989_R12_GENERIC/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/JDeveloper/p9879989_R12_GENERIC/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
16/03/25 12:40:53 java.net.SocketException: Permission denied: connect
16/03/25 12:40:53 at java.net.PlainSocketImpl.socketConnect(Native Method)
16/03/25 12:40:53 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
16/03/25 12:40:53 at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
16/03/25 12:40:53 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
16/03/25 12:40:53 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
16/03/25 12:40:53 at java.net.Socket.connect(Socket.java:507)
16/03/25 12:40:53 at java.net.Socket.connect(Socket.java:457)
16/03/25 12:40:53 at java.net.Socket.<init>(Socket.java:365)
16/03/25 12:40:53 at java.net.Socket.<init>(Socket.java:207)
16/03/25 12:40:53 at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
16/03/25 12:40:53 at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
16/03/25 12:40:53 at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1202)
16/03/25 12:40:53 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1049)
16/03/25 12:40:53 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
16/03/25 12:40:53 at java.lang.Thread.run(Thread.java:595)
16/03/25 12:40:53 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
I am facing this issue from last few days . Before it was working fine. Please help me with all the possible options . I will appreciate your quick response on this thread .
Thanks