Prob in accessing apex from remote machine

hi,
i've installed APEX successfully in my server
and its working fine in the server.
now i would like to access it from client machines...
but its not connecting..
when i tried " ping serverIP " it pings successfully...
can anyone tel me what the prob is???

Hi,
This might help
http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm#BABBEFAJ
Check also that your firewall port is open. If you try connect to Apex port 8080 should be open.
Br,Jari

Similar Messages

  • Unable to connect to APEX from remote machine.

    Hi All,
    I have installed APEX 4.2.2 on Oracle 10g XE , the installation was successful and I am able to see the apex home page.
    I have used the port 1234 for the same.
    http://127.0.0.1:1234/apex/f?p=4550:1:14917953436987
    Now I have configured web listener apex_listener2.0.3 for remote machines and used port 8086.
    The listener was started on standalone mode successfully, but when I am trying to access below URL :
    http://localhost:8086/apex/
    I am getting 503 - Service unavailable error.
    I have disabled local listener also , but still it is not woking .
    SQL> exec dbms_xdb.setListenerLocalAccess (l_access => FALSE) ;
    commit;
    Please help .

    Getting below message in console whenever I am trying to access http://localhost:8086/apex/
    SEVERE: The pool named: apex is not correctly configured, error: Connection Caching Not Enabled or Not a Valid Cache Enabled DataSource
    oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not correctly configured, error: Connection Caching Not Enabled
    Could you please help me on this.

  • Accessing tables from remote machine

    I using the following code, to update the record from the emp table. This table is created locally in my machine.
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection conn;
    String db = "jdbc:odbc:NewDsn";
    String username = "test";
    String password = "test";
    String tableName = "emp";
    conn = DriverManager.getConnection(db, username, password);
    Statement stmt1 = conn.createStatement();
    String update = "update " + tableName +
    " set salary=salary+1000 where empid>200";
    stmt1.executeUpdate(update);
    I want my application to run on two different machine and the update should be made on a single table.
    Please help me, how the user from other machine can access this emp table created in my local machine?

    I completely agree with RPriya.
    jschell, If you think that it is not correct, could you please put some focus on your statementYou mean you want me to explain how database connections work in general and how jdbc drivers would use them?
    Do you know how a socket works? Do you know that it requires a client and a server?
    How does a socket work if there is no server?
    How do database connections work in C, C++, Perl, Ruby, Python, VB, etc, when absolutely none of those use a java type 4 driver?
    Do you know how the oracle oci driver work? It is not a type 4 driver.
    Do you know how the jdbc-odbc bridge works with oracle? With MS SQL Server? The jdbc-odbc bridge is not a type 4 driver.

  • How to read file from remote machine

    Hello,
    Hi, i would like to know how to read text file from remote machine using java source code, any code ?
    Thanks very much;
    Best regards
    Kim

    On the server, perform the following steps:
    Parse the request and determine the file to serve
    Open a FileInputStream to the appropriate file
    Obtain a reference to the Servlet OutputStream
    Pipe the bytes from the file to the output stream
    Flush and close the streamYou might want to call HttpServletResponse.setContentType("application/octet") to indicate to the browser that a file download will be occurring. Do so before getting the reference to the Servlet's OutputStream.
    - Saish

  • Error in calling EJB Client from Remote Machine.

    While running the client from local machine, it works perfectly.
    But when I try to run the same client from remote machine it gives me the error.
    I deployed the ejb in sun server 1.4 with jndi as "xxx.xxx.xxx.xxx/MyTemperature".
    Following is the code snippet from the clint.
    Context initial = new InitialContext();
              Object objref = initial.lookup("192.168.0.20/MyTemperature");
              home = (TemperatureHome) PortableRemoteObject.narrow(objref, TemperatureHome.class);
              Temperature degreeConverter = home.create();Following is the error
    E:\EJBRemoteTest>java TempClient.TemperatureClient
    May 14, 2008 10:00:24 AM com.sun.corba.ee.impl.legacy.connection.SocketFactoryCo
    nnectionImpl <init>
    WARNING: ORBUTIL.connectFailure
    org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
            at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:1739)
            at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:1757)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<
    init>(SocketFactoryConnectionImpl.java:74)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.
    createConnection(SocketFactoryContactInfoImpl.java:77)
            at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.begin
    Request(CorbaClientRequestDispatcherImpl.java:152)
            at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaC
    lientDelegateImpl.java:121)
            at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClie
    ntDelegateImpl.java:214)
            at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
            at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java
    :69)
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:58)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:126
            at javax.naming.InitialContext.lookup(InitialContext.java:347)
            at TempClient.TemperatureClient.main(TemperatureClient.java:17)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection ref
    used: connect
            at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSock
    etFactory.java:520)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<
    init>(SocketFactoryConnectionImpl.java:58)
            ... 10 more
    Caused by: java.net.ConnectException: Connection refused: connect
            at sun.nio.ch.Net.connect(Native Method)
            at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
            at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
            at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSock
    etFactory.java:511)
            ... 11 more
    Caught an unexpected Exception!
    javax.naming.CommunicationException: Can't find SerialContextProvider [Root exce
    ption is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: N
    o]
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:66)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:126
            at javax.naming.InitialContext.lookup(InitialContext.java:347)
            at TempClient.TemperatureClient.main(TemperatureClient.java:17)
    Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed:
    No
            at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:1739)
            at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(O
    RBUtilSystemException.java:1757)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<
    init>(SocketFactoryConnectionImpl.java:74)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.
    createConnection(SocketFactoryContactInfoImpl.java:77)
            at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.begin
    Request(CorbaClientRequestDispatcherImpl.java:152)
            at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaC
    lientDelegateImpl.java:121)
            at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClie
    ntDelegateImpl.java:214)
            at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
            at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java
    :69)
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:58)
            ... 3 more
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection ref
    used: connect
            at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSock
    etFactory.java:520)
            at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<
    init>(SocketFactoryConnectionImpl.java:58)
            ... 10 more
    Caused by: java.net.ConnectException: Connection refused: connect
            at sun.nio.ch.Net.connect(Native Method)
            at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
            at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
            at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSock
    etFactory.java:511)
            ... 11 moreThis is a stateless session bean.
    Can anybody provide me solution for this
    I also tried with java.util.Properties class but result is same.

    You are running on Windows 9x or Me, right? The darn OS has 300 or so bytes allocated for environment by default.
    Try setting the Initial environment to 4096 in the Properties|Memory tab for the batch file. That will get rid of "Out of environment space". The syntax error is another matter; Windows (except NT and derivatives) shells do not allow '=' in an environment variables value. You cannot overcome that. Some software (Sybase for instance) interprets # as = just because of that. Unfortunately, the JVM doesn't take such an approach.
    Better, grab copies of Unix utilities for Windows (www.gnu.org) including the wonderful shell 'bash' and write .sh scripts, which are inherently more powerful.

  • Linked server problem, its works locally but not from remote machine

    Hi,
    i am using the application NAV and have written the query in the application. am using automation variable to link to the SQL Server.
    The problem is that , the query which i have written executes only when i am working on local machine .
    I mean when i want to execute the same query from remote machine through my app Dynamics NAV then its not getting executed.
    Thanks in advance

    Depends on what you are trying to do and what security you are using.
    What error did you get?
    If you are using windows authentication then take a look at delegation
    http://www.databasejournal.com/features/mssql/article.php/3696506/Setting-Up-Delegation-for-Linked-Servers.htm
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Launch exe from remote machine

    Hi All,
    How can I launch an executable residing in machine A from machine B?
    I'm trying web services but no luck.
    Am I the wrong track?
    Thanks a lot

    What does "I'm trying web services but no luck." mean? As I see it, you have two separate things to accomplish here. One is the launchiing of the executable locally. The other is the triggering of that event remotely. Deal with one, then the other. Much simpler. That is, encapsulate the launching in a single method call, then work on calling it remotely. Then your problem is simply "How do I call a method remotely?", and entirely decoupled from details such as "launch exe from remote machine"

  • Tail command to read httpd log from remote machine

    hi!
    does anyone know how to read the httpd log file using the tail command froma remote machine?
    i have a mac using osx sharing the internect connection to other machines. this machine has the http server running on it and i would like to check the httpd log file (from this server) from my computer in the same LAN.
    can anyone help please??
    G5 2.5ghz dual   Mac OS X (10.4.4)  

    As Ashish rightly said, you need to use ftp/scp.
    You can create a shell script on unix machine. Which shall copy the file from Windows machine to Unix machine on particular directory. Then you may need to change permissions of the file.
    Once that is done, same shell script can call procedure in oracle.
    You can schedule this shell script in Crontab to run at specified time daily, if you the timing of availability of file.
    Regards,
    Arpit

  • ODM not displaying system objects from remote machine

    Hi,
    When I connect to OID using ODM in the local machine, I was able to see the system objects. It seems everything is working. But when I access using a remote machine with same userid(orcladmin), I was able to connect to the machine but I cant see the system objects. Only menu available is Operation & crate objects which are under this menu.
    Any hints!!!
    Thanks

    Hi,
    Have a look:
    http://blogs.technet.com/b/askperf/archive/2012/04/18/task-scheduler-error-a-specified-logon-session-does-not-exist.aspx
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/a7853ac3-6c48-4615-896a-e306067ab804/net-use-via-powershell-returning-a-specified-logon-session-does-not-exist-it-may-already-have-been?forum=winserversecurity
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Using MS Access as Database from Remote Machine

    Hi All
    I am trying to use MS access as Data base, I have done the following.
    1. I have Added the mdb file on a remote machines DSN.(Control Panel->Admin Tools->ODBC->System Tools)
    2. In xMII data services->Data Servers, Copied the Default IDBC Server, renamed it and updated the ServerURL as  jdbc:inetdae:<IP of Remote machine>:1433?database=<DB Name>&sql7=true.
    With these things done, I am not able to get the Data Server Accesible.
    Please correct what mistake I have made.
    Thanks and Regards
    Rupesh

    Rupesh,
    First Access is not a very good database... I would suggest using MSSQL, MySQL, or some other 'real' database. But I digress...
    The only supported way to get the data you want from Access is by... you guessed it... the <b>xMII OLEDB UDS</b>. Sure you could try the JDBC - ODBC bridge, but this seems to be shaky.
    Martin - seriously... I'm trying to get the UDSs out to all of you!

  • Running ldifmigrator/ldapadd from remote machine

    Hi,
    I installed Infra with OID on machine-1. I am now trying to run ldifmigrator on machine-2 while doing a lookup on the oid on the first machine. Is there some problem with this ?
    The command works fine when I run it locally on machine-1. The command is:
    <--------------------------------------------------------
    ldifmigrator "input_file=d:/config/ldap/system-oid.sbs" "output_file=d:/config/ldap/system-oid.ldif" -lookup "host=machine-1" "port=333" "subscriber=idc" "s_UserCommonNamingAttribute=cn" dn="cn=orcladmin" password=welcome1
    -------------------------------------------------------->
    When I run this command on a remote machine say machine-2 then i get the error:
    <----------------------------------------------------
    Unable to establish connection to directory. Please verify the input parameters:
    host, port, dn & password
    returnInitialLdapContext() times out after 10000 ms - JNDI initialization method
    not returning
    ----------------------------------------------------->
    My http port is 777 and oid port is 333. Another strange thing is that I can only access http://machine-1:777/oiddas from machine-1. This is not possible from machine-2 even though ping works fine.. Hoping for some help !
    Thanks !

    It sounds like your firewall could be preventing external connections. How is that configured?

  • Accessing APEX from E-Business Suite 11.5.10

    Hi All -
    I am brand new to APEX and have basically inherited the program duties b/c the school district that I work for had to cut costs and therefore had to let our consultants go - which means that I need to manage the system with no knowledge.....
    that being said - I apologize in advance if I am very slow.
    My first task is to see if we can set up the system where the users can access APEX straight from Oracle without having to login a separate time. I found this doc: http://www.oracle.com/technology/products/database/application_express/pdf/Extend_Oracle_Applications_11i.pdf
    I tried to follow that but am sure I am missing something. Here is what I put in my pl/sql procedure:
    /* Formatted on 1/21/2010 11:36:16 AM (QP5 v5.136.908.31019) */
    CREATE OR REPLACE PACKAGE BODY OAE_PKG
    IS
    PROCEDURE LaunchOAE (parameters IN VARCHAR2)
    IS
    l_apex_launcher VARCHAR2 (2000);
    l_apex_launcher_profile VARCHAR2 (2000);
    l_userid applsys.FND_USER.user_id%TYPE;
    l_username applsys.FND_USER.user_name%TYPE;
    l_password VARCHAR2 (2000);
    l_launcher_params VARCHAR2 (2000);
    l_resp_id NUMBER;
    l_resp_appl_id NUMBER;
    l_security_group_id NUMBER;
    l_org_id NUMBER;
    BEGIN
    l_apex_launcher_profile := fnd_profile.VALUE ('OAE_LAUNCHER');
    IF l_apex_launcher_profile IS NULL
    THEN
    HTP.p ('Please contact System Administrator. ');
    HTP.p ('Profile - OAE_LAUNCHER is null');
    RETURN;
    END IF;
    l_userid := FND_GLOBAL.USER_ID;
    l_username := FND_GLOBAL.USER_NAME;
    l_resp_id := FND_GLOBAL.RESP_ID;
    l_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
    l_security_group_id := FND_GLOBAL.SECURITY_GROUP_ID;
    l_org_id := FND_GLOBAL.ORG_ID;
    l_launcher_params :=
    '/f?p=200:1:::NO::P101_USERNAME,P101_PASSWORD,P101_RESP_ID,P101_RESP_APPL_ID,P101_SECURITY_GROUP_ID,P101_ORG_ID:'
    || l_username
    || ','
    || l_password
    || ','
    || l_resp_id
    || ','
    || l_resp_appl_id
    || ','
    || l_security_group_id
    || ','
    || l_org_id;
    l_apex_launcher := l_apex_launcher_profile || l_launcher_params;
    OWA_UTIL.redirect_url (l_apex_launcher);
    --end if;
    EXCEPTION
    WHEN OTHERS
    THEN
    HTP.p (SQLERRM);
    END LaunchOAE;
    FUNCTION apex_generate_hash (p_string IN VARCHAR2, p_offset IN NUMBER DEFAULT 0)
    RETURN VARCHAR2
    IS
    BEGIN
    IF p_string IS NULL
    THEN
    RETURN NULL;
    END IF;
    RETURN RAWTOHEX(UTL_RAW.cast_to_raw(DBMS_OBFUSCATION_TOOLKIT.MD5 (
    input_string => p_string || ':'
    || TO_CHAR (
    SYSDATE
    - (p_offset/24 * 60 * 60),
    'YYYYMMDD HH24MISS'))));
    END apex_generate_hash;
    FUNCTION apex_validate_hash (p_string IN VARCHAR2,
    p_hash IN VARCHAR2,
    p_delay IN NUMBER DEFAULT 5)
    RETURN BOOLEAN
    IS
    BEGIN
    FOR i IN 0 .. p_delay
    LOOP
    IF p_hash = apex_generate_hash (p_string, i)
    THEN
    RETURN TRUE;
    END IF;
    END LOOP;
    RETURN FALSE;
    END apex_validate_hash;
    PROCEDURE apex_launch (application IN NUMBER DEFAULT 300,
    page IN NUMBER DEFAULT 18,
    request IN VARCHAR2 DEFAULT NULL,
    item_names IN VARCHAR2 DEFAULT NULL,
    item_values IN VARCHAR2 DEFAULT NULL)
    AS
    BEGIN
    OWA_UTIL.mime_header ('text/html', FALSE);
    OWA_COOKIE.send (
    name => 'APEX_APPS_' || application,
    VALUE => FND_GLOBAL.user_name
    || ':'
    || apex_generate_hash (FND_GLOBAL.user_name),
    PATH => '/');
    OWA_UTIL.redirect_url('http://erpweb2:7777/pls/apex/f?p=300:18');-- fnd_profile.VALUE ('OAE_LAUNCHER')
    --|| '/f?p='
    --|| application
    --|| ':'
    --|| page
    --|| '::'
    --|| request
    --|| ':::'
    --|| item_names
    --|| ':'
    --|| item_values);
    END apex_launch;
    END;
    When I click on the function in e-biz I get the message in my url: http://erpdev.garlandisd.net:8005/OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ferpdev.garlandisd.net%3A8005%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&langCode=US&errText=Invalid+Function.++Please+contact+the+System+Administrator.+Please+login+again.&username=RSMCANGU&s1=yhfxzOgYHeU6wrTC0FOlsQ..
    Any help would be greatly appreciated!!
    Rob

    Hi;
    Please check below link
    How to access Oracle Apps (EBS) tables/views in APEX
    http://apps2fusion.com/at/64-kr/393-how-to-access-oracle-apps-ebs-tablesviews-in-apex<< check Vishal post
    Regard
    Helios

  • How to retrive data through stored procedure in mysql from remote machine?

    Hello everybody,
    I am having problem in accessing data of mysql through stored procedure. It works fine if I use "jdbc:mysql://localhost:3306/[database name]" instead of "jdbc:mysql://[IP address]:3306/[database name]". The connection is fine for both, but when stored procedure is called the system stops at "stmt.execute();" line in java file while debuging. In case of localhost there is no any problem. The code for connecting procedure is:
    stmt = dbConn.prepareCall("{? = call testing()}"); stmt.registerOutParameter(1, Types.VARCHAR); stmt.execute();
    I have to connect java application running in Windows to the mysql database running in remote machine(RHEL 5).
    I am using "mysql-connector-java-5.1.5-bin.jar", jdk 1.5.0 and remote database Mysql version : 5.0.22.
    There is no exception and application hangs at stmt.execute();
    Can anybody help me with this problem?
    Thank you.

    I got it. its about connection...

  • Essbase services from remote machine

    Hi,
    Can anyone suggest if we can start all the essbase services(like foundation services, essbase server, etc) from a remote machine or client machine? Please advice. Can we write a script or is there any other option available?
    Thanks in advance.

    If you want to script it, I can think of three ways (there are probably more):
    1) SC.exe -- http://ryepup.unwashedmeme.com/blog/2007/01/04/restart-a-windows-service-remotely/
    2) psexec.exe -- http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
    3) VBScript (and probably PowerShell but I've never used that) can remotely stop services through WMI -- http://www.computerperformance.co.uk/vbscript/wmi_services.htm
    Regards,
    Cameron Lackpour

  • Listener from remote machine

    Hi,
    I have a unix machine in which database is installed.
    Can I start the listener from other unix machine remotely like using any alias.
    Please let me know!
    Regards,

    Hi,
    If you connect from your remote machine to the Server Machine, then you can do this..!!
    I think it will work.. yes you can try it.. !!
    http://download.oracle.com/docs/cd/B10501_01/network.920/a96580/listener.htm
    - Pavan Kumar N

Maybe you are looking for

  • Fail to deploy opensso.war on glassfish

    Hi I download glassfish-v3,opensso.war,opensso.jar .. install glassfish and start the server copy opensso.jar to glassfish\lib ( is it necessary?) I want to deploy opensso.war on glassfish,I use the command line: asadmin deploy --path c:\opensso\open

  • How to manage itunes video HD and SD versions ?

    I'd like to figure this out... When buying itunes movies that come in HD, both the HD and SD (for iphones) versions are downloaded. Both versions are located in the itunes media folder under that movies title/name. In the itunes movies list, only one

  • Spell Checker No Longer Working in 10.6.4

    Hi, after updating to 10.6.4 the spell checker has forgotten all words in German and Spanish. So all my texts are nearly completely underlined in red. This applies to all programs. It however recognizes words from my own dictionary as well as English

  • How to cancel OVI FILES? URGENT!!

    thank you for reading... i acidently signed up for OVI files and instead of OVI (the thing you use to download apps) anyways... now i feel like ppl can access my computer using a mobile phone if they know my username and password... if i remove the O

  • Help! How do I download my product if my laptop doesn't have a CD drive?

    Hi! I purchased Adobe CS6 Design Standard at the electronics store at my University. I followed the necessary instructions to get my serial number. However, I'm confused about my next step for downloading my product since my windows laptop doesn't ha