Steps to enable "-Xmanagement" option in JRockit JVM?

Hello,
I am trying to enable the "-Xmanagement" option in the Jrockit JVM 1.4.2_04 to enable the management server to listen to the JVM running on our server. Therefore, we can use the JRA to profile our JVM in realtime, using the JRockit Management console.
We are running W2K3 and use the registry to pass all the necessary options (i.e. -classpath, verbose:gc, min/max heap size, -D options etc.) when starting the Weblogic service. However, when I attempt to add the -Xmanagement option to anywhere in the registry setting, the service will fail to start, regardless of where I place the option in the field.
If I cannot set this option, I recieve the below error when attempting to connect to the server via the management console ( I have tried various ports as well )
com.jrockit.common.rmp.JRockitServerNotListeningException: Can't create connection to JRockit on perfd-rpd2a at port 7001
(Encapsulated exception: Connection refused: connect)
     at com.jrockit.console.connection.RmpConnection.<init>(RmpConnection.java:124)
     at com.jrockit.console.connection.ConnectorModel.connect(ConnectorModel.java:315)
     at com.jrockit.console.browser.BrowserAbstractNode.connectNode(BrowserAbstractNode.java:124)
     at com.jrockit.console.application.AllUIOperations$4.doAction(AllUIOperations.java:120)
     at com.jrockit.console.application.AllUIOperations.executeAction(AllUIOperations.java:621)
     at com.jrockit.console.application.UIOperation.actionPerformed(UIOperation.java:310)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
     at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at com.jrockit.console.util.WaitCursorEventQueue.dispatchEvent(WaitCursorEventQueue.java:101)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
=== Encapsulated exception ===
java.net.ConnectException: Connection refused: connect
Any ideas/suggestions?
TIA.
-Nader

Hi Helena,
Below are the values from the registry key we are passing to the weblogic service.
We do not use any of the "Start(WLS)(Weblogic).cmd" scripts to start the Weblogic service, only the WSM (Windows Service Manager).
Please let me know if you have any further questions.
Thanks for the assitance.
Regards,
-Nader
-server -mx1024m -verbose:gc -XX:MaxPermSize=128m -Xmanagement -classpath d:\bea\JROCKI~1\lib\tools.jar;d:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;d:\bea\WEBLOG~1\server\lib\weblogic.jar;d:\bea\jdk142_04\jre\lib\rt.jar;d:\bea\WEBLOG~1\server\lib\webservices.jar -Dweblogic.RootDirectory=d:\bea\j2ee\domains\PERFD-RD2 -Dweblogic.Name=perfd-rpd2a -Dbea.home=d:\bea -Dweblogic.management.username=system -Dweblogic.management.password=weblogic -Dweblogic.management.server=http://10.198.39.237:7001 -Djava.security.policy=d:\bea\WEBLOG~1\server\lib\weblogic.policy -Dsun.net.inetaddr.ttl=0 weblogic.Server

Similar Messages

  • Enable Xmanager on solaris 10

    Hi guys ,
    I was facing issue with getting session of solaris 10 on xmanager . please go through following steps to enable xmanager for solaris 10 .
    1> edit /etc/ssh/sshd_config
    # X11 tunneling options
    X11Forwarding yes
    X11DisplayOffset 10
    X11UseLocalhost yes
    2> /etc/init.d/dtlogin start
    finished !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.
    Thanks & Regards
    Sameer Khandar

    I have tried all the above , but still not lucky :( .
    Besides I have done the below (you can see also the system):
    # uname -a
    SunOS SUN-2 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V240
    # svccfg
    svc:> select cde-login
    svc:/application/graphical-login/cde-login> listprop arg
    dtlogin/args astring
    svc:/application/graphical-login/cde-login> setprop dtlogin/args=astring:" -udpPort 177"
    svc:/application/graphical-login/cde-login> quit
    # svcadm restart cde-login
    # ps -ef |grep dtlogin
    root 25145 23150 0 06:22:50 pts/1 0:00 grep dtlogin
    root 24997 1 0 06:22:01 ? 0:00 /usr/dt/bin/dtlogin -daemon -udpPort 177
    Please help ... thank you in advance

  • 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.

  • Acrobat standard 9.0 error while enabling commets option using Java script object

    I'm using the below java script code in my VB 6.0 application for enabling commets options in the PDF file
    Dim oJSO As Object
    Set oJSO = mPDDoc.GetJSObject
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    It is working fine till Acrobat 8.0. Now I'm trying with Acrobat 9.0 standard edition, it is throwing scripting error 'An unhandled Win32 exception occured in Acrobat.exe[308].
    Can anyone suggest the way to enable 'comment' options in Acrobat Standard 9.0 using Java Script Object?
    Thanks

    I get much the same problem with VB6, Acrobat 9 Pro and WinXP SP3. When I single step the line:
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    in debug I go to the error handler for my Sub. Inspecting the VB Err object has Number = -2147417851 and Description = "Automation error
    The server threw an exception." I get a Microsoft crash notice about Acrobat a short while later.
    I've experimented with the JavaScript debugger in Acrobat and you can execute Collab.showAnnotToolsWhenNoCollab = True and reference the value of Collab.showAnnotToolsWhenNoCollab in the console. The problem appears only when accessing Acrobat Javascript through the Interapplication Communication API.
    If anyone can help it would be appreciated. I tried Adobe's Acrobat support and they were no help at all.

  • How to enable olap option in oracle enterprise edition 10g?

    what are the settings/steps one should take in enabling OLAP option in oracle enterprise edition 10g?
    If we have an installation of Oracle EE 10g,how can we know that OLAP is enabled or not?
    Can anyone throw light on OLAP_TABLE function?
    In Analytic Workspace manager 10g,i have created a workspace ,under that i am having some dimensions,cubes,as well.
    After mapped to source table,and maintained,when i do a right click on measures, to view data, i get a error ORA-06553:PLS-222:no function with the name 'OLAP_TABLE' exists in this scope

    The Export function is disabled when the responsibility is opened initially .
    When we enter into a specific form its automatically enabled .
    Login to a user who has Application Developer responsibility & to Application >Register & press f11 and Ctrl f11 .

  • Steps to enable FIPS mode

    I have been looking around for a good SUN documentation on enabling java in fips mode.
    The below link is not satisfactory to get going and enable fips mode.
    http://java.sun.com/javase/6/docs/technotes/guides/security/jsse/FIPS.html
    Can anybody share detailed documentaion or steps to enable java in fips mode.
    Thanks,
    Edited by: Sanj_M on Feb 2, 2010 1:35 AM

    1. How do I get a FIPS compliant provider.From a FIPS-compliant JCE provider vendor.
    2. The doc mentions two options to configure the provider
    Where will JSSE look for the configured provider.I believe it is jre/lib/ext but the vendor will tell you.
    3. How to test my application for FIPS complianceWell you could try to do any of the things described in the document you derided, such as enabling SSLv3 or a non-compliant protocol, and ensure that exceptions are thrown. However it is up to the vendor to provide you with a compliance certificate - this isn't something you need to test.

  • Configuration steps to enable digital signature

    Hi,
    Can anybody please guide with the steps for enabling digital signature in form 16.
    How to start with the configuration?
    Thanks & Regards
    Astha

    hi Astha,
    hope u r doing good.
    some pointers for u r query from da note mentioned by Ayyappas.
    Ask your BASIS guy to set up ur SMP ID .
    It is now permitted to use Digital Signature on Form 16. Current Form 16 print program does not support this functionality
    Prerequisites
    SAP Note 1156084 - Sum of serial no. 18(a) & 18(b) incorrect on Form 16 PDF
    Currently this solution supports single digital signature at a time. In case you have more than one digital signature uploaded in
    the system, currently Form 16 will be signed with "Default" digital signature only.
    Create connection between ADS (Adobe Document Services) and R/3 system:
    This can be done through transaction 'SM59' --> connection type 'G' (HTTP Connection to External Server).
    It is recommended that you create this connection with 'RFC Destination' name as 'ADS_HTTPS'.
    Download:
    .SAR attachment 480180 and 13719 should be downloaded with file names
    Form16_DIGSIG.SAR for ECC 6.0 and Form16_DIGSIG.SAP
    for ECC 604 release.
    Perform the following manual activities:
    o Execute Transaction code 'SE38'.
    o Enter Program Name 'HINCF160' and select 'Change' option
    o Select 'GOTO' from menu bar and select 'Text Elements' and then
    'Text Symbols' from menu.
    o Make the folloing new entries in Text Symbols
    also follow SAP Note 1168740 - Digital Signature for Form 16
    Regards,
    RohitS

  • Determine the method optimizing which the Jrockit JVM crashed.

    I have an application that is running on Jrockit JVM. which crashed after 3-4 hours.
    From the jrockit.<pid>.dump I could determine that the crash was on the Thread: "(Code Optimization Thread 1) .
    And by using -XnoOpt we can stop code Optimization.
    However, how do we determine which exact method caused it so that i can use the option -XX:OptFile
    I am running Jrockit R28.0.1-21-133393-1.6.0_20-20100512-2126-linux-x86_64
    on RED HAT LINUX 5.3 (64 bit)
    Thread:
    "(Code Optimization Thread 1)" id=5 idx=0x54 tid=29997 lastJavaFrame=0xfffffffffffffffc
    Stack 0: start=0x41a70000, end=0x41ab2000, guards=0x41a75000 (ok), forbidden=0x41a73000
    Thread Stack Trace:
    at mspace_free+473(osal_mspace.c:4608)
    at irAliasValidate+1760(aliases.c:558)
    at irInfoGet+61(irinfo.c:143)
    at irAliasMustBeAliases+59(aliases.c:112)
    at update_callvector+4976(inline.c:284)

    Many bugs were reported for JVM crast at acGetOperand in JRockit R27.x
    But no bugs are reported exactly with the same stack trace.
    Regarding a workaround, the below stack is actually misleading us. It does not give us a clue about the reasons for the crash (whether it is happening due to concurrent GC or parallel GC or Compaction etc.), so we cannot really say what GC settings would avoid it.
    I recommend that we collect another textual dump if the crash occurs again and hope that the stack trace generated the next time will give us better insight into the root cause.
    Another suggestion would be to upgrade to R28.x

  • Regarding  to enable transfered option for enhanced field  in BI 7.0

    Hi Experts,
        I am working on a requirement for which  i have enhanced fields  at RSA 6  extractor level and then  I removed hide options from those enhanced fields and then I had replicate it at BI system but  then what happen na for those fields that i have enhance  transfered option at DataSource  level in BI side  is not enable.Even at Bi level edit button at DataSource  level is disabled.So I cannot even edit it.Iam using Emulated DataSource ( 3.5 DataSource ) in BI 7.0.The DataSource  is available in activate version.Can any body suggest any thing how to enable transfered option in BI 7.0 when it is disabled.
    Thanks & Regards
    Vinod kumar

    Hi
    Check if you have Authorization to Replicate/Change / Active for the DS, BASIS Team can help you with this.
    R/3 side
    Recheck for your enhanced / Appended fields at R/3 Side .
    Make sure that you have saved/Activated the Code/DS/Structure.
    RSA6 -- Check your DS for the enhanced Fields again / Transport the Same again.
    BI Side
    RSA13--Source System --Say Replicate DS -- Now see if you can access the enhanced fields here.
    As you said you are using emulated DS -- Check if your Transfer/Update Rules are Active for the DS.. Try to activate the same with RS_TRANSTRU_ACTIVATE_ALL / RSDS_DATASOURCE_ACTIVATE_ALL/ RSDS_UPDR_REACTIVATE_ALL...
    Hope it helps and clear

  • Steps to enable BPEL to work after destination database outage?

    re.Steps to enable BPEL to work after destination database outage?
    Am wondering re. Steps to enable BPEL to work after destination database outage?
    Am getting BPEL console errors:
    Connection reset Error Code: 17002
    (have raised SR 5381930.992)

    Update from SR 5381930.992 seems to indicate this may relate to version of target database (version 8).
    10-MAY-06 06:08:43 GMT
    ACTION PLAN
    ============
    The schedule retried for many times because of the error "java.sql.SQLException: No more data to read from socket" occured.
    As I can not reproduce the same error in my internal system which using 10g data
    base. I think the cause of the issue is the database version you are using.
    Here is the action plan:
    1. Run the test with 9i or 10g database again, to see if the error "No more data to read from socket Error Code: 17410." occurs or not?
    2. provide the detail version of database, so that I can reproduce the issue in
    my internal system.
    Regards,
    Pete
    10-MAY-06 06:09:08 GMT
    Email Update button has been pressed: Sending email to [email protected]
    09-MAY-06 23:36:43 : CHANGES MADE VIA MetaLink
    NOT YET FORWARDED TO OUR INTERNAL SYSTEMS :
    New info : FORALL :
    Regarding 1./ If I target stdbdev (oracle 9) then I can confirm that these
    unneccesary retry lines do not occur ...
    Regarding 2./ SQLPlus indicates that Coopdev is : Oracle8i Enterprise Edition
    Release 8.1.7.2.0

  • Hey how are you guys listen i have an iphone 4s the one i use with the H20 CARRIEr and i trying to enable the option call forwarding and when i type tho number i go back and i notice to the call forwarding it turning off as soon i back to the main menu ?

    hey how are you guys listen i have an iphone 4s the one i use with the H20 CARRIEr and i trying to enable the option call forwarding and when i type tho number i go back and i notice to the call forwarding it turning off as soon i back to the main menu ?

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • JRockit JVM crash

    Hi,
    We are using JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32 with Weblogic 10.3 on Windows XP SP3 as well as Redhat 5.2.
    There is a JVM crash (code generation) when hashCode() in called on a String. Error message is: Illegal memory access. We have tried turning off optimization using -XnoOpt as well -Xnoopt without success. Crash is seen on both the platforms.
    Any suggestions or work arounds will be very much appreciated. Dump is given in the end of email.
    Thanks,
    Ajit
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:06:07 on Thu Apr 16 12:07:54 2009
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    D:\tools\bea103\user_projects\domains\cim8\jrockit.4588.dump
    D:\tools\bea103\user_projects\domains\cim8\jrockit.4588.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x0046D11A - memory at 0x0000001B could not be read.
    Minidump : Wrote mdmp. Size is 770MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#4.
    : YC is not running. Last finished YC was YC#14.
    OC History : Strategy genparpar was used for OC#1 to OC#4.
    YC History : Ran 5 YCs before OC#1.
    : Ran 7 YCs before OC#2.
    : Ran 1 YCs before OC#3.
    : Ran 1 YCs before OC#4.
    : Ran 0 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x00C00000 - 0x20C00000 (Size: 512 MB)
    Compaction : 0x02C00000 - 0x04C00000 (Current compaction type: internal)
    NurseryList : 0x00F09148 - 0x0F8F6BE8
    KeepArea : 0x101E3398 - 0x0FA7BB38
    NurseryMarker: [ 0x101E3398,  0x0FA7BB38 ]
    CompRefs : References are 32-bit.
    CPU : Intel Pentium 4 SSE SSE2 SSE3 NetBurst EM64T
    Number CPUs : 2
    Tot Phys Mem : 3489136640 (3327 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Normal
    State : JVM is running
    Command Line : -Xms512m -Xmx512m -Xverify:none -da -Dplatform.home=D:\tools\bea103\WLSERV~1.3 -Dwls.home=D:\tools\bea103\WLSERV~1.3\server -Dweblogic.home=D:\tools\bea103\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=d:\tools\bea103\patch_wls1030\profiles\default\sysext_manifest_classpath;d:\tools\bea103\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Dtangosol.coherence.cacheconfig=d:/work/cim72/venus_dist_wlg/config/coherence-client-cache-config.xml -Dtangosol.coherence.override=d:/work/cim72/venus_dist_wlg/config/tangosol-coherence-override.xml -DMQ_HOME=d:/work/cim72/venus_dist_wlg -Dtangosol.coherence.log=d:/work/cim72/venus_dist_wlg/tangosol.log -DMQ_CONFIG_FILE=d:/work/cim72/venus_dist_wlg/config/ConfigValues.xml -DMQ_COMMON_DIR=d:/work/common/dev72 -DOS=Windows_NT -DORACLE_HOME=C:\oracle\ora92 -DNODE_ID=Amar -DMQ_LOG=d:/work/cim72/venus_dist_wlg/log -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl -Djava.security.policy=D:\tools\bea103\WLSERV~1.3\server\lib\weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : d:\tools\bea103\JROCKI~1\jre
    j.class.path : ;d:\tools\bea103\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\tools\bea103\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\tools\bea103\JROCKI~1\lib\tools.jar;D:\tools\bea103\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\tools\bea103\WLSERV~1.3\server\lib\weblogic.jar;d:\tools\bea103\modules\features\weblogic.server.modules_10.3.0.0.jar;D:\tools\bea103\WLSERV~1.3\server\lib\webservices.jar;d:\tools\bea103\modules\ORGAPA~1.5/lib/ant-all.jar;d:\tools\bea103\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;D:\tools\bea103\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;D:\tools\bea103\WLSERV~1.3\server\lib\xqrl.jar;;;d:/work/cim72/venus_dist_wlg/lib/external/serializer.jar;d:/work/cim72/venus_dist_wlg/lib/external/UserInfoService.jar;
    j.lib.path : d:\tools\bea103\JROCKI~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;d:\tools\bea103\patch_wls1030\profiles\default\native;d:\tools\bea103\patch_cie660\profiles\default\native;D:\tools\bea103\WLSERV~1.3\server\native\win\32;D:\tools\bea103\WLSERV~1.3\server\bin;d:\tools\bea103\modules\ORGAPA~1.5\bin;d:\tools\bea103\JROCKI~1\jre\bin;d:\tools\bea103\JROCKI~1\bin;C:\tools\WebSphereMQ\Java\lib;C:\oracle\ora92\bin;C:\Program Files\O0racle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin2;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\tools\apache-ant-1.5.4\bin;C:\tibco\tibrv\BIN;D:\bea81\jdk142_11\bin;D:\DB2\IBM\SQLLIB\BIN;D:\DB2\IBM\SQLLIB\FUNCTION;D:\DB2\IBM\SQLLIB\SAMPLES\REPL;D:/work/cim70HF1/venus_dist_was/bin/db2ldr;C:\tools\WebSphereMQ\bin;C:\tools\WebSphereMQ\tools\c\samples\bin;D:\tools\bea103\WLSERV~1.3\server\native\win\32\oci920_8
    JAVA_HOME : d:\tools\bea103\JROCKI~1
    JAVAOPTIONS: <not set>
    PATH : d:\tools\bea103\JROCKI~1\jre\bin;d:\tools\bea103\patch_wls1030\profiles\default\native;d:\tools\bea103\patch_cie660\profiles\default\native;D:\tools\bea103\WLSERV~1.3\server\native\win\32;D:\tools\bea103\WLSERV~1.3\server\bin;d:\tools\bea103\modules\ORGAPA~1.5\bin;d:\tools\bea103\JROCKI~1\jre\bin;d:\tools\bea103\JROCKI~1\bin;C:\tools\WebSphereMQ\Java\lib;C:\oracle\ora92\bin;C:\Program Files\O0racle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin2;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\tools\apache-ant-1.5.4\bin;C:\tibco\tibrv\BIN;D:\bea81\jdk142_11\bin;D:\DB2\IBM\SQLLIB\BIN;D:\DB2\IBM\SQLLIB\FUNCTION;D:\DB2\IBM\SQLLIB\SAMPLES\REPL;D:/work/cim70HF1/venus_dist_was/bin/db2ldr;C:\tools\WebSphereMQ\bin;C:\tools\WebSphereMQ\tools\c\samples\bin;D:\tools\bea103\WLSERV~1.3\server\native\win\32\oci920_8
    C Heap : Good; no memory allocations have failed
    Method : com/martquest/entity/roleassignment/RoleAssignmentEntPKey.hashCode()I
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x256BED00 / OS context: 0x256BF0EC):
    eax = 0000001b ecx = 2ff00210 edx = 2ff00960 ebx = 2ff07a40
    esp = 256bf3b8 ebp = 2ff04a28 esi = 256bf574 edi = 2f5626e8
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 0046d11a eflags = 00010202
    Stack:
    (* marks the word pointed to by the stack pointer)
    256bf3b8: 256bf574* 256bf5b5 000000b5 000000a9 00000000 0047b101
    256bf3d0: 0000001b 2ff079b0 00000000 00000039 256bf574 00000038
    256bf3e8: 000000a9 2432042c 256bf424 00000030 0042f73c 256bf5b5
    256bf400: 00000039 2ff04a28 2ff048e0 2ff04a28 00000042 00000005
    Code:
    (* marks the word pointed to by the instruction pointer)
    0046d0e8: 6a57006a e8515302 0003419c 833c468b c08540c4 0e8b5a75
    0046d100: c085018b 008b0274 082440f6 518b4a75 003a830c 448b4274
    0046d118: 108b1824* 0000e281 fa811ff0 00100000 d2330474 408b05eb
    0046d130: 8b108b18 74c08501 f6008b02 74082440 ebc03304 0c498b05
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-00410fff d:\tools\bea103\JROCKI~1\bin\java.exe
    7c900000-7c9aefff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f5fff C:\WINDOWS\system32\kernel32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f01fff C:\WINDOWS\system32\RPCRT4.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    7c340000-7c395fff d:\tools\bea103\JROCKI~1\jre\bin\msvcr71.dll
    00420000-006c3fff *d:\tools\bea103\JROCKI~1\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    77f10000-77f58fff C:\WINDOWS\system32\GDI32.dll
    7e410000-7e4a0fff C:\WINDOWS\system32\USER32.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    6d410000-6d438fff d:\tools\bea103\JROCKI~1\jre\bin\jdwp.dll
    6d770000-6d775fff d:\tools\bea103\JROCKI~1\jre\bin\npt.dll
    6d820000-6d82bfff d:\tools\bea103\JROCKI~1\jre\bin\verify.dll
    6d3c0000-6d3defff d:\tools\bea103\JROCKI~1\jre\bin\java.dll
    6d320000-6d327fff d:\tools\bea103\JROCKI~1\jre\bin\hpi.dll
    6d860000-6d86efff D:\tools\bea103\jrockit_160_05\jre\bin\zip.dll
    6d290000-6d296fff d:\tools\bea103\JROCKI~1\jre\bin\dt_socket.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    6d620000-6d632fff D:\tools\bea103\jrockit_160_05\jre\bin\net.dll
    00bf0000-00bf7fff C:\WINDOWS\System32\winrnr.dll
    237e0000-23806fff C:\WINDOWS\system32\DNSAPI.dll
    23810000-2383bfff C:\WINDOWS\system32\WLDAP32.dll
    23840000-2384dfff C:\Program Files\Neoteris\Secure Application Manager\samnsp.dll
    23870000-23888fff C:\WINDOWS\system32\iphlpapi.dll
    238a0000-238a5fff C:\WINDOWS\system32\rasadhlp.dll
    6d570000-6d578fff D:\tools\bea103\jrockit_160_05\jre\bin\management.dll
    6d640000-6d648fff D:\tools\bea103\jrockit_160_05\jre\bin\nio.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    769c0000-76a73fff C:\WINDOWS\system32\USERENV.dll
    5b860000-5b8b4fff C:\WINDOWS\system32\netapi32.dll
    229c0000-229cafff D:\tools\bea103\jrockit_160_05\jre\bin\jmapi.dll
    229d0000-229ddfff D:\tools\bea103\wlserver_10.3\server\native\win\32\wlfileio2.dll
    25c10000-25c27fff C:\WINDOWS\system32\MPRAPI.dll
    77cc0000-77cf1fff C:\WINDOWS\system32\ACTIVEDS.dll
    25c30000-25c54fff C:\WINDOWS\system32\adsldpc.dll
    76b20000-76b30fff C:\WINDOWS\system32\ATL.DLL
    774e0000-7761cfff C:\WINDOWS\system32\ole32.dll
    25c60000-25ceafff C:\WINDOWS\system32\OLEAUT32.dll
    25cf0000-25cfdfff C:\WINDOWS\system32\rtutils.dll
    71bf0000-71c02fff C:\WINDOWS\system32\SAMLIB.dll
    77920000-77a12fff C:\WINDOWS\system32\SETUPAPI.dll
    25d40000-25d44fff D:\tools\bea103\wlserver_10.3\server\native\win\32\wlntio.dll
    6d800000-6d807fff D:\tools\bea103\jrockit_160_05\jre\bin\sunmscapi.dll
    77a80000-77b14fff C:\WINDOWS\system32\CRYPT32.dll
    77b20000-77b31fff C:\WINDOWS\system32\MSASN1.dll
    76bf0000-76bfafff C:\WINDOWS\system32\psapi.dll
    6d7c0000-6d7c5fff D:\tools\bea103\jrockit_160_05\jre\bin\rmi.dll
    34340000-34452fff d:\tools\bea103\JROCKI~1\jre\bin\dbghelp.dll
    "[ACTIVE] ExecuteThread: '0' for" id=17 idx=0x44 tid=4552 lastJavaFrame=0x256BF874
    Stack 0: start=0x25680000, end=0x256C0000, guards=0x25683000 (ok), forbidden=0x25681000
    Thread Stack Trace:
    at modelPutField+458(efield.c:198+38)@0x0046D11A
    at generateExpression+3841(expression.c:723+16)@0x0047B101
    at generate_block+220(bc2hir.c:1284+0)@0x0042F73C
    at generateIRFromOffset+262(bc2hir.c:1042+6)@0x0042FB16
    at cgTranslateBC2HIR+87(bc2hir.c:172+0)@0x004305D7
    at cmgrGenerateMethodFromPhase+121(codemanager.c:1107+25)@0x0044B719
    at cmgrGenerateNormalMethod+81(codemanager.c:773+0)@0x0044C1B1
    at cmgrGenerateCode+157(codemanager.c:732+0)@0x0044CA9D
    at generate_code2+187(methodaccess.c:735+14)@0x005410CB
    at generate_code+421(methodaccess.c:376+7)@0x00541AC5
    at get_runnable_codeinfo2+157(methodaccess.c:508+10)@0x00541BED
    at RJNI_jrockit_vm_RNI_generateVirtualCode+266(methodaccess.c:646+11)@0x00541F1A
    -- Java stack --
    at jrockit/vm/RNI.generateVirtualCode(Ljava/lang/Object;II)I(Native Method)
    at com/martquest/entity/roleassignment/RoleAssignmentEntPKey.hashCode(RoleAssignmentEntPKey.java:0)
    at weblogic/ejb/container/cache/CacheKey.<init>(CacheKey.java:26)
    at weblogic/ejb/container/manager/DBManager.create(DBManager.java:1480)
    at weblogic/ejb/container/manager/DBManager.remoteCreate(DBManager.java:1360)
    at weblogic/ejb/container/internal/EntityEJBHome.create(EntityEJBHome.java:272)
    at com/martquest/entity/roleassignment/RoleAssignmentEnt_d9pexc_HomeImpl.create(RoleAssignmentEnt_d9pexc_HomeImpl.java:74)
    at com/martquest/session/role/RoleAssignmentSsnBean.createRoleAssignment(RoleAssignmentSsnBean.java:149)
    at com/martquest/session/role/RoleAssignmentSsn_dgtk4w_EOImpl.createRoleAssignment(RoleAssignmentSsn_dgtk4w_EOImpl.java:644)
    at com/martquest/eml/member/MemberViewServlet.insert(MemberViewServlet.java:1665)
    at com/martquest/eml/member/MemberViewServlet.routeAction(MemberViewServlet.java:150)
    at com/martquest/eml/member/MemberViewServlet.onService(MemberViewServlet.java:129)
    at com/martquest/eml/MqServlet.service(MqServlet.java:487)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:820)
    at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)
    at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================

    Looks like JRockit crashes when JIT compiling the method com/martquest/entity/roleassignment/RoleAssignmentEntPKey.hashCode. You can try the latest JRockit version, R27.6.3, which is available from Oracle Support or bundled with JRMC 3.1 here:
    http://www.oracle.com/technology/software/products/jrockit/index.html
    If that doesn't help, I recommend that you open a ticket with Oracle Support and provide the text dump, the core file and compiled RoleAssignmentEntPKey.class; and ask for a JVM patch.
    Henrik

  • The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.

    Hello all,
    I am preparing our new Oracle Fusion Middleware platforms. So far we have been running BPEL 10.1.3.4.0 and we are going to build the 11g platform (WLS and SOA suite) in parallel.
    I have already installed WLS Server 10.3.3 and then SOA Suite + the SOA patchset bu selecting always Jrockit_160_17_R28.0.0-679.
    Now I am abaout to install the adapters and I red in the documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17054/intro.htm
    For supported JVM information that corresponds to each operating system, see the SAP Note #1077727 in the SAP Service Marketplace.
    Note:
    The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.
    Is anybody aware of this? If it is valid, how could I achieve not to re-installa everything from scratch and select SUN JVM?
    Could I for example create a new Managed Server where I will explicity select SUN JVM to be installed for this instance?
    Best Regards,
    Loukas Rougkalas

    Please post your question to SOA forum. This forum is about WebLogic Connector Container.

  • What is the enable 3G option do?

    Hello,
    I recently updated to iOS 5.1 and noticed that my battery was draining ALOT faster... So seeing as they put in the new "Enable 3G" option and I was on wifi I decided to turn it off cause I wasn't usin 3G. But when I turned it off I saw my service bars drop to one... Then pause for a second, then searching and then no service... Is that what the option is supposed to do? Completely disable you service? Or just the 3G?
    iPhone: 4s
    iOS: 5.1

    It disables 3G and you fall back to 2G ("Edge") service, if available.  Sounds like the Edge network coverage is low in your area, which is normal as carriers upgrade their network to faster 3G service.

  • Enabling Select-options in an RFC function module

    Hi Abaper's,
    I am using BAdi definition NOTIF_EVENT_SAVE for sending mail notification to user.
    Under CHANGE_DATA_AT_SAVE method I have called an RFC enabled function module and written code here for mail notification.I used cl_bcs class for sending file.On executing this I am getting a mail box wherein we can enter user id and send mail.But I don't want to use cl_bcs for sending mail now.So I modified the code by including SO_NEW_DOCUMENT_SEND_API1 function.
    My requirement is I want to enable select-options in this function module so that user can get a popup wherein he can select user name from master.On activating I am getting following error:
    Local SELECT-OPTIONS are not allowed (FORM routine or GET event is active).
    Can any one help me how to resolve this error?
    I am using this customized function module for mail notification.If I hardcode mail id,notification is working properly.
    Regards,
    Sam

    sam24 wrote:>
    > My requirement is I want to enable select-options in this function module so that user can get a popup wherein he can select user name from master
    Hi Sam,
    in the function groups TOP include, you can define a selection-screen:
    SELECTION-SCREEN BEGIN OF SCREEN 9786 [TITLE title].
    select-options: s_uname for ...
    SELECTION-SCREEN END OF SCREEN 9786.
    and in the function use
    CALL SELECTION-SCREEN dynnr
                          [STARTING AT col1 lin1
                          [ENDING   AT col2 lin2]]
    Everything declared in the function body source code is local.
    But you must make sure that CHANGE_DATA_AT_SAVE is not processed in update task.
    Regards,
    Clemens
    Edited by: Clemens Li on Jan 16, 2011 7:36 PM

Maybe you are looking for

  • Still frame from video: PS Elements 9

    I am new to PS, trying to get a still frame from a video. My camera uses a file  MP4, but PS says it does not accept that format.  How do I convert my MP4 videos so I can get some still pix from it?  I did the file>import>> frame for video>browze. It

  • Geting java.lang.ExceptionInInitializerError for wls6.1 with jdk1.4

    HI, Our application works fine with wls jdk1.3 but gives a runtime exception java.lang.ExceptionInInitializerError when wls6.1 a pointing to jdk1.4 .. plese give some tips.. thanks

  • More Artwork Problems...past topics don't solve

    Just came back to Apple after returning Zune, downloaded itunes 7 for the first time. Trying to download artwork, but it's frozen. In the top pane, says processing album artwork, but has been stuck on 131 of 1513 for 5 hours. Any ideas???

  • Report Job execution time

    Hi Everybody In 10g Grid I have a job which runs every day, In Job activity I can see exceution time if I click on each and every run But I need to create a report on how long that job took to execute in last 2 months. Can somebody point me to data d

  • Bonjour in Parallels

    I installed Bonjour in a Parallels XP partition a while ago, and thought it worked, but went to print yesterday and it didn't work. My printer is connected to my router via a NIC that is in the printer - and works fine from OS X. I ran Bonjour for Wi