Connecting to multiple servers

We have a stand alone java app that connects to our ear running in sun app server. What I'd like to do is connect to another instance of our app running on a different server (while connected to the original one). With weblogic this was easy (change the url and just do the lookup).
How can I do this with sun app server?
Thanks-
Dave

If you specifically want to connect to a particular remote server instance, then in the JAVA CMD, you will need to specify the following properties with a "-D" :
org.omg.CORBA.ORBInitialHost
org.omg.CORBA.ORBInitialPort
This should let you talk to that particular instance.
If you don't care about where the request is going, you can enable load balancing via the property:
com.sun.appserv.iiop.endpoints=host1:port1,host2:port2,...
Sheetal

Similar Messages

  • Connecting to multiple servers via smartview

    Currently my users do side by side comparison between the HFM application on the Production Server and then Development server. To do this, they create a report in each environment, but i'm wondering; is there anyway to create a report to connect the two? Each environment has its own APS so i'm a little confused on if this is even possible. Even if i change the connection name, it doesn't work. They use function reporting for this, could Ad Hoc be used?
    System: v11.1.2.1 (if it works with Smart View 11.1.2.3, then i'm willing to upgrade).

    Yes, we do this all of the time.  You should have two separate URLs (see below), one pointing to your production server(s) and one pointing to your development server(s).  You simply create a new personal connection to the applications you want to compare.  I'm not sure if you can accomplish this via AdHoc or not, as we use the HsGetValue functions in Smartview to do this.
    http://ProdServerName:19000/hfmofficeprovider/hfmofficeprovider.aspx
    http://DevServerName:19000/hfmofficeprovider/hfmofficeprovider.aspx

  • Portal connection to multiple backend BW app servers.

    When our portal was installed (java stack intended for Integrated Planning with ABAP BW system) the BW system only had a Central Instance.  Since then an application server has been added on the BW side.  However, Integrated Planning only works from the CI because that is what the Portal JCo's are configured against.  so it cannot connect with the new app server.  Integrated Planning (via RSPLAN) from the app server will fail as the connection will now work.  This is causing some issues with users logging into BW.  If they want to do integrated planning, they must be on the Central Instance, not the app server.  For one thing, this defeats the purposes of load balancing if everyone logs onto the CI.  The question is can the portal be configured to connect to an additional server for the same BW system.  I'm not seeing any options in the JCo's for multiple servers for the same system.  Any pointers or feedback would be greatly appreciated.

    Running RSPLAN from the Central Instance brings up a browser with a logon screen and the the correct URL:
    http://<portal server>.mikl.com:<port>/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler?
    But running RSPLAN from the new app server brings up a brower with an error message, and the URL is:
    http://<BW server>:0/sap/public/myssocntl?sap-client=100
    error message:
    Error 401
    FW-1 at cpwgw: Unauthorized to access the document.
    Authorization is needed for FW-1.
    So a translation is not happening somewhere.  I verified that the myssocntl service is turned on.  And it works just fine for the CI.

  • JMS Multiple connections to != servers

              HI,
              I'm trying to use a JMS client to connect to multiple WL Servers,
              but i'm having the following error while connecting to the third server, always
              the third server.
              I swap the order of the connections and the error always happens on the third
              server.
              If i had one more server equals to the first or the second (the same IP) the connection
              to the fourth server is fine but the connection to the third server is always
              returning the same error.
              Is there any limitation to the number of != servers that a JMS client can connect
              weblogic.jms.common.JMSException: Connection not found
              at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:136)
              at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:596)
              at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsyncInternal(DispatcherImpl.java:128)
              at weblogic.jms.dispatcher.DispatcherImpl.dispatchSyncFuture(DispatcherImpl.java:180)
              at weblogic.jms.dispatcher.DispatcherImpl_WLSkel.invoke(Unknown Source)
              at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:466)
              at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:409)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
              at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:404)
              at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              Can somebody help me.
              Thankx.
              Gonçalo
              

              Thanks Tom, it worked :-).
              Tom Barnes <[email protected].bea.com>
              wrote:
              >Typically this problem occurs when there is a naming conflict
              >between servers. Make sure:
              >
              >each WL domain is uniquely named
              >each WL server is uniquely named
              >each JMS server is uniquely named
              >each JMS store is uniquely named
              >
              >The latter three apply even if the resources in
              >question are in different domains.
              >
              >Tom
              >
              >Gonçalo Moreira wrote:
              >
              >> HI,
              >>
              >> I'm trying to use a JMS client to connect to multiple WL Servers,
              >> but i'm having the following error while connecting to the third server,
              >always
              >> the third server.
              >> I swap the order of the connections and the error always happens on
              >the third
              >> server.
              >> If i had one more server equals to the first or the second (the same
              >IP) the connection
              >> to the fourth server is fine but the connection to the third server
              >is always
              >> returning the same error.
              >> Is there any limitation to the number of != servers that a JMS client
              >can connect
              >> ?
              >>
              >>
              >>
              >>
              >> weblogic.jms.common.JMSException: Connection not found
              >> at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:136)
              >> at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:596)
              >> at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsyncInternal(DispatcherImpl.java:128)
              >> at weblogic.jms.dispatcher.DispatcherImpl.dispatchSyncFuture(DispatcherImpl.java:180)
              >> at weblogic.jms.dispatcher.DispatcherImpl_WLSkel.invoke(Unknown
              >Source)
              >> at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:466)
              >> at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:409)
              >> at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
              >> at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
              >> at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:404)
              >> at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
              >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >>
              >> Can somebody help me.
              >>
              >> Thankx.
              >> Gonçalo
              >>
              >
              

  • Connecting to multiple JMX servers

    Hello,
    I'm working under JRockit 1.9 150 and WL Integration 8.1.
    My application connects to multiple WL servers to retrieve data with JMX. The connections are established when the application initializes and they are kept during the execution. I use this code to make connections:
    Environment env = new Environment();
    env.setProviderUrl(url);
    env.setSecurityPrincipal(user);
    env.setSecurityCredentials(password);
    Context ctx = env.getInitialContext();
    home = (MBeanHome) ctx.lookup(MBeanHome.LOCAL_JNDI_NAME);
    rmbs = home.getMBeanServer();
    The problem is that I only can connect to the server which I make the last connection. With the other servers I get this response:
    error[...] [Security:090398]Invalid Subject: weblogic
    I can solve the problem making always a new connection to the server, but I think it's not the best solution.
    Any opinion?
    Thanks

    http://sourceforge.net/projects/sshtools/

  • Folder Comparison from multiple servers

    I need to compare folders from multiple servers which do not have direct connection so i was trying to generate a text file with command dir /b /s >c:\server1.txt and feed them to script to compare. 
    my desired output is csv file in the following format
    File name,Server1,server2,server3,is it missng file?
    File1,yes,yes,yes,No
    file2,Yes,Yes,No,Yes
    File3,Yes,No,Yes,Yes
    File4,No,Yes,Yes,Yes
    these folders contains few hundred thousand files and the script is taking 4 to 5 hours to run the comparison. i thought threads will help to run fast using parallel processng but did not help. i have no expreience with threads and after searching for examples
    and implementing it was even slower than normal. 
    i probably am doing something wrong. Any help is much appreciated. 
    The following is the script so far and it works fine but its taking long time.
    [array]$contentArray = @()
    [array]$allfileslist = @()
    [array]$uniquefileslist = @()
    [array]$allfilesSRVlist = @()
    [array]$srvlist = @()
    $FolderName = Split-Path -parent $MyInvocation.MyCommand.Definition
    $reportName = $FolderName + "\ComparisonReport3.csv"
    $ListOfFiles = get-childitem $FolderName
    $List = $ListOfFiles | where {$_.extension -ieq ".txt"}
    $list.count
    $index = 0
    foreach($listitem in $List){
    $listfilename = $listitem.FullName
    $listname = $listitem.Name
    $listname = $listname.replace(".txt","")
    $srvlist = $srvlist + $listname
    write-host $listfilename
    #$StrContent = get-content $listfilename
    $StrContent = [io.file]::ReadAllLines($listfilename)
    $contentArray += ,@($StrContent)
    $StrContent.count
    $contentArray[$index].count
    $index = $index + 1
    for($i = 0;$i -lt $index;$i++){
    $allfileslist = $allfileslist + $contentArray[$i]
    $allfileslist.count
    $uniquefileslist = $allfileslist | sort-object | get-unique
    $Stroutline = "File Name,"
    foreach($srvlistitem in $srvlist){
    $Stroutline = $Stroutline + $srvlistitem.ToUpper() + ","
    $Stroutline = $Stroutline + "Is it Missing file?"
    Write-Output $Stroutline | Out-File "$reportName" -Force
    foreach($uniquefileslistitem in $uniquefileslist){
    $Stroutline = ""
    $missingfile = "No"
    $Stroutline = $uniquefileslistitem + ","
    for($i=0;$i -lt $index;$i++){
    if($contentArray[$i] -contains $uniquefileslistitem){
    $Stroutline = $Stroutline + "Yes,"
    else{
    $Stroutline = $Stroutline + "No,"
    $missingfile = "Yes"
    $Stroutline = $Stroutline + $missingfile
    Write-Output $Stroutline | Out-File "$reportName" -Force -Append
    $j++
    Following is the script i modified using threads example. this is running even slower.
    [array]$contentArray = @()
    [array]$allfileslist = @()
    [array]$uniquefileslist = @()
    [array]$allfilesSRVlist = @()
    [array]$srvlist = @()
    $FolderName = Split-Path -parent $MyInvocation.MyCommand.Definition
    $reportName = $FolderName + "\ComparisonReport3.csv"
    $ListOfFiles = get-childitem $FolderName
    $List = $ListOfFiles | where {$_.extension -ieq ".txt"}
    $list.count
    $index = 0
    #$contentArray = New-Object 'object[,]' $xDim, $yDim
    foreach($listitem in $List){
    $listfilename = $listitem.FullName
    $listname = $listitem.Name
    $listname = $listname.replace(".txt","")
    $srvlist = $srvlist + $listname
    write-host $listfilename
    #$StrContent = get-content $listfilename
    $StrContent = [io.file]::ReadAllLines($listfilename)
    $contentArray += ,@($StrContent)
    $StrContent.count
    $contentArray[$index].count
    $index = $index + 1
    for($i = 0;$i -lt $index;$i++){
    $allfileslist = $allfileslist+ $contentArray[$i]
    $allfileslist.count
    #$uniquefileslist = $allfileslist | select –unique
    get-date
    $uniquefileslist = $allfileslist | sort-object | get-unique
    $uniquefileslist.count
    get-date
    $Stroutline = "File Name,"
    foreach($srvlistitem in $srvlist){
    $Stroutline = $Stroutline + $srvlistitem.ToUpper() + ","
    $Stroutline = $Stroutline + "Is it Missing file?"
    Write-Output $Stroutline | Out-File "$reportName" -Force
    $j = 1
    $count = $uniquefileslist.count
    $stroutput = ""
    $maxConcurrent = 50
    $results= ""
    $PauseTime = 1
    $uniquefileslist | %{
    while ((Get-Job -State Running).Count -ge $maxConcurrent) {Start-Sleep -seconds $PauseTime}
    $job = start-job -argumentList $_,$contentArray,$index -scriptblock {
    $StrArgFileName = $args[0]
    $ArgContentArray = $args[1]
    $ArgIndex = $args[2]
    $Stroutline = ""
    $missingfile = "No"
    $Stroutline = $StrArgFileName + ","
    for($i=0;$i -lt $ArgIndex;$i++){
    if($ArgContentArray[$i] -contains $StrArgFileName){
    $Stroutline = $Stroutline + "Yes,"
    else{
    $Stroutline = $Stroutline + "No,"
    $missingfile = "Yes"
    $Stroutline = $Stroutline + $missingfile
    $Stroutline
    While (Get-Job -State "Running")
    Start-Sleep 1
    $results = Get-Job | Receive-Job
    $results
    $stroutput = $stroutput + "`n" + $results
    Remove-Job *
    Write-Output $stroutput | Out-File "$reportName" -Force -Append
    Thank you very much!
    Vamsi.

    no i am not comparing the number of lines.. count i used was only for my information... it has nothing to do with the compare. here is the script with out count... 
    [array]$contentArray = @()
    [array]$allfileslist = @()
    [array]$uniquefileslist = @()
    [array]$allfilesSRVlist = @()
    [array]$srvlist = @()
    $FolderName = Split-Path -parent $MyInvocation.MyCommand.Definition
    $reportName = $FolderName + "\ComparisonReport3.csv"
    $ListOfFiles = get-childitem $FolderName
    $List = $ListOfFiles | where {$_.extension -ieq ".txt"}
    $index = 0
    foreach($listitem in $List){
    $listfilename = $listitem.FullName
    $listname = $listitem.Name
    $listname = $listname.replace(".txt","")
    $srvlist = $srvlist + $listname
    $StrContent = [io.file]::ReadAllLines($listfilename)
    $contentArray += ,@($StrContent)
    $index = $index + 1
    for($i = 0;$i -lt $index;$i++){
    $allfileslist = $allfileslist+ $contentArray[$i]
    $uniquefileslist = $allfileslist | sort-object | get-unique
    $strfinal = "File Name,"
    foreach($srvlistitem in $srvlist){
    $strfinal = $strfinal + $srvlistitem.ToUpper() + ","
    $strfinal = $strfinal + "Is it Missing file?"
    foreach($uniquefileslistitem in $uniquefileslist){
    $missingfile = "No"
    $Stroutline = $uniquefileslistitem + ","
    for($i=0;$i -lt $index;$i++){
    if($contentArray[$i] -contains $uniquefileslistitem){
    $Stroutline = $Stroutline + "Yes,"
    else{
    $Stroutline = $Stroutline + "No,"
    $missingfile = "Yes"
    $Stroutline = $Stroutline + $missingfile
    $strfinal = $strfinal + "`n" + $Stroutline
    Write-Output $strfinal | Out-File "$reportName" -Force -Append
    if you want to test it... just create two text files and put them in the same folder as the script. 
    server1.txt will have the following content
    filename1
    filename2
    filename3
    server2.txt will have the following content
    filename1
    filename2
    filename4
    it should generate the csv file ComparisonReport3.csv
    filename,server1,server2,Is it Missing file?
    filename1,yes,yes,no
    filename2,yes,yes,no
    filename3,yes,no,yes
    filename4,no,yes,yes

  • Multiple servers to one APEX install.

    At the moment, I'm in the position of having APEX running on the site using the internal Oracle server. This was the initial plan as there aren't many IT resources on site, so maintaining the more complex setups was not really an option. However, I'd like to spend a little time investigating the Apache based setup and especially the APEX Listener (as that sounds as though it'll end up supporting NTLM).
    The question is, is it possible to have multiple servers, all connected to the APEX install, serving correctly (spotting subtle issues would probably be beyond my ability to spot quickly)?
    The aim for this is to find a method of running multiple access methods simultaneously, enabling efficient migration from one to another should the benefits of running with a particular method (such as APEX Listener) become overwhelmingly strong.

    James,
    yes, no problem, you can run multiple different connection methods (apex listener, mod_plsql, epg) parallel.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at
    Training: http://www.click-click.at/apex-4-0-workshops

  • Selective IP filtering for multiple servers in a domain?

    Is it possible to have IP filtering on for certain servers in a
    domain, and not for others?
    This is the situation:
    I am deploying two servers in mydomain, so let's call it serverA
    and serverB. I want serverA to accept all connections while
    serverB accepts connections only from certain IPs. I know you
    can do IP filtering using SimpleConnectionFilter in the
    "Connection Filter" option in Security->General tab of the Admin
    console, but this turns on IP filtering for BOTH serverA and
    serverB! How do I turn it on for one, and not the other? Any
    help would be greatly appreciated. Thank you.
    Leon

    Hi,
    Yes you can have muliple servers in a domain. You can create as many managed
    servers as your hardware can handle. When you added the server, did you use the
    startManagedWebLogic.sh (or .cmd) script to start the server. Once you do that,
    you should see the server as running.
    Hope this helps,
    pat
    "MS" <[email protected]> wrote:
    >
    Hello All,
    Is it possible to have multiple servers in a domain?
    When I add a new server, the State is reported in the weblogic console
    as "UNKNOWN".
    What does this mean?
    rgds
    MS

  • R/3 connected to multiple XI instances

    Can a single R/3 instance be connected to multiple XI instances at the same time?  If so are there any limitations and is there any special considerations that should be taken into account?

    Limitation is only when you are using proxy because here you are using native XI protocol and depend on these administration settings in SXMB_ADM. In SXMB_ADM there is one selection you can choose either INTEGRATION SERVER or NON INTEGRATION SERVER. If you choose non integration you have to point to your current integration server and here you can only fill one destination.
    Assuming :
    Type XI : R/3
    RFC  N   : M
    IDOC N   : M
    Proxy (XI) 1:N
    other adapters N : M
    where
    N,M - any number
    By the way using few XI servers connected to one R/3 is a little bizzare
    Regards,
    wojtek

  • Collecting Notifications from multiple servers and applications

    Hi,
    I'm researching JMX technology for our Enterprise-wide monitoring needs.
    I've got a good understanding of how to create jmx connections and instrument resources for monitoring in a 1-to-1 jmx client to application scenario.
    However, I need to manage (and collect notification alerts) from multiple servers/applications.
    Any ideas where to start learning how to do this?
    Thanks,
    Jon

    Hi Gavin,
    So, you're looking into JMX monitoring solutions too. great! I've collected some good links and examples.
    You can email me privately at jcolby550 "at" hotmail "dot" com, maybe we can share ideas.

  • Connecting to smb servers

    Will Yosemite address the Mavericks problem in connecting to smb servers?

    We have this problem in our office too.  Have talked to apple support, microsoft support, two different IT consulting companies, and multiple "techy" friends of the company - all to no avail.  Most seem to say the same thing "there's nothing wrong with your connection" - I suppose because technically it can still connect to the server.  But yes it IS a real PROBLEM! So here's the specifics on our end:
    MS Server 2012 - Multi volume/drive server managed by IT consultant, all service packs, patches, yada yada, etc. installed and functioning
    To connect (mount) - In finder, use command K to connect to server.  Address: smb://XXX.XXX.X.XX/Volume Name
    Enter credentials for access
    Spinning Wheel
    Eventually volume mounts.
    Try to open a folder - folder content empty.
    Wait 10 minutes or so, folder content populates.
    Open sub-folder
    folder content empty.
    Wait 10 minutes or so, folder content populates.
    and so on.
    Also drops connection completely if the screen saver comes on - then you have to start the process over.
    This was not how the system behaved previous to Mavericks update.
    Workarounds we have tried:
    Use cifs instead of smb - a bit faster but connection is still lost on sleep and folders still take a long time to populate.
    Use 3rd Party app like Pathfinder - works much better but really?! I have to pay $40 per user to do something the OS should already be doing at a basic minimum!
    Specify port 139 - trying this now - seems a bit faster but too soon to tell.
    Bottom line - I really hope this is addressed in Yosemite too - otherwise I'm going to wipe my system and go back to an earlier OS version.  fun.

  • Recommended configuration for load balanced Portal with load balancer, multiple gateways and multiple servers.

    Does anyone have a recommended network, hardware and software configuration guide for a Portal installation running with multiple gateways load balanced (ie one URL) that talk to multiple servers?

    David,
    We've used Resonate (software) to load balance the gateways. It allows
    you to group all the gateways under 1 virtual URL and load balance the
    incoming connections over each gateway depending on the rules that you
    define in Resonate. Look in the SUN portal whitepapers there is one that
    talks about it specifically.
    As far as load balancing the calls to the portals, the gateways will
    automatically load balance across all the portals that they know about
    using a simple round-robin rotation. You may be able to use Resonate in
    front of the portals but you may need to activate persistance within
    Resonate to ensure that the user always ends up on the portal that he
    established his initial connection on (if you want that), check with Sun
    on this one.
    David Broeren wrote:
    Recommended configuration for load balanced Portal with load balancer,
    multiple gateways and multiple servers.
    Does anyone have a recommended network, hardware and software
    configuration guide for a Portal installation running with multiple
    gateways load balanced (ie one URL) that talk to multiple servers?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Get OpenSSL Version on multiple servers *2003/2008/2008r2/2012*?

    Does anyone have a script that would help get the version of OpenSSL on multiple servers?

    The problem with the 1st command is the result only has the version, no server name.
    Next I ran the command below and that provides more info in the log, but it's a mess.  Below are a few of the results, some that don't run openssl and then 1 that does.  
    psexec -accepteula @servers.txt openssl version >> c:\temp\output.log
    2>&1
    Connecting to SANDSRV01...
    Starting PSEXESVC service on SANDSRV01...
    Connecting with PsExec service on SANDSRV01...
    Starting openssl on SANDSRV01...
    PsExec could not start openssl on SANDSRV01:
    Connecting to SANDSRV02...
    Starting PSEXESVC service on SANDSRV02...
    Connecting with PsExec service on SANDSRV02...
    Starting openssl on sand0The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    ,±Ôð¦%eYžEÛ÷Wpen config file: /usr/local/ssl/openssl.cnf
    OpenSSL 1.0.1 14 Mar 2012
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The system cannot find the file specified.
    The handle is invalid.
    The system cannot find the file specified.
    The handle is invalid.
    SRV02...
    PsExec could not start openssl on SANDSRV02:
    Connecting to SANDSRV03...
    Starting PSEXESVC service on SANDSRV03...
    Connecting with PsExec service on SANDSRV03...
    Starting openssl on SANDSRV03...
    PsExec could not start openssl on SANDSRV03:
    PsExec could not start openssl on SANDSRV03:

  • Java client connecting to multiple weblogic instances

    We have a standalone java client JMS application that needs to connect to multiple
    Weblogic instances running in different domains.
    The client works fine when we obtain an initial context to the multiple instances
    without specifying a security principle and password. As soon as we add in this
    information, we get problems: The initial context is still successfully retrieved
    for each of the weblogic instances, but we cannot send JMS messages to destinations
    on one of the Weblogic instances due to a security exception which states that
    there is an 'Invalid Principal'.
    Any advice would be appreciated.

    You should first establish a trust relationship between your Weblogic
    servers:
    http://e-docs.bea.com/wls/docs70/secmanage/domain.html#1171534
    It is very poorly documented since this is a change in the behavior with
    previous versions and should have been in the Release Notes but instead
    is inside the normal documentation.
    --dejan
    jonathan wrote:
    Thanks Arvind, but both JVMs are the same (1.3.1) and there is no jsse stuff in
    the classpath.
    "Arvind Gudipati" <[email protected]> wrote:
    check if yr client's jvm version is the same as server's jvm.. ive noticed
    this problem a few times when i was using client jvm (1.4.x) connecting
    to
    server jvm (1.3.x).. also check if u have any jsse libraries in yr
    classpath.. if so remove 'em
    +arvind
    "Jonathan" <[email protected]> wrote in message
    news:3f2f9f19$[email protected]..
    We have a standalone java client JMS application that needs to connect
    to
    multiple
    Weblogic instances running in different domains.
    The client works fine when we obtain an initial context to the multiple
    instances
    without specifying a security principle and password. As soon as we
    add in
    this
    information, we get problems: The initial context is still successfully
    retrieved
    for each of the weblogic instances, but we cannot send JMS messages
    to
    destinations
    on one of the Weblogic instances due to a security exception which
    states
    that
    there is an 'Invalid Principal'.
    Any advice would be appreciated.

  • Using MDT and Thin installer on multiple servers

    Is there a way to configure the thininstaller.exe.configuration to point to a dynamic path.  We have multiple locations where MDT is deployed, and we don't want the PC to connect over our WAN links when the Thin Installer runs.
    I thought I read somewhere that in the file I could do something like this:
    <Default Gateway>
         <10.10.1.1=\\Location1\repository>
         <10.10.2.1=\\Location2\repository>
         <10.10.3.1=\\Location3\repository>
         <*.*.*.*=\\DefaultLocation\repository>
    I checked the Integrating ThinkVantage Update and Retriever and ThinInstaller with MDT 2010, but the part that talks about configuring the file makes no mention of using multiple servers.
    Thanks

    There is not a mechansim as you describe built into ThinInstaller.  There are, however, various ways you can invoke Thin Installer which might accommodate your end goal. 
    Usually people that have this need have some kind of data value on the target device that lets them know which repository they should be pulling from.  Sometimes a network share is used and that share is established earlier in the deployment process to point to a local server.  Sometimes an environment variable is used.  The command line of ThinInstaller allows for you to specify the path to the repository at execution time.  The calling of ThinInstaller can be performed by a script or cmd file that determines the correct repository path to pass to ThinInstaller.
    You can find more details on controlling ThinInstaller in this document:  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thi​nkvantage_en/tvsu4_mst_en.pdf
    Without knowing a lot more details about your environment I'm not sure how to better guide you.  You might try posting in the Enterprise / IT Management forum and see if any of the folks there have done this already.

Maybe you are looking for

  • HT4061 ipod 4th generation stuck on start up screen, won't do anything (the black screen with the silverish apple). Help?

    This morning, i tried turning on my ipod (4th generation) and it is stuck at  the black start upp screen (the screen that has the siverish apple when you have first turned on your device). It has been stuck like this for about a half an hour now, and

  • Acrobat 9 - Can I...?

    Hello all, I'm using a trial of Acrobat 9 Pro Extended, and I do plan to purchase it based on what I've seen so far. I do have a couple of "Can I" or "How do I?" questions that I haven't been able to figure out... -1- Let's say I have a portfolio cal

  • How to change the properties of individulal elements in an array?

    Hi all, I have an array (size is 25) of string and I want to disable and grayout half of them. But how do I do it? How do I change the properties of individual elements in an array? I have tried to use some of the examples given in the discussion for

  • Jump forward button

    Hello. I need your help. I put jump forward button from library in Adobe Director my sprite "Right arrow" and It's not working. How can make to work so that to go next windows? -- DESCRIPTION -- on getBehaviorDescription me   return \     "JUMP FORWA

  • Oracle ATS Workflow and Validation process.

    Hi, Can any one know how Oracle ATS supports Workflow and Validation functionalities, or is there any plug-in's available to handle this feature. Please post your valuable suggestions, Thanks in Advance, Ramesh.