JRockit JVM Freezes on server start and WLST domain configuration

Hi,
Here is our configuration:
OS:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
uname -a
Linux ********* 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
rpm -qa | grep glibc
glibc-2.5-34
glibc-common-2.5-34
glibc-2.5-34
We are using WLS 10.3 with 64 bit OS and 64 bit JRockit JVM on Xeon system.
The JVM freezes for about 10m when I am trying to start the server. I also see the same behavior when I am trying to create the domain using WLST. Here is the thread dump during the freeze. The JVM eventually recovers from this and continues processing. During domain configuration, the freeze happens when it is trying to write the domain files to disk. All writes are happening to local disk.
===== FULL THREAD DUMP ===============
Mon Apr 20 18:37:41 2009
BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2104-linux-x86_64
"Main Thread" id=1 idx=0x4 tid=30539 prio=5 alive, in native
at jrockit/io/FileNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BII)I(Native Method)
    at jrockit/io/FileNativeIO.readBytes(FileNativeIO.java:46)
    at java/io/FileInputStream.readBytes([BII)I(FileInputStream.java)
    at java/io/FileInputStream.read(FileInputStream.java:199)
    at sun/security/provider/NativePRNG$RandomIO.readFully(NativePRNG.java:185)
    at sun/security/provider/NativePRNG$RandomIO.implGenerateSeed(NativePRNG.java:202)
    ^-- Holding lock: java/lang/Object@0x8577948[biased lock]
at sun/security/provider/NativePRNG$RandomIO.access$300(NativePRNG.java:108)
at sun/security/provider/NativePRNG.engineGenerateSeed(NativePRNG.java:102)
at java/security/SecureRandom.generateSeed(SecureRandom.java:495)
at com/bea/security/utils/random/AbstractRandomData.ensureInittedAndSeeded(AbstractRandomData.java:83)
^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[recursive]
at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:97)
^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[biased lock]
at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:92)
at weblogic/security/Salt.getRandomBytes(Salt.java:18)
at weblogic/security/internal/encryption/JSafeSecretKeyEncryptor.decryptSecretKey(JSafeSecretKeyEncryptor.java:108)
at weblogic/security/internal/encryption/JSafeEncryptionServiceImpl.<init>(JSafeEncryptionServiceImpl.java:206)
at weblogic/security/internal/encryption/JSafeEncryptionServiceFactory.getEncryptionService(JSafeEncryptionServiceFactory.java:23)
at weblogic/security/internal/SerializedSystemIni.getEncryptionService(SerializedSystemIni.java:214)
at weblogic/security/internal/SerializedSystemIni.getExistingEncryptionService(SerializedSystemIni.java:240)
at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:597)
    at weblogic/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.<init>(DescriptorManager.java:149)
    at weblogic/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.instance(DescriptorManager.java:137)
    at weblogic/descriptor/DescriptorManager$SecurityServiceImpl.isEncrypted(DescriptorManager.java:108)
    at weblogic/descriptor/internal/AbstractDescriptorBean._isEncrypted(AbstractDescriptorBean.java:968)
    at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncrypted(SecurityConfigurationMBeanImpl.java:1557)
    at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncryptedAsString(SecurityConfigurationMBeanImpl.java:781)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:597)
    at com/bea/staxb/runtime/internal/util/ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    at com/bea/staxb/runtime/internal/RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:531)
    at com/bea/staxb/runtime/internal/MultiIntermediary.setValue(MultiIntermediary.java:80)
    at com/bea/staxb/runtime/internal/ByNameRuntimeBindingType$ElementQNameProperty.fill(ByNameRuntimeBindingType.java:348)
    at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:139)
    at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
    at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
    at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.unmarshalElementProperty(LiteralUnmarshalResult.java:164)
    at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:136)
    at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
    at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
    at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:189)
    at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalDocument(UnmarshalResult.java:159)
    at com/bea/staxb/runtime/internal/UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    at weblogic/descriptor/internal/MarshallerFactory$1.createDescriptor(MarshallerFactory.java:95)
    at weblogic/descriptor/BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:240)
    at weblogic/management/provider/internal/DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:63)
    at weblogic/management/provider/internal/RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:683)
    at weblogic/management/provider/internal/RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:268)
    at weblogic/management/provider/internal/RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:115)
    at weblogic/management/provider/internal/RuntimeAccessService.start(RuntimeAccessService.java:39)
    at weblogic/t3/srvr/ServerServicesManager.startService(ServerServicesManager.java:459)
    at weblogic/t3/srvr/ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
    ^-- Holding lock: java/lang/Class@0x939df30[biased lock]
at weblogic/t3/srvr/T3Srvr.initializeStandby(T3Srvr.java:711)
at weblogic/t3/srvr/T3Srvr.startup(T3Srvr.java:482)
at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:440)
at weblogic/Server.main(Server.java:67)
at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
-- end of trace
<<Truncated for brevity>>
===== END OF THREAD DUMP ===============
The same process works fine on a VM with the same OS. Any ideas what might be going on?
Thanks,
Chengi

This does not look familiar to me. Download R27.6.3 and see if that works things out: http://www.oracle.com/technology/software/products/jrockit/index.html. If that does not help, I recommend you to report the issue to JRockit support (see how to below).
Best Regards,
Tuva
JRockit PM
How to report to JRockit support:
You must register and file the issue on Metalink, http://metalink.oracle.com. Note that you must have purchased support to continue.
If you have problems during the registration or filing you can call our support +1.800.223.1711* or 1-800-633-0738 directly.
In case you have not purchased support call 1.800.833.3536* for support sales.
More information on our support site: http://www.oracle.com/support/index.html.
*) US numbers - for global technical support contacts see: http://www.oracle.com/support/contact.html

Similar Messages

  • Jrockit JVM GC issue - weblogic performance and crashes at times

    On enabling the verbose gc for memory debug, we have observer the following and we frequently face a JVM issue i.e JVM will be unresponsive due to GC pause and on checking we found the following in GC log.
    [memdbg ][Tue Jul 13 01:02:12 2010][26381] GC reason: TLA allocation failed, cause: Get TLA From Nursery
    [memdbg ][Tue Jul 13 01:02:12 2010][26381] Stopping of javathreads took 2.234 ms
    As of now the following is the TLA size:-
    [memdbg ][Tue Jul 13 01:00:10 2010][26381] Minimum TLA size is 2048 bytes
    [memdbg ][Tue Jul 13 01:00:10 2010][26381] Preferred TLA size is 65536 bytes
    [memdbg ][Tue Jul 13 01:00:10 2010][26381] Large object limit is 2048 bytes
    After consultaion with oracle support team, they have asked to us increase the TLA size and we did as follows but we still see the same message.
    tried setting
    -XXlargeObjectLimit:16k -XXminBlockSize:16k -XXtlaSize:min=16k,preferred=32k
    it was still a problem, tried
    -XXlargeObjectLimit:32k -XXminBlockSize:32k -XXtlaSize:min=32k,preferred=64k
    and we sill the following message.
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] f0 3.75Gb
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Minimum TLA size is 16384 bytes
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Preferred TLA size is 32768 bytes
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Large object limit is 16384 bytes
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Minimal blocksize on the freelist is 16384 bytes
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Initial and maximum number of gc threads: 8, of which 8 parallel threads, 4 concurrent threads, and 8 yc threads.
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Preferred free list cache percentage 10%.
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Maximum nursery percentage of free heap is: 95.
    [nursery][Wed Jul 21 03:14:06 2010][11864] Optimal nursery size: 536870912, free heap: 1073741824
    [nursery][Wed Jul 21 03:14:06 2010][11864] Setting mmNurseryMarker[0] to 0x12affff8
    [nursery][Wed Jul 21 03:14:06 2010][11864] Setting mmNurseryMarker[1] to 0x1aaffff0
    [nursery][Wed Jul 21 03:14:06 2010][11864] Nursery size increased from 0kb to 524288kb. Parts: 1
    [memdbg ][Wed Jul 21 03:14:06 2010][11864] Prefetch distance in balanced tree: 4
    [compact][Wed Jul 21 03:14:06 2010][11864] Compactset limit: 7600010, Using matrixes: 0, Static: 0
    [memory ][Wed Jul 21 03:14:06 2010][11864] GC mode: Garbage collection optimized for throughput, initial strategy: Generational Parallel Mark & Sweep
    [memory ][Wed Jul 21 03:14:06 2010][11864] heap size: 1048576K, maximal heap size: 1048576K, nursery size: 524288K
    [memory ][Wed Jul 21 03:14:06 2010][11864] <s>-<end>: GC <before>K-><after>K (<heap>K), <pause> ms
    [memory ][Wed Jul 21 03:14:06 2010][11864] <s/start> - start time of collection (seconds since jvm start)
    [memory ][Wed Jul 21 03:14:06 2010][11864] <end> - end time of collection (seconds since jvm start)
    [memory ][Wed Jul 21 03:14:06 2010][11864] <before> - memory used by objects before collection (KB)
    [memory ][Wed Jul 21 03:14:06 2010][11864] <after> - memory used by objects after collection (KB)
    [memory ][Wed Jul 21 03:14:06 2010][11864] <heap> - size of heap after collection (KB)
    [memory ][Wed Jul 21 03:14:06 2010][11864] <pause> - total sum of pauses during collection (milliseconds)
    [memory ][Wed Jul 21 03:14:06 2010][11864] run with -Xverbose:gcpause to see individual pauses
    [memdbg ][Wed Jul 21 03:14:39 2010][11864] GC reason: TLA allocation failed, cause: Get TLA From Nursery
    [memdbg ][Wed Jul 21 03:14:39 2010][11864] Stopping of javathreads took 1.627 ms
    [nursery][Wed Jul 21 03:14:39 2010][11864] KeepAreaStart: 0x1aaffff0 KeepAreaEnd: 0x22b00000
    [nursery][Wed Jul 21 03:14:39 2010][11864] Young collection 1 started. This YC is running while the OC is in phase: not running.
    [memdbg ][Wed Jul 21 03:14:39 2010][11864] A pinned object was found: 0x11a4d4a0
    [memdbg ][Wed Jul 21 03:14:39 2010][11864] A pinned object was found: 0x11a30010
    [nursery][Wed Jul 21 03:14:39 2010][11864] Found pinned object: 0x11a4d4a0 - 0x11a4f4b0
    Are there any standard tuning recommendations for Jrockit JVM to come over this GC issue? At present, we are using following JAVA options.
    -XXlargeObjectLimit:32k -XXminBlockSize:32k -XXtlaSize:min=32k,preferred=64k -verbose:gc -Xverboselog:/tmp/gc.log -Xverbose:memory,gcpause,memdbg,compaction,gc -Xverbosetimestamp -Xgcreport
    -RR
    Regards
    Ranga

    If you want to optimize for pausetime, you can use for example
    -Xms512m -Xmx512m -Xns256m -XXkeepAreaRatio:25 -Xgcprio:pausetime -XpauseTarget:200msThe parameters xms and xmx can be adjusted to your wishes.

  • Server starting: jython/WLST vs console

    I'm using the startServer command in WLST to start a server with jmv arguments. Some of the arguments get overridden by what is in the "Server Start" section of the console. Emphasis on SOME...and not always.
    what gets overridden on a Managed server may not get overridden on an Admin server and vice verse...
    is there a document that defines which jvmArgs have precedence and when?

    oh yea, this is on 92 and at server boot time which is why i'm using the jython/WLST combo.

  • Application Server Starting and then Stopping

    For some reason my NSP server is starting with MMC, but then after about a minute it stops again. Please see the log files below. It seems to be a database problem but I don't know how to fix it...
    dev_w0
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Fri Jun 20 23:50:24 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' ...
    B  Library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' loaded
    B  Version of 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' is "700.08", patchlevel (0.19)
    B  New connection 0 created
    M sysno      00
    M sid        NSP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    23
    M intno      20050900
    M make:      multithreaded, ASCII
    M pid        4928
    M
    M  kernel runs with dp version 202(ext=109) (@(#) DPLIB-INT-VERSION-202)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4928) [dpxxdisp.c   1288]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          5280     (880)
    M  DpShMCreate: sizeof(tm_adm)          3351072     (16672)
    M  DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1076)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04C80040, size: 3950264)
    M  DpShMCreate: allocated sys_adm at 04C80040
    M  DpShMCreate: allocated wp_adm at 04C81978
    M  DpShMCreate: allocated tm_adm_list at 04C82E18
    M  DpShMCreate: allocated tm_adm at 04C82E48
    M  DpShMCreate: allocated wp_ca_adm at 04FB5068
    M  DpShMCreate: allocated appc_ca_adm at 04FB5518
    M  DpShMCreate: allocated comm_adm at 04FB59C8
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 05036878
    M  DpShMCreate: allocated gw_adm at 050368B8
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 050368E8
    M  DpShMCreate: allocated wall_adm at 050368F0
    Y  *** ERROR => ztta/diag_area is 64000. [sapinit.c    325]
    Y  *** ERROR => ztta/diag_area adjusted to 128000 (minimum value). [sapinit.c    327]
    Y  *** ERROR => ztta/cua_area is 90000. [sapinit.c    963]
    Y  *** ERROR => ztta/cua_area adjusted to 250000. [sapinit.c    967]
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Fri Jun 20 23:50:25 2008
    M  ThInit: running on host PackardBell
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.019 (Make PL 0.23)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.019) UPDSTAT optimized (note 870327)
    C    (0.010) MaxDB DBSL patch collection 1 2005 (note 850830)
    C    (0.009) New stream compression available with LVC 7.6.0 b12 (note 835809)
    C    (0.008) Support of SDBUPDEXCL (note 847616)
    C    (0.005) Switch stream compression on/off (note 835809)
    C    (0.005) ITAB stream handling optimized (note 835809)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 002-121-083-965
    C  SQLDBC Library Version : libSQLDBC 7.6.0    BUILD 018-123-113-357
    C  SQLDBC client runtime is MaxDB 7.6.0.018 CL 113357
    C  INFO : SQLOPT= -I 0 -t 0
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10757 (XUSER error (the USERKEY is unknown))
    [dbsdbsql.cpp 98]
    C  Try to connect (SQLOPT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    [dbsdbsql.cpp 118]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#1 @ 1195] [dbsh    1195 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:Database name is missing) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1391]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9995]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PackardBell_NSP_00 on host PackardBell (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Fri Jun 20 23:50:25 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10180
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4928) [dpnttool.c   327]

    Ok I eventually figured it out... The SAP Application Server starts the database using the XUSER authentication - For some reason my system lost all settings for this.
    In order to recreate, I had to use the command prompt and use the XUSER command.
    Firstly "XUSER LIST" lists all user keys - I had none.
    I then needed to set the default XUSER:
    XUSER -d NSP -u SAPNSP,<password>
    <password> is the password for the user specified
    Then I created the "c" key:
    XUSER -d NSP -U c -u SAPNSP,<password>
    The reason I set up the "c" XUSER is because I noticed that in "\usr\sap\NSP\DVEBMGS00\exe\" there is a batch file used to start the DB - "strdbs.cmd". Inside this file it uses "c" as the user key in order to set the state of the DB.
    After all of that it worked again...

  • Weblogic Administration Server start with WLST

    Hi Team,
    I am looking for some WLST script to start the WLS Admin server and then check the status of the Adminserver as well.
    When i tried thee command startServer( Adminserver, myserver, domainname, Domaindir )
    its not working the way i want it to.....So if you tell me some way to check if its not running and start it with WLST...
    I can do the same thing using Shell scripting but not WLST..
    Also is there any way in jython language to execute the script from a file.
    i use exec startmyfile.sh but it does not recognize it.
    help appreciated!!

    You can see an overview presentation of WLST here:
    http://www.slideshare.net/jambay/weblogic-server-weblogic-scripting-tool-overview-presentation/
    There is an Oracle By Example (OBE) tutorial for WLST here:
    http://www.oracle.com/technology/obe/fusion_middleware/wls103/SystemMgmt/Command_Line/Command_Line.html
    I think both of these resources would be valuable for you.

  • Mac mini server start and restart times

    I have a new Mac Mini Server that i jsut purchased 2 weeks ago. It arrived a few days ago and i have already put ram in it and configured it as a raid 1. It seems slower now than before the ram and raid.
    Current configuration
    late 2012 Mac mini server
    osx 10.9.3
    2.6ghz i7
    16gb 1600mzh ddr3 corsair vengence ram
    (2) 1Tb factory apple hard drives configured as raid1(mirrored)
    Start time
    (4gb) 0:52m
    (16GB) 0:52m
    Restart time
    (4GB) 1:52m
    (16gb) 2:14m
    Shutdown time
    (4gb) 0:24m
    (16gb) 1:04m
    Any clue as to why my restart and shutdown times are so slow with more ram? i thought ram did not affect this. Secondly does a raid1(mirrored) affect this? it also seems a bit slower to open apps and while on the web
    my late 2011 mbp smokes this thing, but it is running an ssd so its understandably going to. what I dont understand is on internet browsing the MBP is still faster. thought webspeed had nothign to do with the hard drive. im a bit new to all this.
    Any help would be appreciated

    I have a new Mac Mini Server that i jsut purchased 2 weeks ago. It arrived a few days ago and i have already put ram in it and configured it as a raid 1. It seems slower now than before the ram and raid.
    Current configuration
    late 2012 Mac mini server
    osx 10.9.3
    2.6ghz i7
    16gb 1600mzh ddr3 corsair vengence ram
    (2) 1Tb factory apple hard drives configured as raid1(mirrored)
    Start time
    (4gb) 0:52m
    (16GB) 0:52m
    Restart time
    (4GB) 1:52m
    (16gb) 2:14m
    Shutdown time
    (4gb) 0:24m
    (16gb) 1:04m
    Any clue as to why my restart and shutdown times are so slow with more ram? i thought ram did not affect this. Secondly does a raid1(mirrored) affect this? it also seems a bit slower to open apps and while on the web
    my late 2011 mbp smokes this thing, but it is running an ssd so its understandably going to. what I dont understand is on internet browsing the MBP is still faster. thought webspeed had nothign to do with the hard drive. im a bit new to all this.
    Any help would be appreciated

  • Automating Database up & down when server start and shutdown in Linux

    Hi to all,
    Question:How to set in linux, whenever server is on the database up and server off the database down?
    Problem: whenever i am issue the command "chkconfig --add dbora"
    or "chkconfig --level 345 dbora on"
    The message is as follows
    service dbora does not support chkconfig.
    I use oracle 9i on Redhat linux as 3.
    please send reply as soon as possible

    http://tldp.org/HOWTO/Oracle-9i-RH8-and-RH9-HOWTO-5.html ??
    Maybe you can use this. Its probably also hidden somewhere inside manuals for unbreakable/redhat oracle linux on metalink. Dunno why they insist on NOT including this auto start/stop in installation - how hard can it be, if you know linux inside-out.... If they did, It should make them more comfortable competing with other rdbms vendors that dont object to making many such things working "out of the box" :) ..... (no pun intended)

  • Yosemite Server Mail and Google Domain Relay

    I want to simply use the server to send automated emails from scripts.  I have server installed.  Over the course of two days I've have followed several posts:
    http://www.anujgakhar.com/2011/12/09/using-macosx-lion-command-line-mail-with-gm ail-as-smtp/
    http://blog.anupamsg.me/2012/02/14/enabling-postfix-for-outbound-relay-via-gmail -on-os-x-lion-11/
    And the updated Yosemite version here:
    http://blog.anupamsg.me/2013/12/22/enabling-postfix-on-osx-as-a-relay-revisited/
    Yosemite Server configuration
    http://krypted.com/mac-security/configure-the-os-x-yosemite-server-mail-service/
    I've gotten no where.  In my last attempt all sasl errors and no mech connections had stopped but mail did not appear to go anywhere.  No trace.  I stumbled across a post that said ssl connections from Mac OS X Yosemite are broken and just don't work.
    Now the real rub. I have gotten the same thing working with Linux in 5 minutes following this post:
    https://rtcamp.com/tutorials/linux/ubuntu-postfix-gmail-smtp/
    Then within an hour my crontab and scripts were written, debugged, and blissfully sending email.
    I would rather run this from my Mac server.  I understand that this may become an in-depth discussion/debug session (remember the old sendmail.cf day?!) and would greatly appreciate someone's mentoring here.
    -Tim

    Hi,
    maybe it helps or not, I solve a other performance problem which is more related to the mailbox speed but this error on client side is gone afterwards:
    In Yosemite there is still also a problem with the automatic settings detection in Mail.
    That means that the application try's to find a working authentication mechanism in combination with different ports and encryption.
    So far so good, this feature would be okay but the application never stops to do that. So we are shortly connected but the connection becomes invalid again.
    This leads to performance issues and the application becomes very slow!
    If you refer your client log file maybe you can see some "Failed to start the SASL connection" issues (coming from Mail.app).
    In case that you are running a OS X Server which is used by Mail you will see in /var/log/mail* /Library/Logs/mail* various login failures. In case that you have enabled the Adaptive Firewall it can be happen that your IP is blocked for 15 minutes.
    Of course this must not be a issue for everyone I believe it strongly depends on your email server / provider which auth. stuff is supported or enabled.
    To solve it:
    1.) Open the Mail Preferences
    2.) Goto "Accounts" and select your Provider/Account
    3.) Klick Enhanced (the last right tab)
    4.) Disable the automatic settings detection (first checkbox)
    5.) In case you didn't enable "MailDrop"
    This works in Mail 8.1 on Yosemite 10.10.1

  • WLST domain configuration readTemplate problem

    Hi,
    I am getting java.lang.NoClassDefFoundError when I try to invoke readTemplate operation while installing WLS90 domain on solaris environment. I sourced $WL_HOME/server/bin/setWLSEnv.sh before I invoked WLST shell. Can anyone shed some light on this ?
    wls:/offline> readTemplate("/export/webapps/sbea/weblogic900/common/templates/domains/wls.jar")
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<string>", line 18, in readTemplate
    java.lang.NoClassDefFoundError: com/bea/xml/XmlObject
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.bea.plateng.domain.aspect.ConfigAspectManager.<clinit>(ConfigAspectManager.java:39)
    at com.bea.plateng.domain.TemplateBuilder.<clinit>(TemplateBuilder.java:184)
    at com.bea.plateng.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:353)
    at com.bea.plateng.domain.script.jython.WLScriptContext.readTemplate(WLScriptContext.java:246)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx3.readTemplate$1(<string>:18)
    at org.python.pycode._pyx3.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    at org.python.pycode._pyx16.f$0(<input>:1)
    at org.python.pycode._pyx16.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.core.Py.exec(Py.java:1157)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:40)
    at weblogic.management.scripting.WLST.main(WLST.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.WLST.main(WLST.java:22)
    java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/bea/xml/XmlObject

    Hi Satya,
    I have another followup issue regarding domain creation in WLS90.
    WLST complains on local registry file and jdbcdrivers.xml under /export/webapps/wls90 filesystem, which is true.
    The way I installed WLS90 is I ran the installer bin file on one host under /export/webapps/wls90 directory and after removing some unnecessary files (line man, samples, examples etc), I tared up the remaining directories and untared on another host. I modified all scripts that refered to /export/webapps/wls90 to new location. But not sure why it is still refrering to OLD directory structure. The new location is /export/webapps/sbea.
    Does installer caches the installation directory other than scripts under common/bin and server/bin ? Can you please let me know if I am missing anything. I verified all scripts under common/bin, server/bin which points to new location.
    2005-07-07 11:37:50,068 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Transform BEAHOME: /export/webapps/wls90
    2005-07-07 11:37:50,073 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Could not find the local registry file
    2005-07-07 11:37:53,211 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Transform BEAHOME: /export/webapps/wls90
    2005-07-07 11:37:53,216 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Could not find the local registry file
    2005-07-07 11:37:53,302 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - Looking file system for: /export/webapps/w
    ls90/weblogic90/server/lib/jdbcdrivers.xml
    2005-07-07 11:37:53,307 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found at "/export/weba
    pps/wls90/weblogic90/server/lib/jdbcdrivers.xml", giving up...
    2005-07-07 11:37:53,828 ERROR [main] com.bea.plateng.domain.jdbc.JDBCHelper - weblogic.xml.stream.XMLStreamException: Un
    able to instantiate the stream, the error was: Unable to resolve input source.
    weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
    at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:91)
    at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:49)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:67)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:49)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:79)
    at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.loadSchema(JDBCConnectionMetaDataParser.java:207)
    at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.<init>(JDBCConnectionMetaDataParser.java:124)
    at com.bea.plateng.domain.jdbc.JDBCHelper.getDriverInfoFactory(JDBCHelper.java:495)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.initDriverMap(JDBCAspectHelper.java:700)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getJDBCDriverInfoTable(JDBCAspectHelper.java:113)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getAllVendors(JDBCAspectHelper.java:396)
    at com.bea.plateng.domain.GeneratorHelper.configureDBVariables(GeneratorHelper.java:862)

  • OSB and OSR Domain Configuration

    Is it possible to have an Oracle 11g WebLogic Domain running both Service Bus and Service Registry managed servers in their own clusters. I.e. Oracle 11g WebLogic domain with 1 Cluster of Managed servers - OSB instances, and 1 Cluster of Managed Servers - OSR instances?

    Check the javadoc for ALSBConfigurationMBean
    This has sample code as well.
    regards,
    ~Krithika

  • SSL and custom domain configuration for cloud service

    Hi,
    I am doing custom domain mapping and SSL configuration for a cloud service web role. Another important aspect is Cloud service web role uses ADFS in between for authentication.
    I have custom domain mapped, SSL uploaded on cloud services Certificates
    tab in management portal, certificate .pfx and chaining certs .CER are added as below -
    <Certificate name="UATCert" thumbprint="A" thumbprintAlgorithm="sha1" />
    <Certificate name="Certificate1" thumbprint="B" thumbprintAlgorithm="sha1" />
    <Certificate name="Certificate2" thumbprint="C" thumbprintAlgorithm="sha1" />
    I see these certificates getting added properly to Azure cloud service web role instance VM.
    The problem is, when I access the custom domain,
    https://mysite.com/default.aspx in the browser ultimately after ADFS login I see
    https://cloudservice.cloudapp.net/default.aspx. My understanding is, cloudapp.net should not be seen in the browser to the client. Also I keep getting error of certificates stating "There is
    a problem with this website’s security certificate" when browser shows cloudapp.net url.
    How can I avoid display of cloudapp.net in browser and show only custom domain Url. Also how can I avoid this certificate error ?
    Thoughts? 
    http://sanganakauthority.blogspot.com/

    Hi kunal,
    Based what you described, I understand that you want to use the custom domain for cloud service web role and apply azure active directory authentication to the web role application.
    >>>The problem is, when I access the custom domain,
    https://mysite.com/default.aspx in the browser ultimately after ADFS login I see
    https://cloudservice.cloudapp.net/default.aspx. 
    As for above issue, I think you should make sure you have registered the web application in azure AD both "SIGN-ON URL" and "Reply URL" are
     https://mysite.com/default.aspx 
    >>>Also I keep getting error of certificates stating "There is a problem with this website’s security certificate" when browser shows cloudapp.net url.
    Try to upload a valid certificate (provided by CA) to cloud service for your custom domain.
    Best Regards,
    Fuxiang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • WebSphere Default Server Starting Problem

    I am using WebSphere AS and facing a strange problem at the time of starting the default server.
    I had to change the user name & password of the XADataSource of the Server. On applying this, and starting the Default server, the server started and application worked fine. However, the next day, when I restarted the machine & started the Server, the server is not starting.
    I checked the connection using the Test Connection button. The connection is ok.
    I am getting the following error at the Default Server start up in the Default_Server_stdout.log:
    [4/18/03 14:28:38:219 GMT+05:30] 3cce5e54 Server U Build number: ptf30217.01
    [4/18/03 14:29:21:962 GMT+05:30] 3cce5e54 XARminst W WTRN0017W: Encountered an error in XA recover operation: -3
    [4/18/03 14:29:21:982 GMT+05:30] 3cce5e54 XARminst X Error to recover XAResource:
    In the log, the above two lines are repeated in a seemingly infinite loop. (I have to Force Stop the Default Server.)
    I suspect that there is some problem while reading the Default ServerXAResources properties file. I tried deleting this file so that it will be created, replacing it with that from another machine, but these things didn't work.
    (The classes12.zip is present in the classpath. )
    Please let me know if I have to do any more settings whenever I change the dastasource user/password.
    Thanks,
    JRahul.

    The following steps should fix your environment problem.
    1) Delete the log files under <WAS_HOME>\tranlog folder.
    This will allow you to start the server.
    2) Also make sure that your user id has SELECT privilege on
    "DBA_PENDING_TRANSACTIONS" table. I guess your id doesn't have that
    privilege.
    To grant the SELECT privilege on the system view
    "DBA_PENDING_TRANSACTIONS", you must logon to Oracle as "SYS" user using
    Oracle's tool likes SQL*Plus and issue the following command (Note: the
    default password for "SYS" user is "CHANGE_ON_INSTALL")
    sqlplus sys/change_on_install
    SQL> GRANT SELECT ON dba_pending_transactions to myuserid ;
    Sanjeevnagpal1

  • How to config weblogic 10.3.3 server log and domain log?

    I need to change the default logging configuration for both server log and the domain log. The server logging configuration (such as limiting the number of retained log files) can be updated in the Admin console. Howerver there are 100 domains running in a weblogic instance, can this be accomplished by updating a configuration file for each domain instead of going through the web interface?
    Also, how can I change the domain log configuration? Is there a configuration file or a command line argument for this?
    Thanks,
    Hong

    Hi Hong,
    Based on your requirement we have just created a script for you which would full fill your requirement.
    Note: Please the below properties files and the WLST script in the same same location
    "*domain.properties*"
    domain.count=2
    rotationType=bySize
    numberOfFilesLimited=yes
    fileMinSize=3000
    rotateLogOnStartup=yes
    fileCount=5
    ### Domain-1 Details ###
    domain.1.name=Domain_7001
    domain.1.admin.url=t3://10.10.10.10:7001
    domain.1.admin.username=weblogic
    domain.1.admin.password=weblogic
    domain.1.server.count=2
    domain.1.server.1.name=AdminServer
    domain.1.server.2.name=MS-1
    ### Domain-2 Details ###
    domain.2.name=Test_Domain
    domain.2.admin.url=t3://20.20.20.20:8001
    domain.2.admin.username=weblogic
    domain.2.admin.password=weblogic
    domain.2.server.count=2
    domain.2.server.1.name=AdminServer
    domain.2.server.2.name=MS-1 Below is the WLST script "*domainLogConfigurtionChange.py*" which would use the above properties file.
    # @author Copyright (c) 2010 - 2011 by Middleware Maigc, All Rights Reserved.
    from java.io import FileInputStream
    propInputStream = FileInputStream("domain.properties")
    configProps = Properties()
    configProps.load(propInputStream)
    totalNumbersofDomains=configProps.get("domain.count")
    rotationType=configProps.get("rotationType")
    numberOfFilesLimited=configProps.get("numberOfFilesLimited")
    fileMinSize=configProps.get("fileMinSize")
    rotateLogOnStartup=configProps.get("rotateLogOnStartup")
    fileCount=configProps.get("fileCount")
    def str2bool(v):
         return v.lower() in ("yes", "true", "t", "1")
    domainTmpCount=1
    while (domainTmpCount <= int(totalNumbersofDomains)) :
         domainName = configProps.get("domain."+ str(domainTmpCount)+".name")
         domainAdminUrl = configProps.get("domain."+ str(domainTmpCount)+".admin.url")
         domainAdminUserName = configProps.get("domain."+ str(domainTmpCount)+".admin.username")
         domainAdminPassword = configProps.get("domain."+ str(domainTmpCount)+".admin.password")
         serverTmpCount = configProps.get("domain."+ str(domainTmpCount)+".server.count")
         connect(domainAdminUserName, domainAdminPassword, domainAdminUrl)
         print '==============================================='
         print 'Changing Log Settings For Domain....', domainName
         print '==============================================='
         serverTmpCount=1
         while (serverTmpCount <= int(totalNumbersofDomains)) :
              edit()
              startEdit()          
              serverName = configProps.get("domain."+ str(domainTmpCount)+".server."+ str(serverTmpCount)+".name")
              print 'Changing Log Setting for serverName: ' , serverName
              cd('/Servers/' + serverName + '/Log/' + serverName)
              cmo.setRotationType(rotationType)
              x = str2bool(numberOfFilesLimited)
              cmo.setNumberOfFilesLimited(x)
              cmo.setFileMinSize(int(fileMinSize))
              cmo.setRotateLogOnStartup(str2bool(rotateLogOnStartup))
              cmo.setFileCount(int(fileCount))
              cmo.setFileName('logs/' + serverName + '.log')
              activate()
              serverTmpCount = serverTmpCount +1
         domainTmpCount = domainTmpCount +1 For more information on how these WLST scripts can be used please refer to the following link
    Topic: WLST
    http://middlewaremagic.com/weblogic/?page_id=1492
    Regards,
    Ravish Mody

  • JBOSS  4.0 Application Server start up problem?

    1. JBOSS Application Server start up problem?
    I have installed the JBOSS 4.0 application server in eclipse 3.4(Ganymede) in order to work with the adempiere open source ERP.When I start the JBOSS server,It displays the message &ldquo;Server started in Xm:XXs:XXXms&rdquo; in the console window.But the progress bar in server window is still running.Once the time out is over,it displays the message server cannot be started.
    What should I do in order to make eclipse know that the server is started(message in console as server started) and set its status to &ldquo;Started&rdquo;?
    2.Is it possible to copy and paste the .war created in eclipse 3.4 using JBOSS 4.0 to Glassfish v2 which requires archive file .ear form in NetBeans IDE 6.1?

    i also noticed when I start the server some times the first line it display in the container will be starting Microcontainer some times it diaplays microkernel?You can find out reason based on that also?
    Actually I was using 8080 port for my Oracle 10g Express Edition.Even when I change the port in server view,I had same problem.In order to recover from the problem,I finally changed my database port,My Jboss 4.0 has started succesfully. When I access the JBOSS in URL http://localhost:8080/jmx-console,i got the error can you tell me what can i do?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:105)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:929)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    Apache Tomcat/5.0.28

  • How to Install BAM Alerts in multi environment in 2013 R2? How to point to a single BAM Portal(Default WebSite) configured on BTS APP server1 from BTS App Server 2 and BTS App Server 3 ?

    Please guide me on BAM install in multi environment for 2013 R2. Any blog which can show, how to configure multiple BTS servers to point to a single BAM portal created on the first server.
    The BAM portal is configured on the Default Website on the first server.
    How Could I Point to the same portal while configuring other 2 BTS servers?
    What are the authentication mechanisms, I have to use at virtual directories and root level?
    Racha Rams

    The document for installing BAM for B2K13 in a multi-computer environment is available as part of the BizTalk documentation available for download from
    http://www.microsoft.com/en-in/download/details.aspx?id=35552
    You will most likely also need to refer to the TechNet Blog
    http://blogs.technet.com/b/meamcs/archive/2013/07/26/fixed-biztalk-2013-bam-tools-configuration-problem.aspx which mentions having to setup SQL Mail feature in SQL Server 2012 and post that configuring both the features BAM Tools and BAM Alerts together.
    Regards.

Maybe you are looking for

  • Log and transfer inevitably crashing FCP

    We're editing a couple of music video in FCP 6.0.1. we shot with an HMC150 so the clips are being uploaded from an SDHC in an AVCHD folder via log and transfer. the first video went relatively fine barring several problems with log and transfer (file

  • Oracle 10.2.0.4 to 11.2.0.3 upgrade

    Hi All, I have a BI EHP2 system with Linux / Oracle 10.2.0.4 . We are into the upgrade process > We are getting some error during the pre_upgrade scripts. SQL> @pre_upgrade_tasks.sql ================================ === PRE-UPGRADE Tasks: START === =

  • Video and game performance Satellite P100-434

    I got myself a nice new P100-434 just 2 weeks ago, When tring to play a game or a DVD It starts of ok but after a short time the frame rate drops right of then comes back up then back down.. I took it back to the shop and they gave me a new one but t

  • I purchased/downloaded CS6 for a mac, but email says serial number is for win. Serial number does not work. What can I do?

    Why was I sent a serial number for a Win version? How can I fix this?

  • T 61 Stuck Key 01 error

    Hello there!     One of my co-workers is getting an error when booting up, it displays as: Error  0210: Stuck key 01 Press <F1> to setup I tried pressing F1 and it won't let me continue into setup is there another way to fix this issue.  Please Advis