Second instance installation SGA question

Hi Everybody,
I have an Oracle 10g Database installed on a Solaris Server and the SGA of the Database is 3.9 GB. The Solaris System has 4 GB RAM.
Now I want to install another instance on the Solaris Server. How is it with the SGA? How much SGA can I give to the new instance and is there a problem when the two SGAs of the Instances have more than the 4 GB of the Solaris system (e.g. 3.9 (first instance) + 3.9 (second instance) ). The plan is that both instances will run at the same time.
Thanks for any answer.
Regards DocX

The first instance was installed by a third person and it seems that it calculates > the memory automatically because Shared, Large Pool and Buffer Cache are
shown as 0 and only the total SGA is shown as 3.9 GB.That means SGA autotuning is turned on, responsible parameter is SGA_TARGET (not SGA_MAX_SIZE). Often SGA_MAX_SIZE is not set, but derived from the sum of all memory structures or - if set - SGA_TARGET.
SGA_TARGET is dynamically modifiable (alter system set ...), while the database is open, but SGA_MAX_SIZE is not.
Because of its swapping/paging facilities the machine can handle more memory than available as physical RAM, but becomes slow. Oracle may show something like 'not enough memory', when you try to start the instance.
so Oracle does not handle the memory automatically like giving each instance only 2 GB physically memory although both have a SGA of 3.9 GBThere is no 'cross-instance' memory maintenance between Oracle instances.
Werner

Similar Messages

  • How to upgrade ADF to second instance

    Hi All,
    We are using ADF in our application. We have older version of OAS 10.1.2.0.2
    We were successful in upgrading the ADF libraries on the "home" instance of OAS using ADF installer.
    Now, we created another instance called "MY_OC4J".
    Next task is to upgrade ADF libraries on this new MY_OC4J.
    How to do that ?
    Reason I am asking this question is :-
    "Oracle documentation states that ADF installer (standalone as well as Jdeveloper wizard driven) upgrades ADF libraries of home instance *ONLY*" so obviously we cannot use installer to upgarde instance MY_OC4J
    anyone done this before ?
    Any idea ? Pointer ? Tips ?
    thanks,
    cora

    Ok.
    Here is the update.
    I installed the ADF libraries on second instance (of OAS 10.1.2.0.2), using the Jdev 10.1.3.3 installer wizard. It was successful.
    When I run my appliaction, everything runs fine. Except the selectOneChoice drop down shows the items chopped off..
    Meaning, if one of item listed in the dropdown is "Configuration Number" then after installing the libraries, it shows as "Configra". Its chopped off.
    REASON: I developed my code using ADF 10.1.3.36.73
    I installed the ADF libraries using Jdev 10.1.3.3 (ADF version 10.1.3.41.57)
    So, I have higher ADF version installed on server. What is the solution for the selectOneChoice not to chop off ??
    Why did i install higher version ADF libraries ?
    Answer:--- Since I developed application using jdev 10.1.3 (ADF 10.1.3.36.73), there is no way for me to install this version on the second instance. Bcaz
    a>Jdev 10.1.3 does not have provision in run time installer to specify the second oc4j instance. although jdev higher versions do have. thats the version i used to upgrade ADF libs (ADF version 10.1.3.41.57) using jdev 10.1.3.3
    b>Standalone ADF version 10.1.3.1 installer does not have option in properties file, to specify the second oc4j instance name. So cannot use this installer either.
    So, in short inspite of ADF version mismatch, my application runs fine except that chop off in selectOneChoice.
    Is there a way to get aroung this problem of selectOneChoice ??
    thanks,
    capa

  • How do I create a second instance of oc4j in a standalone enviroment

    I am using OC4J standalone to deploy a sparql endpoint using jena, joseki, and the oracle jena adaptor. OC4J is running on the same server as my DEV and QAR databases. The current instance of OC4J is using a data source called "OracleSemDS" to connect to my DEV database. We are now ready to migrate the endpoint to QAR. As I was setting up the QAR endpoint, I discovered the the jena/joseki tools are hard-coded to use the "OracleSemDS" data source. Therefore, I cannot have 2 endpoints running in the same OC4J instance where one points to DEV and the other points to QAR.
    Therefore, I need to create a second instance of OC4J that specifies QAR as the "OracleSemDS" data connection. Can someone tell me how to do that?
    Thanks,
    Phil

    jphilb wrote:
    I am using OC4J standalone to deploy a sparql endpoint using jena, joseki, and the oracle jena adaptor. OC4J is running on the same server as my DEV and QAR databases. The current instance of OC4J is using a data source called "OracleSemDS" to connect to my DEV database. We are now ready to migrate the endpoint to QAR. As I was setting up the QAR endpoint, I discovered the the jena/joseki tools are hard-coded to use the "OracleSemDS" data source. Therefore, I cannot have 2 endpoints running in the same OC4J instance where one points to DEV and the other points to QAR.
    Therefore, I need to create a second instance of OC4J that specifies QAR as the "OracleSemDS" data connection. Can someone tell me how to do that?
    Thanks,
    Philgday Phil -- Melli Annamalai from the Oracle Server PM team pointed me to your question. I was an OC4J Product Manager before we bought out BEA and I swapped over to WLS -- so I have some information below that hopefully is of assistance to you.
    Since you are using OC4J standalone, the simplest way to get a second instance, is to just clone the existing, whole directory structure of your working OC4J instance into another directory, and configure/run it from that directory. To map the OracleSemDS to another target (QAR) you change the data-sources.xml file in the second instance. If you want to run them concurrently on the same server, you'll need to change the ports in the second instance so they have unique values: default-web-site.xml, rmi.xml, internal-settings.xml, jms.xml. These additional ports can be specified on the command line as a Java property string, albeit this is not a documented nor supported feature. See http://buttso.blogspot.com/2007/02/specifying-oc4j-standalone-ports-from.html for more information.
    Now as an example, assuming you have your OC4J you want to clone in the dev directory, and now want to create a second instance of OC4J in qar, I'd do this:
    cp -rp dev/* qar
    cd qar/j2ee/home/config
    vi data-sources.xml
    (edit any other files if needed to alter ports) ...
    cd ..
    java -jar oc4j.jar That should work, and should create the second instance using the current configuration (ie dev) as its basis (including deployed apps). Of course, you'll need to manage them independently from here as they really are just two separate OC4J standalone instances.
    Now what else you could potentially do is to create a secondary configuration file subset only which only changes the necessary files to support running the second instance. In this case, you'd make a copy of the j2ee/home/config/server.xml, j2ee/home/config/application.xml and j2ee/home/config/data-sources.xml files, renaming them to qar-server.xml, qar-application.xml and qar-data-sources.xml.
    Then do the following:
    1. In qar-server.xml file, you'd change the global-application application to point at qar-application.xml instead of application.xml:
    <global-application name="default" path="qar-application.xml" parent="system" start="true" />
    2. Change qar-application.xml so that it used the qar-data-sources.xml file:
    <data-sources path="qar-data-sources.xml" />
    3. Change qar-data-sources.xml file so it points to the qar database target.
    4. Start OC4J, telling it to use qar-server.xml instead of the default server.xml
    D:\java\oc4j-10135-prod\j2ee\home>java -jar oc4j.jar -config config/qar-server.xmlI think you could run into some concurrency problems if you try and run the two instances simulataneously, but in general it should be OK I think if you run them separately.
    Another solution here is look at how the application specifies/uses datasources. The hard coding of the data-source name into the applicaiton via a direct JNDI lookup works, but restricts the flexibility you as a deployer/administrator has.
    If the application used the Java EE resource-ref approach to look up and use the datasource, then the actual JNDI name of the datasource the application uses it totally abstracted from the actual physical name of the datasource that is created on the container -- so you'd have DEVDS and QARDS as physical datasources configured and running on OC4J -- and what happens is that as you deploy the application, you essentially map its lookup and use of OracleSemDS (which would need to change to a java:env/ namespace) to the physical datasource you want it to use (DEVDS or QARDS for example). You can easily alter this post deployment by changing the generated orion-application.xml file to point at the alternate physical datasource. Following that, you can also create separate deployment plans which map the app to the different datasources, then feed this in with the deployment operation so that the correct mapping to either DEVDS or QARDS is done during the deployment process.
    I don't know what scope you have to change the application so the above may not be possible -- you'd need to change the lookup code so that it uses the Java EE reference model and change the meta-inf/application.xml to add the corresponding resource-ref entry which declares the logical datasource name that needs to be mapped on deployment.
    Another approach here may be to use an application embedded datasource, where you put a data-sources.xml file into the application archive itself (along with an orion-application.xml file which references it) whereupon at deployment time, a datasource specific to the application will be created. In this manner, you'd have say two copies of the same application to deploy (DEV, QAR) which contain different data-sources.xml file. From memory, each application will have its own JNDI namespace so their datasources can co-exist with the same names, with application level data-sources overriding server level ones. Since you'll most likely want to keep the same context-root for the web modules (which has to be unique per server) you'll generally need to run just one of the applications at a time. I'd do this like this: deploy one, stop it, deploy the other, stop it, then start only the one you need to test. In that way, you'll have one copy of the application running (either DEV or QAR) and one datasource definition running within it.
    Here's some documentation links to get you going:
    Managing Application Lifecycle (start, stop): http://download.oracle.com/docs/cd/E14101_01/doc.1013/e13978/adminclient.htm#BABHJAFE <-- describes admin_client.jar but general principles apply to ascontrol management of application.
    Packaging and Testing Applications: http://download.oracle.com/docs/cd/E14101_01/doc.1013/e13979/packag.htm#BHCFBEEC
    Application Level DataSources: http://download.oracle.com/docs/cd/E14101_01/doc.1013/e13975/datasrc.htm#CHDIBFHG
    Using Deployment Plans: http://download.oracle.com/docs/cd/E14101_01/doc.1013/e13980/deployplan.htm#CHDFEFAE
    cheers
    -steve-

  • Can I install a second instance of i-Calender on the server where right now is running the first instance? How?

    The first instance is running on a Sun R420 Enterprise
    server. The second instance will run in the same server.

    When you say "Authorized"  you mean in the sense of Itunes Store Authorized? if so the system in Question is authorized it is my primary Workstation and was waiting until iCloud came out to update to Lion. My MBP , and 2006 MP are all running Lion and are part of the 5 systems "authorized". I did not run into this issue with either the MBP or the MP when i installed and I bought two copies at the same time on my the first day Lion was available.
    Do you know the mechanism with which the App Store tracks purchases on different computers prior to iCloud coming out?
    once again thanks for your response
    chris meredith

  • WAS 6.40 Dialog Instance Installation

    Hi,
    I am installing a dialog instance for our WAS 6.40 JAVA on Win 2003 with ORacle DB. During the installation I get the following error.
    ERROR 2006-02-22 15:19:50
    CJS-20058  J2EE Engine J01 of SAP system EPD did not reach state "Starting Applications" after 1154 seconds: giving up.
    The is no special arguments for a dialog instance installation in documentation. So I did run SAPINST and selected dialog instance installation. Is something missing?
    Regards
    Following errors exist in log files.
    dev_jcmon
    [Thr 5348] *** ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c    219]
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    in dev_jcontrol
    [Thr 1712] *** ERROR => Invalid property value [en.host/temepdev] [jstartxx.c   789]
    [Thr 1712] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    dev_icmon
    [Thr 1468] *** ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c    219]
    Message was edited by: sez yigit

    Hi,
    This is content of instance.properties file.
    ID6181900.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID6181900.Debuggable=no
    ID6181900.JLaunchParameters=
    ID6181900.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=28m -XX:MaxNewSize=28m -Xms170m -XX:+DisableExplicitGC -Drdbms.driverLocation=D:/usr/sap/EPD/J00/j2ee/classes12.jar
    ID6181900.JavaPath=C:/j2sdk1.4.2_08
    ID6181900.LogName=dispatcher
    ID6181900.MainClass=com.sap.engine.boot.Start
    ID6181900.MaxHeapSize=170
    ID6181900.Name=dispatcher
    ID6181900.Parameters=
    ID6181900.RootPath=D:/usr/sap/EPD/J00/j2ee/cluster/dispatcher
    ID6181900.Type=dispatcher
    ID6181950.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID6181950.DebugMode=no
    ID6181950.DebugPort=50021
    ID6181950.Debuggable=no
    ID6181950.JLaunchParameters=
    ID6181950.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=85M -XX:MaxNewSize=85M -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms512M -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms1024m -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=341m -XX:MaxNewSize=341m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms2048m -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=682m -XX:MaxNewSize=682m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms4096m -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=341m -XX:MaxNewSize=341m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms2048m -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -Xms1024m -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Drdbms.driverLocation=D:/usr/sap/EPD/J00/j2ee/classes12.jar
    ID6181950.JavaPath=C:/j2sdk1.4.2_08
    ID6181950.LogName=server0
    ID6181950.MainClass=com.sap.engine.boot.Start
    ID6181950.MaxHeapSize=2048
    ID6181950.Name=server0
    ID6181950.Parameters=
    ID6181950.RootPath=D:/usr/sap/EPD/J00/j2ee/cluster/server0
    ID6181950.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1
    bootstrap.JavaPath=C:/j2sdk1.4.2_08
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=512
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0061819
    bootstrap.RootPath=D:/usr/sap/EPD/J00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID6181900.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID6181900.JLaunchParameters=
    bootstrap_ID6181900.JavaParameters=-Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID6181900.JavaPath=C:/j2sdk1.4.2_08
    bootstrap_ID6181900.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID6181900.MaxHeapSize=170
    bootstrap_ID6181900.Name=dispatcher bootstrap
    bootstrap_ID6181900.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID006181900
    bootstrap_ID6181900.RootPath=D:/usr/sap/EPD/J00/j2ee/cluster
    bootstrap_ID6181900.Type=bootstrap
    bootstrap_ID6181950.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID6181950.JLaunchParameters=
    bootstrap_ID6181950.JavaParameters=-Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID6181950.JavaPath=C:/j2sdk1.4.2_08
    bootstrap_ID6181950.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID6181950.MaxHeapSize=2048
    bootstrap_ID6181950.Name=server0 bootstrap
    bootstrap_ID6181950.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID006181950
    bootstrap_ID6181950.RootPath=D:/usr/sap/EPD/J00/j2ee/cluster
    bootstrap_ID6181950.Type=bootstrap
    instance.box.number=EPDJ00temitsprd
    instance.en.host=temepdev
    instance.en.port=3201
    instance.enabled=yes
    instance.install.dir=D:\usr\sap\EPD\J00\j2ee
    instance.ms.host=temepdev
    instance.ms.port=3601
    instance.osLibsPath=D:/usr/sap/EPD/J00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=NORMAL
    instance.system.id=0
    dev_icmon
    trc file: "D:\usr\sap\EPD\J00\work\dev_jcmon", trc level: 1, release: "640"
    node name   : jcmon
    pid         : 2560
    system name : EPD
    system nr.  : 00
    started at  : Thu Feb 23 10:20:53 2006
    arguments   :
        arg[00] : D:\usr\sap/EPD/J00/j2ee/os_libs/jcmon.exe
        arg[01] : pf=
    temepdev\sapmnt\EPD\SYS\profile/EPD_J00_temitsprd
    [Thr 2084] Thu Feb 23 10:20:53 2006
    [Thr 2084] INFO: Unknown property [box.number=EPDJ00temitsprd]
    [Thr 2084] INFO: Unknown property [ms.host=temepdev]
    [Thr 2084] INFO: Unknown property [ms.port=3601]
    [Thr 2084] INFO: Unknown property [system.id=0]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\EPD\J00\j2ee\cluster\instance.properties]
    -> ms host    : temepdev
    -> ms port    : 3601
    -> OS libs    : D:\usr\sap\EPD\J00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 2084] *** ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c    219]
    std_bootstrap_ID6181950.out
    stdout/stderr redirect
    node name   : server0 bootstrap
    pid         : 3304
    system name : EPD
    system nr.  : 00
    started at  : Thu Feb 23 10:14:16 2006
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Failed to reserve 1610612736 (0x60000000) bytes before loading DLLs (error 8).

  • EP Central System + Dialog Instance Installation options

    Hi Friends
    For my production EP 6.0 WAS 6.40-Java instance I am getting 3 AIX servers, say server DBserver, Appserver1 & Appserver2, we want to install the database & CI on the DBserver, the other 2 servers need to serve the role of Application servers to the DB+CI server.
    In our SAP R/3 Production systems we don't allow the users to login to the server hosting the (database+CI) & we allow them to login only to the appication servers, I want to do a similar setup for my Production portal landscape & require that the portal users are load-balanced using the SAP Web Dispatcher to the 2 application servers.
    I have 2 questions on which installation options to choose to achieve the above objective.
    1.  Can somebody check & confirm if the below mentioned Installation sequence is correct for Installing the WAS on the 3 servers.
    a) Using Installation option "Java System ->Oracle->Central System->Custom Installation-Java system" for the DBserver.
    b) Installation option "Java System ->Oracle->Central System->Dialog Instance Installation" for Appserver1 & Appserver2.
    2. Can somebody advice how do I need to install the portal on the 3 servers so that the above objective of load-balancing the users to the 2 App servers is met.
    a) Do I need to install portal only on the DB+CI server & then the portal platform will be setup on the 2 App servers as well or
    b) Can I install the portal separately on the 2 portal App servers.
    Thanks & Rgds,
    Abhishek

    Hi Friends
    Any replies will be appreciated & also rewarded with points.
    Thanks & Rgds,
    Abhishek

  • Creating second instance 10g (non rac)

    We are 10G 64bit on a Windows/VM box - or will be:)
    Is it possible to create multiple instances of oracle on a single server?
    Generally speaking - would I create the second instance just like the first instance but with a different db name?
    Any reasons why I wouldn't want to create multiple database instances on the same server?
    Currently we have our client (enterprise manager) installed on a separate box and use the same client to connect to several databases. If I had multiple instances on one server how would enterprise manager connect to multiple instances with the same ip?
    Thanks for taking my question!.
    Kathie

    When running the second DBCA the global database name and sid would be unique as well?Yea, the global database name must be unique.
    I could also use the same flashback directory as this area has the sid in the directory path? Yea, you can use the same flashback directory for any database on the same server.
    Forum question: Is there a way to close a question and give credit for an answer? I dont, know, but the interesting about the participation on this forum is HELP
    Luck.
    Have a good day.
    Regards.

  • Installing second instance of directory in common root.

    Is it possible to install a second instance of a directory server in a
    common base directory?
    For example:
    /user/netscape/server4/slapd-first-server
    /user/netscape/server4/slapd-second-server
    I'm using the iAS 6.0 installer. I've installed the first instance with all
    components. When I try to install a 2nd instance providing a base directory
    of /user/netscape/server4 it doesn't let me install the 2nd instance.
    Thanks in advance,
    Rodger...

    Rodger,
    I am sorry for being dense, but would a second instance be a configuration
    where you are running 2 servers on the same machine on different ports for
    instance (389 and 400 for example) but they access the same base database? I am
    looking at how to do that and would like to know.
    thanks,
    Gary
    [email protected]
    Rodger Ball wrote:
    Is it possible to install a second instance of a directory server in a
    common base directory?
    For example:
    /user/netscape/server4/slapd-first-server
    /user/netscape/server4/slapd-second-server
    I'm using the iAS 6.0 installer. I've installed the first instance with all
    components. When I try to install a 2nd instance providing a base directory
    of /user/netscape/server4 it doesn't let me install the 2nd instance.
    Thanks in advance,
    Rodger...

  • SSAS 2012 multi-instance installation issue

    Hello,
    Just wanted to share an issue and the resolution. Any feedback will be appreciated.
    Symptoms
    After installing the second named instance of SSAS 2012 on the same machine the first instance stops working.
    Cause
    The problem is that the second SSAS instance installed on the same machine doesn’t create its own INI file, but overwrites the original one, created by the first instance. The second instance’s
    service is configured to use the overwritten INI. Note that the overwritten INI is still located in its original folder, ex. C:\Program Files\Microsoft SQL Server\MSAS11.SSAS01\OLAP\Config\msmdsrv.ini.
    As a result, the second instance’s service works well, but the first one will fail to start once it’s shut down for the first time.
    Resolution
    For the sake of simplicity we will use names SSAS01 and SSAS02 for the first and the second named SSAS instances installed on the same machine called SERVER01. The default instance root directory
    will be C:\Program Files\Microsoft SQL Server.
    1. Install both named instances normally, using same instance root directory, but separate folders for Data, Log. etc.
    2. Browse to the first instance “Config” folder C:\Program Files\Microsoft SQL Server\MSAS11.SSAS01\OLAP\Config. Make sure that the file msmdsrv.ini exists and folder locations within it
    point to SSAS02.
    3. Browse to the second instance folder C:\Program Files\Microsoft SQL Server\MSAS11.SSAS02\OLAP. Make sure that the “Config” subfolder does not exist.
    4. Create “Config” subfolder under C:\Program Files\Microsoft SQL Server\MSAS11.SSAS02\OLAP
    5. Change folder permissions:
    In C:\Program Files\Microsoft SQL Server\MSAS11.SSAS01\OLAP\Config
    Remove SQLServerMSASUser$SERVER01$SSAS02 local group
    Add SQLServerMSASUser$SERVER01$SSAS01 local group with Full permissions
    In C:\Program Files\Microsoft SQL Server\MSAS11.SSAS02\OLAP\Config
    Add SQLServerMSASUser$SERVER01$SSAS02 local group with Full permissions
    6. Copy INI file:
    C:\Program Files\Microsoft SQL Server\MSAS11.SSAS01\OLAP\Config\msmdsrv.ini
    To:
    C:\Program Files\Microsoft SQL Server\MSAS11.SSAS02\OLAP\Config\
    7. Edit the original INI file: C:\Program Files\Microsoft SQL Server\MSAS11.SSAS01\OLAP\Config\msmdsrv.ini.
    Replace all “SSAS02” appearances with “SSAS01”.
    8. Edit Registry:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSOLAP$UATSSAS02]
    Change ImagePath value to:
    "C:\Program Files\Microsoft SQL Server\MSAS11.UATSSAS02\OLAP\bin\msmdsrv.exe" -s "C:\Program Files\Microsoft SQL Server\MSAS11.SSAS02\OLAP\Config"
    9. Start the services for both instances.

    Hi Grab,
    Thank you for your sharing such useful information. It would be benefical to othere ofurms members who encounter the similar issue.
    Since this is not a question thread, I changed it form Question type to Discusstion type.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Where to add DISPLAY=:0.1 to get second instance of Firefox to open on second screen

    I have set things up using Firefox profiles so I can open a second instance of Firefox. I have even put a a launcher icon on the panel. However, I would like to have the second instance open on the second screen. I have found I can use the variable DISPLAY=:0.1 at the command prompt, but I would like to add the variable, or something that has the same effect to a file to make the launch on the second screen automatic.
    Can somebody suggest the right code, and where to put it please?

    Hi clay1905,
    Thank you for posting your question, there are a few old solutions to this however I am not sure if they work in the updated version you are using:
    *[http://forum.xbmc.org/showthread.php?tid=50500]
    *[http://ubuntuforums.org/showthread.php?t=1594320]
    The general theme looks like if you run a bash file from the launch pad to open one application, then sleep, then launch the second instance in the second display this could be done.
    *How to run your first bash [http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_02_01.html]
    *run script from desktop shortcut: [http://askubuntu.com/questions/299052/how-to-execute-sh-script-from-a-desktop-shortcut]
    I hope that puts you in the right direction.

  • URGENT- checksum error during database instance installation

    Hi Experts and Developers,
    I would be glad,if you can help me solve this.
    I did not have any problem during Central instance installation.But getting <b>2 checksum errors</b> during my database instance installation.
    The log file for 1st error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: BRATEXT created #20060917024719
    (IMP) INFO: import of BRATEXT completed (259725 rows) #20060917024803
    (DB) INFO: BRATEXT~0 created #20060917025001
    (DB) INFO: D010INC created #20060917025001
    (IMP) INFO: import of D010INC completed (338126 rows) #20060917025011
      (((((I did copy only the first and last few lines))))
    (DB) INFO: DM45T~0 created #20060917030515
    (DB) INFO: DM46S created #20060917030515
    (IMP) INFO: import of DM46S completed (99 rows) #20060917030516
    (DB) INFO: DM46S~0 created #20060917030516
    (DB) INFO: DM46S~A created #20060917030516
    (DB) INFO: DOKCLU created #20060917030516
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.001"
                 current table was "DOKCLU"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917030913
    The log file for second error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024334
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024335
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: /SAPDMC/LSOFIL created #20060917024728
    (IMP) INFO: import of /SAPDMC/LSOFIL completed (0 rows) #20060917024728
    (DB) INFO: /SAPDMC/LSOFIL~0 created #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW created #20060917024729
    (IMP) INFO: import of /SAPDMC/LSOFIW completed (0 rows) #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW~0 created #20060917024730
       (((( I did copy only first and last few lines of this log file ))))
    (DB) INFO: IDXRCVPOR created #20060917025240
    (IMP) INFO: import of IDXRCVPOR completed (0 rows) #20060917025240
    (DB) INFO: IDXRCVPOR~0 created #20060917025241
    (DB) INFO: IDXRCVPOR~TIM created #20060917025241
    (DB) INFO: INDX created #20060917025241
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.001"
                 current table was "INDX"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917025244
    For your understanding ,
    Here are the steps that i followed,
    (1)I am Installing SAP XI on Windows 2003 server standard edition with oracle 9i as database.
    (2)I copied the DVDs to HARD DRIVE
    (3)I created the Microsoft Loopback adapter,assigned an ip.
    (4) Then installed j2sdk 1.4.2 for windows
    (5) installed central instance with SAPinst

    Hi Carsten,
    Thank you for taking a look at my problem.
    I am using NW_2004_SR1 (Netweaver 2004 SR1).
    Just for your information, the size for those two files on my Hard drive are
    SAPSSEXC.001 is 650,240 Kb
    SAPAPPL1.001 is 126,608 Kb
    and my label.asc in Exports directory is
    SAP:NETWEAVER:04SR1:DVD_EXPORT:NETWeaver 04 SR 1 EXPORT DVD:D51030721
    label.asc in EXP1 directory is
    SAP:NETWEAVER:04SR1:EXPORT(1/3):NetWeaver 04 SR 1 Export CD 1/3:CDxxxxxxxx
    label.asc in EXP2 is
    SAP:NETWEAVER:04SR1:EXPORT(2/3):NetWeaver 04 SR 1 Export CD 2/3:CDxxxxxxxx
    label.asc in EXP3 directory is
    SAP:NETWEAVER:04SR1:EXPORT(3/3):NetWeaver 04 SR 1 Export CD 3/3:CDxxxxxxxx
    Thank you,

  • SCS instance installation on CI host or DB host

    Hi,
    We are installaing NW2004s installation (XI) on different systems on windows 2003. CI on differnet system DB on different system. Now my question is where to install SCS instance . On CI host or DB host.
    SCS is must on Windows environment.
    Please sugegst.
    Thanks
    Lisa

    This is a duplicate post.  Please see the discussion in the threads:
    NW2004s  SCS instance installation
    SCS instance install on windows

  • SCM 2007 Dialog Instance Installation on MSCS

    Hello everyone,
    I have installed SCM 2007 server on MSCS. It is an ABAP stack unicode installation.
    I have already fininshed with installations of ASCS, ERS, DB instance, CI as per the installation doc.
    My system is up and running on one node. Now I am trying to install dialog instance on the second node. Input parameters,
    Database independent programs - Drive G - local - empty on node 2
    independent data - Drive M - Shared - already has files created at the time of CI installation.
    However, I am getting following error in client s/w installation phase,
    starting preparing phase of package Base 7.7.02.08 64 bit
    getInstalledReleasesWin(): wrong version format
    checking interferences to other packages... ok
    collecting data finished:
    independent data path: m:/sapdb/data
    independent program path: g:/sapdb/programs
    start extraction test run of "C:/Dumps/SAP_SCM_2007_liveCache_7_7_02_8_51032921_13/DATA_UNITS/LC_WINDOWS_X86_64/SDBBAS.TGZ"
    package Base successfully checked
    starting preparing phase of package SQLDBC 7.7.02.08 64 bit
    same package already installed
    checking consistence of package data in install registry...
    check files... failed
    G:\sapdb\programs\sdk\sqldbc\incl\SQLDBC.h not found
    G:\sapdb\programs\sdk\sqldbc\incl\SQLDBC_C.h not found
    G:\sapdb\programs\pgm\libSQLDBC.dll not found
    G:\sapdb\programs\bin\sqldbc_cons.exe not found
    G:\sapdb\programs\symbols\libSQLDBC_C.pdb not found
    G:\sapdb\programs\sdk\sqldbc\lib\libSQLDBC.lib not found
    G:\sapdb\programs\sdk\sqldbc\lib\libSQLDBC_C.lib not found
    G:\sapdb\programs\sdk\sqldbc\incl\SQLDBC_Types.h not found
    G:\sapdb\programs\pgm\libSQLDBC_C.dll not found
    G:\sapdb\programs\symbols\libSQLDBC.pdb not found
    installed package is corrupted and has to be installed again
    cannot do update check - test file "g:/sapdb/programs/pgm/libSQLDBC.dll" not found
    installation exited abnormally  at Th, May 28, 2009 at 12:40:21
    ERROR      2009-05-28 12:40:21.583 [iaxxinscbk.cpp:282]
               abortInstallation
    MDB-07020  The database installer reported an error. DIAGNOSIS: Some database applications might still be running. SOLUTION: Check the log file sdbinst.log.
    Would highly appriciate any help on the above topic.
    Regards,
    Kiran
    P.S: I have only installed SCM server. LC is yet to be installed. This error is encountered during the client installation phase of dialog instance installation.
    Edited by: Kiran Pol on May 28, 2009 1:51 PM
    Edited by: Kiran Pol on May 28, 2009 1:52 PM

    Hi Ashley,
    Thanks for your time.
    Since i am installing app server, the SAP<SID> group will have to be online on this node. There is another group containing shared drives for components for livecache. This is also required to be online on node 2 for app server installation.
    The only cluster resource I can move back to node 1 is ORACLE<SID>. Tried doing that, but no luck.
    Any one here facing similar issue during SCM dialog instance installation in MSCS environment?
    Regards,
    Kiran

  • Problem with second instance of access manager

    Well, after sorting out things with the first install of access manager, I went on to install a second instance on a different host (it's required for delegated admin..)
    Here are the options I used on install:
    Access Manager: Administration (1 of 6)
    Administrator User ID: amAdmin
    Administrator Password [] {"<" goes back, "!" exits}:
    Retype Password [] {"<" goes back, "!" exits}:
    LDAP User ID: amldapuser
    LDAP Password [] {"<" goes back, "!" exits}:
    Retype Password [] {"<" goes back, "!" exits}:
    Password Encryption Key [gFoe4t8UlUW3wEApngAY3S8bCQFVMlGk] {"<" goes back,
    "!" exits}: weW5jtopMLQsODiBZDp+hlEp1/CtbiXX
    Install type (Realm/Legacy) Mode [Legacy] {"<" goes back, "!" exits}:
    Access Manager: Web Container (2 of 6)
    1. Sun Java System Application Server
    2. Sun Java System Web Server
    Select the container to deploy the component and hit enter key [2] {"<" goes
    back, "!" exits}
    Access Manager: Sun Java System Web Server (3 of 6)
    Host Name [zone2.corenode.com] {"<" goes back, "!" exits}:
    Web Server Instance Directory [opt/SUNWwbsvr/https-zone2.corenode.com] {"<"
    goes back, "!" exits}:
    Web Server Port [80] {"<" goes back, "!" exits}:
    Document Root Directory [opt/SUNWwbsvr/docs] {"<" goes back, "!" exits}:
    Secure Server Instance Port [No] {"<" goes back, "!" exits}:
    Access Manager: Web Container for running Access Manager Services(4 of 6)
    Host Name [zone2.corenode.com] {"<" goes back, "!" exits}:
    Services Deployment URI [amserver] {"<" goes back, "!" exits}:
    Common Domain Deployment URI [amcommon] {"<" goes back, "!" exits}:
    Cookie Domain(Assure it is not a top level domain) [.corenode.com] {"<" goes
    back, "!" exits}:
    Administration Console [Yes] {"<" goes back, "!" exits}:
    Console Deployment URI [amconsole] {"<" goes back, "!" exits}:
    Password Deployment URI [ampassword] {"<" goes back, "!" exits}:
    Access Manager: Directory Server Information (5 of 6)
    Directory Server Host [] {"<" goes back, "!" exits}: zone1.corenode.com
    Directory Server Port [] {"<" goes back, "!" exits}: 389
    Directory Root Suffix [dc=corenode,dc=com] {"<" goes back, "!" exits}:
    Directory Manager DN [cn=Directory Manager] {"<" goes back, "!" exits}:
    Directory Manager Password [] {"<" goes back, "!" exits}:
    Access Manager: Directory Server Information (6 of 6)
    Is Directory Server provisioned with user data [No] {"<" goes back, "!"
    exits}? Yes
    Organization Marker Object Class [sunISManagedOrganization] {"<" goes back,
    "!" exits}:
    Organization Naming Attribute [o] {"<" goes back, "!" exits}:
    User Marker Object Class [inetorgperson] {"<" goes back, "!" exits}:
    User Naming Attribute [uid] {"<" goes back, "!" exits}:
    Yes, I am using the same key as was used on host1 for access manager. Yes, access manager on host 1 is quite functional right now. Yes, that directory server works. Now I'm really stumped on what to do! Everything in JES seems to work great except access manager, the exceptions it throws really don't help any at all in troubleshooting.
    Any ideas?

    More info from error logs:
    # pwd
    /var/opt/SUNWam/debug
    # tail -200 amAuth
    04/12/2006 09:56:47:127 AM HST: Thread[main,5,main]
    ERROR: AuthD failed to get auth session
    04/12/2006 09:56:47:165 AM HST: Thread[main,5,main]
    ERROR: AuthD init()
    com.iplanet.dpro.session.SessionException: AuthD failed to get auth session
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:709)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    # tail -200 amSession
    04/12/2006 09:56:47:098 AM HST: Thread[main,5,main]
    ERROR: SessionService.SessionService(): Initialization Failed
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server ID.
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:350)
    at com.iplanet.dpro.session.service.SessionService.<init>(SessionService.java:1540)
    at com.iplanet.dpro.session.service.SessionService.getSessionService(SessionService.java:382)
    at com.sun.identity.authentication.service.AuthD.getSS(AuthD.java:685)
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:706)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    04/12/2006 09:56:47:126 AM HST: Thread[main,5,main]
    ERROR: Error creating service session
    java.lang.NullPointerException
    at com.iplanet.dpro.session.service.SessionService.generateEncryptedID(SessionService.java:588)
    at com.iplanet.dpro.session.service.SessionService.generateSessionId(SessionService.java:612)
    at com.iplanet.dpro.session.service.SessionService.newInternalSession(SessionService.java:557)
    at com.iplanet.dpro.session.service.SessionService.getServiceSession(SessionService.java:501)
    at com.iplanet.dpro.session.service.SessionService.getAuthenticationSession(SessionService.java:408)
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:706)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    #

  • Closing the Second instance of the browser.

    Hello,
    I am working on a project written in Java. When applet is running in Browser, we can open the new instance of the browser using File->window->new (or pressing CTR-N). Since the second window runns in the context of first window, It is causing some problem.
    Is there any way for me to close the second instance of the browser from my Java applet?? If not is there any way for me to disable both the File->new->Window and CTR-N options.
    I am new to java and java script. If it is not possible in Java Applet, is it possible in java Script. Please Provide me with full information.
    Thanks and Regards,
    Ratna.

    Hi,
    There is no way you can close the browser window that the user opens. Even if there is a way through some hack, it will not completely give u a solution, independant of browsers and all. And moreover it is not advisable to restrict the user like that.
    A more elegant way would be to handle it in the server side. I can give u one ligical way. U can make the page expire as soon as it gets loaded. U can do that by using the code below. And you have to have a server side function to check for a request from the same client machine for the same page.
    <%
        if (request.getProtocol().compareTo("HTTP/1.0") == 0)
            response.setHeader("Pragma", "no-cache");
        else if (request.getProtocol().compareTo("HTTP/1.1") == 0)
            response.setHeader("Cache-Control", "no-cache");
        response.setHeader("Expires", "-1");
    %>So when the user opens a new browser window, he will be shown page expired message, or the page will be requested again from the server. U can have a map storing the remote address and the session of the user.

Maybe you are looking for

  • How do I edit in I movie  video from a DVD

    I just want to take some footage and make a short Hilight DVD

  • Frm-40735 when-custom-item-event trigger raised unhandled exceptionora06508

    frm-40735 when-custom-item-event trigger raised unhandled exception ora-06508. While logging in, I am getting the above message, If I click on ok i am able to proceed and do the task. My problem here is to remove this error. Any one plz help out?

  • Very Slow rendering

    I just started tinkering with LT and even for small simple renders it seems to take so long. Is there a setting I should change? I know I do not have the fastest processor but it seems to work fine in FCEHD. Thanks in advance! RB

  • Add-In Acrobat is missing in MS Project 2013

    I have installed Acrobat 11.0.7 and MS Project 2013 on a Windows Server 2008 R2. I cant see the Add-In Acrobat in the GUI of Project. Is there a description how to integrate the Acrobat Add-In in the Options of Project? Thanks for a feedback Markus G

  • Premiere Pro CC keeps crashing upon loading.

    Hi Everyone, Premier Pro CC 2014 keeps crashing upon loading, The Crash Thread that appears upon loading is: Crashed Thread:  0  Dispatch queue: com.apple.main-thread This is for a mac btw. Anyone know how I can fix this?