ConnectException when running in another machine

Hi,
I am getting ConnectException when i am running the server in another machine which is linux server,and when i am calling it from my local system it throws ConnectException.
But i didn't get it when i am running both in my local system.Please tell what modifications have i to made with my programs.
regards,
j.mouli

The problem is with the command being used to start the RMI server. If you are starting it with the flag
-D:java.rmi.server.hostname=localhost
chang the flag to
-D:java.rmi.server.hostname=johnb

Similar Messages

  • ORA-12545 when running on another machine

    Hi All,
    I have developed an app in Visual C# 2008, which uses ODP.NET for connecting to Oracle.
    It works perfectly, but when I pass the application binaries to my colleagues, they keep getting the [ORA-12545|http://ora-12545.ora-code.com/] error.
    They have the same client version (11.1.0.6.0), but at a different location.
    From the nature of the error, I assume that the application "finds" the oracle client (and thus the Oracle.DataAccess.dll) correctly.
    What can I do to make the app run on their computer as well? They have the same tnsnames.ora and every setting is the same, other applications (like Toad) work for them using the same client and tnsnames.ora.
    Thanks,
    David.
    Edited by: king4aday on 2010.05.11. 6:26

    Well, given that, I think getting a sqlnet trace would be a good idea. Have you done that before by chance? It's not terribly difficult, but maybe a bit messy to do through a forum posting (not impossible mind)... If you have a support contract you can open an SR to help with that.
    As an example, here's my sqlnet.ora file from an 11.2 ODAC install with all the tracing enabled (need to change path as appropriate, of course):
    SQLNET.AUTHENTICATION_SERVICES=(NTS)
    NAMES.DIRECTORY_PATH=(TNSNAMES, EZCONNECT)
    DIAG_ADR_ENABLED=OFF
    TRACE_LEVEL_CLIENT=16
    TRACE_DIRECTORY_CLIENT=C:\oracle\11.2\odac\Network\Admin\TraceWhen I deliberately place an invalid host name in my tnsnames.ora file as a simple test, the section of the resulting trace file of interest looks like this:
    (5840) [11-MAY-2010 11:10:08:581] nttbnd2addr: entry
    (5840) [11-MAY-2010 11:10:08:581] snlinGetAddrInfo: entry
    (5840) [11-MAY-2010 11:10:08:581] snlinGetAddrInfo: getaddrinfo() failed with error 11001
    (5840) [11-MAY-2010 11:10:08:581] snlinGetAddrInfo: exit
    (5840) [11-MAY-2010 11:10:08:581] nttbnd2addr: looking up IP addr for host: bogus
    (5840) [11-MAY-2010 11:10:08:581] snlinGetAddrInfo: entry
    (5840) [11-MAY-2010 11:10:10:833] snlinGetAddrInfo: getaddrinfo() failed with error 11004
    (5840) [11-MAY-2010 11:10:10:833] snlinGetAddrInfo: exit
    (5840) [11-MAY-2010 11:10:10:833] nttbnd2addr:  *** hostname lookup failure! ***
    (5840) [11-MAY-2010 11:10:10:834] nttbnd2addr: exit
    (5840) [11-MAY-2010 11:10:10:834] nserror: entry
    (5840) [11-MAY-2010 11:10:10:834] nserror: nsres: id=0, op=77, ns=12545, ns2=12560; nt[0]=515, nt[1]=1004, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    (5840) [11-MAY-2010 11:10:10:834] nsc2addr: error exitSo, you can clearly see the 12545 in this trace and the file will have lots of other information such as the tnsnames.ora file used, etc.
    Regards,
    Mark

  • Lightroom 5. I've reinstalled it on a macbook pro but when I click "Develop" it states the module is disabled and I need to purchase a licence but I've got a full licence and it's running on another machine. How do I fix it?

    Lightroom 5. I've reinstalled it on a macbook pro but when I click "Develop" it states the module is disabled and I need to purchase a licence but I've got a full licence and it's running on another machine. How do I fix it?

    Lightroom doesn't launch or returns "Develop module is disabled" error after 5.5 update

  • After upgrade to 10.10, can't send email (SMTP cert. error).  On previous version running on another machine, can still send find.  This new version is missing the "Usual Ports" checkbox option.  Can someone please help?

    I just upgraded to 10.10.  On the mail program, one of my accounts is having an issue sending email.  I am getting the following error message:
    The certificate for this server is invalid.
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent.
    But on another machine running Mavericks, I can still continue to send email.  The same is try from my iPhone 5S.
    On that machine running Mavericks the SMTP is configured as SSL and for "Usual Ports" (25, 465, 587) but THIS OPTION IS MISSING ON THE NEW VERSION.  On the new version I have tried configuring the port to 25 and then 465 and 587 with no success.  I have used the Network Utility to see if my provider is blocking me -- it is not.  I have no third-party software on this machine (anti virus).  I can receive email fine.  On the new Yosemitie Mail there are new checkbox options of Automatically check my settings and Allow unsecure connections.  I tried to uncheck SSL for SMTP but then it says it cannot send securely my passowrd and i need to check the option "Allow to send unsecurely".  I did that but the same error message keeps appearing.  So I have tried nearly everything I have been able to, all to no avail.  Please can somebody help?

    Thanks for your reply.  Yes, it is a POP account.  Incoming mail is fine.  My port for incoming is also 110.  But the outgoing port should be 587 (or 24, 465 and 587 as on Mavericks' "Usual Ports" option).  I am using the same configuration across three different devices and only the machine running Yosemite is having issues.  I notice in the new version of Mail there is no longer the "Usual Ports" option.  I am not sure this is the culprit or not.  But the fact is no matter how I configure it, it will not send mail for these particular servers.  I have multiple clients and only one is affected, meaning I can send email from other email addresses (different hosting contracts) on Yosemite but on this one particular one I cannot. 

  • "Security error accessing url" - Accessing HTTP service   running on another machine

    Flex app is hosted as web service and is trying t access data
    from HTTP Service
    running on different machine. It throws following error
    [RPC Fault faultString="Security error accessing url"
    faultCode="Channel.Security.Error" faultDetail="Destination:
    DefaultHTTP"]
    at
    mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/securityErrorHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
    n()
    at flash.events::EventDispatcher/dispatchEvent()
    But when I run the HTTP Services (data provider) on same
    machine application
    works fine.
    Already used crossdomain.xml

    Sorted the cross domain problem by using mx:Webservice rather
    than an httpservice.

  • Make unzip scrip run on another machine

    H i all so I came up with this little script. It's very unoptimized and I want to make the unzip part into a function. My main question is I'm copying this zip folder to another machine. Will it actually use this machine to unzip or will the work load be
    done on the host that I'm sending it from.
    Here's the code:
    $a = Get-Content C:\Users\cody-horton\Desktop\list.txt
    function Expand-ZIPFile($file, $destination)
    $shell = new-object -com shell.application
    $zip = $shell.NameSpace($file)
    foreach($item in $zip.items())
    $shell.Namespace($destination).copyhere($item)
    for($i=0;$i -lt $a.Length; $i++){
    if(!(Test-Connection -Cn $a[$i] -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Write-Host $a[$i] -foregroundcolor red
    else{
    #Create directory
    New-Item -ItemType directory -Path "\\$($a[$i])\C`$\Users\Public\Documents\Android SDK\adt-bundle-windows-x86_64-20131030\sdk\" -Force
    #Move zip to directory
    Copy-Item "\\nlcr2553218x4-1\C`$\Users\ttinker\Desktop\adt-bundle-windows-x86_64-20131030.7z" "\\$($a[$i])\C`$\Users\Public\Documents\Android SDK\adt-bundle-windows-x86_64-20131030\sdk" `
    -Recurse -Force
    #Unzip file
    Expand-ZIPFile –File "\\$($a[$i])\C`$\Users\Public\Documents\Android SDK\adt-bundle-windows-x86_64-20131030\sdk\adt-bundle-windows-x86_64-20131030." `
    –Destination "\\$($a[$i])\c$\Users\Public\Documents\Android SDK\adt-bundle-windows-x86_64-20131030\sdk"
    #Delete zip folder
    Remove-Item "\\$($a[$i])\C`$\Users\Public\Documents\Android SDK\adt-bundle-windows-x86_64-20131030\sdk\adt-bundle-windows-x86_64-20131030.7z" -Recurse
    Write-Host $a[$i] -foregroundcolor green
    $b = new-object -comobject wscript.shell
    $c = $b.popup("DONE!!",10,"Test Message Box",1)
    Would I need to make a batch file and if so how would I do this. Thanks

    You'd need to use either Invoke-Command (if you have PS Remoting enabled) or PSExec (if not) to launch the extraction script on the remote machine.

  • Report stuffed up when transporting to another machine

    Hi,
    I made a report at college, and when I brought it home and tried to run it, it wouldn't work, giving some strange ORA error. I ran the report wizard in re-entrant mode and finally it worked, however all my formatting was gone from the web layout. I made the report in .RDF format, and only transported the .RDF file home. Was there another file I was supposed to bring as well? What is the cause of this?
    thx
    adam

    Hi Sawye Raj
    no there are no other files that are to be carried along with RDF file as its the source file.
    the reason u have got that formatting disturbed is due to the re run of the wizard, which has reconfigured the layout.
    ORA error may be due to some connection of database or inconsistent in tables that are used at ur college and home.
    Bhaskar

  • Error return from JOB_SUBMIT / SUBMIT when running with another  username

    I am trying to run the program RSBDCSUB after setting up a BDC session.
    Due to our authorisations in the production environment I have to run this program under a generic user (l_ernam) that has the authorisations as most users do not.
    Here is the code I am using:
    CALL FUNCTION 'JOB_OPEN'
    EXPORTING
    jobname = l_jobname
    IMPORTING
    JOBCOUNT = l_jobcount
    CHANGING
    RET = l_ret
    EXCEPTIONS
    CANT_CREATE_JOB = 1
    INVALID_JOB_DATA = 2
    JOBNAME_MISSING = 3
    OTHERS = 4
    Submit RSBDCSUB And Return
    User l_Ernam
    Via Job l_Jobname Number l_Jobcount
    with mappe = l_mappe .
    CALL FUNCTION 'JOB_CLOSE'
    EXPORTING
    jobcount = l_jobcount
    jobname = l_jobname
    STRTIMMED = 'X'
    EXCEPTIONS
    CANT_START_IMMEDIATE = 1
    INVALID_STARTDATE = 2
    JOBNAME_MISSING = 3
    JOB_CLOSE_FAILED = 4
    JOB_NOSTEPS = 5
    JOB_NOTEX = 6
    LOCK_FAILED = 7
    OTHERS = 8
    When I run this with a restricted user I get a return of 8 from the submit rsbdcsub - has anyone seen this before and can you offer advice on how to solve it?.
    I have also tried using JOB_SUBMIT with the following settings instead
    CALL FUNCTION 'JOB_SUBMIT'
    EXPORTING
    authcknam = l_ernam
    jobcount = l_jobcount
    jobname = l_jobname
    REPORT = l_report
    VARIANT = l_variant
    EXCEPTIONS
    BAD_PRIPARAMS = 1
    BAD_XPGFLAGS = 2
    INVALID_JOBDATA = 3
    JOBNAME_MISSING = 4
    JOB_NOTEX = 5
    JOB_SUBMIT_FAILED = 6
    LOCK_FAILED = 7
    PROGRAM_MISSING = 8
    PROG_ABAP_AND_EXTPG_SET = 9
    OTHERS = 10
    and in this case get a return of 3 (INVALID_JOBDATA) - anyone any ideas as to how to resolve this?.

    Hello Caroline,
    I do not know whether this issue is resolved at your end. I faced a similar problem and found that User Type for the generic user(l_Ernam) was the cause.
    We had initially defined User Type for the generic user as a 'Communication' and it was giving return code 8 after SUBMIT.
    We later changed the User Type to 'System' and it worked as intended. Job was created under the name of the user who executed the main program and the steps added using the generic user(l_Ernam).
    Please note that the user who is running the main program will need authorization to add job steps using the generic user.
    With Kind Regards,
    Jatin.

  • TOC disappears when run from other machines

    I'm running RH8 for Word. We have a file that when I compile - looks great. We copy the hlp and cnt files to any ftp site and the TOC disappears. All topics are there; links work, graphics fine, etc. but the Table of Contents has vanished. We're using RoboHelp for Word and have been since v5.
    If I run the AutoGenerate TOC function, the TOC disappears completely from the working file. Bear in mind, this is the same file we've been working from for the last 3 years and up until now has been working. We recently updated to v7 and upgraded again to v8 today.
    I really appreciate any guidance anyone can give.
    Here's a shot of the TOC in RH8 (and how it's appeared for quite some time in the compiled hlp file.)
    RH8 view when Autogenerate TOC is run
    Expansion of MerchantAG TOC
    Incidentally, when other users run the file, they see the Welcome Topic, no TOC.
    Kerry

    Did you solve this issue?  I am having a similar problem.  We use a shared network drive to store our files so updates are instantaneous.  When I first update, generate, and save the TOC is visible.  When I go back later it is not visible, and not every user is having this issue.  I am running RH 8 on XP using Office 2007.
    Thanks,
    Melanie

  • Managed Servers on another machine

              I'm having problems getting a managed server running on
              another machine with NT. For simplicity, I'm using the
              'mydomain' that comes in the install. From the
              'mydomain' directory, I just:
              startWebLogic.cmd
              which starts up the weblogic server after adding my
              system password. Then, from the console, I add a new
              machine and a server on this machine. Then from the
              other machine in the equivalent 'mydomain' directory, I
              run:
              startManagedWebLogic.cmd server-2 machine1:7001
              And, it gives me this error:
              D:\bea\wlserver6.0>"D:\bea\jdk130\bin\java" -hotspot
              -ms64m -mx64m -classpath .;
              .\lib\weblogic_sp.jar;.\lib\weblogic.jar
              -Dweblogic.Domain=mydomain -Dweblogic.N
              ame="server-2" "-Dbea.home=D:\bea"
              -Dweblogic.management.server="machine1:7001"
              "-Djava.security.policy==D:\bea\wlserver6.0/lib/weblogic.policy"
              -Dweblogic.mana
              gement.password= weblogic.Server
              Enter password to boot weblogic server:system123
              Starting WebLogic Server ....
              Connecting to http://machine1:7001...
              The WebLogic Server did not start up properly.
              Exception raised:
              weblogic.management.configuration.ConfigurationException:
              serv
              er-2 not found
              weblogic.management.configuration.ConfigurationException:
              server-2 not found
              at
              weblogic.management.Admin.getBootstrapLocalServer(Admin.java:831)
              at
              weblogic.management.Admin.initialize(Admin.java:274)
              at
              weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              D:\bea\wlserver6.0>goto finish
              D:\bea\wlserver6.0>cd config\mydomain
              D:\bea\wlserver6.0\config\mydomain>ENDLOCAL
              I had a similar error when starting a managed server on
              the same machine, but I got it to work by changing the
              admin URL from "http://machine1:7001/" to just
              "machine1:7001".
              Any ideas?
              --Kurt
              

              I finally got this going, so I want to share it with others getting started in
              managed servers/clusters.
              Apparently, "weblogic.admin.host" and "weblogic.management.server" are equivalent
              properties. After I got things working, it didn't seem to matter which one I
              used.
              Beware of adding a trailing slash on the end of the URL such as
              "http://localhost:7001". I've been trained that this is not a well formed URL,
              so I add it by habit; however, Weblogic will complain about not finding your
              server. Just giving the "localhost:7001" will work as well.
              Whenever changing machines, servers, etc with the console, it's best to reboot
              all the servers. I realize that it should be dynamic, but it doesn't seem to
              work out that way. I'm learning to edit the 'config.xml' which seems to be a
              safer bet at the moment.
              --Kurt
              Prasad Peddada wrote:
              > Kurt,
              > Your command line arguments are incorrect.
              >
              > its actually -Dweblogic.admin.host=machine1:7701
              >
              > Make sure you have server named server-2 in your config file and admin server
              > is not part of cluster.
              >
              > Cheers,
              >
              > -- Prasad
              >
              > Kurt Guenther wrote:
              >
              > > I'm having problems getting a managed server running on
              > > another machine with NT. For simplicity, I'm using the
              > > 'mydomain' that comes in the install. From the
              > > 'mydomain' directory, I just:
              > >
              > > startWebLogic.cmd
              > >
              > > which starts up the weblogic server after adding my
              > > system password. Then, from the console, I add a new
              > > machine and a server on this machine. Then from the
              > > other machine in the equivalent 'mydomain' directory, I
              > > run:
              > >
              > > startManagedWebLogic.cmd server-2 machine1:7001
              > >
              > > And, it gives me this error:
              > >
              > > D:\bea\wlserver6.0>"D:\bea\jdk130\bin\java" -hotspot
              > > -ms64m -mx64m -classpath .;
              > > .\lib\weblogic_sp.jar;.\lib\weblogic.jar
              > > -Dweblogic.Domain=mydomain -Dweblogic.N
              > > ame="server-2" "-Dbea.home=D:\bea"
              > > -Dweblogic.management.server="machine1:7001"
              > > "-Djava.security.policy==D:\bea\wlserver6.0/lib/weblogic.policy"
              > > -Dweblogic.mana
              > > gement.password= weblogic.Server
              > > Enter password to boot weblogic server:system123
              > > Starting WebLogic Server ....
              > > Connecting to http://machine1:7001...
              > > ***************************************************************************
              > >
              > > The WebLogic Server did not start up properly.
              > > Exception raised:
              > > weblogic.management.configuration.ConfigurationException:
              > > serv
              > > er-2 not found
              > > weblogic.management.configuration.ConfigurationException:
              > > server-2 not found
              > > at
              > > weblogic.management.Admin.getBootstrapLocalServer(Admin.java:831)
              > >
              > > at
              > > weblogic.management.Admin.initialize(Admin.java:274)
              > > at
              > > weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
              > > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              > >
              > > at weblogic.Server.main(Server.java:35)
              > > Reason: Fatal initialization exception
              > > ***************************************************************************
              > >
              > > D:\bea\wlserver6.0>goto finish
              > >
              > > D:\bea\wlserver6.0>cd config\mydomain
              > >
              > > D:\bea\wlserver6.0\config\mydomain>ENDLOCAL
              > >
              > > I had a similar error when starting a managed server on
              > > the same machine, but I got it to work by changing the
              > > admin URL from "http://machine1:7001/" to just
              > > "machine1:7001".
              > >
              > > Any ideas?
              > >
              > > --Kurt
              

  • Hello, I have the usual issue to use AcroExch.PDDoc/AcroExch.App/AcroExch.AVDoc objects in Visual Basic (MS EXCEL). On my company's machine I have Acrobat X and everything works fine, but I have another machine with just "Reader" installed - is there als

    Hello, I have the usual issue to use AcroExch.PDDoc/AcroExch.App/AcroExch.AVDoc objects in Visual Basic (MS EXCEL). On my company's machine I have Acrobat X and everything works fine. I am looking for the cheapest solution to get the stuff running on another machine... is there any way to do that with the Acrobat SDK, or do I need to purchase a full version of Acrobat XI ($$) ?

    The Acrobat SDK is nothing by itself. It is just information on how to automate Acrobat - just as the Office SDK doesn't include Office, but is for people who already have purchased Office but want to automate it.
    These automation things are MARKETING TOOLS FOR ACROBAT. Consider this and the technical limitations make a lot more sense.
    So, yes, you need to buy Acrobat. Standard is cheaper than Pro.

  • Data not populated when run from a different machine

    I have a stored procedure which populates a table
    The stored procedure when it is run on my machine using SQL Plus populates data correctly in a table.
    I select using SQL PLUS and it shows that the data is there
    But when I run the SAME procedure ( SAME schema, SAME parameters, same everything ) from a
    different machine using SQL PLUS , it shows that "PL/SQL procedure completed successfully", BUT does not populate
    the table.
    SAme thing is happening for all other procedures too.
    Why is this happening
    Please help
    Ashwin

    I checked using this
    SELECT * FROM V$PARAMETER WHERE LOWER(NAME) ='nls_language'
    AND I get same results on both machines
    NUM NAME TYPE
    VALUE
    ISDEFAULT ISSES ISSYS_MOD ISMODIFIED ISADJ DESCRIPTION
    UPDATE_COMMENT
    96 nls_language 2
    AMERICAN
    TRUE TRUE FALSE FALSE FALSE NLS language name
    Thanks
    Ashwin N.

  • Running my java program on another machine

    Hi
    I have built my program using the much maligned Borland JBuilder, so being quite proud of my new programe i want to run it on other machines, ie i want to put it on a cd and distribute it.!! So how do i do this, i understand that another machine will have JVM installed however is there somthing similar to .exe. Appreciate this may have been covered before but i think i may be confusing myself.. which aint hard
    in anticipation many thanks
    Nige

    exes? What for? How do you run an exe under UNIX?Something you may very well have to do is grant execute permission on the executable file that was thus created. UNIX and Linux do not automatically grant execute privileges on files the way Winblows does.
    PS.

  • IMac 20-inch on OSX 10.7.4 running iphoto 11, my photos from my iphoto library have been deleted. I have time machine but the iphoto library file is missing when I access time machine, help please.

    I have an imac 20-inch Late 2006 model on OSX 10.7.4 running iphoto 11, somehow the application ccleaner has deleted my photos from my iphoto library. I have time machine but the iphoto library file is missing when I access time machine.
    To restore photos I have followed the steps below
    Quit iPhoto.
    Connect your Time Machine drive.
    In the Finder, open the folder containing your iPhoto Library. Unless you've moved your iPhoto Library, it can be found in Home/Pictures/iPhoto Library.
    Enter Time Machine.  (Time Machine can be found in the Dock or in the /Applications folder.)
    Choose your desired backup. The timeline on the right side of the screen displays a purple tick mark for each of the backups stored on your Time Machine drive.
    Select the iPhoto library you would like to restore, and click the Restore button.
    I dont get the option in step 6 as I dont have an iphoto library file to choose? Does anyone know why?

    Hi Barry
    Thanks but as mentioned all is intact, even at step 3 I can see the current library in Home/Pictures/iPhoto Library which has no photos, but when I access time machine any point before the NOW option the iphoto library in Home/Pictures/iPhoto Library is missing from the finder window. 
    As you can see here it is
    and now its gone. I have no explanantion.
    How do I go about moving this question as you suggested.

  • Why Mac crashes when I run the clean speech ring of osx and then run the RestoreTime Machine?

    Why Mac crashes when I run the clean speech ring of osx and then run the RestoreTime Machine? Could it be that I run restore the setup from a usb drive. I've done thisbefore and when it has not been a problem.
    Does anyone have a good answer on this so I'm happy.

    kjell-einar wrote:
    Why Mac crashes when I run the clean speech ring of osx
    What is that?
    run the RestoreTime Machine?
    What are you restoring? 
    Do you mean a full system restore?  Or something else?
    When does your Mac crash -- during the restore, when you try to start up afterwards, or ?

Maybe you are looking for

  • SERVER ERROR - please help.

    Hey everyone - My iCal is giving a weird SERVER ERROR. I'm running LION on my iMac and I have iCloud setup between my MacBook Pro, iPhone and iPad. Everything was working perfectly a few weeks ago. The problem occurs when someone emails me an iCal me

  • How Skype is cheating you!

    20:52:57 afeezaziz says, Initial Question/Comment: Credit card payments 20:53:02 System says, Thank you for contacting Skype Customer Support! 20:53:07 System says, Please hold for the next available Live Support Agent. 20:53:57 System says, We appre

  • IPad Mini loses iCloud settings

    I have a iPad Mini (iOS 7.0.3) and a MacBook Pro Retina (Mavericks). Recently, from time to time, my iCloud account on the iPad loses the all the settings, i.e. it shows with only the "Find my iPad" feature activated, and all the rest is deactivated.

  • Query takes more time

    Hi, My emp table contains one milion of records.   delete from emp;   commit;   select count(*)   from emp;   I had perform the above three queries parallely. After applying the commit operation, To retrive the no.of records in that table it takes so

  • Is it possible to open 2 Firefox windows with a different set of tabs at start-up?

    I would like Firefox to open two separate windows at start-up, each containing a different set of tabs. Is there a way to do this?