When i open a website, i get two tabs with the same address but different icons?

when i open a webiste, i use google, another tab for the same website appears but with a different logo. macafee says it's not a virus, and to contact firefox.
i am not a computer person and i don't know how to get rid of the second tab
appreciate any help! :-)

Can you attach a screenshot?
*http://en.wikipedia.org/wiki/Screenshot
*https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
Use a compressed image type like PNG or JPG to save the screenshot.
Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
*Do not click the Reset button on the Safe mode start window or otherwise make changes.
*https://support.mozilla.org/kb/Safe+Mode
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Similar Messages

  • When i open a website, i get two tabs with the same website but different icons?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/938844]]</blockquote>
    i am not sure how else to explain it- i open a link on firefox and then 2 tabs open for the same site

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Two database with the same sid but different ORACLE_HOME on one host

    two database with the same sid but different
    ORACLE_HOME on one host,and if configure them with
    two differnt lisnter staticaclly,this abosultely work
    because in the lisnter.ora we must provice
    ORACLE_HOME variable,with this ORACLE_HOME the client
    can differentiate which database to connect,but if
    use dynamically register feature,how can the client
    tell which database to connect?

    Also note that this type of configurtion may not be supported.
    Just because a given configuration works in certain given conditions does not mean that it would be supported.
    If this setup is for a configuration that has any value, please also Contact Oracle Support to get their inputs on what you are trying to accomplish.

  • Why can't iTunes down load two songs with the same name but different artists to my iPhone?

    I noticed this a couple of years ago but had forgotten about it. Today I purchased two songs, both called Bop Gun (One Nation) but by different artists. When I looked at the purchased list on one appears. If I go back to iTunes and download the other one, the former disappears. Are they honestly saying that these phones are intelligent enough to distinguish a song by artist rather than track listing?
    Epic Fail!!!

    Usually a song is uniquely identified by song name, artist, album and track number. That said internally I suspect the iTunes Store may allow one song to appear on more than one album while they only need to store one copy of the audio data. (They must also be able to cope with the situation, for example, where the UK & US version of an album have a different track order). It is also possible there is an error in the database that means you're not getting the song you're expecting. If you can't successfully download the two (presumably) different versions of the song then use the report a problem links in your account history and explain the issue. Hopefully the iTunes Store support staff can get it resolved.
    tt2

  • Merge Two Tables with the same columns but different data

    I have a table that has the following columns:
    Current Table Definition
    commonname
    family
    genus
    species
    subspecies
    code
    I have a number of entries that don’t fit the current table definition – that is that they only have a common name or description and a code. These records don’t actually represent a species but are needed for data entry because they represent an object that may be encountered in the study (Bare Ground – which isn’t a species but would need to be recorded if encountered). So I would really like 2 tables:
    Table 1 Miscellaneous
    name
    code
    Table 2 Plant Species
    commonname
    family
    genus
    species
    subspecies
    code
    I would like two tables so I can enforce certain constraints on my species table like requiring that the family, genus, species, subspecies combination is unique. I can’t do this if I have all the “other” records that don’t have a family, genus, species, or subspecies unless I put in a lot of dummy data into the fields to make each record unique. I don’t really want to do this because these miscellaneous records really don’t represent a specific species.
    So – the problem is that while I want this data separate I will need to point a column from another table to the code column in both tables.
    How is this best done? Table? View? Merge?

    Hi,
    Actually you don't have to use scope refs. Sorry but I misunderstood you earlier. Here is a complete example that does exactly what you want. Notice how I added the constraint to the materialized view. Also notice when we try to insert a code in tbl3 that doesn't exist in the view, we get an error. HTH.
    SQL> create table tbl1 (name varchar2(10), code varchar2(3) primary key);
    Table created.
    SQL> create table tbl2 (commonname varchar2(10), code varchar2(3) primary key);
    Table created.
    SQL> insert into tbl1 values ('n1','c1');
    1 row created.
    SQL> insert into tbl1 values ('n2','c2');
    1 row created.
    SQL> insert into tbl1 values ('n3','c3');
    1 row created.
    SQL> insert into tbl2 values ('name1','c1');
    1 row created.
    SQL> insert into tbl2 values ('name2','c2');
    1 row created.
    SQL> insert into tbl2 values ('name3','c3');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create materialized view view1 as select name, commonname, tbl1.code from tbl1, tbl2 where tbl1.code = tbl2.code;
    Materialized view created.
    SQL> select * from view1;
    NAME COMMONNAME COD
    n1 name1 c1
    n2 name2 c2
    n3 name3 c3
    SQL> create table tbl3 (code varchar2(3), record varchar2(1));
    Table created.
    SQL> alter table view1 add constraint view1pk primary key (code); -- <-Note how I added a constraint to the view
    Table altered.
    SQL> alter table tbl3 add constraint tbl3fk foreign key (code) references view1(code);
    Table altered.
    SQL> insert into tbl3 values ('c1','r');
    1 row created.
    SQL> insert into tbl3 values ('c99','r');
    insert into tbl3 values ('c99','r')
    ERROR at line 1:
    ORA-02291: integrity constraint (RAJS.TBL3FK) violated - parent key not found
    SQL> spool of;
    -Raj Suchak
    [email protected]

  • PFCG, two roles with the same object but different values

    Hi, Can you help me?
    I need to know if it's possible have two roles like this:
    role A - Object werks = L001 and LIKP-LFART = LF
    role B - Object werks = L005 and LIKP-LFART = ZLF
    If the some user have role A and role B it's possible that he doesn't have authorization for werks = L005 and LIKP-LFART LF?
    Thanks
    Dora

    I guess you made fat figure on the words: "it's possible that he doesn't have authorization for werks = L005 and LIKP-LFART ZLF", right?
    If so, it is impossible.
    When SAP doing the authorization check, it call the function "authority_check", input the Object, the filed and the value to check.
    if some one have role A and B, SAP will check authority both in Role A and Role B.
    What you need to do should be separating the Object into a subrole and assign it separately.
    >
    Jorge Sousa wrote:
    > Hi, Can you help me?
    > I need to know if it's possible have two roles like this:
    > role A - Object werks = L001 and LIKP-LFART = LF
    > role B - Object werks = L005 and LIKP-LFART = ZLF
    > If the some user have role A and role B it's possible that he doesn't have authorization for werks = L005 and LIKP-LFART LF?
    >
    > Thanks
    >
    > Dora

  • How do you stop the welcome to firefox 4 screen from coming up every time I open firefox? I get two tabs, one the welcome window, then my home page. How do you stop the bloody welcome screen?

    How do you stop the welcome to firefox 4 screen from coming up every time I open firefox? I get two tabs, one the welcome window, then my home page. How do you stop the bloody welcome screen?

    Its not my home page, Like I said, I hae my home page also come up in a different tab (google) I also get the welcome to FF4 on a seperate tab. My home page is set to google. But I dont want the welcome screen to pop up

  • Two AM's with the same name but different forms causes Deployment problems

    Two Masters forms, DOC & PM are cloned except for the "where clause" in the View's query and the titles in their JSP's.
    DOC workspace has a BC project and a BC4JSP Project. The BC project comprises of the EO and VO named ComVsStaticValue. In the Edit prop-> query for the VO I have specified the "where clause" as VSSV_VS_CODE='DOCTOR'.
    In Java Webserver :-
    The JSP's are located in C:\source\Doctor\ .. and the *.xml and *.class files generated by the BC proj is in C:\source\Doctor\pol_ValueSet\..
    If I execute Doctor in JWS the records are getting filtered properly.
    PM workspace has a BC project and a BC4JSP Project. Again The BC project comprises of the EO and VO named ComVsStaticValue. In the Edit prop-> query for the VO I have specified the "where clause" as VSSV_VS_CODE='PAY_MODE'.
    In Java Webserver :-
    The JSP's are located in C:\source\PMode\ .. and the *.xml and *.class files generated by the BC proj is in C:\source\PMode\pol_ValueSet\..
    If I execute PM in JWS, the PM's JSP comes (the title is correct) but the records pertaining to DOC appears. I checked the View's xml file in C:\source\PMode\pol_ValueSet\ the "where clause" is correct. The xml & classes have the same name but their contents are different.
    I want to know whether this problem is because both have the same name for the AM and the BC4JSP's property file.
    Please clarify.

    Deploying two app modules with the same name will definitely cause problems.
    The JSPs use the information in the properties file to connect to the application module and get the data they need from the appropriate View Objects in those app modules. If you have two app modules with the same name, when a JSP tries to connect, it has no way of knowing which one of the app modules to connect to if they both have the same name.
    You could:
    1. Just use one application module that contains all the View Objects you need to access.
    or
    2. Rename one of the application modules or the package it is located in so the names are distinct. If you choose this method, you will also need to update the JSPs (specifically the 'registerApplicationFrompPopertyFile' method call), and your JSP project's appmodule property file.

  • I have two libraries on the same computer but different logins, there is my user account for the computer and then there is my grandma's, how do i get my music without having to resync on both libraries?

    this computer has two logins, my grandma's (which is the administrator) and mine, itunes is on both logins but on my login i have some music there and hers i have my other music.. i want to be able to redownload my music on my ipod touch with out having to resync back and forth between libraries.. how do i combine the libraries because if i go with one or the other i lose my music i have purchased, on both libaries the music belongs to me not my grandma,
    Also, a few weeks ago, I loaned the IPOD to somebody and they told me that evidently the IPOD had been hacked and that it had lost all the music.  When I got it back, I re-synced it and got some of the music back.  After talking to other people, I now suspect that my "friend" tried to do something he wasn't suppose to to and the IPOD shut down or that he was trying to create an Apple ID of his own without paying for it.  Now that I have it back, I just want to get the music back that I paid for that is already associated with my ID and that is in my two libraries.  I can see them in there (on the computer), I just can't access them to download  them on the IPOD.  Can you help?

    There are actually a few methods for using more than one iPod on a single computer: How To Use Multiple iPods with One Computer
    Just to summarise what's in the link above:
    Method one is to have two Mac or Windows user accounts which by definition would give you two completely separate libraries.
    Method two is to set your preferences so that either one or both iPods get updated with only certain playlists within one library. If you've had no success with this you can have a look through the guide on this page: Loading songs onto iPod automatically
    Another option when using a single library is to set one or both of the iPods to manual update: Managing content manually on iPod
    You can read about Windows user accounts here: Using Windows XP User Accounts

  • At first I could open 2 tabs with the same program but now after upgrading to Forefox 4 I can't anymore! Why not?

    I miss it because sometimes I want to open a program twice for example to keep on listening to the music from it.

    Place your phone in DFU mode (search google for instructions) and restore as new.
    If this doesn't work, you'll need to bring your phone into Apple.

  • Can I have two LANs with the same IP route to each other

    Hi there,
    I have a customer who has a televantage voip network on a private 192.68.0.0/24 network but has two sites connected via a wireless tower that wants to enable QOS over between the two sites by using a 2621XM router at each end. I've enabled QOS on both routers for voice and video but haven't deployed this yet since I'm not sure if I need to change one of the sites networks to a different network number since I'll have the routes in place with a 192.168.1.0 on the WAN side. If both remote networks stay with the same number scheme of 192.168.0.0/24 will they be able to find each other when requesting where a remote 192.168.0.0 host is or do I need to change of the offices networks to a 192.168.2.0 network to make this work? Sounds kind of basic but before deploying I wanted to get some input...thanks.

    Routers cannot route unless the address blocks for each interface are different.
    If you have two sites connected by any kind of link, and you'll use one site as a gateay to the Internet, then you'll need at least four different addresses/ blocks:
    The 'b' site LAN, i.e., fa/0/0:192.168.0.0/24
    The 'b' site WAN (interconnecting link), i.e., fa0/1: 192.168.1.1/30
    The 'a' site WAN (interconnecting link), i.e., fa0/1:192.168.1.2/30
    The 'a' side LAN, i.e., fa0/0:192.168.2.0/24
    (assumes that your wireless link is acting as a bridge or non-routing link) - the fa0/1 device connects to the wireless devices).
    If you use the same router on the 'a' side for the interconnecting link for both the 'a' LAN and the Internet gateway, then the third interface would be your Internet WAN address.
    The 'b' side LAN interface is your 'b' side default gateway for you clients
    The 'a' side LAN interface is the 'a' side default gateway for your clients
    Set a default gateway on the 'a' router to the ISPs Default gateway / next hop address.
    If you're using a third router for an Internet gateway, then the LAN interface address becomes the default gateway for the clients on that LAN, and you'll need to set up a static route pointing to the other LAN in the routers that connect the two LANs..
    A routing protocol may be useful but, depending on your actual bandwidth available, it's probably better to just set up static routes (no routing protocol bandwidth utilization).
    The /30 for the WAN link gives some economy of address usage, but it may also secure the link better, since there are no additional addresses for the intruder to use; they'd have to spoof one of the two valid addresses (.1 & .2) as well as crack your encryption (and / or other security).
    There's an armload of other possible configurations / topologies / address schemes, I believe this one would be reasonably common.
    The bottom line is that a router can only route from one address block to another. In order to pass traffic between two segments with the same address block, you need a bridge / switch, or some other layer one/two device (like a wireless transceiver pair).
    Good Luck
    Scott

  • When I click a link, it opens 2 tabs with the same window

    I am trying to open a link from a website. When I click it, 2 tabs with the same site open. It's only on a few links. How can I fix it?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to get two parameters in the same line of selection screen?

    hello
    i need to get my selection csreen like bellow.
    r1 radiobuttion  -some space --p1 parameter
    i should not get the parameter in the next line of  radiobuttion.
    how to get two parameters in the same line of selection screen?

    hi....
    modify the following code
    it will work
    SELECTION-SCREEN BEGIN OF BLOCK SL1 WITH FRAME TITLE TEXT-003.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(15) TEXT-001
                     FOR FIELD P1.
    SELECTION-SCREEN POSITION POS_LOW.
    PARAMETERS : P1 TYPE   C USER-COMMAND R2 RADIOBUTTON GROUP R2 DEFAULT 'X',
      P2 TYPE SCARR-CARRNAME,
      P3 TYPE CHAR1 RADIOBUTTON GROUP R2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK SL1.

  • Wrong error message when two instances with the same PK are created commited

    I accedently created two instances with the same pk and I got wrong error.
    Took me a while to figure out what's going - I use multiple fields mapped on
    the same column a lot but not in this case
    kodo.util.FatalUserException: User errors were detected when flushing to the
    data store. The getNestedExceptions() method of this exception will return
    an array of the specific errors.
    NestedThrowables:
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 3", "Small Business Review" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 5", "JOFOC Approved" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 1", "RFC/AP Received" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 4", "JOFOC Submitted for Review"
    This usually occurs when you map different fields to the same column, but
    you do not keep the values of these fields in synch.
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 6", "FedBizOpps Announcement"
    This usually occurs when you map different fields to the same column, but
    you do not keep the values of these fields in synch.
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 2", "RFC/AP Approved" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:721)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    NestedThrowablesStackTrace:
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 3", "Small Business Review" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 5", "JOFOC Approved" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 1", "RFC/AP Received" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 4", "JOFOC Submitted for Review"
    This usually occurs when you map different fields to the same column, but
    you do not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 6", "FedBizOpps Announcement"
    This usually occurs when you map different fields to the same column, but
    you do not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    kodo.util.UserException: Attempt to set column "MILESTONE_TYPE.DESCRIPTION"
    to two different values: "ContractMilestone 2", "RFC/AP Approved" This
    usually occurs when you map different fields to the same column, but you do
    not keep the values of these fields in synch.
    at kodo.jdbc.runtime.VRow.setObject(VRow.java:94)
    at kodo.jdbc.sql.AbstractRow.setString(AbstractRow.java:316)
    at kodo.jdbc.meta.ValueFieldMapping.update(ValueFieldMapping.java:195)
    at kodo.jdbc.meta.ColumnFieldMapping.insert(ColumnFieldMapping.java:226)
    at kodo.jdbc.runtime.UpdateManagerImpl.insert(UpdateManagerImpl.java:202)
    at kodo.jdbc.runtime.UpdateManagerImpl.flush(UpdateManagerImpl.java:89)
    at kodo.jdbc.runtime.JDBCStoreManager.flush(JDBCStoreManager.java:480)
    at
    kodo.runtime.DelegatingStoreManager.flush(DelegatingStoreManager.java:154)
    at
    kodo.runtime.PersistenceManagerImpl.flushInternal(PersistenceManagerImpl.jav
    a:705)
    at
    kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.
    java:573)
    at kodo.runtime.LocalManagedRuntime.commit(LocalManagedRuntime.java:63)
    at
    kodo.runtime.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:410)
    at peacetech.nci.cs.LoadData.loadLookups(LoadData.java:154)
    at peacetech.nci.cs.LoadData.main(LoadData.java:240)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:75)
    Process terminated with exit code 0

    Thanks for the report. I've recorded the bug here:
    http://bugzilla.solarmetric.com/show_bug.cgi?id=705

  • PLEASE HELP. Two computers with the same External IP Address

    I have two computers with the same IP address which is causing problems. I tried to ipconfig/release ipconfig/renew but I get the error "No operation can be performed on a Local Area Connection* 11 while it has its media disconnected.
    I tried resetting router/modem, made sure "Obtain an IP address automatically" are all enabled. DHCP is enabled.
    Two of the computers have the same one and the other IP is completely different (not 1 or 2 off). When I open the router settings and click DHCP Reservation it shows the IPs 1 number off and all different like you said. i.e ***.***.*.106, ***.***.*.107,
    ***.***.*.108. But with the proxy service I'm using, when trying to allow each computer to use them it shows different IP addresses than what is shown in the DHCP Reservation.
    If I clone my MAC address the identical IP of the two computers changes but they'll still share the same IP. The third doesn't change.
    I tried ipconfig /release - ipconfig /renew - ipconfig /flushdns nothing yet. Not sure about your #2 and #3. And I just updated my firmware.
    Anyone with expertise? Thanks.

    Cyber_Defend_Team and ZigZag3143x I powered down all three computers and turned off/reset the modem and router.
    I restarted them one by one and after, the two computers with the conflicting IP address changed their IPs but their IPs are still conflicting.  The third computers IP stayed the same.
    What else can we do?

Maybe you are looking for

  • Volume not saving in the Window's volume mixer. Resets back to 100% [Adobe Flash Player]

    This problem is rustling my jimmies hardcore Everytime I restart Firefox or Internet Explorer "Adobe Flash Player 11.3" always resets back to 100% in the Window's volume mixer while everything else stays put. My Skype volume never resets after a rest

  • Bridge CS3 and Duotone: odd behavior

    Hello all. Are there any users of Bridge CS3 that work with duotone images? The new version of bridge displays the color mode correctly as Duotone, but now the color profile is still the profile of what it was when the image was in RGB mode (Adobe RG

  • Lightroom Flash Gallery in Flash Site

    I am working on a Photography Studio's website and was wondering if lightroom would be able to produce flash galleries that just show the image. I am wanting to load the .swf file for the gallery dynamically through the original flash site, wanting a

  • Internet Sharing keeps needing to be reset

    Hello-I am using internet sharing to allow my iPhone, iPad, and 2nd iMac access to my cable internet connection. This certainly works fine, except lately, I will try to connect to the internet on my phone, and the web pages do not load. I can fix it

  • SNRao

    When i am trying to start my sql*plus 9.2.0.10 application, it is showing one error message: error ora-01033  oracle initialization or shutdown in progress. Could anybody get me out of here with solution plz?