Servlet not reachable by name in WebToGo

Every time I launch a servlet from the debugger, it comes up with a url of http://<myserver>/servlets/servlet. The servlet becomes unreachable by name. This makes the servlet unreachable by other pages and servlets when debugging.
I think this is occurs because everytime I launch a file for debugging, the file %JDEV_HOME%/myhtml/WebAppRunner.html runs first. In this file is a command to direct to the url described above.
What changes do I need to make to reach a servlet by name?

See the following topic in the JDeveloper online help:
User Guides
Developing Applications
Developing Web Applications
Developing Java Servlets
Registering a Servlet
You register your servlets with the Web-to-Go server via the Web Object Manager (available from the Wizards menu), by providing a path and classname for each servlet you want to run or debug in JDeveloper.
This allows you to call one servlet from the other by the name and path you register.
The servlets/servlet name is the 'default' used if the servlet is unregistered.
This was all new to me, so thanks for helping me learn something new about the product!

Similar Messages

  • WebtopNaming - can not find server name for server ID

    We have a LB, and web servers in front of OpenSSO app servers in our environment.
    OpenSSO debug log CoreSystem fills up with lot of errors like these:
    ERROR: WebtopNaming.getServerFromID() can not find server name for server ID : 07
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server.
    Sometimes, it even complains about a server id (07 in the following trace) which doesn't even exist in the Site Id Table.
    There are no changes in the configuration. DNS is properly configured and all the servers and their connectivity are available. CoreSystem throws these errors even after a restart of opensso app servers.
    Any ideas about the root cause?
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Server Id Table -> {%protocol://%host:%port%uri/AssertionManagerServlet/AssertionManagerIF=iplanet-am-naming-samlassertionmanager-url, http://host4.company.com:8080/openSSO=04, com.iplanet.dpro.profile.agent.ProfileService=iplanet-am-naming-profile-class, %protocol://%host:%port%uri/SecurityTokenManagerServlet/SecurityTokenManagerIF=iplanet-am-naming-securitytokenmanager-url, %protocol://%host:%port%uri/authservice=iplanet-am-naming-auth-url, %protocol://%host:%port%uri/sts=sun-naming-sts-url, %protocol://%host:%port%uri/SAMLAwareServlet=iplanet-am-naming-samlawareservlet-url, http://host5.company.com:8080/openSSO=05, com.sun.identity.authentication.server.AuthXMLHandler=iplanet-am-naming-auth-class, com.sun.identity.policy.remote.PolicyRequestHandler=iplanet-am-naming-policy-class, %protocol://%host:%port%uri/loggingservice=iplanet-am-naming-logging-url, %protocol://%host:%port%uri/jaxrpc/=iplanet-am-naming-jaxrpc-url, %protocol://%host:%port%uri/FSAssertionManagerServlet/FSAssertionManagerIF=iplanet-am-naming-fsassertionmanager-url, %protocol://%host:%port%uri/identity/=sun-naming-idsvcs-rest-url, 03,05,04,02|03,01|03=iplanet-am-platform-site-id-list, %protocol://%host:%port%uri/identityservices/=sun-naming-idsvcs-jaxws-url, %protocol://%host:%port%uri/sts/mex=sun-naming-sts-mex-url, %protocol://%host:%port%uri/profileservice=iplanet-am-naming-profile-url, %protocol://%host:%port%uri/SAMLPOSTProfileServlet=iplanet-am-naming-samlpostservlet-url, 02|02,01|01,05|05,04|04=iplanet-am-platform-lb-cookie-value-list, %protocol://%host:%port%uri/SAMLSOAPReceiver=iplanet-am-naming-samlsoapreceiver-url, https://host4.company.com:8443/openSSO=01, com.sun.identity.log.service.LogService=iplanet-am-naming-logging-class, %protocol://%host:%port%uri/sessionservice=iplanet-am-naming-session-url, https://host5.company.com:8443/openSSO=02, %protocol://%host:%port%uri/policyservice=iplanet-am-naming-policy-url, iplanet-am-naming-service=serviceObjectClasses, com.iplanet.dpro.session.service.SessionRequestHandler=iplanet-am-naming-session-class, https://opensso-qa.company.com:443/openSSO=03}
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Site Id Table -> {03=03, 02=03, 01=03, 05=05, 04=04}
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Platform Servers -> [https://opensso-qa.company.com:443/openSSO, https://host5.company.com:8443/openSSO, https://host4.company.com:8443/openSSO, http://host4.company.com:8080/openSSO, http://host5.company.com:8080/openSSO]
    amNaming:05/13/2011 10:22:37:009 AM PST: Thread[WebContainer : 0,5,main]
    Platform Server IDs -> [03, 02, 01, 04, 05]
    amNaming:05/13/2011 10:22:37:010 AM PST: Thread[WebContainer : 0,5,main]
    ERROR: WebtopNaming.getServerFromID() can not find server name for server ID : 07
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server.
    at com.iplanet.services.naming.ServerEntryNotFoundException.<init>(ServerEntryNotFoundException.java:52)
    at com.iplanet.services.naming.WebtopNaming.getServerFromID(WebtopNaming.java:709)
    at com.iplanet.dpro.session.SessionID.setServerID(SessionID.java:380)
    at com.iplanet.dpro.session.SessionID.parseSessionString(SessionID.java:363)
    at com.iplanet.dpro.session.SessionID.getSessionServerID(SessionID.java:261)
    at com.iplanet.dpro.session.service.SessionService.isLocalSite(SessionService.java:881)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:1197)
    at com.sun.identity.authentication.UI.LoginServlet.initializeRequestContext(LoginServlet.java:153)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:578)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    Thank You for the response.
    Here is my site configuration in OpenSSO:
    There are 4 servers in the two opensso hosts (2 secure, 2 non secure)
    Servers:
    http://host4.company.com:8080/openSSO
    http://host5.company.com:8080/openSSO
    https://host4.company.com:8443/openSSO
    https://host5.company.com:8443/openSSO
    Only one site with secure URLs is configured
    Sites:
    site1
    Primary URL: https://opensso-qa.company.com:443/openSSO
    Assigned Servers:
    https://host4.company.com:8443/openSSO
    https://host5.company.com:8443/openSSO
    From the CoreSystem log, Server ID definitions are:
    https://host4.company.com:8443/openSSO=01
    https://host5.company.com:8443/openSSO=02
    https://opensso-qa.company.com:443/openSSO=03
    http://host4.company.com:8080/openSSO=04
    http://host5.company.com:8080/openSSO=05
    Sometimes it throws an exception with existing server IDs. But sometimes it also complains about non existing server IDs.

  • Photosmart C4385 "Device Not Reachable"

    I know this has been addressed in other threads, but none of the solutions have worked for me and my configuration is a little different. So here goes:
    I'm running OS 10.6 Snow Leopard with my C4385. My computer is connected to a wireless network via an extender. I don't know anything about the router other than it's probably a Cisco since that's in the network name. The router and extender are both in my landlord's house, so I don't have access to them to reboot, check settings, or anything. Until this morning my printer was associated with the main network, which worked fine, but the signal is very weak and I would rather have it associated with the extender network. I went through the HP Setup Assistant and now all I get is the "Device Not Reachable" error message, whether I use the extender or main network.
    I printed a Network Configuration Page and typed the printer's IP into my browser, and it shows up just fine, saying it's connected to the main network. Print & Fax under System Preferences disagrees and I can't print at all anymore (except with the USB cable). The only thing I changed recently is switching to a manual IP address for my laptop since I had lots of connectivity issues with automatic IPs, but after that everything worked until this morning when I ran Setup Assistant.
    Sorry for writing a novel. I wish I had more information about the hardware but my landlord's not very helpful with these sorts of things. Any advice would be great! I've tried scrubbing software and reinstalling it and resetting the printing system, with no luck.

    I see a couple of potential problems, here.
    First, adding the printer by IP is dicey.  If the router changes the printer's IP (actually WHEN it does, because eventually it will), then your Mac may lose track of it.  Plus, adding by IP usually only enables printing, not scanning.
    Second, HP printers don't seem to play well with wifi extenders.  Is there a way to move your printer so that it is connected to the main router, not the extender?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • CUE Website not reachable

    Hello,
    we've configured a UC560 with Cisco Standards. So the CUE has the IP-adress 10.1.10.1 (Gateway .2).
    The CUE successfully answer a ping ! The CCA CUE diagnostics ended successful.
    I also can connect to CUE through CLI of the UC560.
    BUT : The Webinterface of the CUE does not answer. The webiste ist not reachable.
    Here the http config of the UC560 :
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path flash:/GUI
    telephony-service
    video
    fxo hook-flash
    max-ephones 138
    max-dn 600
    ip source-address 10.1.1.1 port 2000
    auto assign 1 to 1 type bri
    calling-number initiator
    service phone videoCapability 1
    service phone ehookenable 1
    service dnis overlay
    service dnis dir-lookup
    service dss
    timeouts interdigit 5
    system message Cisco Small Business
    url services
    http://10.1.10.1/voiceview/common/login.do
    url authentication
    http://10.1.10.1/voiceview/authentication/authenticate.do
    cnf-file location flash:
    cnf-file perphone
    user-locale U4 load CME-locale-de_DE-German-8.1.2.2.tar
    network-locale U4
    load 7941 SCCP41.9-1-1SR1S
    load 7941GE SCCP41.9-1-1SR1S
    load 7961 SCCP41.9-1-1SR1S
    load 7961GE SCCP41.9-1-1SR1S
    load 521G-524G cp524g-8-1-17
    time-zone 23
    time-format 24
    date-format dd-mm-yy
    dialplan-pattern 1 5909.. extension-length 2
    keepalive 30 auxiliary 4
    voicemail 39
    max-conferences 8 gain -6
    call-forward pattern .T
    call-forward system redirecting-expanded
    moh flash:/media/music-on-hold.au
    multicast moh 239.10.16.16 port 2000
    web admin system name cisco secret 5 $1$xdzm$dQ00q0.IUYeRDA4lTuNIl1
    dn-webedit
    time-webedit
    transfer-system full-consult dss
    transfer-pattern .T
    transfer-pattern 0.T
    transfer-pattern 6.. blind
    secondary-dialtone 0
    and the telephony part :
    telephony-service
    video
    fxo hook-flash
    max-ephones 138
    max-dn 600
    ip source-address 10.1.1.1 port 2000
    auto assign 1 to 1 type bri
    calling-number initiator
    service phone videoCapability 1
    service phone ehookenable 1
    service dnis overlay
    service dnis dir-lookup
    service dss
    timeouts interdigit 5
    system message Cisco Small Business
    url services http://10.1.10.1/voiceview/common/login.do
    url authentication http://10.1.10.1/voiceview/authentication/authenticate.do
    cnf-file location flash:
    cnf-file perphone
    user-locale U4 load CME-locale-de_DE-German-8.1.2.2.tar
    network-locale U4
    load 7941 SCCP41.9-1-1SR1S
    load 7941GE SCCP41.9-1-1SR1S
    load 7961 SCCP41.9-1-1SR1S
    load 7961GE SCCP41.9-1-1SR1S
    load 521G-524G cp524g-8-1-17
    time-zone 23
    time-format 24
    date-format dd-mm-yy
    dialplan-pattern 1 5909.. extension-length 2
    keepalive 30 auxiliary 4
    voicemail 39
    max-conferences 8 gain -6
    call-forward pattern .T
    call-forward system redirecting-expanded
    moh flash:/media/music-on-hold.au
    multicast moh 239.10.16.16 port 2000
    web admin system name cisco secret 5 $1$xdzm$dQ00q0.IUYeRDA4lTuNIl1
    dn-webedit
    time-webedit
    transfer-system full-consult dss
    transfer-pattern .T
    transfer-pattern 0.T
    transfer-pattern 6.. blind
    secondary-dialtone 0
    Can the problem be based on corrupt http CUE files or the wrong version ? Which files are required ?
    May the Firewall ACLs block this traffic ? But ping works !
    Please help !
    Greets
    Huck

    That usually happens when your PC is using a default gatway that doesn't know about CUE address subnet.
    So you have to fix your routing.

  • Ora 12543 tns destination host not reachable

    Dear All,
    OS: RHEL 5
    DB VERSION:-11.2.0
    I am facing problem related to ora 12543 tns destination host not reachable
    The problem here is little bit different what exactly other face:-
    i have 2 servers with name abc.localdomain & xyz.localdomain.
    Db name on abc.localdomain is abc
    Db name on xyz.localdomain is xyz
    When i try to ping with below mentioned command abc and xyz from abc.localdomain i am successful
    ping abc
    ping xyz
    But when the same thing i am trying to do from xyz.localdomain i am able to ping the db running on xyz.localdomain. but getting the above mentioned error duringg pinging of abc database located on abc.localdomain server
    I am able to ping both the server's from their ip's and hostname but not by abc db name and also checked firewall on both servers are disabled.
    Here are my tnsnames.ora and listener.ora files for both machines
    xyz.localdomain tnsnames.ora file:-
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.localdomain)(PORT = 12001))
    xyz =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.localdomain)(PORT = 12001))
        (CONNECT_DATA =
          (SERVICE_NAME = xyz)
    abc =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = abc.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = abc)
    xyz.localdomain listener.ora:-
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.localdomain)(PORT = 12001))
    SID_LIST_LISTENER1 =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = xyz)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
          (SID_NAME = xyz)
    ADR_BASE_LISTENER1 = /u01/app/oracle
    abc.localdomain machine:-
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/grid/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = abc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/grid)
          (SID_NAME = abc)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = abc.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON
    tnsnames.ora:-
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    xyz =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.localdomain)(PORT = 12001))
        (CONNECT_DATA =
          (SERVICE_NAME = xyz)
    abc =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = abc.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = abc)
    So kindly advice over the same if anyone of you face the same problem.

    Hi,
    Before actually looking up on this issue. I would suggest you to read the below posts to get true knowledge of what these utility do (i.e Listener, tnsping) and what are there purpose.
    Help! I can't connect to my database...; | Ed Stevens, DBA
    Help! I can't connect to my database (part duex) | Ed Stevens, DBA
    tnsping  what it is, what it isn't | Ed Stevens, DBA

  • Uc560 - CUE Webinterface not reachable

    Hello,
    i have a problem with my UC560. Especially with the CUE Webinterface. After config my UC560 everthings working fine.
    But the webinterface of the CUE is not reachable. I can ping the integtr. Service. Engine with IP 10.1.10.1. from my network.
    A service-module integr.S.E. status reports -> everything OK. A seesion on CLI also connects and works.
    Is there any idea ? help !!!
    here some configs :
    interface Integrated-Service-Engine0/0
    description Interface used to manage integrated application modulecue is initialized with default IMAP group
    ip unnumbered Vlan90
    ip nat inside
    ip virtual-reassembly in
    service-module ip address 10.1.10.1 255.255.255.252
    service-module ip default-gateway 10.1.10.2
    interface GigabitEthernet0/1/3
    description Interface used to communicate with integrated service module
    switchport access vlan 90
    no ip address
    service-module ip address 10.1.10.1 255.255.255.252
    service-module ip default-gateway 10.1.10.2
    interface Vlan90
    description $FW_INSIDE$
    ip address 10.1.10.2 255.255.255.252
    ip access-group 103 in
    ip nat inside
    ip virtual-reassembly in
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path flash:/gui
    ip dns server
    ip nat inside source list 1 interface GigabitEthernet0/0 overload
    ip route 10.1.10.1 255.255.255.255 Vlan90

    Hello,
    I have a similar issue. I know that there are many threads like this but this is the newest I found
    I've wiped the preloaded configuration and now using the uc560 like a standard ISR. I've made a lot of tests and changes, using G0/0 and an IP for connecting to the LAN, or g0/1/0 as trunk/access port connecting to the LAN. I've ended up with the configuration I'm attaching. There is no way to have connectivity with the CUE. I've tried with and without VLANs (the file attached is with VLANs). NAT is irrelevant in my case since there is not anything to translate it's all a private routed network. I still cannot ping the ISE inf from inside the uc560 localy or the gateway address from inside the CUE.
    This G0/1/3 seems to need some special configuration to be done in order to work. Do you know what is it?
    It's also not possible to make the CUE to factory default. No initial setup wizard starts... nothing. No wizard needed for the initial setup like all the other CUE products?
    Here is the config:
    !         interface GigabitEthernet0/0 no ip address duplex auto speed auto h323-gateway voip interface!interface Integrated-Service-Engine0/0 description Loopback interface used to manage integrated application module ip unnumbered Vlan2 service-module ip address 192.168.2.254 255.255.255.0 service-module ip default-gateway 192.168.2.2!interface GigabitEthernet0/1/0 switchport access vlan 2 no ip address!interface GigabitEthernet0/1/1 no ip address!interface GigabitEthernet0/1/2 no ip address!interface GigabitEthernet0/1/3 description Interface used to communicate with integrated service modue switchport access vlan 2 no ip address service-module ip address 192.168.2.254 255.255.255.0 service-module ip default-gateway 192.168.2.2!interface BRI0/1/0 no ip address isdn switch-type basic-net3 isdn point-to-point-setup trunk-group isdn 5!interface BRI0/1/1 no ip address isdn switch-type basic-net3 isdn point-to-point-setup trunk-group isdn 6!interface BRI0/2/0 no ip address isdn switch-type basic-net3 isdn point-to-point-setup!         interface BRI0/2/1 no ip address isdn switch-type basic-net3 isdn point-to-point-setup!interface Vlan1 no ip address!interface Vlan2 ip address 192.168.2.2 255.255.255.0!ip forward-protocol ndip http serverno ip http secure-serverip http path flash:/gui!ip route 0.0.0.0 0.0.0.0 192.168.2.1ip route 192.168.2.254 255.255.255.255 Integrated-Service-Engine0/0!!!telephony-service no auto-reg-ephone max-ephones 15 max-dn 15 ip source-address 192.168.2.2 port 2000 secondary 192.168.2.3 rehome 15 time-zone 28 time-format 24 max-conferences 4 gain -6 moh flash:/media/music-on-hold.au multicast moh 239.0.0.1 port 16384 route 192.168.2.2 web admin system name admin password cisco time-webedit transfer-system full-consult create cnf-files version-stamp 7960 Mar 06 2013 15:02:09!
    Thanks in advance!

  • For server the Node Manager associated with machine is not reachable

    Hello all,
    I am getting this error, when i start my Managed Server which is in shutdown state
    For server SAA-Dev-1, the Node Manager associated with machine vm-bea-dev is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager. No action will be performed.
    The configuration details are
    i am using weblogic 9.2 MP3 version in windows 2k3 server.
    It has a machine vm-bea-dev, a cluster cluster-saa-dev, to which both the managed servers saa-dev-1 and saa-dev-2 are assigned. There are 3 applications deployed onto managed Server 1 and 1 for managed Server 2.
    Managed Server 1 is in shutdown state, and when i start the server, it gives the error specified below
    For server SAA-Dev-1, the Node Manager associated with machine vm-bea-dev is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager. No action will be performed.
    The same for Managed Server 2 too, and this server is in Admin State, i dont know how it went into that state.
    Can somebody please help me reslove it.
    Thanks in advance

    Actually the cert is coming from your Dev machine but it is sending the Prod cert.
    What cert is used by your admin server ? It should match the host name.
    So your Dev machine is apparently using a copy of the prod cert / keystore rather than using its own DEV cert. It's not clear from your post whether this is the nodemanager using the wrong cert, or the managed server. So both should be checked.
    The managed servers need to be using a cert that matches their host name. If you have a managed server on VM-BEA-DEV, then the cert needs to be CN=VM-BEA-DEV. You can also use a load-balancer CN name in the cert if you have the cluster's HTTP values set to match.
    In your nodemanager.properties, are you explicitly accessing keystores, such as with:
    KeyStores=CustomIdentityAndJavaStandardTrust
    CustomIdentityAlias=some_alias
    CustomIdentityKeyStoreFileName=some_path_to_keystore
    CustomIdentityKeyStorePassPhrase={3DES}...
    CustomIdentityKeyStoreType=jks
    CustomIdentityPrivateKeyPassPhrase={3DES}
    In my multi-machine clusters, I have multiple certificates such as:
    admin machine1:
    has a cert for use by the admin server and NM that matches the host name ( with node manager.properties entries such as the above )
    has a 2nd cert that matches the load-balancer name for the cluster - used by the managed servers
    all other machines:
    has a cert for use by NM that matches the host name ( with node manager.properties entries such as the above )
    has a 2nd cert that matches the load-balancer name for the cluster - used by the managed servers

  • Envy100 "Device not reachable"

    I have searched but could not find an answer to my question and appreciate any input.
    I have just purchased an HP Envy 100 and my problem is that I cannot connect it wireless. iMac OS 10.6.7, HP Software 10.6, Airport Xtreme router, I can connect via USB to print but when setting up wireless I receive the following message " device not reachable" the printer provided an ip address in the network settings which i have tried to manually set this on the imac but to no avail. I also have an ipad 4.3.1v that cannot see it and along with an macbook pro 10.6.7v. that i cannot get it to work with. The printer is less than 2ft away from the airport extreme. There are no security password to the network and all computers are using the same network name. I have powered on/off and reset the printer. I have uninstall the printer software and rebooted and reinstalled but no luck. 
    This question was solved.
    View Solution.

    Let's start over.  From the front of the printer: Setup > Network > Reset Network Defaults.  Now, from the same menu run the Wireless Setup Wizard to connect the printer to the router.
    Now, on your Mac let's reset the printing system:
    - Sys Prefs, Print & Fax
    - Right (control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    Finally, run the software again to connect your Mac to the printer.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Servlet not inserting into Access Databse. help please

    I have the following code which is inserting three fields into a database. The database name is contacts.mdb, and the table is contacts. I have setup the ODBC connection on the server, of which I have both IIS and Tomcat running. The form.html that I am accessing is on the tomcat server root and that code is below as well. After hitting the submit button on the form I get forwarded to the servlet, and the page is blank. However, when I open the database, no updates have occured. Please help. I hope I have provided enough detail. Thanks so much.
    -------- servlet code start --------------
    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class WebServlet
    extends HttpServlet {
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException,
    IOException {
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String sourceURL = "jdbc:odbc:terry_web_contacts";
    Connection databaseConnection = DriverManager.getConnection(sourceURL);
    Statement stmt = databaseConnection.createStatement();
    String jname = request.getParameter("Name");
    String jemail = request.getParameter("Email");
    String jcomments = request.getParameter("Comments");
    String sqlInsertString ="INSERT INTO contacts (name, email, comments) VALUES ('" + jname +"', '" jemail "', '" + jcomments + "')";
    stmt.executeUpdate(sqlInsertString);
    databaseConnection.close();
    catch(ClassNotFoundException cnfe)
    System.err.println("Error loading Driver");
    catch (SQLException sqle){
    System.err.println("SQL Error");
    ---------- servlet code end ---------------------
    ---------- html form code start ------------------
    <HTML>
    <HEAD>
    <TITLE>Example</TITLE>
    </HEAD>
    <BODY BGCOLOR="WHITE">
    <TABLE BORDER="2" CELLPADDING="2">
    <TR><TD WIDTH="275">
    <H2>I'm a Simple Form</H2>
    <FORM METHOD="POST" ACTION="/servlet/WebServlet">
    <p>
    <INPUT NAME="Name" TYPE="TEXT" id="Name" SIZE=30>
    </p>
    <p>
    <INPUT NAME="Email" TYPE="TEXT" id="Email" SIZE=30>
    </p>
    <p>
    <textarea name="Comments" id="Comments"></textarea>
    </p>
    <P>
    <INPUT TYPE="SUBMIT" VALUE="Click Me">
    <INPUT TYPE="RESET">
    </FORM>
    </TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    ------------- html code end ------------------

    Okay, here is my modified code. However, I catch a sql error. It prints out "sql error". If I try to isolate the different lines of code with try catch blocks, the compiler says it does not recognize the symbols for example stmt, or databaseConnection. Arggh, what can I do? Help please.
    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class WebServlet
        extends HttpServlet {
      public void doPost(HttpServletRequest request, HttpServletResponse response)
         throws ServletException,IOException
         PrintWriter out = response.getWriter();
         String jname = (String) request.getParameter("Name");
         String jemail = (String) request.getParameter("Email");
         String jcomments = (String) request.getParameter("Comments");
    try
          Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    catch(ClassNotFoundException e)
         out.println("class error");
    try
         Connection databaseConnection = DriverManager.getConnection("jdbc:odbc:terrycontacts");
         Statement stmt = databaseConnection.createStatement();
         String sqlInsertString ="INSERT INTO contacts(name,email,comments) VALUES('"+jname+"','"+jemail+"','"+jcomments+"')";
         stmt.executeQuery(sqlInsertString);
         databaseConnection.commit();
         databaseConnection.close();
    catch(SQLException e)
         out.println("sql error");
         out.close();
    }

  • When we start essbase we recive Native Directory is not reachable.

    Hi All,
    While i start essbase i get the below error.
    [Wed Apr 29 17:57:29 2009]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Wed Apr 29 17:57:29 2009]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Wed Apr 29 17:58:19 2009]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [Native Directory is not reachable. ]
    [Wed Apr 29 17:58:19 2009]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Wed Apr 29 17:58:19 2009]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    I am able to ping the shared service server.
    Able to create a user in native directory.
    Able to login shared services from essbase server.
    restarted the openldap and shared services.
    Please help.
    Regards,
    Mink.
    http://newhyperion-blog.blogspot.com/

    (May 06, 2009, 02:44:59 PM), com.hyperion.cis.config.InitConfigurator, DEBUG,
    ---- Initializing Configuration Utility...
    (May 06, 2009, 02:45:00 PM), com.hyperion.cis.config.Configurator, DEBUG, Hyperion Home: E:\Hyperion
    (May 06, 2009, 02:45:00 PM), com.hyperion.cis.config.Configurator, DEBUG, Localhost Name: machinename
    (May 06, 2009, 02:45:00 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file E:\Hyperion\common\config\product\essbase\9.3.1.0.0\essbase_1.xml...
    (May 06, 2009, 02:45:00 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "Essbase", version 9.3.1.0.0, build 100.
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, Checking OS type/version/architecture against system requirements...
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.name: Windows 2003
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.version: 5.2
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.arch: amd64
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, major os version #:5; minor os version #: 2
    (May 6, 2009 2:45:02 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Initialized EssbaseAgentTaskProcessor
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, tasks[0] = licenseActivation
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, tasks[1] = hubRegistration
    (May 06, 2009, 02:45:02 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, tasks[2] = RegisterEssbaseAsMultipleAgent
    (May 6, 2009 2:45:02 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (May 6, 2009 2:45:02 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (May 6, 2009 2:45:02 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (May 6, 2009 2:45:02 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (May 06, 2009, 02:45:07 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, INFO, Validating dependencies...
    (May 06, 2009, 02:45:07 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel$5, DEBUG, Product: Essbase; Dependencies: []
    (May 06, 2009, 02:45:07 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: hubRegistration
    (May 06, 2009, 02:45:07 PM), com.hyperion.cis.config.wizard.PanelEventDispatcher, DEBUG, constructor
    (May 06, 2009, 02:45:07 PM), com.hyperion.cis.config.wizard.HubRegistrationPanel, DEBUG, Hub registration is selected
    (May 06, 2009, 02:45:20 PM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, Getting CSS instance
    (May 06, 2009, 02:45:20 PM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, URL for CSS.xml = http://machinename:58080/interop/framework/getCSSConfigFile
    (May 06, 2009, 02:45:21 PM), com.hyperion.cis.config.CSSApp, DEBUG, Unable to communicate with the server.
    (May 06, 2009, 02:45:21 PM), com.hyperion.cis.config.CSSApp, DEBUG, Unable to communicate with the server.
    (May 06, 2009, 02:45:21 PM), com.hyperion.cis.config.CmsRegistrationUtil, DEBUG, Authenticate admin user to CSS.
    (May 06, 2009, 02:45:22 PM), com.hyperion.cis.config.CSSApp, DEBUG, com.hyperion.css.CSSCommunicationException: Failed to connect to the directory server: Native Directory.     Error Code: 3
    NestedException:
    javax.naming.CommunicationException: svamn14glbsmb8.us.bank-dns.com:58089 Root exception is java.net.UnknownHostException: machinename
    (May 06, 2009, 02:45:22 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = admin

  • Servlet not found(404) in linux

    i have java1.4,tomcat3.3.1 and apache2. i want to connect tomat and apache using mod_jk in debian Linux. when i create a Test apllication in webapps called "TestApplication" with a class TestServlet.class.(this is just a Servlet class to print Hello Servlet)
    when i request
    http://localhost:8080/TestApplication/servlet/TestServlet
    http://localhost:8080/TestApplication/servlet/TestServlet
    i am getting servlet not found 404.
    and also in the tomcat i am getting the following messages
    -Ctx(/TestApplication)Class NotFound:TestServlet
    -Ctx(/TestApplication)Status Code:404 request(TestApplication+/servlet+null) msg: null
    JAVA_HOME=/opt/java
    PATH=/opt/java/bin
    TOMCAT_HOME=/opt/tomcat
    and this is my web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <servlet>
    <servlet-name>Servlet_TestServlet</servlet-name>
    <display-name>Servlet TestServlet</display-name>
    <description>Default configuration created for Servlet.</description>
    <servlet-class>TestServlet</servlet-class>
    </servlet>
    <servlet-name>Servlet_TestServlet</servlet-name>
    <url-pattern>/servlet/TestServlet</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>
    30
    </session-timeout>
    </session-config>
    </web-app>
    and this is my mod_jk.conf file
    <IfModule !mod_jk.c>
    LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so
    </IfModule>
    JkWorkersFile "/opt/tomcat/conf/jk/workers.properties"
    JkLogFile "/opt/tomcat/logs/mod_jk.log"
    JkLogLevel emerg
    JkMount /admin ajp13
    JkMount /admin/* ajp13
    JkMount /examples ajp13
    JkMount /examples/* ajp13
    JkMount /TestApplication ajp13
    JkMount /TestApplication/* ajp13
    when i run tomcat it is showing this application as mounted.
    i think i made everythig fine but i am getting not found 404 message.
    can any one help me..

    Servlets belong to the web-inf/classes dir.
    In web-inf a web.xml file should be saved:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
      <display-name>Welcome to Tomcat</display-name>
      <description>
         Welcome to Tomcat
      </description>
        <servlet-mapping>
            <servlet-name>invoker</servlet-name>
            <url-pattern>/servlet/*</url-pattern>
        </servlet-mapping>
    </web-app>Andreas

  • Could not resolve service name when installing Mobile Server

    Hi,
    when installing mobile server I am prompted for the SYSTEM pwd and then get "ORA-12154: Could not resolve service name". I install lite in a different home (LITE_HOME) than the database. Database's TNSNAMES.ORA looks like (I added the webtogo.world entry myself)
    ===================== TNSNAMES.ORA =================
    WEBTOGO.WORLD =
         (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (Host = localhost)
    (Port = 1521)
    (CONNECT_DATA = (lite.oracle)))
    LITE.PL.ORACLE.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = lite.oracle)
    =======================================
    Then installing lite I enter localhost/1521/lite.oracle
    I can connect from sqlplus:
    sqlplus system/manager@lite
    Java version is 1.3.1_08, which I think is correct.
    Does anyone have any ideas? Thanks in advance.
    Best regards,
    Pawel

    Hi,
    When you install Oracle Lite the valid TNSNAMES.ora becomes the one that is coming with Oracle Lite.
    From now on when you must create a tns name you must create it in the Oracle Lite's tnsnames.ora file unless you specify which tnsnames file you will use in the registry.
    You can find tnsnams.ora file in the below path:
    <OracleLite_HOME>\network\admin\
    Regards,
    Bogac OZGEN

  • Why i get servlet exception/login servlet not found exception  with .ear ?

    I am able to deploy my war and after that generating the ear from that. both works fine in local system.
    But when i run (Jboss as service[Java Service Wrapper]) it takes war without any problem.But with ear file i am getting servlet not found exception.I can't understand where this problem is coming from.
    Even if i take my JSPWIki ear which is running well in production server, this also gives same error.
    One more thing, the files, what i am running well in local system i.e. war and ear working fine. (can't test in production server so testing in same kind of testing server) there also getting login servlet not found exception. Even in same location other files which are deployed are working fine.out of 4 at least one is working fine.
    I don't undersatnd where this whole problem is .
    Please guiide me where sholud i concentrate to solve this problem.
    thnaks
    Vijendra

    I took the source code including the dll files already added to the project from here:
    spazzarama/Direct3DHook
    The solution include two projects the one name Capture is class library type and the dll that make the exception is in this project.
    I tried now to use the program Dependency Walker on this dll file and it found error/s:
    This is the log:
    Error: At least one required implicit or forwarded dependency was not found.
    Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
    Error: Modules with different CPU types were found.
    Warning: At least one delay-load dependency module was not found.
    Screenshot:
    It happen only when using/detecting Direct3D 11 . So far only in Direct3D 11, When i use it with a game that run Direct3D 9 it's working fine.
    The question is how can i solve this dll problem ? Any site/place to download this dll from ?

  • IOS Remote Desktop App resolves hostname but throws Host is not reachable error.

    Hello,
    I am trying to use the Remote Desktop app on my iPad running iOS 7.0.2 to connect to a server through our Juniper VPN. When I type the hostname or IP address I get an error that say "Host is not reachable". If I connect through my Mac I have no
    problem when on the same VPN. I have looked through all  of the setting in Junos Pulse and it is setup to route all traffic through the VPN, and I do not know of anything that would be blocking it on the network end.
    Edit: I am connecting to a Windows Server 2008 R2 box with RDP turned on with all types of connections.
    Here is the log data for my latest attempt.
    [2013-Nov-19 11:23:42] RDP (0): *** Application lauched ***
    [2013-Nov-19 11:23:43] RDP (0): Application became foreground application
    [2013-Nov-19 11:24:30] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2013-Nov-19 11:24:30] RDP (0): client version: 8.0.24094 on iPad3,4 (iPhone OS 7.0.3)
    [2013-Nov-19 11:24:30] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2013-Nov-19 11:24:30] RDP (0): Showing credentials dialog
    [2013-Nov-19 11:24:49] RDP (0): Final rdp configuration used: {
        activeUsername = "DOMAIN\\UserName";
        arcTimeout = 1800;
        cacheId = BEBD1725D63BB841;
        configurationVersion = 8;
        console = 0;
        host = "server.mysite.com";
        label = "Server";
        mouseMode = "-1";
        port = 3389;
        soundMode = 1;
        swapMouseButtons = 0;
        type = rdp;
        utilityBar = "-1";
        kCFProxyTypeKey = kCFProxyTypeNone;
    [2013-Nov-19 11:24:49] RDP (0): --- BEGIN INTERFACE LIST ---
    [2013-Nov-19 11:24:49] RDP (0): lo0 af=18  addr= netmask=
    [2013-Nov-19 11:24:49] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2013-Nov-19 11:24:49] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2013-Nov-19 11:24:49] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2013-Nov-19 11:24:49] RDP (0): en0 af=18  addr= netmask=
    [2013-Nov-19 11:24:49] RDP (0): en0 af=30 (AF_INET6)  addr=fe80::66:9d3c:3d77:5cce%en0 netmask=ffff:ffff:ffff:ffff::
    [2013-Nov-19 11:24:49] RDP (0): en0 af=2 (AF_INET)  addr=192.168.114.44 netmask=255.255.252.0
    [2013-Nov-19 11:24:49] RDP (0): awdl0 af=18  addr= netmask=
    [2013-Nov-19 11:24:49] RDP (0): awdl0 af=30 (AF_INET6)  addr=fe80::3c11:d7ff:feb2:7a82%awdl0 netmask=ffff:ffff:ffff:ffff::
    [2013-Nov-19 11:24:49] RDP (0): en2 af=18  addr= netmask=
    [2013-Nov-19 11:24:49] RDP (0): utun0 af=18  addr= netmask=
    [2013-Nov-19 11:24:49] RDP (0): utun0 af=2 (AF_INET)  addr=10.100.01.01 netmask=255.255.255.255
    [2013-Nov-19 11:24:49] RDP (0): --- END INTERFACE LIST ---
    [2013-Nov-19 11:24:49] RDP (0): Not using any proxy
    [2013-Nov-19 11:24:49] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2013-Nov-19 11:24:49] RDP (0): Resolved 'server.mysite.com' to '10.100.01.01' using NameResolveMethod_Unknown(0)
    [2013-Nov-19 11:25:09] RDP (0): Exception caught: Exception in file '/Users/build/jenkins/workspace/rc-ios-develop/protocols/RDP/cftcpendpoint.cpp' at line 242
        User Message : Host is not reachable
    [2013-Nov-19 11:25:09] RDP (0): Error message: Host is not reachable(phase: 0, type: 0, reason: 0, systemCode: -1, systemMessage: )
    [2013-Nov-19 11:25:09] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2013-Nov-19 11:25:09] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2013-Nov-19 11:25:09] RDP (0): ------ END ACTIVE CONNECTION ------
    Cameron

    Hi,
    According to the log, your iPad tried to connect the remote server with IP address 10.100.01.01/32. Please check if it is the correct IP address of the server.
    Also, please make sure that your iPad can connect to your VPN network successfully and get a valid IP address so that it can remote your internal server.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • The name on the security certificate is invalid or does not match the name of the site

    Hi Guys,
    Every time when we login to SAP Business One, we are getting two identical security Alerts, that we needs to click "Yes" twice.
    Text of error: “The name on the security certificate is invalid or does not match the name of the site”
    We tried to install certificate, but it is not solved this certificate issue and the alert still pops up on login.
    I guess, something wrong with dashboard settings, but don't really know what exact and how to fix it.
    Thanks,
    Sergey

    Hi,
    Please check SAP note:
    1810486 - Dashboard Certificate Sercurity Alert appears on every
    logon to Business One
    Thanks & Regards,
    Nagarajan

Maybe you are looking for

  • Miss value FI Posting on Sales Order Transfer Posting movement Type 413 E

    Dear Expertise                I've a problem about sales order transfer posting. My both of Sales order (Source & Destination) are make to order and open with configurable material(KMAT). Both of sales order contain only one item on the same material

  • Problem with Jdev11g

    hi, I'm a newbie working on JDeveloper11g. I'm encountering a problem where in I double click on a file to open in the editor. But I get the following error. java.lang.NullPointerException      at oracle.ideimpl.editor.RecentFilesLRU$RemovedFileTrack

  • HT5262 how can i get my iphone out of the locked emergency mode

    how can i unlock my iphone 4S from emergency mode

  • Page file concepts and  how to define its size ?

    Hello Experts , Wt is the concept and use of defining page files in standard oracle and SAP installations ? why do we need to define it ? how much size is defined for page file size and on wt factors does it depend ? and where is it defined ? Request

  • Use GPIP for measure six point by six DMM at the same time

    First Question I will use GPIB for measure six point by six DMM at the same time. I will record the data in every mins.Could it avaiable? Is this method not accuray? I aslo wanna to run 3 labview programme at the same. time.Each programme is same and