Using P13N Caching Service in Cluster (J2EE Apps)-Not portals

Problem Statement: We are using the BEA Weblogic 8.1 app server for developing J2EE application in clustred environiment. We are running four managed servers and one admin server. (two managed servers for each hardware Dell 2250). For application performance we are caching some the data (Database Lookup tables and some dynamic data in appication scope). The problem exists with the dynamic data. When we clear the cache for dynamic data it is refreshing only in one instance of managed server. To resolve this problem, implemented the servlet 2.3 feature(HttpAttributeListner). I came to know that very quickly it won't solve the problem. I found interesting paper on BEA edocs. Here is the solution in BEA Portal world.
http://dev2dev.bea.com/products/wlportal/articles/jiang.jsp
Since we are not using the portal, is there any workaround to the solution?
Thanks,
Chandra

Hi,
One thing that can be helpful is to add the references of the JAR files that you are adding as Used DC in the EAR.
This can be done by adding Library type References in the application-j2ee-engine.xml Deployment descriptor in the EAR project.
Following link will be helpful: http://help.sap.com/saphelp_nw70/helpdata/EN/83/82814282cfc153e10000000a1550b0/content.htm
Regards,
Alka.

Similar Messages

  • Usage of Object Cache for Java in J2EE apps

    Hi,
    we are investigating on whether we can use the Object Cache for Java
    (OCS4J) for our requirements. The question we have come across is:
    What is the designated way of integration for the Object cache to fit
    into the J2EE environment? Unfortunately, although the current manuals
    group OCS4J into the "Oracle Containers for J2EE Services Guide" and the
    suggested package name for the whole thing in JSR 107 seems to be
    javax.util.jcache, there is very little documentation on how the
    designers would like J2EE programmers to use the cache from within a
    J2EE app and all examples given are not from within a J2EE environment.
    We are in particular thinking about a hierarchy of several cache
    "compartments" (Region->Subregion->group) for different topics and using
    the hierarchical name of the cache (region.subregion.group) as the
    primary key for BMP Entity beans, each of them having their own
    CacheAccess object. Then we would have an API of stateless Session beans
    on top of that, which would be determining the cache "compartment", get
    the appropriate Entity Bean with the Cache Access object and then do the
    required operations on the cache.
    But then we immediately run into the question of how the mapping between
    Cache Objects and CacheAccess objects will be done etc.
    So is there anybody that can give us any hints how to use the OCS4J in
    an EJB scenario?
    Thanks in advance for any help!
    Andreas Loew
    [email protected]

    We have Java client requesting over HTTP to application server. We would like to cache some of the objects created by the servlet while serving the request. Can I use the OCS4J for caching the Java objects. Do I require any software or just copying the JAR file and importing the class would serve the purpose?
    Regards
    Arun

  • Why would I need to use LiveCycle Data Services in a Flex app?

    I cannot figure out what additional functionality is provided by using LiveCycle Data Services in my Flex apps.  I cannot get a clear understanding of how using LiveCycle Data Services would benefit my applications.  Does someone out there use LiveCycle Data Services?  If so, what do you do with it in Flex?
    Thanks!

    - data push for publish/subscribe implementations
    User has to do nothing to get updated information. You push it to their machine when new data is available, like Yahoo finance updated quotes.
    - data paging
    You don't want to display one million rows in your datagrid at once. Get a batch of data, if the user scrolls down, get the next batch, etc.
    - server side clustering
    One server does not get overloaded. High traffic sites have their large number of concurrent connections managed more efficiently.
    - JMS services
    JMS is a powerful technology for messaging throughout an application, and LCDS makes it much easier.
    - RTMP tunneling
    Allows the use of the RTMP protocol in LiveCycle Data Services applications. Makes it easier to traverse firewalls and proxies appropriately that currently prevent direct RTMP client connections to the server.
    If this post answered your question or helped, please mark it as such.

  • I heard some promote use of "Terminal Services(RDS)", rather than App-V application with SCCM 2012 even if you have SCCM licens.

    Hi,
    I heard some promote use of "Terminal Services(RDS)", rather than App-V application with SCCM 2012 even if you have SCCM licens. The reason you dont need to repackage\test the application on an client OS...
    I don't agree and I have not Heard this Before, just that you use TS for some scenario.
    Or is it more likely that "Terminal Services(RDS)", take over the applikation administration?
    /SaiTech

    Surely this all depends on your environment. There's nothing wrong with creating RemoteApps to push to client devices. Maybe you have an environment where RDS is widely used. 
    Why not leverage both solutions and target App-V's at RDS servers and then create App-V based RemoteApps that users can run at home as part of a home working solution via RDWeb.
    Creating apps via RDS will be an admin overhead yes but then so is creating App-V packages in SCCM.
    I don't agree with the arguement re: 'you dont need to repackage\test the application on an client OS...' as
    App-V allows you to run on multple O/S types. 
    To be honest both technologies have their pros and cons. 
    Cheers
    Paul | sccmentor.wordpress.com

  • How can I use Apple Caching Service on a Network with Multiple Public IPs?

    Hello!
    I help manage a network of ~4000 clients for a small liberal arts college in Michigan. I'm looking into the possibility of implimenting Apple Caching Server for our network.
    We have one 400mbit pipe out to the internet, and all of our clients are given public-facing IPs to the internet. A caching server would be great, especially on update days. All wireless clients are on the same subnet, which is where I'd like the server to be serving the cached copies.
    I have installed Mavericks on a fresh machine, downloaded OS X Server 3.0.3, and attempted to start the caching service. This is what I get.
    Unable to start service.
    Caching cannot be run on a public network. Consult documentation.
    How can I get this up and running?

    The way the Caching server works is that the server will be accessing the Internet and when doing so traffic will be coming from it via a particular public IP address. Usually this will not be the address of the server itelf but your router as for most networks NAT is used. In this by far more common scenario the client Macs (and likely iOS devices) will be going through the same router and hence show up via the same public IP address.
    If the client request is the same as the address registered via the Caching server then Apple redirect the request via the Caching server.
    The setup would look something like this -
               Internet
                    |
                Router (with NAT)
                    |
      (LAN)     +------Caching Server-----Client devices
    With this setup because everything is using the same public IP address Apple can reasonably assume everything is on the same network and trigger a redirection to your Caching server.
    If you try a setup like the following with the Caching server having its own public IP it will not work because the Caching server and client devices will have different public IP addresses
               Internet
                   |
               Router (no NAT)-------------------+
                   |                                      |
                Firewall (with NAT)       Caching Server
                   |                                      |
                   |                                      |
    (LAN)     +-----Client devices-----------+-----------
    Your configuration as described is more like the following
               Internet
                   |
               Router (no NAT)
                   |
    (LAN)     +------Caching Server-----Client devices
    With yours not having NAT each device has its own public IP address including the Caching server and Apple cannot redirect traffic as it thinks they are on different networks.

  • Can I use NetBeans 3.6  to develop J2EE Apps

    Hi
    I downloaded and installed NetBeans 3. 6 and J2EE 1.4 (Sun AppServer 8), I have read some articles on the web which say that I can use NetBeans for developing J2EE, I downloaded the updates from the NetBeans sites of integrating NetBeans with the J2EE server. I don't know why but i cannot use NetBeans to develop the EJB classes.
    I am not sure if i have to modify any classpath's or options in NetBeans as i didn't find any info on that..
    will appreciate any help !!!!!!!!!!!!
    regards
    kudroch

    The current plugin integrates the Sun Java System Application Server with Netbeans. It does not extend the development capabilities of NetBeans.
    It doesn't include the capability to create and deploy EJBs.
    vbk

  • Caching service not seen on my subnet

    I have just updated my lab's server to Server 4 / Yosemite.
    It -looks- like one can now use the Caching service on a subnet and not simply behind a NAT (there are even instructions to this effect). When I do this, however, my client machines never seem to 'see' the caching server to grab their updates.
    The setup is:
    Mac Pro w/ Server 4. Fixed IP on subnet w/ mask 255.255.252.0
    5 client Macs, mostly Mac Pros running Yosemite.
    They get their IPs via Uni-supplied DHCP.
    All on same subnet as above w/ mask 255.255.252.0
    All can reach the server w/o hassle for authentication / home directory services, file sharing services, time machine.
    I've set up the caching server to cache content for clients connecting from "Only Local Subnets" and serve clients with public addresses "Matching This Server's Network"
    I've manually turned on LogClientIdentity and set LogLevel to verbose.
    I saw an older mention of setting Interface, and have tried to force this (I'm not multihoming this server, like that OP) to "en0" but that didn't seem to help (and actually kept it from caching updates locally.)
    I then did the following:
    Z. Rebooted/restarted things.
    A. To 'force' the cache to load with something useful from the server, I installed a few programs, small and large on the server itself. (Xcode, + some other stuff).
    I watched the Debug.log and saw it dutifully notify me that:
         1) when it started it was using IP range .... to .... which is the subnet my server / lab machines are on.
         2) it has loaded the Xcode + other apps into the cache (verbose showed me chunk-by-chunk of that... a bit of TMI, but- verbose!)
    B. I went to a client machine and opened App Store
    C. I installed a few apps --- some that should be in the cache, and others that should miss the cache and force themselves to be loaded.
    Sadly, I saw no activity in the log, nor network activity on the server suggesting it was serving up the aforementioned cached files. Not even any attempt to connect, etc.
    Is there a clever way one can check if App Store is -actually- searching for the local Cache Service? Any other advice?

    Let's reset the printing system:
    - Go to System Preferences > Print & Fax
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Look for the printer, select it and wait until the "Add" button becomes available. Click it.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Deploying J2EE Apps in WL9.0 using Maven2

    Hi All,
    Has any one using Maven2.0 to Deploy the J2EE Apps on WL9.0.
    I don't think medrac sample app is deployed using Maven. If any of you tried it could you pls post the maven scripts..
    Thanks
    Kumar

    Hi,
    Maven was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects each with their own Ant build files that were all slightly different and JARs were checked into CVS.
    What resulted is a tool that can now be used for building and managing any Java-based project. We hope that we have created something that will make the day-to-day work of Java developers easier and generally help with the comprehension of any Java-based project.
    System requirements
    JDK     1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)
    Memory     No minimum requirement
    Disk     No minimum requirement. Approximately 100MB will be used for your local repository, however this will vary depending on usage and can be removed and redownloaded at any time.
    Operating System     No minimum requirement. On Windows, Windows NT and above or Cygwin is required for the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
    Regards
    Prasanna Yalam

  • J2EE Service in Solution manager can not be started

    Dear Guru,
    I have a problem with my Solution manager J2EE Service. The J2EE can not be started. It's returned code is "-11113". My Solution Manager Server Specification is:
    - SAP Solution Manager 4.0
    - Software component:
    SAP_BASIS       700                     0013
    SAP_ABA              700                     0013
    PI_BASIS              2006_1_700     0003
    ST-PI              2005_1_700     0005
    SAP_BW              700                     0015
    SAP_AP              700                     0009
    BBPCRM              500                     0009
    CPRXRPM              400                     0009
    BI_CONT              703                     0007
    ST              400                     0013
    ST-A/PI              01K_CRM560     0000
    ST-ICO              150_700     0009
    ST-SER              700_2007_1     0004
    - OS: Ms Windows 2003 32 Bit
    - Database: ORACLE 10.2.0.2.0
    - RAM = 1 GByte
    The following is the error message when J2EE service is fail to run:
    Developer Trace:
    trc file: "D:\usr\sap\SMA\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3244050
    pid         : 7532
    system name : SMA
    system nr.  : 00
    started at  : Mon Feb 25 16:13:39 2008
    arguments       :
           arg[00] : D:\usr\sap\SMA\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[02] : -DSAPINFO=SMA_00_server
           arg[03] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1130
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=SMA
           arg[08] : -DSAPMYNAME=BKKT031A_SMA_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2320] Mon Feb 25 16:13:39 2008
    [Thr 2320] *** WARNING => INFO: Unknown property [instance.box.number=SMADVEBMGS00bkkt031a] [jstartxx.c   841]
    [Thr 2320] *** WARNING => INFO: Unknown property [instance.en.host=BKKT031A] [jstartxx.c   841]
    [Thr 2320] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 2320] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3244000  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3244050  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3244000            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3244050            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 2320] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2320] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1544] JLaunchRequestFunc: Thread 1544 started as listener thread for np messages.
    [Thr 8088] WaitSyncSemThread: Thread 8088 started as semaphore monitor thread.
    [Thr 2320] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2320] CPIC (version=700.2006.09.13)
    [Thr 2320] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_14
    [Thr 2320] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID3244050]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_14
    -> java parameters    : -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 -Djco.jarm=1 -XX:MaxPermSize=192M -XX:PermSize=192M -XX:NewSize=86M -XX:MaxNewSize=86M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : 1.4.2_14-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 512M
    -> root path          : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 2320] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5408] JLaunchIStartFunc: Thread 5408 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=192M
    -> arg[ 10]: -XX:PermSize=192M
    -> arg[ 11]: -XX:NewSize=86M
    -> arg[ 12]: -XX:MaxNewSize=86M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dstartup.mode=SAFE
    -> arg[ 25]: -Dstartup.action=UPGRADE
    -> arg[ 26]: -Dsys.global.dir=D:\usr\sap\SMA\SYS\global
    -> arg[ 27]: -Dapplication.home=D:\usr\sap\SMA\DVEBMGS00\exe
    -> arg[ 28]: -Djava.class.path=D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 29]: -Djava.library.path=C:\j2sdk1.4.2_14\jre\bin\server;C:\j2sdk1.4.2_14\jre\bin;C:\j2sdk1.4.2_14\bin;D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs;C:\oracle\SMA\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenSSH\bin;C:\Program Files\System Center Operations Manager 2007\;D:\usr\sap\SMA\SYS\exe\uc\NTI386
    -> arg[ 30]: -Dmemory.manager=512M
    -> arg[ 31]: -Xmx512M
    -> arg[ 32]: -Xms512M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=7532
    -> arg[ 36]: -Djstartup.ownHardwareId=Y0571960686
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -DSAPINFO=SMA_00_server
    -> arg[ 40]: -DSAPSTART=1
    -> arg[ 41]: -DCONNECT_PORT=1130
    -> arg[ 42]: -DSAPSYSTEM=00
    -> arg[ 43]: -DSAPSYSTEMNAME=SMA
    -> arg[ 44]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 45]: -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
    -> arg[ 46]: -DFRFC_FALLBACK=ON
    -> arg[ 47]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=SMA
    -> arg[ 51]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 52]: -DSAPDBHOST=BKKT031A
    -> arg[ 53]: -Dj2ee.dbhost=BKKT031A
    Mon Feb 25 16:13:40 2008
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5408] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 7188] Mon Feb 25 16:13:58 2008
    [Thr 7188] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 7188] Mon Feb 25 16:14:02 2008
    [Thr 7188] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 7188] JLaunchISetClusterId: set cluster id 3244050
    [Thr 7188] Mon Feb 25 16:14:03 2008
    [Thr 7188] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 7188] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5436] Mon Feb 25 16:16:34 2008
    [Thr 5436] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5436] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5436] Mon Feb 25 16:16:35 2008
    [Thr 5436] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "D:\usr\sap\SMA\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3244050
    pid         : 14568
    system name : SMA
    system nr.  : 00
    started at  : Mon Feb 25 16:16:46 2008
    arguments       :
           arg[00] : D:\usr\sap\SMA\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[02] : -DSAPINFO=SMA_00_server
           arg[03] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1130
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=SMA
           arg[08] : -DSAPMYNAME=BKKT031A_SMA_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 14572] Mon Feb 25 16:16:46 2008
    [Thr 14572] *** WARNING => INFO: Unknown property [instance.box.number=SMADVEBMGS00bkkt031a] [jstartxx.c   841]
    [Thr 14572] *** WARNING => INFO: Unknown property [instance.en.host=BKKT031A] [jstartxx.c   841]
    [Thr 14572] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 14572] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3244000  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3244050  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3244000            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3244050            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 14572] Mon Feb 25 16:16:47 2008
    [Thr 14572] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 14572] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 14664] JLaunchRequestFunc: Thread 14664 started as listener thread for np messages.
    [Thr 14668] WaitSyncSemThread: Thread 14668 started as semaphore monitor thread.
    [Thr 14572] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 14572] CPIC (version=700.2006.09.13)
    [Thr 14572] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_14
    [Thr 14572] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID3244050]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_14
    -> java parameters    : -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 -Djco.jarm=1 -XX:MaxPermSize=192M -XX:PermSize=192M -XX:NewSize=86M -XX:MaxNewSize=86M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : 1.4.2_14-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 512M
    -> root path          : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 14572] JLaunchISetDebugMode: set debug mode [no]
    [Thr 14716] JLaunchIStartFunc: Thread 14716 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=192M
    -> arg[ 10]: -XX:PermSize=192M
    -> arg[ 11]: -XX:NewSize=86M
    -> arg[ 12]: -XX:MaxNewSize=86M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dstartup.mode=SAFE
    -> arg[ 25]: -Dstartup.action=UPGRADE
    -> arg[ 26]: -Dsys.global.dir=D:\usr\sap\SMA\SYS\global
    -> arg[ 27]: -Dapplication.home=D:\usr\sap\SMA\DVEBMGS00\exe
    -> arg[ 28]: -Djava.class.path=D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 29]: -Djava.library.path=C:\j2sdk1.4.2_14\jre\bin\server;C:\j2sdk1.4.2_14\jre\bin;C:\j2sdk1.4.2_14\bin;D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs;C:\oracle\SMA\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenSSH\bin;C:\Program Files\System Center Operations Manager 2007\;D:\usr\sap\SMA\SYS\exe\uc\NTI386
    -> arg[ 30]: -Dmemory.manager=512M
    -> arg[ 31]: -Xmx512M
    -> arg[ 32]: -Xms512M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=14568
    -> arg[ 36]: -Djstartup.ownHardwareId=Y0571960686
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -DSAPINFO=SMA_00_server
    -> arg[ 40]: -DSAPSTART=1
    -> arg[ 41]: -DCONNECT_PORT=1130
    -> arg[ 42]: -DSAPSYSTEM=00
    -> arg[ 43]: -DSAPSYSTEMNAME=SMA
    -> arg[ 44]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 45]: -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
    -> arg[ 46]: -DFRFC_FALLBACK=ON
    -> arg[ 47]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=SMA
    -> arg[ 51]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 52]: -DSAPDBHOST=BKKT031A
    -> arg[ 53]: -Dj2ee.dbhost=BKKT031A
    Mon Feb 25 16:16:48 2008
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 14716] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 6068] Mon Feb 25 16:16:58 2008
    [Thr 6068] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 6068] Mon Feb 25 16:17:01 2008
    [Thr 6068] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 6068] JLaunchISetClusterId: set cluster id 3244050
    [Thr 6068] Mon Feb 25 16:17:02 2008
    [Thr 6068] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 6068] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 14728] Mon Feb 25 16:18:33 2008
    [Thr 14728] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 14728] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 14728] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "D:\usr\sap\SMA\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3244050
    pid         : 13172
    system name : SMA
    system nr.  : 00
    started at  : Mon Feb 25 16:18:41 2008
    arguments       :
           arg[00] : D:\usr\sap\SMA\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[02] : -DSAPINFO=SMA_00_server
           arg[03] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1130
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=SMA
           arg[08] : -DSAPMYNAME=BKKT031A_SMA_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 16204] Mon Feb 25 16:18:41 2008
    [Thr 16204] *** WARNING => INFO: Unknown property [instance.box.number=SMADVEBMGS00bkkt031a] [jstartxx.c   841]
    [Thr 16204] *** WARNING => INFO: Unknown property [instance.en.host=BKKT031A] [jstartxx.c   841]
    [Thr 16204] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 16204] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3244000  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3244050  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3244000            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3244050            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 16204] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 16204] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 15796] JLaunchRequestFunc: Thread 15796 started as listener thread for np messages.
    [Thr 14860] WaitSyncSemThread: Thread 14860 started as semaphore monitor thread.
    [Thr 16204] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 16204] CPIC (version=700.2006.09.13)
    [Thr 16204] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_14
    [Thr 16204] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID3244050]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_14
    -> java parameters    : -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 -Djco.jarm=1 -XX:MaxPermSize=192M -XX:PermSize=192M -XX:NewSize=86M -XX:MaxNewSize=86M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : 1.4.2_14-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 512M
    -> root path          : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 16204] JLaunchISetDebugMode: set debug mode [no]
    [Thr 16180] JLaunchIStartFunc: Thread 16180 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=192M
    -> arg[ 10]: -XX:PermSize=192M
    -> arg[ 11]: -XX:NewSize=86M
    -> arg[ 12]: -XX:MaxNewSize=86M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dstartup.mode=SAFE
    -> arg[ 25]: -Dstartup.action=UPGRADE
    -> arg[ 26]: -Dsys.global.dir=D:\usr\sap\SMA\SYS\global
    -> arg[ 27]: -Dapplication.home=D:\usr\sap\SMA\DVEBMGS00\exe
    -> arg[ 28]: -Djava.class.path=D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 29]: -Djava.library.path=C:\j2sdk1.4.2_14\jre\bin\server;C:\j2sdk1.4.2_14\jre\bin;C:\j2sdk1.4.2_14\bin;D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs;C:\oracle\SMA\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenSSH\bin;C:\Program Files\System Center Operations Manager 2007\;D:\usr\sap\SMA\SYS\exe\uc\NTI386
    -> arg[ 30]: -Dmemory.manager=512M
    -> arg[ 31]: -Xmx512M
    -> arg[ 32]: -Xms512M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=13172
    -> arg[ 36]: -Djstartup.ownHardwareId=Y0571960686
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -DSAPINFO=SMA_00_server
    -> arg[ 40]: -DSAPSTART=1
    -> arg[ 41]: -DCONNECT_PORT=1130
    -> arg[ 42]: -DSAPSYSTEM=00
    -> arg[ 43]: -DSAPSYSTEMNAME=SMA
    -> arg[ 44]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 45]: -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
    -> arg[ 46]: -DFRFC_FALLBACK=ON
    -> arg[ 47]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=SMA
    -> arg[ 51]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 52]: -DSAPDBHOST=BKKT031A
    -> arg[ 53]: -Dj2ee.dbhost=BKKT031A
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 16180] Mon Feb 25 16:18:42 2008
    [Thr 16180] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 15648] Mon Feb 25 16:18:48 2008
    [Thr 15648] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 15648] Mon Feb 25 16:18:50 2008
    [Thr 15648] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 15648] JLaunchISetClusterId: set cluster id 3244050
    [Thr 15648] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 15648] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 14068] Mon Feb 25 16:19:57 2008
    [Thr 14068] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 14068] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 14068] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "D:\usr\sap\SMA\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3244050
    pid         : 15808
    system name : SMA
    system nr.  : 00
    started at  : Mon Feb 25 16:20:03 2008
    arguments       :
           arg[00] : D:\usr\sap\SMA\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[02] : -DSAPINFO=SMA_00_server
           arg[03] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1130
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=SMA
           arg[08] : -DSAPMYNAME=BKKT031A_SMA_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 15880] Mon Feb 25 16:20:03 2008
    [Thr 15880] *** WARNING => INFO: Unknown property [instance.box.number=SMADVEBMGS00bkkt031a] [jstartxx.c   841]
    [Thr 15880] *** WARNING => INFO: Unknown property [instance.en.host=BKKT031A] [jstartxx.c   841]
    [Thr 15880] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 15880] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3244000  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3244050  : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3244000            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3244050            : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 15880] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 15880] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 12672] JLaunchRequestFunc: Thread 12672 started as listener thread for np messages.
    [Thr 15460] WaitSyncSemThread: Thread 15460 started as semaphore monitor thread.
    [Thr 15880] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 15880] CPIC (version=700.2006.09.13)
    [Thr 15880] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_14
    [Thr 15880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID3244050]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_14
    -> java parameters    : -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 -Djco.jarm=1 -XX:MaxPermSize=192M -XX:PermSize=192M -XX:NewSize=86M -XX:MaxNewSize=86M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : 1.4.2_14-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 512M
    -> root path          : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 15880] JLaunchISetDebugMode: set debug mode [no]
    [Thr 12716] JLaunchIStartFunc: Thread 12716 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=192M
    -> arg[ 10]: -XX:PermSize=192M
    -> arg[ 11]: -XX:NewSize=86M
    -> arg[ 12]: -XX:MaxNewSize=86M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dstartup.mode=SAFE
    -> arg[ 25]: -Dstartup.action=UPGRADE
    -> arg[ 26]: -Dsys.global.dir=D:\usr\sap\SMA\SYS\global
    -> arg[ 27]: -Dapplication.home=D:\usr\sap\SMA\DVEBMGS00\exe
    -> arg[ 28]: -Djava.class.path=D:\usr\sap\SMA\DVEBMGS00\exe\jstartup.jar;D:\usr\sap\SMA\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 29]: -Djava.library.path=C:\j2sdk1.4.2_14\jre\bin\server;C:\j2sdk1.4.2_14\jre\bin;C:\j2sdk1.4.2_14\bin;D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs;C:\oracle\SMA\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenSSH\bin;C:\Program Files\System Center Operations Manager 2007\;D:\usr\sap\SMA\SYS\exe\uc\NTI386
    -> arg[ 30]: -Dmemory.manager=512M
    -> arg[ 31]: -Xmx512M
    -> arg[ 32]: -Xms512M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=15808
    -> arg[ 36]: -Djstartup.ownHardwareId=Y0571960686
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -DSAPINFO=SMA_00_server
    -> arg[ 40]: -DSAPSTART=1
    -> arg[ 41]: -DCONNECT_PORT=1130
    -> arg[ 42]: -DSAPSYSTEM=00
    -> arg[ 43]: -DSAPSYSTEMNAME=SMA
    -> arg[ 44]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 45]: -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
    -> arg[ 46]: -DFRFC_FALLBACK=ON
    -> arg[ 47]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=SMA
    -> arg[ 51]: -DSAPMYNAME=BKKT031A_SMA_00
    -> arg[ 52]: -DSAPDBHOST=BKKT031A
    -> arg[ 53]: -Dj2ee.dbhost=BKKT031A
    Mon Feb 25 16:20:04 2008
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 12716] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 15780] Mon Feb 25 16:20:09 2008
    [Thr 15780] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 15780] Mon Feb 25 16:20:11 2008
    [Thr 15780] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 15780] JLaunchISetClusterId: set cluster id 3244050
    [Thr 15780] Mon Feb 25 16:20:12 2008
    [Thr 15780] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 15780] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 4828] Mon Feb 25 16:21:17 2008
    [Thr 4828] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4828] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 4828] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "D:\usr\sap\SMA\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID3244050
    pid         : 7528
    system name : SMA
    system nr.  : 00
    started at  : Mon Feb 25 16:27:52 2008
    arguments       :
           arg[00] : D:\usr\sap\SMA\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[02] : -DSAPINFO=SMA_00_server
           arg[03] : pf=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1130
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=SMA
           arg[08] : -DSAPMYNAME=BKKT031A_SMA_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\SMA\SYS\profile\SMA_DVEBMGS00_BKKT031A
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 7060] Mon Feb 25 16:27:52 2008
    [Thr 7060] *** WARNING => INFO: Unknown property [instance.box.number=SMADVEBMGS00bkkt031a] [jstartxx.c   841]
    [Thr 7060] *** WARNING => INFO: Unknown property [instance.en.host=BKKT031A] [jstartxx.c   841]
    [Thr 7060] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 7060] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\SMA\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : BKKT031A
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\SMA\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE

    Hi Bruyneel,
    I've solved the problem. I think while doing kernel or component upgrade SAP clear all configuration that connected from ABAP and JAVA. You can re-config from config tool.
    1. Goto \usr\sap\<SID>\<SIst.Num>\j2ee\configtool and execute go.bat
    2. cluster-data -> global server configuration -> services -> com.sap.security.core.ume.service.
    3. Configure:
    ume.login.guest_user.uniquefields with J2EE_GUEST, and make sure the user is already exist in ABAP
    ume.persistence.data_source_configuration     dataSourceConfiguration_abap.xml
    ume.r3.connection.master.ashost
    ume.r3.connection.master.client
    ume.r3.connection.master.passwd : with SAPJSF user's password
    ume.r3.connection.master.sysnr
    ume.r3.connection.master.user : SAPJSF User
    Refer for this link for help: http://help.sap.com/saphelp_nw04s/helpdata/en/20/361941edd5ef23e10000000a155106/frameset.htm
    Thanks & Best Regards,
    Yan

  • Changing the accounts used to run Service Applications

    We would like to install SharePoint 2013 using seperate accounts for different service apps (meaning seperate App Pools, presumably) Is there a concensus on what is the better approach:
    1.Create the basic Sharepoint config using AutoSPInstaller, but since it does not permit you to use seperate accounts per SA, we either want to create them automatically using the script to use a single services, then change the App Pools used by the SA
    later on through PowerShellby creating a new AP then reassigning the SA .
    2. Create the SA post AutoSPInstaller using a stand-alone script.Thoughts?
    Is there a reason why most guides specify using the same service account (and App Pool) for all service applications these days even for high security environments?

    Hi, the biggest reason to not use too many app pools is for resources. Each App Pool uses quite a bit.
    The max App Pools per farm is 20 if i remember correctly. (SP2010) Not sure if it is the same on SP2013.
    i Prefer doing it via SPAutoInstaller. Certain SA's you might want to do manually. i Usually do UPS manually

  • MMS J2ee app made with JBOSS want to use it with JRUN

    Hello fellow developers,
    I am very interested in creating a small website for uploading photos from my cell phone to a j2ee app running on a JRUN 4 server.
    I've downloaded the J2, JSR-212 SAMS Messaging API EJB Reference Implementation, from the nokia site. II also down load an MMSC and SMSC simulator from NOkia, which I believe developers can use in conjunction with testing the above ejb web application.
    Briefly this is what I think is happening so far from reading tid bits here and there like the aritcle in Java Boutique.
    It seems todescribe the SAMS api as being generic enough to accept all clients that supply SPI, which I believe is the interface that verizon, cingular, or that some other cell phone service might provide. This interface allows the forwarding of a text message or media message to another operation ( like yahoo mobile). Thus, when I send my photo to a [email protected], it goes to the MMSC that communicates through SPI say a SAMS J2EE applicaiton running on yahoo, which presents my recently snapped cell phone photo in my yahoo phone album.
    I would like to test this J2ee app I download from nokia. However, in part of the instructions it claims that a person must down load JBOSS 4.0.
    Does any one know if this Nokia J2ee app for JBoss can be used on a JRUN 4?
    Can the NOKIA SMSC/MMSC simulator I downloaded work as well with JRUN4, as I notice the word JBOSS when I was installing this Simulator?
    Does anyone know where, I can get anymore information on SAMS and how to implement it in a simple J2ee app?
    When we can upload a cell phone photofrom the web browser of our phone than we will have arrived!.

    Hello fellow developers,
    I am very interested in creating a small website for uploading photos from my cell phone to a j2ee app running on a JRUN 4 server.
    I've downloaded the J2, JSR-212 SAMS Messaging API EJB Reference Implementation, from the nokia site. II also down load an MMSC and SMSC simulator from NOkia, which I believe developers can use in conjunction with testing the above ejb web application.
    Briefly this is what I think is happening so far from reading tid bits here and there like the aritcle in Java Boutique.
    It seems todescribe the SAMS api as being generic enough to accept all clients that supply SPI, which I believe is the interface that verizon, cingular, or that some other cell phone service might provide. This interface allows the forwarding of a text message or media message to another operation ( like yahoo mobile). Thus, when I send my photo to a myphone#@photo.yahoo.com, it goes to the MMSC that communicates through SPI say a SAMS J2EE applicaiton running on yahoo, which presents my recently snapped cell phone photo in my yahoo phone album.
    I would like to test this J2ee app I download from nokia. However, in part of the instructions it claims that a person must down load JBOSS 4.0.
    Does any one know if this Nokia J2ee app for JBoss can be used on a JRUN 4?
    Can the NOKIA SMSC/MMSC simulator I downloaded work as well with JRUN4, as I notice the word JBOSS when I was installing this Simulator?
    Does anyone know where, I can get anymore information on SAMS and how to implement it in a simple J2ee app?
    When we can upload a cell phone photofrom the web browser of our phone than we will have arrived!.

  • Consumption of web services in J2EE app

    Hi experts!
    I have an J2EE java application, and I need to consume some external web service there with configuration capabilities in NWA->Application Communication->Consumed Services (like as using Enterprise Web Service model WebDynproJ app).
    Now I'm using JAX-WS for this purpose, but the problem is there are no possibility to configure its endpoint and call parameters via NWA console.
    Is there some way to do it?

    Hi experts!
    I have an J2EE java application, and I need to consume some external web service there with configuration capabilities in NWA->Application Communication->Consumed Services (like as using Enterprise Web Service model WebDynproJ app).
    Now I'm using JAX-WS for this purpose, but the problem is there are no possibility to configure its endpoint and call parameters via NWA console.
    Is there some way to do it?

  • Using Caching Service when the Server Sleeps or Users have logged out?

    When the Mac Mini Server logs out all users, the OS X Server 3 should still be running to my belief.  Thus the Caching Service of the OS X Server 3 should still be running.  However, in a number of cases, I found that the time taken for an app download after the first time uses the same time for download.  So, I guess the Caching Service is not performing at all when there is no Logged-in user.
    I further wonder why there is a Sleep Button at the User Log-in Screen and no wonder that the Server will not be providing Services (e.g. Caching Service) when the Server is in Sleep Mode.  Will the Server 3 be providing Caching Service while the Mac Mini Server has enter Sleep mode and it's just my configuration problem?

    Here is an explanation of how caching server works.
    http://nbalonso.com/os-x-server-caching/
    In summary:
    Your server periodically talks to apple.  Compares notes.  Verifies it is authentic.  Gets a certificate from apple to prove it is authentic.
    If your device asks for something (contacts apple), Apple says that you have a local caching server, and responds with the info telling your device to try your local server first.  (includes certificate info, so your device is confident the local server that responds is actually authorized to do so).
    If that goes well, then fine.  If not, then you device falls back to getting the info from Apple's servers.
    If your server is asleep, then this process won't work.  Your server is supposed to phone home to apple (hourly?) to keep proving it is authorized to server updates, and to update Aple's record that it is authorized to serve updates for your private network IP address.

  • TS1424 Tried to use my apple id to update some apps and got"Connection Manager::invoke:: Failed to find service connection url"  After this occured a few times I reset the id password, and this was confirmed by email.  It still fails with same message.  I

    Tried to use my apple id to update some apps and got"Connection Manager::invoke:: Failed to find service connection url"  After this occured a few times I reset the id password, and this was confirmed by email.  It still fails with same message.  Ideas?

    Hi, you have to logout from your iTunes account and reconnect it:
    Settings / iTunes & App Stores / ...
    https://mobilfunkexperten.de/news/13450/sporadische-probleme-im-itunes-und-app-s tore
    Hope this helps... :-)

  • Which services in the Server app use PostgreSQL?

    I want to use Postgres.app for PostgreSQL and move my databases currently on the Apple installed instance.  The documentation states that it works best if there is only one active instance of PostgreSQL.
    I currently use the latest version of the Mavericks Server app for DNS and Websites (for now).  I know that at one time Websites was using PostgreSQL.  I would like to know if I can turn of postgres and still use the DNS service.  I think I can figure out how to host my one website in Apache.
    For future projects I would like to know which services in the Server app use PostgreSQL.

    Look at the WiFi selection in System Information and it will tell you.

Maybe you are looking for

  • Blackberry buttons not working, Please help!

    I was using my blackberry and all of a sudden the trackpad started have a slow reaction time. THen when i went to hit the button to select it wouldn't. Now if i press the talk key the letter jk come up, if i hit the blackberry button the letters ij c

  • $$DATETIME$$

    I'm having a display item with it's initial value $$DATETIME$$ to display the current date and time. The problem is that it's not being displayed at all in that particular display item. I found out that it works with the "database item" property set

  • Selecting media type Audiobook will not stick

    iTunes 10.1.2.17 84 bit on Windows 7 Ultimate x64. I( have a set of MP3 files which make up an audiobook. They are all in their own folder. In iTunes I import the folder, find the individual tracks under Music, highlight them all, right-click and on

  • HT1751 I can't find File-Library-Organize on the current version of ITunes.  Where is it?

    I switched to a different User on Windows 7 and lost most of my Itunes music.  I found an option for Itunes to find the lost music.  This seemed to work great.  All my playlists came back.  However, today I learned that it kept all the found music in

  • What exactly is Other?

    So when I go on iTunes and click on my iPod I always is that yellow bar of Other. I have no idea what is it is and it's always like 1.02 GB and I'm like what the heck? So what is other because I don't have any contacts, nothing on my calendar, or any