OAS 4.0.8.1 Administration from a remote location

We have installed OAS 4.0.8.1 on NT and it is functioning.
I am able to access this from a remote place and get a static web page. I don't have a registered domain name
Can I go into Node manager (OAS Manager) from a remote location (through Internet) and manager the server.
null

I increased the severity level for logging to 15 for the Cartridge configuration
in the OASManager.
It says init method did not return. For my init method I have that following :
public void init(ServletConfig config) throws ServletException
super.init(config) ;
All the above was generated by the Servlet Wizard.
Below if the level 15 trace information :
OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
OWS-10821: Application HelloServlet failed to deregister with the name server `
OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
Can anyone advise why and what needs to be
done to fix this ??
Please help.
Thanks,

Similar Messages

  • I need helping!!! configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.

    I need helping configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.
    I have attempted to configure rdp access but it does not seem to be working for me Could I please ask someone to help me modify my current configuration to allow this? Please do step by step as I could use all the help I could get.
    I need to allow the following IP addresses to have RDP access to my server:
    66.237.238.193-66.237.238.222
    69.195.249.177-69.195.249.190
    69.65.80.240-69.65.80.249
    My external WAN server info is - 99.89.69.333
    The internal IP address of my server is - 192.168.6.2
    The other server shows up as 99.89.69.334 but is working fine.
    I already added one server for Static route and RDP but when I try to put in same commands it doesnt allow me to for this new one. Please take a look at my configuration file and give me the commands i need in order to put this through. Also please tell me if there are any bad/conflicting entries.
    THE FOLLOWING IS MY CONFIGURATION FILE
    Also I have modified IP information so that its not the ACTUAL ip info for my server/network etc... lol for security reasons of course
    Also the bolded lines are the modifications I made but that arent working.
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password DowJbZ7jrm5Nkm5B encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.6.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 99.89.69.233 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object-group network EMRMC
    network-object 10.1.2.0 255.255.255.0
    network-object 192.168.10.0 255.255.255.0
    network-object 192.168.11.0 255.255.255.0
    network-object 172.16.0.0 255.255.0.0
    network-object 192.168.9.0 255.255.255.0
    object-group service RDP tcp
    description RDP
    port-object eq 3389
    object-group service GMED tcp
    description GMED
    port-object eq 3390
    object-group service MarsAccess tcp
    description MarsAccess
    port-object range pcanywhere-data 5632
    object-group service MarsFTP tcp
    description MarsFTP
    port-object range ftp-data ftp
    object-group service MarsSupportAppls tcp
    description MarsSupportAppls
    port-object eq 1972
    object-group service MarsUpdatePort tcp
    description MarsUpdatePort
    port-object eq 7835
    object-group service NM1503 tcp
    description NM1503
    port-object eq 1503
    object-group service NM1720 tcp
    description NM1720
    port-object eq h323
    object-group service NM1731 tcp
    description NM1731
    port-object eq 1731
    object-group service NM389 tcp
    description NM389
    port-object eq ldap
    object-group service NM522 tcp
    description NM522
    port-object eq 522
    object-group service SSL tcp
    description SSL
    port-object eq https
    object-group service rdp tcp
    port-object eq 3389
    access-list outside_1_cryptomap extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-data
    access-list outside_access_in extended permit udp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-status
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ftp
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ldap
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq h323
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq telnet
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq www
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group SSL
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM522
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM1731
    access-list outside_access_in extended permit tcp 173.197.144.48 255.255.255.248 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp any interface outside eq 3389
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333 object-group rdp
    access-list outside_access_in extended permit tcp any host 99.89.69.333 object-group rdp
    access-list out_in extended permit tcp any host 192.168.6.2 eq 3389
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) tcp 99.89.69.334 3389 192.168.6.1 3389 netmask 255.255.255.255
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 99.89.69.338 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable
    http 192.168.6.0 255.255.255.0 inside
    http 0.0.0.0 0.0.0.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto map outside_map 1 match address outside_1_cryptomap
    crypto map outside_map 1 set peer 68.156.148.5
    crypto map outside_map 1 set transform-set ESP-3DES-MD5
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 1
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    tunnel-group 68.156.148.5 type ipsec-l2l
    tunnel-group 68.156.148.5 ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:f47dfb2cf91833f0366ff572eafefb1d
    : end
    ciscoasa(config-network)#

    Unclear what did not work.  In your original post you include said some commands were added but don't work:
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    and later you state you add another command that gets an error:
    static (inside,outside) tcp 99.89.69.333 3389 192.168.6.2 3389 netmask 255.255.255.255
    You also stated that 99.89.69.333 (actually 99.89.69.233, guessing from the rest of your config and other posts) is your WAN IP address.
    The first static statement matches Cisco's documentation, which states that a static statement must use the 'interface' directive when you are trying to do static PAT utilizing the IP address of the interface.  Since 99.89.69.333 is the assigned IP address of your WAN interface, that may explain why the second statement fails.
    Any reason why you are using static PAT (including the port number 3389) instead of just skipping that directive?  Static PAT usually makes sense when you need to change the TCP port number.  In your example, you are not changing the TCP port 3389.

  • How can I get my hp eprint email address from a remote location?

    I am currently away from home and need to print something for my wife.  I have tested out eprint before but never tried it from a remote location.  I cannot recall the email address for my printer.  Is there any way to retrieve this without being at the printer?  I imagine that I had to sign in to the eprintcenter website to test this so alternatively, is there a way to retrieve the email address I used to set up my eprintcenter account?  I am offered a way to retrieve the password but that doesn't help much if I cannot recall my eprintcenter account's email.
    Thanks,
    Jeff

    Hi Epoclaen,
    I see that you are trying to locate your ePrint email address.  The only way this can be done would be to log into your ePrint account so it would require you to remember your ePrint log on information.  The email address that's used to create an account is usually your personal email address.  I would try using your personal email address to log into the account.  Let me know how it goes.

  • How to wake a computer from a remote location

    How to wake an imac 9 simply) from a remote location with a macbook

    open itunes then - then click on store - then click on deauthorize this computer...
    do the same with app store..

  • Connect to Sybase SQL Anywhere from a remote location.

    BH
    Hi, we are running SQL Anywhere 16.  Currently our client computers are connecting through ODBC.  Is there a way to connect to our server from a Remote Location (over the internet)?  If yes, how?
    Thanks
    Aron

    Hi Aron,
    Is there a way to connect to our server from a Remote Location (over the internet)?
    Yes, there is.
    If yes, how?
    You will need to supply a HOSTNAME (or direct IP) and PORT to the server running the network database server, communicating over TCP (Note: This may involve opening a TCP port on your firewall to provide a direct TCP route). For the SQL Anywhere client, this information can be set in the ODBC DSN entry as the following screenshot shows:
    Note that this is unencrypted traffic across TCP/IP, by default.
    If this communication is over the Internet, using an unencrypted channel directly to the database is not recommended. Instead, we would recommend that you also configure Transport Layer Security (TLS) with strong encryption enabled using a certificate (either self-signed or provided by a Certificate Authority (CA)). To do this, you need to create the certificates and then start the SQL Anywhere database server with the (private) server-side identity certificate.
    Once the database server is started, you will then need to configure the client for secure communication with the public certificate. When configuring Transport Layer Security on the ODBC client, the security settings (e.g. trusted_certificates, certificate_unit, certificate_company, certificate_name) can be entered on the "Network" tab:
    Regards,
    Jeff Albion
    SAP Active Global Support

  • Accessing Computers Connected to a Time Capsule From a Remote Location

    I am already able to access my Time Capsule from a Remote Location and have read/write access to the internal hard drive within the Time Capsule and the USB hard drive connected to it.
    My problem is that I cannot access any shared computers or networked hard drives attached to the Time Capsule.
    Suggestions are greatly appreciated.

    If you don't want to use Back to my Mac, you can just use screen sharing. Go into Airport Utility and go the Advanced tab along the top. Then click on port mapping. Set up a new port map to route to the iMac. When I did this, I just used the "Apple Remote Desktop" option from the drop-down menu, this pre-fills everything in for you except for the IP address of the iMac. Just pop the IP address in the field, save the new port map, and Update the TC. Now you should be able to screen share from anywhere with your MacBook Pro using the screen sharing app. The Screen Sharing app is located in /System/Library/CoreServices/ScreenSharing just drag it to the dock to keep it there. When you open it up it will ask you for a host address, just type in the IP address of your time capsule followed by the 5900 port number, for example x.x.x.x:5900 where x.x.x.x is the TC IP address.
    Just make sure your iMac is set up for File Sharing, Screen Sharing, and Remote Login, and you should be good to go. Just a word of caution, when the port map is set up, anyone can use it, so set up a good password on your iMac. Also, under the screen sharing pane, click on "Computer Settings" and check both boxes and enter a password in the box. You should not need this because when you try to connect with your MBP, it should give you an option for logging in as an authorized user, in which case just use login info for a user on the iMac.
    Just one last thing, if you close the Screen Sharing app and open terminal and enter:
    defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
    then hit enter and reopen Screen Sharing, it should give you a list with all your bonjour computers and saved computers, so when you out in your IP address to connect to the iMac, make sure the box for "Add to my Computers" is checked, and it will add the IP address to the list so you don't have to put it in all the time.
    Hope this helps,
    Nathan

  • Can you access an external HD plugged into the Airport Extreme from a remote location over the internet?

    Can you access an external HD plugged into the Airport Extreme from a remote location over the internet?
    Also can the content on the exteral HD plugged into the airport be accessed by the TV to stream content?

    The first question answer is yes..
    The question is asked continually.. please read the methods that Tesserax wrote up so well.
    See remote access tip here.
    AirPort
    Also can the content on the exteral HD plugged into the airport be accessed by the TV to stream content?
    Unlikely .. because your TV uses a system called DLNA.. and Apple do not support DLNA in any way shape or form.. because they are fully committed to iTunes.. Apple routers have no media extensions.. unlike most other decent brands now which mostly do support multimedia.
    Having said that.. you can place your video files on the external hard disk.. and play them.. but you need a player.. a real player not an apple TV which is a streamer.. eg A WD Live TV can play video files.. because it is a media player.. unlike your TV or apple TV.

  • What ports need to be open to control Lion Server from a remote location (through Server.app)?

    I need to control a Lion Server from a remote location and need to poke some holes in the firewall, unfortunately, I have no idea what ports those need to be. I can control the Server via the Server Admin application, but it will simply not connect via the Server.app.
    Suggestions?
    Thanks in advance.
    Marius

    Try in the Lion Server Forum?
    Regards,
    Colin R.

  • How to control Isight from a remote location?

    Please help!
    I need to control the Isight camera conected to a mini mac using a G5 from a diferent location.
    I can control my mini mac thru Apple remote desktop fine, but I have no Idea how to control the camera intalled on the mini mac.
    I want to use the camara Isight on the mini mac to monitoring the place.
    Mini Mac   Mac OS X (10.4.7)   G 5

    Hi Robson54!
    Welcome to Apple Discussions!
    Check out EvoCam: http://www.evological.com/
    It may be what you are looking for!
    Let us know how it works out!

  • How do I send a printing job from a remote location to my photosmart 5514 printer

    I have given my photosmart 5514 printer  an email address. I can print successfully using the wireless network in my house. What more do I need to do to have it accept printing jobs from my iPone or laptop when I am in another remote location?

    Hi,
    You can send an email (including attachment) to its email address and it will print. Please note: it only supports the following format:
        Microsoft Word
        Microsoft PowerPoint
        Microsoft Excel (HP strongly recommends that you preview documents in Excel before printing)
        Text files (.txt)
        PDF
        HTML
        Images (bmp, jpg, png, gif, tiff)
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Run ARD administrer from a remote computer

    Sorry if this has been answered previously; searching with terms like remote and administrator doesn't restrict many responses.
    I have installed ARD on one of my Leopard Servers and I would like run it from my desktop computer as I do the server applications. Is this possible or do I have to be sitting at the server run ARD? I have checked through the Administrators Guide but can't find anything about this but it seem like a natural thing to want to do
    Thanks for any assistance.
    Bill

    If you don't need to run ARD from your workstation, you could have just the single copy of ARD on the server and take control of that via 10.5 screen sharing (that should still work with the ARD admin app running on the server, though I've never tried it) or VNC. Then you wouldn't need two copies of ARD. If you want ARD on your workstation as well, though, then you will need to purchase a second copy of ARD if you don't have two copies now.

  • How to take a screen shot automatica​lly and from a remote location

    Hi,
    I have a Desktop, a Video Analyzer with Windows XP, and a Laptop, also running Windows XP. What I would like to do is take a screen shot from the Video Analyzer while running the LabVIEW VI from my laptop.
    I have found this, which gives me insight into the complexity of a print screen call, but this is really only if LabVIEW were running on the system from which my screen shot is desired. For this post, that is not the case.
    If you have a solution or even just a vague idea or comment, please do not hesitate to post. I appreciate any and all feedback on this topic.
    Thank you for your time.
    Jake Brinkmann
    Electrical Engineering Intern

    Thank you for your response. I would like to aviod using outside software in this. I'm sure that TightVNC is great, and it would probably work. I would, however, just like to do this using labview and labview only. Maybe it isn't possible but I really would like to do it entirely in labview. If anyone has any suggestions, I would love to hear them even if they, too, have outside software involved.
    Thanks again Joseph

  • How can I access my Airport Time Capsule from a remote location?

    I have my 2 TB Airport Time Capsule connected to my home wireless network and I have heard it is possible to access my information stored on it from anywhere, but I have no clue how to do this.

    Frankly, this is not easy, and not for the faint of heart.  Having someone to help who has done this will save you a ton of time and headaches.
    Set up and use Back to My Mac - Apple Support
    Before you do anything though, Back to My Mac assumes that you have a simple modem......not a modem/router that is often provided by Internet Service Providers to their customers.  A modem/router.....also called a gateway.....will not allow Back to My Mac to work correctly, so if you do have a modem/router or gateway device, you will need to speak to your service provider to find out if they can provide you with a simple modem.
    A simple modem will look something like this:
    A modem/router or gateway will look something like this:
    Having said this, personally I use another method called Port Mapping to allow my Mac...or an iPhone or iPad connect back to the Time Capsule at home when I am traveling.  But, this is even more complicated than Back to My Mac, so BTMM would be the place to start for most users.
    If things look intimidating on first pass and you can locate a good tech to set things up for you, that would be money well spent.

  • How do i set up my wireless printer to print using the internet from a remote location? 8500 pro

    I have two offices and would like to print things off for my staff in different locations from my computer any place I am.  I understood that I should be able to do so with the wireless system.  What setting is not set proper?  

    Hi,
    The latest printers provide remote printing by the HP ePrint feature,
    If your printer is the HP Officejet Pro 8500 (A909) as i can figure from your description, the ePrint feature unfortunately not supported by your printer.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Login to Oracle 8i Server from a remote location.

    Hi Experts,
    I wish to connect to Oracle 8i Server at Site 1 from Site 2.
    Situation
    Site 1     -     Oracle 8i on Win 2K. This is behind a firewall FW1. Is in Win NT Domain1.
    Site 2     -     Oracle 8i Client on Win 98. This is also behind (a separate) firewall FW2. Is in Win NT Domain2. There is no oracle instance running at Site 2.
    Also -
    a. There is a secure VPN between Site 1 and 2 (through separate Firewalls. one at each site).
    b. Site 1 and Site 2 use different set of IP-Address and also different set of Subnet Mask.
    c. Both, the Client at Site 2 & Oracle 8i Server at Site 1, are able to ping each other successfully.
    d. As there is no oracle database at Site 2, a Database Link cannot be created.
    At Site 2, I have tried the following -
    1. Installed Oracle 8i Client.
    Configured the tnsnames.ora file.
    The Port used is 1521.
    Tried to connect from SQL*Plus but do not connect.
    2. Installed development version of Oracle Forms 6i (surely after removing Oracle 8i client).
    This also installs SQL*Plus.
    Configured the tnsnames.ora file.
    The Port used is 1521.
    Tried to connect from SQL*Plus but do not connect.
    Tried to connect from Oracle Forms 6i but login fails.
    However, other Win98 clients (of Win NT Domain1) at Site 1 use the same settings of tnsnames.ora file to connect to the Oracle 8i Server.
    3. Changed the IP address (of Win98 client at Site 2) to become a member of Win NT domain1 (same domain as that of Oracle 8i Server).
    Repeated the above steps 1 & 2 but login still fails.
    What more needs to be done?
    Thanks in Advance.
    Lokesh

    Hi Fredrik,
    You r right. But I have its entry in tnsnames.ora file. The entry looks like this -
    My_Service_Name.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Server = Computer_Name_of_Server_having_Ora8i)
    (Host = IP_Add_of_Server_having_Ora8i)
    (Port = 1521)
    (Pipe = ORAPIPE)
    (CONNECT_DATA = (SID = ORCL)
    The same entry exists in the tnsnames.ora file on the local PCs (same office where the Oracle 8i Server is present) at Site 1 and these PCs connect the server without any problem.
    Thanks
    Lokesh

Maybe you are looking for

  • I'm taking the plunge.

    I graduated high school last week, and for my graduation present, my mother's friend decided to contribute an astounding $2000 toward the purchase of a new Mac. See, I've been on a PC for a long time now, and graphic designing on Windows wasn't entir

  • Ask the Expert: Different Flavors and Design with vPC on Cisco Nexus 5000 Series Switches

    Welcome to the Cisco® Support Community Ask the Expert conversation.  This is an opportunity to learn and ask questions about Cisco® NX-OS. The biggest limitation to a classic port channel communication is that the port channel operates only between

  • Buttons to play external swf files

    Hello I know what to do but I do not know how to do it. I want to make some tutorial movies available to users. I have about 12 little swf files that were created in camtasia, I would like to make them available though a single player instance. Here

  • Adding keywords to the photo files

    I know I can assign keywords in iPhoto, but they are not actually written to the photo file itself. I also know I can use iViewMedia Pro to "attach" the keywords to the files using Old Toad's tutorial. I already have iViewMedia, but it's not the Pro

  • Scanner class

    i m very new to Java..i have Netbeans 5 to compile and run my Java programs.....when i try to run the following program import java.util.Scanner; class EchoLine { public static void main(String args[]) { Scanner myScanner = new Scanner(System.in); Sy