Wake up on port 8080 access

Hello,
I have a Mac mini, and I have configured it to wakeup on network access. It plugged to my router by a physical cable (not using wireless).
I noticed that I don't need to send a WoL package: if I just try to connect by SSH (port 22), it wakes up.
I wondered if there is any way I could configure it to also wakeup on port 8080 access.
(Basicly, I have sabnzbd installed on my mac, and flexget running on my router. I want flexget to be able to wake up my Mac just by accessing sabnzbd).
Regards,
Eduardo Antunes

Well... I have a Asus RT-N56U router, running a thrid-party firmware (http://code.google.com/p/rt-n56u), with optware installed. I have search for it, but I don't think either RT-N56U or optware offers sleep proxy suport.
But I also have a Apple TV, which I have read somewhere can act as a Sleep Proxy (maybe that's what waking up my Mac when I try to ssh it).
Do you know how I can configure my Mac to advertise port 8080?
Thanks for the reply.

Similar Messages

  • Can Prime Infrastructure 2.0 enable port 8080 for Browser access?

    By the offical document, port 8080 is pre-defintied for the Browser access but it is disabled by default.
    I am finding a way to enable the port, but I cannot find any guide on cisco site.
    Did anyone know how to enable the 8080 port?
    Thanks in advance.
    Louis

    HIi Hoi;
    As per cisco document :  http://www.cisco.com/en/US/docs/net_mgmt/prime/infrastructure/2.0/administrator/guide/config_server_settings.html#wp1082023
    Configuring Server Settings
    The Server Settings page allows you to enable or disable the TFTP, FTP,  HTTP, HTTPS, or Compliance Service. To turn the server settings on or  off:
    Step 1 Choose Administration > System Settings.
    Step 2 From the left sidebar menu, choose Server Setting.
    Step 3 If  you want to modify the FTP and TFTP directories or the HTTP and HTTPS  ports that were established during installation, enter the port number  (or port number and root where required) that you want to modify and  click Enable or Disable.
    The changes are reflected after a restart.
    I am not sure but try to change the port number 8080 in HTTP Forward option and save it, then restart it.
    I think it will work.
    Regards
    Don't forget to rate helpful posts

  • Trying to open port 8080 in WRT400N for external access

    Hi,
    I have tried everyhting I can find and I still can't get it open.
    I verified no port 8080 is in use with the "netstat -a" trick
    I got a router checker that verifies I have only one router.
    I got a free app that tells me the port is not open.
    I turned Comodo off .
    Once I start up Calibre I see this in 'netstat;
          Protocol     main address      Foreign Address
            TCP          0.0.0.0:8080              MAIN-PC:0               Listening
    *IF* MY 'public IP" is 98.93.123.456 -
    *IF* I had my stuff fixed would outsiders use 98.93.123.456:8080 to get to the server?
    I set Single Port Forwarding to 8080  8080 Both 192.168.1.106 (Enabled)
    I set Port Range Forwarding to the very same
    I set Port Range Trigger ing to 8080 to 8080,  8080 to 8080
    I can't figure out anything else to do?
    Any help would be appreciated
    Thanks

    @NO_SCREENNAME@ wrote:
    The closest thing to the wording I saw was "Filter Anonymous Internet Requests" and I unchecked it.
    I changed the port to 8081 everywhere I had it 8080 before
    If there is a number I should use let me know (I am noob in this stuff.)
    So nothing has changed.
    I can bring up the logon if I am on the same computer as Calibre and that's as far as it goes.
    Should I have my computers IP in the places I listed or the routers IP?
    OK I just tried that and the router told me "No"...grasping at straws I guess.
    We are making headway ...any more things to check?
    Thanks guys
    If you forward the port, and the online port scanner shows that the port is closed still odds are that the application on the PC that you are trying to forward to is not running, also it could still be a firewall running on the PC.
    1. Confirm the Router is getting a public IP address, if it is getting a private the device in front will need to be forwarded. (Your router is getting public IP)
    2. Confirm the Router has the correct ports forwarded; also be sure to know if it is TCP or UDP.
    3. Confirm the Application is running on the PC
    4. Make sure no firewalls running.
     After that you should be good just does the test in DOS (For example: public IP address followed by a single space and then the port number). The command would connect you to a web server running on port 8080. You will not see anything in the DOS window; usually what will happen if you connect is the screen will just go entirely black (if it’s successful). If the port is closed it will tell you that it cannot create a connection.

  • TS1368 I'm unable to connect to iStore thru a proxy server (port: 8080)

    I connect to internet thru a proxy server (port: 8080) but I'm unable to connect to iStore or any most of the other applications. I would like to know what is the port no. thru which these apps operate? Pls help me connect...

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Running a web server along with Oracle XE - Port 8080 problem & solution

    Hi,
    My company is tight on computing power so we're using an older machine to run our Oracle XE instance and our Apache web server. The Apache server is using port 80 to host the website, while Oracle XE is using port 8080 for APEX.
    Initially this did not pose any problems, but as when our consultants were at clients sites they weren't able to access port 8080. This was a huge problem for us since we use APEX for our time sheet system.
    I could have used a 2nd computer to host the APEX engine on port 80 (if you want to know how to do this just search the forum), but I didn't have an extra machine at my disposal.
    After doing some reading I found that I could modify the Apache httpd.conf file (/etc/httpd/conf/httpd.conf for linux systems) to handle this. I thought I'd post my results for others in the same situation:
    - #Search for the mod_proxy section and add the following:
    - ProxyRequests Off
    - #This maps the :8080/apex to :80/apex
    - ProxyPass /apex http://www.mydomain.com:8080/apex
    - ProxyPassReverse /apex http://www.mydomain.com:8080/apex
    - #This maps the :8080/i/ (for images) to :80/apex.
    - #YOU NEED THIS since all images and js calls reference the /i/ directory
    - ProxyPass /i http://www.mydomain.com:8080/i
    - ProxyPassReverse /i http://www.mydomain.com:8080/i
    - #Search for Alias and add the following:
    - #This is optional. It will allow a simple url for your users to access a common application
    - Redirect /myapps http://www.mydomain.com/apex/f?p=100
    Of course you can add some restirctions, and verification for the apache module to the conf above, but I thought I'd keep it basic for this example.
    Hope this helps others in the same sitation.

    Thanks for all the responses I got,
    Martin, Thank you
    I tried the same advises on my static IP address and it works fine, and very quickly some times, thank you.
    My Appache function well and I test a sample webpage.
    The domain name did not succeed in my network, may be because its a fake one, I do not really know but I already have an active domain but want to use it when the things will work for sure in all the aspects, and finish the tests.
    Your advises were very useful for me.
    But I still get the TCP_Error with timeout, some times, I think, the issue is related to the network now (not sure, but the tests takes long time and I prefere to let you know the development for now) , I'm trying to fix the network, as much as I can to get the perfect performance. But I just wonder about the Listener , may be there is something we need to change, still testing
    Did you tried your applications onsite from multiple workstations at the same time in Oracle XE using your web server?
    Appriciate your help and all other attendants.
    Thanks

  • Can't Connect to SMP on port 8080

    Hello,
    I have 2 SMP 3.0 SP06 servers, one installed in remote server "azure server"and the other o is installed internally in local server that doesn't have an internet connection.
    I can connect to the remote server , I can so the following :
    - open admin page
    -open integration gateway management page
    - telnet port 8080 and port 8083
    -register client on application and execute OData services from Advanced REST Client
    but when I'm trying to do the same on SMP installed on the local server , I am only able to
    - open admin page
    - open integration gateway management page
    - telnet port 8083 only
    but I can't :
    - telnet port 8083
    - register client on application and execute OData services from Advanced REST Client, as this is done through port 8080.
    I executed the command " netstat -a | find "8080" "
    and it has the same result on both servers :
    screenshot from local server, the other server on azure has the same result.
    I have stopped and started SMP services, and still can't connect to port 8080.
    I added a role in firewall for port 8080 to allow connection but still same issue, I even disabled the firewall with no hope.
    this is screenshot from Advanced REST client, it gives no response after timeout:
    screenshot from telnet command:
    Am I missing something ?
    Thanks,
    Hossam

    What do you see when you run?
    http://localsmpserverip:8080
    https://localsmpserverip:8081
    when I tried to access the two links :
    http://localsmpserverip:8080
    https://localsmpserverip:8081
    it gives me after timeout this :
    but when I tried to access:
    https://localsmpserverip:8083
    it downloaded a file.
    and as I mentioned I can access the cockpit and telnet port 8083.
    do you see the same PID for all SMP ports?
    " netstat -a | find "8080"
    " netstat -a | find "8081"
    " netstat -a | find "8082"
    " netstat -a | find "8083"
    8080 might being used by some other service.
    they all used by java.exe and not used by any other process
    You can achieve above with HTTPS (secure connection) and 8081 as well.
    I tried to register using port 8081 same response :

  • Port 8080 and 80

    Hi all,
    A simple question - What is the significance of port 8080 or 80 in the ejb enviornment.
    Thanks in advance.

    Nothing - it's just the port number your server is listening on. However, an HTTP request by default utilizes port 80 - which on reasonable operating systems is a "protected" port. In other words, only the super-user/root/admin has access to that port (actually, any port under 1024). The reason "8080" is used is because that's not a protected port and has that nice symmetry going for it. There's no practical reason for it aside from the fact that it's greater than 1024. Well, and then there's the little bit of history in that was the port designated for Tomcat, the "first true" J2EE server (please notice the quotes, so no flames please).

  • How to change port 8080 to another and change email link

    HI ,
    We can log onto Business Objects fine both in infoview and CMC using the URL http://servername:8080 but when we run a report and email the link to users the embedded URL http://servername:8080" does not work as it is blocked by our ISA. As a result we need to change the port from 8080 to another. We have changed the port as directed by this link:- http://www.forumtopics.com/busobj/viewtopic.php?p=284295&sid=630c45ef6866f91e81813104372c64e5 and when we change the infoview and CMC URLs they work fine on the new port. However the email link to the report still goes out with port 8080 - what do i need to change in order to get the email to see the new port and hence allow our users to be able to access reports via the link we distribute.
    thanks
    Chris

    Hi,
    the URL syntax shows that you are using BO XI 3.x. I assume that you add %SI_VIEWER_URL% in the message body of your email when you schedule the report. 
    Please go to the CMC and select Applications. Select the CMC entry and press the right mouse button to invoke the context menu. Select the processing settings entry and modify the port in the URL you are seeing there.
    Regards,
    Stratos

  • Apache Tomcat error re: port 8080

    Hello.
    Our environment:
    RoboHelp Server 8.0
    Apache Tomcat 6.0.26
    Windows Server 2008 enterprise without Hyper-V SP2  (32-bit virtual machine)
    RoboHelp 8.0.2.208
    Our help system is periodically non-responsive. The Apache logs (extract below) indicate that there is an application using port 8080. We (my IT support and I) discovered that RDP (Windows Remote Desktop) had been changed from port 3389 (its default) to port 8080. The server is dedicated to our help system; there isn't anyone touching it so we were a bit confused. We reset the RDP port back to 3389 and restarted the server (full server restart) and everything worked as it should. A couple of days later...the same thing...and then a few times in one day. Research indicates there may be some Windows or Apache bug related to ports being reset to 8080, but not a lot of detail or suggestion for resolution or work around.
    Has anyone experienced this port issue?
    I am not familiar with Apache...is there another port that it can use and still run the RoboServer?
    Any thoughts or suggestions re: how to proceed?
    TIA,
    Michelle
    From Catalina log:
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\W indows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
    Sep 13, 2010 9:42:34 AM org.apache.coyote.http11.Http11Protocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
    at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1014)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.bind(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFac tory.java:50)
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:538)
    ... 12 more
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    SEVERE: Catalina.start
    LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 606 ms
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.26

    The default port with RH Server is 8080 as this is the standard port for all web services. Having said that, I suspect you can change the port to another. I've never used anything other than the default. it sounds like if you have another web services accessing the same port that either it or RH Server needs to be changed.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Port 8080 issue

    I just installed TFS 2013 R4 following all the defaults for installation and configuration, letting setup automatically configure the server firewall, etc.
    Yet, I cannot connect to TFS from a remote machine within the network. When I do a 
    netstat -an
    on the server, I see it listening on 8080. If I do a 
    telnet <servname> 80 
    from a remote machin on the netwrok, I get a valid connection. However, if I from the same remote machine, I do
    telnet <servname> 8080 
    Connecting To <servername>...Could not open connection to the host, on port 8080:
    Connect failed
    Anyone have an idea why I can't hit 8080 from a remote machine, when that port is opened and being listened to?
    Thanks.

    Hi Jack,  
    Thanks for your post.
    Your TFS Server and remote server in the different domains or in the same domain?
    If you turn off the firewall on your TFS Server temporarily, then connect to
    http://servername:8080/tfs  from your remote server, can connect it successfully?
    For the remote access TFS Server, we usually need configure TFS Server using HTTPS, please refer to the information in this article:
    https://msdn.microsoft.com/en-us/library/aa833872.aspx.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Port 8080: I know this is simple, I just can't get it to work.

    I'm trying something that I'm sure is relatively simple. But I just can't get it to work. I have OSX Server 10.4.10. I currently have my company site (www.example.com) hosted on it. But I'm trying to get another site hosted on it at port 8080. When I enter my company domain, www.example.com:8080, the page can't be displayed. But when I enter the IP address, such as 192.168.xxx.xxx:8080 from within my network, the correct site shows up. How can I get a website displayed at port 8080 from outside my network? I'm running DD-WRT on my router and have ports 80 and 8080 directed to the IP address of my server.
    Thanks in advance for any help.

    Hi WiFiNetGuy-
    I am a tad confused, which isn't new, but I need to get a grasp on exactly what it is that you are trying to do.
    Do you have both websites (i.e. www.example1.com and www.example2.com) both pointed at the same ip address? How many unique domain names and ip addresses are we talking about?
    From what you describe it sounds like a routing issue but I need more info (:>)
    Luck-
    -DaddyPaycheck

  • 10g Express Edition install doesn't start HTTP server on port 8080

    I've just done (several) installs of 10g XE on a Windows XP (SP2) box which appears to install correctly, but there's nothing listening on port 8080 (which is available)
    The services OracleServiceXE and OracleXETNSListener are both started (and can be stopped/restarted too).
    Looking in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log (and other log files in that directory), I see some worrying lines like this:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12638: Credential retrieval failed
    Also running SQLPLUS from a CMD window fails:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>sqlplus sys
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 19 15:31:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12638: Credential retrieval failed
    I already have some Oracle client software installed, PL/SQL developer 7.0.1.1066.
    ORACLE_HOME is not set.
    Is there an installation log file I can examine that might indicate what's gone wrong?
    Tony.

    Interesting error. See http://oracle-unix.blogspot.com/2007/08/ora-12638-credential-retrieval-failed.html for a blog entry (and workaround).
    As for the 8080 web connection failing, I assume that this is related - the listener unable to hand off the web browser request to the Dispatcher.
    Also note that by default it only listens on localhost port 8080. So using the hostname or IP of your machine won't work until that default config is changed.

  • Oracle Database 10g Express Edition for Microsoft Windows-port 8080 proble

    I have installed Oracle Database 10g Express Edition for Microsoft Windows, it listen to port 8080, where can I change this port ?
    Thanks

    Inside the database. Search the XE forum for how to do it, it's been done there many times :)
    ~Jer

  • No Http server on port 8080 with 10g Express Edition ( TNS-12631 error)

    I downloaded the Oracle 10g Express Edition for Microsoft Windows and tried to install the software on 3 pcs.
    2 pc works but mine is not working.
    All works well during installation but when I want to connect to the home web page, it displays error (http://127.0.0.1:8080/apex)
    It isnormal because I have no process running under 8080 port.
    But I don't know why there is not an http server on port 8080.
    netstat -a :
    Connexions actives
    Proto Adresse locale Adresse distante Etat
    TCP LABOLLC:epmap LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:microsoft-ds LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1521 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:42510 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1051 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1255 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1291 localhost:1292 ESTABLISHED
    TCP LABOLLC:1292 localhost:1291 ESTABLISHED
    TCP LABOLLC:netbios-ssn LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1338 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1342 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1355 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1359 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1472 messagerie.castel.fr:epmap TIME_WAIT
    TCP LABOLLC:1473 messagerie.castel.fr:1026 TIME_WAIT
    UDP LABOLLC:microsoft-ds *:*
    UDP LABOLLC:isakmp *:*
    UDP LABOLLC:1027 *:*
    UDP LABOLLC:1339 *:*
    UDP LABOLLC:1340 *:*
    UDP LABOLLC:1356 *:*
    UDP LABOLLC:1357 *:*
    UDP LABOLLC:1427 *:*
    UDP LABOLLC:4500 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:1028 *:*
    UDP LABOLLC:1062 *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:netbios-ns *:*
    UDP LABOLLC:netbios-dgm *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:42508 *:*
    The file sqlnet.log contains the following comments :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 08-MARS -2007 16:28:39
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    I don't know what to do !!
    Help

    Yes i Check all that.
    For example, I have Tomcat installed on my PC and I can launch it easily.
    So that means that port 8080 is completly free.
    No I haven't http service as you can see with netstat results.
    Lokk at the log sqlnet.log, I have following :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 09-MARS -2007 14:46:35
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Thanks

  • Fire fox can,t establish a connectionat port 8080. unable to connect.

    i have using apache- tomcat-6.0.32...src and jdk1.6.0
    when i writ http://localhost:8080/ then it not display any answer for tomcat server....it display that firefox can't establish aconnection at port 8080 and unnable to connect..
    so plz solve my problem as soon as possiblle ..and reply...i will wait..thanku

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Maybe you are looking for

  • Snow Leopard installation doesn't back up using TC Disk

    Hi, Has anyone else on here had problems with Snow Leopard not working with an Apple Time Capsule? OS X 10.5.8 allows for Time Machine backups to be successfully created however this no longer works on my MacBook. The TC Disk is recognised however al

  • List Filter Web Part not Working

    Hi. I'm implementing a SharePoint Server 2013 Enterprise Farm on a new Customer. I've created the desired site structure. When trying to use the List Filter web part, i can configure, connect sucessfully to another webpart and even filter. The proble

  • Error while executing the sp ORA-21779: duration not active

    Hi there, am using Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 and facing typical type of error please find the steps below to reproduce it in this basically i will pass a comma seperated values and function will return the piped table

  • Creation and transportation of query from development to simulation system

    Hello experts, I need to create a new Query in the development  system in the General Ledger folder in Financial reporting.  and then I need to transport the same to the  simulation system. what are the correct steps I  need to follow to do the same

  • How do i reset mac password if i do not have the old one?

    we have a 2 year old mac book air.  recently updated to the latest software and want to use the admin account and the keychain.  we do not have the old password, so cannot set a new one to begin using these functions.  any suggestions?