Two instance with same port number in one machine.

How can I config one machine(one IP) to listen to two different URLs with same port? (http://www.abc.com & http://www.xyz.com)??

What you are looking for is a feature called virtual servers. Lots of information in Chapter 13 of the admin guide.
The key is that there is only one server instance. (One available port pretty much implies one server instance.) But the virtual server feature allows you to specifiy different "virtual" servers based on the URL characteristics. (such as domain name)

Similar Messages

  • Two idocs with same idoc number in idx5

    We are using an idoc to file scenario where idocs are bundled using bpm and posted to ftp. here the issue is we are getting two idocs with same idoc number in idx5. due to which the file in ftp is getting overwritten.
    Could anyone suggest me what to do in this regard.

    Hi,
    >>>check your sender system is sending same IDoc twice ?
    if you send the same IDOC twice they both get different numbers as IDOC number is taken from the IDOC num range
    unless you're able to send the same IDOC twice with the same IDOC num somehow
    Regards,
    Michal Krawczyk

  • Two Instances With Same Name

    Hi Everyone,
    Today i was posed with a new question/issue. We have a development and production environment with two different names currently. My supervisor will like me to recreate development with the same instance name as production. Is this possible and feasible to do? We are moving our system from develpment to production, and we use web services to direct our application to the database, and he would like the same instance name used in both web services. We will be running both systems together for a while, until the kinks are worked out.
    Any help will be appreciated.

    zephyr223 wrote:
    thanks again SB. I understand what you are doing in your example. Say for example, i would keep my current setup as it for now.
    one sid = dev
    another sid = test and dev is the sid in the connection string. Can i keep the instance name of test but in the tnsnames file, can i have the service_name = dev. Is that possible????Absolutely. See this:
    FOOBAR =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ORCL)In the above, the application would issue a connect to FOOBAR,
    which is resolved by the TNS layer as a request to (SERVICE_NAME=ORCL),
    which will be handled by a listener using (PORT=1521)
    on (HOST=myhost).
    FOOBAR is not and never has been the name of the database or instance. The confusion comes because by convention we would have used the same value in SERVICE_NAME and the name of the entry:
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ORCL)This aliasing of the connect string make it possible to do a couple of things, depending on your needs. The first, which is what it appears you need, is to have different clients use the same alias (so the client doesn't have to know) for different instances. So a client needing the production database would have a tnsnames entry like:
    MYDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)and a client needing the test database would have
    MYDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = TESTDB)both clients would issue a connect to MYDB, and the tnsnames entry controls what database that resolves to.
    But I'd take it one step further with the application code. I'd NEVER hard-code that tns-alias name anyway. For the very reason you've run into. It's too much work to change it if need be. Run-time values like that should be in some sort of start-up configuration file, much like oracle's own init.ora file. Even when I was writing COBOL programs on IBM mainframes, I had a fundamental rule that no run-time values would be hard-coded. They were all put into a simple text parameter file.
    Ok, all that said, here's the other thing the nature of the tnsnames.ora file lets you do:
    BILL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)
    CAROL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)
    TED =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)
    ALICE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)With the above, connection requests to BILL, CAROL, TED, or ALICE all resovle to the same database. Off-hand I can't think of how this might be useful, except perhaps to give separate aliases for either DEDICATED or SHARED connections:
    FUBAR_DED =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PRODDB)
    FUBAR_SHARED =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = SHARED)
          (SERVICE_NAME = PRODDB)Hope this clarifies your understanding of how tnsnames resolution works.
    Edited by: EdStevens on Dec 12, 2009 9:07 AM

  • Two albums with same name combined into one

    I have two greatest hits albums by different artists. Both albums are called 'greatest hits'. In iTunes on my Mac they appear as two different albums. I've just synched my music from my Mac to my iPhone (iOS8 I think). The albums have been merged into one greatest hits album (artists X songs have been added to artists Y a. How do I stop this?
    On my Mac I've renamed one album 'hits' and then resynched. There are now two albums: Hits by artist Y and Greatest Hits by artist Y (with no album artwork and the songs are actually by artist X).
    Thanks for any helps

    iTunes identifies an album by its name. If there is more than one album with the same name then iTunes will see it as one album. As you have found you have to give them different names.

  • Listener's have same port number

    Friends,
    I have two listener's configured in listener.ora file with same port number .Is it any problem if i gave the same port number?Please advise me.

    Yes, it is a problem if host is the same for both.
    If You have two listeners with same port number and on same machine You will not be able to start them both, because port number will be already in use. One will start, the second one will through an error.
    Change port number for one of them.

  • How to set up NAT for two servers using same port with ASDM ASA 5505

    Hi there,
    We have a new installation of a ASA 5505 and are trying to get some NAT issues straightened out. Here is the scenario: On our internal network, we have two servers running Filemaker Server, a relational database server that clients connect with using port 5003. Our goal is to be able to allow users from the outside to access either of these servers as needed. I know how to set up a simple static NAT rule and matching Access rule in ASDM which would be fine for a case in which only one server using a given port is running on a network, but for simple static rules I seem to be blocked from entering a different translated port number from the orginal port number, which becomes a problem when two servers we need to access from the outside are running software using the same port number.
    What is the simplest way to address this need? I am guessing that I need to set up a scenario like this, where port 5004 (or any arbitrarily choosen unused port, can be used to access the second server:
    Outside user enters   FQDN:5004  and this translates to Database server # 1 as   192.168.1.40:5003
    and
    Outside user enters   FQDN:5003  and this translates to Database server # 1 as   192.168.1.38:5003
    If so, what is the easist way to get this done? Or is there a better what to handle this scenario?
    Thanks in advance,
    James

    I would create two objects and use object NAT
    object network Obj_5004
    host 192.168.1.40
    object network Obj_5004
    nat (inside,outside) static service tcp 5003 5004
    object network Obj_5003
    host 192.168.1.38
    object network Obj_5003
    nat (inside,outside) static service tcp 5003 5003
    Of course you will need to open your outside interface for tcp ports 5003 and 5004 to make this happen

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • Two Coherence instances with same JVM

    Hi all,
    I have a special case need your advice.
    we have an architecture platform build on top coherence to support some system data (session persistence data...etc).
    and we are building applications on top the platform, the applications also need coehrence to support Application distributed data.
    which is the best practice:
    - Load two coherence instances with two separate configs
    - share same instance with same config file
    to isolate clear two parts, we prefer first solution, but we don't know which is drawback for this solution.
    Best regards.
    Jerome

    Hi John,
    I beg to differ: all you need to do is ensure that Coherence is loaded by two independent class loaders and not from a common parent class loader.
    Of course, you can't reuse the same ports so you can't rely on the default Java properties for overrides, but you can use the operational configuration descriptor override feature to specify different settings for things like cluster address, and similar.
    Best regards,
    Robert

  • How to create multiple instance of Jboss with different  port number

    Hi all
    Please tell me steps to create multiple instance of Jboss with diffrent port number.
    I tried with this steps, but it does not work for me.
    In conf/jboss-service you will find the binding manager.
       <mbean code="org.jboss.services.binding.ServiceBindingManager"
         name="jboss.system:service=ServiceBindingManager">
         <attribute name="ServerName">ports-01</attribute>
         <attribute name="StoreURL">../docs/examples/binding-manager/sample-bindings.xml</attribute>
         <attribute name="StoreFactoryClassName">
           org.jboss.services.binding.XMLServicesStoreFactory
         </attribute>
       </mbean>Please help me on this.
    Thanks in advance

    It is the name of the website for JBoss. That seems rather obvious to me, and you would have found out for yourself if you had tried it.
    Your question is not a Java question and doesn't belong in these forums. It is a JBoss question and you should ask there, or more probably have a look at the JBoss documentation first.

  • 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

  • HT5622 Good day!! I was having two Iphones with same icloud id, later i deleted 1 id from one device, and made 2nd id for this device but same time my old id is stored on other device and i can not change it with another id, can any1 guide me on this issu

    Good day!! I was having two Iphones with same icloud id, later i deleted 1 id from one device, and made 2nd id for this device but same time my old id is stored on other device and i can not change it with another id, can any1 guide me on this issue.

    Log in to icloud.com on a web browser and remove the device from "Find My iPhone"

  • Vendor Invoice with Same Reference Number in two fiscal years.

    Vendor Invoice entered in SAP.
    DocumentNum 1600000612  Reference "47026723WA" Vendor Number "637278" Year "2008"
    DocumentNum 1600000667  Reference "47026723WA" Vendor Number "637278" Year "2009"
    We are thinking SAP will not allow/generate invoice with same Reference number. How can we restrict from entering Vendor invoices with Same Reference Number from same Vendor.
    Thanks
    Raghuram

    Restrict it through message control
    Transaction code OBA5
    Message NO.121
    Make it error for batch and online.
    Thanks,
    Ravi

  • Installation on same port number

    Hello,
    Suppose we have a host with two or more alias.
    Every alias have a different IP address.
    We have a Directory Server running on 389 installed on server ( alias A ).
    When I try to install a new Directory Server over the same port on the same server ( using alias B ) the installation program says "the port is in use".
    Is it possible to install Directory Server over the same port number ( 389 ) on the same server ( alias B ) without problems ?
    Thanks,
    silvio

    Silvio,
    you can do it by:
    - installing first instance, bind it to IP address assigned
    to alias A by changing attribute nsslapd-listenhost (by
    default this attribute is empty and DS binds to all the IP
    addresses of the machine) and restarting the instance;
    - create the second instance using the same port (389
    or whatever you like) , then changing its sslapd-listenhost
    attribute to alias B and finally restarting it.
    Hope it helps ; for any other info, feel free to contact me at
    [email protected] (you probably being Italian like me ...)
    Ciao,
    Michele Montagni

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Can not seem to connect to an HTTPS with a port number

    Hello,
    I am building an application that needs to connect to an https with a port number...
    If the url is 'https://xxx.yyy.zzz' and the port is 5000 what would I use? I have found examples with out a port number but not with a port number...

    Ah... Like GET and SEND?
    That is definitely not correct in this situation.
    I think what is throwing me is that they specified
    the the host as 'https://xxx.yyy.zzz' where really
    they want an SSL connection... I think anyways...
    Generally there are two situations.
    1. There are two possible connections/protocols. One is SSL only and the other is https.
    2. They got carried away with the documentation. They added a section describing how SSL works. The protocol within SSL is still http. That is the definition of https though.

Maybe you are looking for

  • How to add a new table or view in the view object

    hello,every one. I wanna add a new table or view in the view object's query statement. when the table or view not in the where clause,the query statement is working fine. If they in the where clause,I got the "java.lang.NullPointerException". who can

  • Problem installing 10g in Windows vista home premium

    Hi ALL I trying to install oracle 10g server in Windows vista home premium. but when i am installing, after first screen it is poping up a message of Abnormal program termination "Abnormal program termination.An internal error has occured.Please prov

  • Bits are not matching

    i was reading a post of DrLaszloJamf..... link http://forum.java.sun.com/thread.jspa?threadID=656462&tstart=90 what is "0x96" ?..this is in the HEX notation. in decimal value it is 150. i run this code.... public class U {     public static void main

  • Data validation for Date Field in Web Dynpro ABAP

    Hi , In my WDA i want to perform data validation for date filed. (i.e. While creating a new record i have to check the Start Date should be always lesser than End Date.) If u ll enter the wrong date it should validate the Date and throw an error mess

  • SAP ME Tool Functions

    Hi experts, I am currently looking at tool related functions in SAP ME while I have found two questions. 1.  Is there any OOTB reporting function for tools maintained for the site? 2.  Is there any message type that can help to create message when th