Remote instance of ias6.5 in winnt4 console

Hello,
I'm trying to administer ias6.5 remotely but application server administration tool doesn't show up in the console. It seems like the issue (bug #4634092
) is resolved in ias6.5 maintenance pack 1.
Questions are:
1. how can I get maintenance pack 1?
2. is it possible to resolve the issue without it?
P.S. It's trial download, I don't have support from SUN.
Thank you,
Alexei Sokolov

Hi,
Ans1:Go to http://wwws.sun.com/software/download/patches/ and download patch for mp1.
Ans2: let me find out.
Thanks

Similar Messages

  • CF 10 Load-Balancing with Remote Instances

    I was reading an article on Clustering/LB/HA using CF8, but have not found any updates for CF10.
    Using VM VirtualBox to setup a few virtual servers, I am looking to setup a load balancing of ColdFusion 10 on 2 remote instances. The goal would be have ColdFusion Cluster Manager be able to point http request to one of the two servers based on load/availability. Not really having a hardware cluster/failover setup, just managing resources on two CF instances instead of a standalone.
    The servers are Windows Server 2008 R2 with IIS7.5 and ColdFusion 10 Enterprise on installed on 3 of these machines. Let's call them CF-LBManager, CF-Web1, and CF-Web 2. In the CF Docs, they show the Cluster Manager adding the local CF instance and "if you want" a remote instance. However, this scenario would require the main instance to be running and not fail for it to direct to the other instance.
    I am trying to set this up now with CF-LBManager as just a manager of the requests coming in. In the Enterprise Manager >> Instance Manager, the local instance is shown and I add the two remote instances with the correct Remote Port, JVM Route, etc. I also made sure the <Cluster>...</Cluster> block was added to the two remote instances (CF-Web1 and CF-Web2) \runtime\conf\server.xml file too, Jetty Services also is running. Now under the Enterprise Manager >> Cluster Manager I add the two remote instances to the cluster, not the local instance on CF-LBManager with Multicast Port and Sticky Sessions enabled. On Submit, I get a green message "You must restart all the server instances and any configured webservers for these changes to take effect.". I go ahead and reboot the servers and come back.
    I now browse to the ColdFusion page as a test on CF-Web1 and CF-Web2 to make sure CF is running properly, they do. I then browse the IP of the CF-LBManager, however it only returns the local IIS web site and not redirect to one of the two cluster members. I am not seeing any message on the coldfusion-out.log on the remote instances. Am I not setting this up correctly or not enabling the Cluster Manager to take over and pass along the requests to those in the cluster?

    Unfortunatley I don't have a lot of experience with CF10 on Windows, but if you are running CF behind IIS I think  you will need to update the Tomcat connector configuraiton to do load balancing. I'm not sure if re-running the wsconfig tool on all of the servers will do this or not, but that is what I would suggest trying first. If that doesn't work you will need to update the Tomcat connector configuraiton manually. You can find more information on load balancing with the Tomcat connector here: http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html.

  • ESB Instances Not Showing Up In ESB Console

    Hi,
    All of a sudden, I am not seeing any ESB instances showing up in the ESB console.
    Please Help.
    Thanks.
    Vinnie

    Hi,Abhijeet,
    Would you please go to client policy in your Lync control panel and verify that you have set "Allow and update" in the Action drop-down menu for the latest version of Lync client.
    Details you can check 
    http://technet.microsoft.com/en-us/library/gg182591.aspx 
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    ***************************************************************************************************************************************************************************** Please remember to click “Mark as Answer” on the post that helps you, and to click
    “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial t

  • Reg: Issue adding remote Instances in Br tools Studio.....

    Hai,
    Br tools studio is Installed successfully and able to login to the server, but when trying to add remote Instance it ends up with the below NullPointerException.
    We have used ocj4 according to the SAP Note 1224432, also not using https (as per [SAP] First experience with SAP BR*Tools Studio for Oracle)
    Please let me know is there any work around possible.
    java.lang.NullPointerException     at frames.server._landscape._instances._create._edit_2d_001._frame_2d_000._jspService(_frame_2d_000.java:59)     [SRC:/frames/server/landscape/instances/create/edit-001/frame-000.jsp:19]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:810)
    Regards,
    Yoganand.V
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:30 PM
    Edited by: Yoganand Vedagiri on Dec 30, 2008 1:33 PM

    Hi,
    To avoid this error, Just install JDK 6.0 and OC4J 9.0.4.1.0
    Try accessing thru web.
    If you get an error on accessing javac.exe file, then do the following changes...
    go to the home directory of brtools studio, --> config ---> Edit the file server.xml
    add this line as per below, save and then try to access thru web.
    <global-application name="global" path="application.xml"/>
        *<java-compiler name="javac" bindir="<JAVA_HOME>\jdk1.6.0\bin"/>     *
        <global-web-app-config path="global-web-application.xml"/>
    This should solve your problem.
    Let me know if you have any issue.
    Regards,
    Iyyappan MR

  • Unable to add remote instance to a cluster

    Hello,
    I’m having an issue with setting up Cold Fusion 8 as a
    remote instance cluster. I’m unable to get the remote
    instance shown in the Cluster Manager.
    I have registered the remote instance with the appropriate
    instance name. It picks up the C:\JRun4/servers/cfusion
    but it does not show the restart remote CF service button or
    pause the remote CF instance or stop.
    I followed the instructions which were here:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=clustering_6.html
    The remote Cold Fusion system used is version
    ColdFusion 8 Update 1 (8.0.1)
    Release Date: April 03, 2008
    This is running on Windows 2000 Server standard
    This is a workgroup server
    Has an internal IP address and an external one
    Jrun4
    This currently runs a site that can be accessed
    The Cluster controlled is running on
    ColdFusion 8 CF Hotfix 3
    This is running on Windows 2000 Server standard
    This is a workgroup server.
    Jrun4
    Have an internal IP address and an external one
    This currently runs a site that can be accessed.
    Both servers are licensed to the Enterprise level
    When I click on the Coldfusion administrator to open the
    remote instance CF Administrator the ‘404 error’
    message was shown.
    i.e. (
    http://hostname:8300/CFIDE/administrator).
    I have since copied the CFIDE into this location
    C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE
    When I click on the Coldfusion administrator on the remote
    instance this will now display a listing of the remote CFIDE
    directory but not the CF Administrator page!
    When I change the CFIDE directory to CFIDE1 and change the
    URL for the CF Administrator it will show; very strange.
    I have restarted both Coldfusion instances but I cannot get
    the remote instance to appear in the Cluster Manager so I can
    configure this as a Load Balancing Cluster
    I have looked at the security properties in this file:
    although both servers are on the same subnet.
    In the ColdFusion8/runtime/lib/security.properties file by
    default, the jrun.subnet.restriction property is set to the value
    255.255.255.0, which limits JNDI access to the 255.255.255.0
    subnet. You can use jrun.trusted.hosts on its own or in combination
    with jrun.subnet.restriction to allow JNDI access to a
    comma-separated list of IP addresses (recommended) or host names.
    Any help in problem solving this issue, advise and pointers
    would be great.
    Kind Regards
    Chris Blackmore

    I'm having exactly the same problem on multiple machines, both Intel octocore and G5 quadcore. I'm running 10.5.4 with all the latest updates on all machines. Everything was working, now we can't drag any of the machines into a cluster to make a new one. Like you say, they only appear if Managed is unchecked (on the machine providing the QMaster service), and then are still greyed out, and not draggable. And you can't save a cluster without specifying the cluster controller, which you can't because nothing can be dragged in. The nodes appear to be unlocked (although the icon isn't very obvious), but even if they're locked, there is no password entry that pops up when clicked, and none have a password set in their QMaster System Preferences.
    To test, I did a totally 100% fresh pristine Leopard install and a dual G5, ran all OS upgrades, then did a fresh FCP Studio 2 install, and ran upgrades again and repaired permissions just for good measure. No dice. Exactly the same problem as on the other machines. This is a brand new install and it doesn't work!
    Very frustrating problem and I can't believe more people aren't seeing it. Totally fresh install, what else can be done? Well, time to call AppleCare, I guess.

  • Waits occur in CGS wait for IPC msg and ksxr poll remote instance

    Hi,
    i have faced thousands of wait events occur in "ksxr poll remote instance" and "CGS wait for IPC msg" and same number of waitevent timedout also.
    Anybody help me to understand what this wait event says and any relations between this two wait event.
    If this could cause any problem for my database.
    Thanks in advance

    Hi,
    i have faced thousands of wait events occur in "ksxr poll remote instance" and "CGS wait for IPC msg" and same number of waitevent timedout also.
    Anybody help me to understand what this wait event says and any relations between this two wait event.
    If this could cause any problem for my database.
    Thanks in advance

  • How can I connect the TestStand 30 UI controls to a remote instance?

    I have been playing with the TestStand 30 UI controls (which I love), and I can't see a way to connect them to a remote instance of the TestStand engine. My observation has been that they always connect to the local instance of the Application manager.
    Just to be clear, I want to run TestStand on computer A, then create some UI controls (sequence view file manager, sequence view, some combo boxes, etc) on computer B, and have them connect to the engine on computer A.
    I noticed that you can set the sequence file context on the SequenceFileViewMgr object, but not the applicaiton manager context (the property is read only). When I try to set the ISequenceFileViewMgr:equenceFile property to a remote inst
    ance of a sequence file object, the control doesn't seem to connect. I can only connect to sequence file objects that have been created locally through the application manager.
    Thanks,
    Aaron Stibich

    The controls don't support that scenario, and if they did, I would expect that the resulting tracing performance would be unacceptable. It is an interesting idea though and it would be nice to try it without tracing to see if it was fast and robust enough to be useful. I'd need to investigate whether the controls use any non-remotable internal APIs before attempting to enable this. I'll add this idea to our suggestion list.
    I don't know if it is appropriate for your use case, but if you can instead connect to the remote machine via RemoteDesktop, you should be able to remotely run an OI application with decent performance.

  • [svn] 1433: adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console , used when running on Websphere with administrative security enabled.

    Revision: 1433
    Author: [email protected]
    Date: 2008-04-28 13:13:12 -0700 (Mon, 28 Apr 2008)
    Log Message:
    adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console, used when running on Websphere with administrative security enabled. Should call setCredentials("bob","bob1") to use this RO.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml

    Hi,
    It seems that you were using Hyper-V Remote Management Configuration Utility from the link
    http://code.msdn.microsoft.com/HVRemote, if so, you can refer to the following link.
    Configure Hyper-V Remote Management in seconds
    http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx
    By the way, if you want to perform the further research about Hyper-V Remote Management Configuration Utility, it is recommend that you to get further
    support in the corresponding community so that you can get the most qualified pool of respondents. Thanks for your understanding.
    For your convenience, I have list the related link as followed.
    Discussions for Hyper-V Remote Management Configuration Utility
    http://code.msdn.microsoft.com/HVRemote/Thread/List.aspx
    Best Regards,
    Vincent Hu

  • Remote access database using Application Server Control Console

    When I install the Oracle Application Server 10g, it gives me a web-based tool, i.e., to use the Application Server Control Console to manager/monitor the server.
    Now If the Application Server is installed in a remote location, and there is no LAN connection to it, can I still access it via the Application Server Control Console? (i.e., via the HTTP protocol). (I believe that I can only use the Console to manage the AS which is physically located in the same machine).
    Thanks
    Scott

    Hi Scott!
    The ASC will allow you only to manage its own installation. So if you have 10 AS instances you will have 10 ASC's to manage it.
    If you want to remotely manage your installations you need the Grid Control.
    Otherwise you will need a connection to the machine.
    I do not understand the issue about the "no LAN connection"? How do you want to access the machine if there is no network connectivity anyway?
    cu
    Andreas

  • Connecting to SCVMM remotely via install on workstation cannot run console windows to VMs (locally on scvmm it works)

    We recently installed a SCVMM 2012 machine and connected it to a few HyperV2012 hosts.
    From the SCVMM console locally on the machine it is installed on, I can connect to the Console of the VMs on the remote HyperV machines.  However for some reason when I run it remotely from my workstation, I can connect to SCVMM just fine, but connecting
    to the console of the VMs gives me the error:
    Virtual Machine Manager lost the connection to the virtual machine for one of the following reasons:
    Another connection was established to the console of this manchine.
    The virtual machine has been shut down or put into the saved state.
    The user credentials do not have the necessary privilege to connect.
    0x0003, 0x0000
    The firewall is not detecting any dropped packets (I enabled logging) and I am logging in with the same user as I do locally to the SCVMM server, so it is not permissions.
    Any advice would be extremely helpful.  Thanks,
    Nicholas

    I also find a matching Success Security Audit for trying (even though it doesnt work):
    An account was successfully logged on.
    Subject:
    Security ID:
    NULL SID
    Account Name:
    Account Domain:
    Logon ID:
    0x0
    Logon Type: 3
    Impersonation Level: Impersonation
    New Logon:
    Security ID:
    DOMAIN\MyNonDomainAccount
    Account Name:
    MyNonDomainAccount
    Account Domain:
    DOMAIN
    Logon ID:
    0x156DC3A5C
    Logon GUID:
    {bcdbadca-0910-a383-c130-2b86551f6d33}
    Process Information:
    Process ID:
    0x0
    Process Name:
    Network Information:
    Workstation Name:
    Source Network Address:
    Source Port:
    Detailed Authentication Information:
    Logon Process:
    Kerberos
    Authentication Package:
    Kerberos
    Transited Services:
    Package Name (NTLM only):
    Key Length:
    0

  • Remote access database using EM Database Control Console

    When I install the Oracle database 10g, it gives me two choices:
    1)Using Grid Control for Database Management and
    2)Using Database Control for Database Management.
    When I select the #2, according to the Guide, I'll be able to manage my database locally. (Assume the database server's IP address is: DB_IP_Address, then I can use: http://DB_IP_Address:5560/em). But wait a minute___
    a)What does this "locally" mean? If the Oracle DB is installed in a remote location, and there is no LAN connection to it, can I still access it via the Oracle Enterprise Manager (Database Control Console)? (i.e., via the HTTP protocol)
    b)The same question is asked for the iSQL*Plus in regarding to the remote access. I guess the answer to a) above will automatically answer the b) ? (Actually I doubt that I can access remote database using the iSQL*Plus via HTTP protocol).
    Thanks
    Scott

    Hi,
    and there is no LAN connection to itWell you'll need some network link in order to connect successfully.
    What is meant by locally is that you can only manage databases installed on the local computer.
    For example if you installed it on machine "CPTR1", and on another machine "CPTR2", then you can't use http://cptr1:5560/em to manage the databases on "CPTR2. And vice versa.
    About iSQL*Plus, in fact, as far as the tns alias is ok from "CPTR1", you can connect to the databases on "CPTR2", "CPTR3", ....
    HTH,
    Yoann.

  • Info on tape channel when connected with remote instance

    Hello,
    I'm trying to debug a problem with Backup Exec to do recovery of an instance against a server different from the original one, using command line
    and so I'm doing some tests isolating some components to keep the problem general...
    Suppose I have a server server_one with Oracle instance TEST and a running listener
    Suppose I have another server server_two with tnsnames.ora configured to reach TEST instance.
    On server_two I have a dummy instance in nomount, called again TEST and where I set ORACLE_SID=TEST
    I run:
    $ rman
    RMAN> connect target sys@TEST <--- remote
    target database Password:
    connected to target database: TEST (DBID=1165152943)
    RMAN> connect auxiliary / <--- local
    connected to auxiliary database: TEST (not mounted)
    RMAN> run {
    2> ALLOCATE CHANNEL ch0 TYPE 'SBT_TAPE';
    3> RELEASE CHANNEL ch0;
    4> }
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    The question is about my "allocate" channel above:
    Who drives there, the target and so it tries to go remote with the tape in some way or local so it should work, if the local instance/user/oracle installation is configured for tape access?
    Thanks,
    Gianluca

    Ok, stupid me I had to use AUXILIARY in channel specification
    ALLOCATE AUXILIARY CHANNEL ch0 TYPE 'SBT_TAPE';
    With that, now I correctly get:
    allocated channel: ch0
    channel ch0: SID=135 device type=SBT_TAPE
    channel ch0: Symantec/BackupExec/1.1.0
    Thanks anyway...

  • Process Instances do not appear in BPEl console

    HI everybody
    I have a Asyn BPEL worflow which consists of a receive business event lisening to a change in database which in turn initiates a BPEL flow.The problem i am facing is that when i do make a change in database everything works fine but i am not able to see the process instances generated , in BPEL console instantly. I have to restart the BPEL server one or more time in order to view them on the console. have any body faced a similar prob ??

    SOA version ? Able to see the processes in the manual recovery section ? Processes disappear or insatnces ?
    Errors in the logs ? What happens if you randomly click on various tabs of the console - still unable to see the previous instances ?

  • Instance Status Yellow on SAP MMC Console

    Dear Experts,
    We are installing NW 7.0 dialog instance on Windowsx64 bit platform, Central instance is running on Aix64 bit,
    NW 7.0 Java add-in has installed on Central instance,
    I want to start only abap instance on new windows application server, i set rdisp/j2ee_start parameter to "0",
    Now java process do not start but SAP mmc console status is yellow because of it, disp+dowk process message is J2EE status info unavaliable,
    How can unistall Java instance from newly instaled application server ?
    Best Regards

    Hi,
    Regarding the MMC display "J2EE status info unavailable", as you don't want a dual stack remove the entry icm/HTTP/j2ee_0 from the instance profile and set the parameter 'is/HTTP/default_root_hdl = abap'.
    Please reboot your system (bounce OS) to see if this helps.
    If this does not help please try this.
    1. Stop the SAP service
    2. Open a command prompt
    3. Go to usr\sap\<SID>\...\exe\run
    4. call 'sapstartsrv.exe -t' from the command line
    5. Confirm the dialog window
    6. Start the service again
    Best Regards
    Niraj

  • Process instances do not show in BPEL Console

    Hi all,
    I have a BPEL, which reads a files from a particular folder if any, Process records in that file and then stores it in database.
    I am facing a problem, my records gets processed, this BPEL works fine, as i can see the output in database, however associated instances are not shown in the BPEL Console. But if i restart the process (i.e. Switch OFF the process and Again Switch ON) it shows me all the previous instances and also the current instances. But sometime again this problem occurs.
    Has anyone faced the same issue? Please let me know in case anyone has solution.
    Thanks in advance.

    [http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf|http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf] I found below in SOA best practices guide:
    Why Does the Instance of an Invoked Process Not Display in Oracle BPEL Control?
    If the process invoked is asynchronous, the message headers and payload are stored in
    the invoke_message table. The invocation message is then processed by a
    background thread to create an asynchronous BPEL process instance. If an error is
    encountered while processing the invocation message, the transaction is rolled back
    and the invoke message remains in its unhandled state in the invoke_message table.
    See "How Does an Invoke Message and Activity Display in the Manual Recovery
    Page?" on page 1-18 for more details on this scenario.
    If the process invoked is synchronous, the cause for the missing instance is likely a
    transaction rollback. The reasons for a transaction rollback are as follows:
    ■ Third party manipulation of the JTA transaction. As described in "How Do I Force
    a Rollback in a BPEL Flow?" on page 1-5, a failed database adapter invocation can
    cause the TopLink layer to mark the JTA transaction for rollback. Because Oracle
    BPEL Server relies on the JTA transaction for persistence (not just as a signaling
    mechanism between transaction-aware modules), any changes to the status of the
    transaction impact Oracle BPEL Server’s ability to dehydrate the instance.
    ■ Transaction timeout. The synchronous process may be invoking one or more
    backend synchronous services; the total time of all the backend calls may exceed
    the timeout value for the transaction. See "How Do I Modify Transaction Timeout
    Settings for Oracle BPEL Server?" on page 1-9 for details on how to increase the
    transaction timeout value.
    ■ Failure to dehydrate the synchronous instance to the database. If the
    completionPersistPolicy is set to on, the instance attempts to save itself
    before returning to the caller. Typically, errors are encountered during this step if
    the database connection has been severed or the tablespace is full. Some customers
    Transactions
    Oracle BPEL Process Manager 1-9
    have encountered problems with saving the audit trail of the instance. For
    example, there are problems with JDBC batching in 10.1.3.1.0 that the audit trail
    persistence code uses. When a synchronous invocation does not result in an
    instance visible from Oracle BPEL Control (assuming that
    completionPersistPolicy is set to a value of on, deferred, or faulted),
    use the following steps to find the underlying error:
    – Enable all loggers to debug mode.
    – Resubmit the invocation message.
    – Check the Oracle Process Manager and Notification Server (OPMN) or
    command-line log for the underlying exception stack trace.
    Please refer to link below:
    http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf

Maybe you are looking for

  • I want to use my iTunes library with multiple Windows computers

    I want to put my entire iTunes library on a server and then allow any of the 4 - windows laptops, 1 - windows desktop, various iPods, an iPad 1, and a Samsung Tablet to gain access to use it.   3 of the laptops are Windows 8, the desktop and one lapt

  • Bootcamp manager won't open in Windows 8.1.

    I've installed bootcamp on my iMac but the trackpad touch-to-click or multi-gesture functionality doesn't work. The odd thing is that the functionality works for a few moments after I've logged in, but it doesn't work once the account is fully logged

  • I wanna draw line chart

    hi, i wanna draw line chart for some analysis of an image. how can i do that?? plz help me in that, code would be more better.thank u.

  • Error Message - ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Trunc

    This is driving me nuts! I am getting this error from OWB during a mapping process. I have checked the input data and it looks fine. The run time audit browser just lists all of the steps but does not make it clear which one failed. Is it the last on

  • Won't go to sleep!!! it will only shut down. =(

    i find it annoying to have to start up my computer every morning because it takes longer than just waking it up. but for the last month or so it won't go to sleep. when i push the sleep button it will shut itself down instead. so now i don't even tur