Virtual Char error - UC_OBJECTS_NOT_CONVERTIBLE

I posted this on BI general, but thought may be this is a better place..please respond..
Hi all, I am trying to implement a virtual char and I foolowed the how to paper from SAP...My example is a very simple one where I want to test how this concept works. What I wanted to do is to be able to assign a constnt value to the characteristic 0PLANT, but I get the following runtime error when I test the report in RSRT.
UC_OBJECTS_NOT_CONVERTIBLE - Data objects in Unicode programs cannot be converted.
The statement
"MOVE src TO dst"
requires that the operands "dst" and "src" are convertible.
Since this statement is in a Unicode program, the special conversion
rules for Unicode programs apply.
In this case, these rules were violated.
here is the code I had in the method: IF_EX_RSR_OLAP_BADI~COMPUTE
method IF_EX_RSR_OLAP_BADI~COMPUTE.
field-symbols <fs_0material> type any.
field-symbols <fs_0plant> type any.
data: l_plant type /BI0/OIPLANT.
assign component p_cha_0material of structure c_s_data to <fs_0material>.
assign component p_cha_0plant of structure c_s_data to <fs_0plant>.
<fs_0plant> = l_plant.
endmethod.
I tried to search in SDN and on Service market place but could not find proper documents. Can someone help?

Ok I am past the error message and can actually execute it throught RSRT, but I dont see the virtual chars being filled in the output result. I can see through debug mode that the Virtual char in this case ZMRPDATE getting a value and also c_s_data being filled with that value, but finally when it outputs the result in RSRT it shows nothing. Is there any step that I am missing??
METHOD IF_EX_RSR_OLAP_BADI~COMPUTE .
field-symbols <fs_zmrpdate> type any.
field-symbols <fs_0material> type any.
field-symbols <fs_0plant> type any.
field-symbols <fs_zberw2> type any.
data: l_plant(4) type c.
      l_plant = 'ABCD'.
if p_cha_0plant is not initial.
assign component p_cha_0material of structure c_s_data to <fs_0material>.
assign component p_cha_0plant of structure c_s_data to <fs_0plant>.
assign component p_cha_zmrpdate of structure c_s_data to <fs_zmrpdate>.
assign component p_kyf_zberw2 of structure c_s_data to <fs_zberw2>.
endif.
select single /bic/zmrpdate from /bic/azpur_mdp00 into (<fs_zmrpdate>)
           where
                material = <fs_0material> and
                plant    = <fs_0plant>.
<fs_0plant> = l_plant.
<fs_0material> = l_plant.
******<fs_zmrpdate> = sy-datum.
<fs_zberw2>  = '999'.
Write afte the above step I could see that the C_S_DATA has changed, but the output result in RSRT will not the fields filled, they are still blank!!!!!!!!!!!!!!!!
Edited by: Ram Gowda on Feb 11, 2008 11:15 AM

Similar Messages

  • How to resolve this issue in windows 7 ?? "An Internal Virtual Machine error (3) has occurred. The virtual machine will reset now."

    Dear Friends,
    Do kindly help me out on this issues. I have installed Microsoft Virtual PC 2007 in my PC and i am trying to create an new virtual machine for several testing. I have a clean ISO image of windows 7 . I import through Captured ISO option. The system tries
    to configure the OS . But during the configuration i am getting this error. 
    *Your PC needs to Restart.
    Please hold the power button.
    Error Code: 0X0000005D
    Parameters:
    0x03063A09
    0x756E6547
    0x49656E69
    0x6C65746E
    An Internal Virtual Machine error (3) has occured.
    The virtual machine will reset now.
    I have Enabled the virtualization settings in BIOS. 
    Kindly help me out to resolve this issue. 
    Base Machine Platform : Windows 7 - 32 Bit and Windows 7 - 64 Bit.
    ISO Image : windows 7 - 32 bit.

    Error Code:  0x0000005D: Your
    CPU is not compatible.
    Ref : http://www.winvistatips.com/internal-virtual-machine-error-3-has-occurred-t520964.html
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • HotSpot Virtual Machine Error, Internal Error

    HI ,
    When i am starting my weblogic server instance it displays following error .
    Pls. advice me.
    thanks
    HotSpot Virtual Machine Error, Internal Error
    Please report this error at
    http://java.sun.com/cgi-bin/bugreport.cgi
    Java VM: Java HotSpot(TM) Client VM (1.4.1_05-b01 mixed mode)
    rror occured during error reporting]
    Error ID: 43113F32554E54494D45110E4350500305
    Problematic Thread: prio=5 tid=0x0ED54660 nid=0x728 runnable

    same problems reported:
    http://forum.java.sun.com/thread.jspa?messageID=3546152
    I would recomend you to update to latest update release for 1.4.1 or 1.4.2, because bug database states some fixes available for this problem.

  • HotSpot Virtual Machine Error : 11 Error ID : 4F530E43505002EF; RedHat ES3

    All
    we are using tomcat 4.1.30 with apache 2.0.49(and mod_jk 1.2.5)
    for our application.
    Our OS is as follows,
    Red Hat Enterprise Linux ES release 3 (Taroon)
    Kernel 2.4.21-4.0.1.EL on an i686
    We are experiencing JVM crashes wherein the VM crashes with the
    following information in the error id file
    Has anybody experienced this error before or has any information
    on this. please let me know
    takae3
    <><><><><>
    Unexpected Signal : 11 occurred at PC=0xB715B69C
    Function=(null)
    Library=/usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at com.hogehoge.testtool.common.JniConv.jniGetString(Native Method)
         at com.hogehoge.testtool.common.ConvUtil.decodeWord(ConvUtil.java:2203)
         at com.hogehoge.testtool.common.ConvUtil.getDecodeStringJNI(ConvUtil.java:1988)
         at com.hogehoge.testtool.common.ConvString.receiveString(ConvString.java:1968)
         at com.hogehoge.testtool.TTOOL.execute(TTOOL.java:67)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:480)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at com.hogehoge.testtool.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:57)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:457)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)
         at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    0804e000-0804f000 rw-p 00005000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    9cdad000-9cdbd000 r-xp 00000000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9cdbd000-9cdbe000 rw-p 0000f000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9ce4e000-9ce6d000 r--s 00000000 03:04 65479 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xml-apis.jar
    9ce6d000-9cf50000 r--s 00000000 03:04 65478 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xercesImpl.jar
    9cf50000-9cf66000 r--s 00000000 03:04 65477 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-tools-1.1-rc1.jar
    9cf66000-9cfe7000 r--s 00000000 03:04 65476 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-dep-1.4-rc1.jar
    9cfe7000-9d05f000 r--s 00000000 03:04 65475 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/struts.jar
    9d05f000-9d072000 r--s 00000000 03:04 65474 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-stores.jar
    9d072000-9d073000 r--s 00000000 03:04 65473 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-roles.jar
    9d073000-9d0e5000 r--s 00000000 03:04 65472 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-kernel.jar
    9d0f9000-9d14f000 r--s 00000000 03:04 65480 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/testtoolapi-1.0.12.jar
    9d14f000-9d154000 r--s 00000000 03:04 65466 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jta.jar
    9d154000-9d16e000 r--s 00000000 03:04 65465 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdom.jar
    9d16e000-9d170000 r--s 00000000 03:04 65464 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdbc2_0-stdext.jar
    9d170000-9d17f000 r--s 00000000 03:04 65463 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jaxp-api.jar
    9d17f000-9d18f000 r--s 00000000 03:04 65462 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jakarta-oro.jar
    9d18f000-9d19b000 r--s 00000000 03:04 65461 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-validator.jar
    9d19b000-9d1a4000 r--s 00000000 03:04 65460 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-resources.jar
    9d1a4000-9d1ae000 r--s 00000000 03:04 65459 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-pool-1.1.jar
    9d1ae000-9d1b6000 r--s 00000000 03:04 65458 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-logging.jar
    9d1b6000-9d1e6000 r--s 00000000 03:04 65457 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-lang.jar
    9d1e6000-9d1ea000 r--s 00000000 03:04 65456 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-fileupload.jar
    9d1ea000-9d205000 r--s 00000000 03:04 65455 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-digester.jar
    9d205000-9d21e000 r--s 00000000 03:04 65454 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-dbcp-1.1.jar
    9d233000-9d24b000 r-xp 00000000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24b000-9d24c000 rw-p 00017000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24c000-9d284000 r--s 00000000 03:04 65470 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d284000-9d2cd000 r--s 00000000 03:04 65453 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-collections.jar
    9d2cd000-9d2eb000 r--s 00000000 03:04 65452 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-beanutils.jar
    9d2ff000-9d34f000 r--s 00000000 03:04 65469 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mail.jar
    9d353000-9d362000 r-xp 00000000 03:02 524390 /lib/libresolv-2.3.2.so
    9d362000-9d363000 rw-p 0000f000 03:02 524390 /lib/libresolv-2.3.2.so
    9d365000-9d369000 r-xp 00000000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d369000-9d36a000 rw-p 00003000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d3fc000-9d3ff000 r-xp 00000000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d3ff000-9d400000 rw-p 00002000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d400000-9d457000 r--s 00000000 03:04 65468 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/log4j-1.2.8.jar
    9d457000-9d475000 r--s 00000000 03:04 65467 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/junit.jar
    9d477000-9d47d000 r--s 00000000 03:02 1081553 /usr/lib/gconv/gconv-modules.cache
    9d47d000-9d52d000 r--s 00000000 03:04 65451 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/ant.jar
    9d52d000-9d539000 r--s 00000000 03:04 65450 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/activation.jar
    9d539000-9d585000 r--s 00000000 03:04 2600002 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/testtoolapi-1.0.7.jar
    9d585000-9d598000 r--s 00000000 03:04 2600001 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-stores.jar
    9d598000-9d599000 r--s 00000000 03:04 2600000 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-roles.jar
    9d599000-9d60b000 r--s 00000000 03:04 2599999 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-kernel.jar
    9d60b000-9d60f000 r--s 00000000 03:04 2599998 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-catalinawrapper.jar
    9d60f000-9d615000 r--s 00000000 03:04 2599997 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-warp.jar
    9d615000-9d643000 r--s 00000000 03:04 2599996 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-util.jar
    9d643000-9d65c000 r--s 00000000 03:04 2599995 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk2.jar
    9d65c000-9d66c000 r--s 00000000 03:04 2599994 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk.jar
    9d66c000-9d679000 r--s 00000000 03:04 2599993 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-http11.jar
    9d679000-9d68a000 r--s 00000000 03:04 2599992 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-coyote.jar
    9d68a000-9d690000 r--s 00000000 03:04 2599991 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-webdav.jar
    9d690000-9d695000 r--s 00000000 03:04 2599989 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-manager.jar
    9d695000-9d697000 r--s 00000000 03:04 2599988 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-invoker.jar
    9d697000-9d69c000 r--s 00000000 03:04 2599987 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-default.jar
    9d69c000-9d69e000 r--s 00000000 03:04 2599986 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-common.jar
    9d69e000-9d6f2000 r--s 00000000 03:04 2599983 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/mx4j-jmx.jar
    9d6f2000-9d6f9000 r--s 00000000 03:04 2599982 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jakarta-regexp-1.3.jar
    9d6f9000-9d713000 r--s 00000000 03:04 2599981 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jaas.jar
    9d713000-9d72e000 r--s 00000000 03:04 2599980 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-modeler.jar
    9d72e000-9d736000 r--s 00000000 03:04 2599979 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-logging.jar
    9d736000-9d73c000 r--s 00000000 03:04 2599978 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-fileupload-1.0.jar
    9d73c000-9d757000 r--s 00000000 03:04 2599977 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-digester.jar
    9d757000-9d774000 r--s 00000000 03:04 2599976 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-beanutils.jar
    9d774000-9d82c000 r--s 00000000 03:04 2599975 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina.jar
    9d82c000-9d830000 r--s 00000000 03:04 2599974 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina-ant.jar
    9d830000-9d831000 r--s 00000000 03:04 670523 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/testtoolconv-0.0.1.jar
    9d831000-9d869000 r--s 00000000 03:04 670459 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d869000-9d87d000 r--s 00000000 03:04 670458 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/servlet.jar
    9d87d000-9d887000 r--s 00000000 03:04 670457 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-resources.jar
    9d887000-9d88c000 r--s 00000000 03:04 670456 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-factory.jar
    9d88c000-9d893000 r--s 00000000 03:04 670455 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-common.jar
    9d893000-9d896000 r--s 00000000 03:04 670453 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jta.jar
    9d896000-9d8af000 r--s 00000000 03:04 670452 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jndi.jar
    9d8af000-9d8b1000 r--s 00000000 03:04 670451 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jdbc2_0-stdext.jar
    9d8b1000-9d8c3000 r--s 00000000 03:04 670450 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-runtime.jar
    9d8c3000-9d8f0000 r--s 00000000 03:04 670449 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-compiler.jar
    9d8f0000-9d8fa000 r--s 00000000 03:04 670448 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-pool-1.1.jar
    9d8fa000-9d900000 r--s 00000000 03:04 670447 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-logging-api.jar
    9d900000-9d919000 r--s 00000000 03:04 670446 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-dbcp-1.1.jar
    9d919000-9d942000 r--s 00000000 03:04 670445 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-collections.jar
    9d942000-9da2b000 r--s 00000000 03:04 670444 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/ant.jar
    9da2b000-9da2e000 r--s 00000000 03:04 441519 /data/usr/local/jakarta-tomcat-4.1.30/bin/commons-daemon.jar
    9da2e000-9da34000 r--s 00000000 03:04 441517 /data/usr/local/jakarta-tomcat-4.1.30/bin/bootstrap.jar
    9da34000-9df10000 r--s 00000000 03:02 328991 /usr/java/j2sdk1.4.2_04/lib/tools.jar
    9df10000-9df2c000 r--s 00000000 03:02 328980 /usr/java/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar
    9df2c000-9dfe8000 r--s 00000000 03:02 328989 /usr/java/j2sdk1.4.2_04/jre/lib/ext/localedata.jar
    9dfe8000-9dff5000 r--s 00000000 03:02 328978 /usr/java/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar
    9dff5000-9dff8000 r--s 00000000 03:02 328977 /usr/java/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar
    9e6be000-9e799000 r--p 00e76000 03:02 688189 /usr/lib/locale/locale-archive
    9e799000-9e999000 r--p 00000000 03:02 688189 /usr/lib/locale/locale-archive
    b2bd4000-b2bd7000 r-xp 00000000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b2bd7000-b2bd8000 rw-p 00002000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b4c80000-b51d9000 r--s 00000000 03:02 1033867 /usr/java/j2sdk1.4.2_04/jre/lib/charsets.jar
    b51d9000-b51ea000 r--s 00000000 03:02 1033866 /usr/java/j2sdk1.4.2_04/jre/lib/jce.jar
    b51ea000-b52c5000 r--s 00000000 03:02 1033874 /usr/java/j2sdk1.4.2_04/jre/lib/jsse.jar
    b52c5000-b52db000 r--s 00000000 03:02 1033875 /usr/java/j2sdk1.4.2_04/jre/lib/sunrsasign.jar
    b5325000-b6cc5000 r--s 00000000 03:02 1033877 /usr/java/j2sdk1.4.2_04/jre/lib/rt.jar
    b6cc5000-b6ce4000 r--s 00000000 03:04 654087 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xmlParserAPIs.jar
    b6ce4000-b6dc7000 r--s 00000000 03:04 654086 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xercesImpl.jar
    b6dc7000-b6ddb000 r-xp 00000000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6ddb000-b6dde000 rw-p 00013000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6dde000-b6dfe000 r-xp 00000000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6dfe000-b6e00000 rw-p 0001f000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6e00000-b6e10000 r-xp 00000000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e10000-b6e12000 rw-p 0000f000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e12000-b6e1d000 r-xp 00000000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e1d000-b6e1e000 rw-p 0000a000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e29000-b6e2d000 rw-s 00000000 03:02 836887 /tmp/hsperfdata_servlet/2490 (deleted)
    b6e2d000-b6e4e000 r-xp 00000000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4e000-b6e4f000 rw-p 00020000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4f000-b6e61000 r-xp 00000000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e61000-b6e62000 rw-p 00011000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e6a000-b6e72000 r-xp 00000000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e72000-b6e73000 rw-p 00007000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e73000-b7423000 r-xp 00000000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7423000-b747c000 rw-p 005af000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7491000-b75c2000 r-xp 00000000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c2000-b75c5000 rw-p 00130000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c8000-b75ca000 r-xp 00000000 03:02 524358 /lib/libdl-2.3.2.so
    b75ca000-b75cb000 rw-p 00001000 03:02 524358 /lib/libdl-2.3.2.so
    b75cb000-b75d8000 r-xp 00000000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75d8000-b75d9000 rw-p 0000c000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75eb000-b7600000 r-xp 00000000 03:02 524345 /lib/ld-2.3.2.so
    b7600000-b7601000 rw-p 00015000 03:02 524345 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 26240K, used 5707K [0x9ebd0000, 0xa0840000, 0xa0840000)
    eden space 23360K, 18% used [0x9ebd0000, 0x9effb010, 0xa02a0000)
    from space 2880K, 49% used [0xa0570000, 0xa06d7db0, 0xa0840000)
    to space 2880K, 0% used [0xa02a0000, 0xa02a0000, 0xa0570000)
    tenured generation total 233024K, used 137618K [0xa0840000, 0xaebd0000, 0xaebd0000)
    the space 233024K, 59% used [0xa0840000, 0xa8ea4ac8, 0xa8ea4c00, 0xaebd0000)
    compacting perm gen total 16384K, used 13385K [0xaebd0000, 0xafbd0000, 0xb2bd0000)
    the space 16384K, 81% used [0xaebd0000, 0xaf8e2698, 0xaf8e2800, 0xafbd0000)
    Local Time = Tue Sep 14 18:37:28 2004
    Elapsed Time = 1034644
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_04-b05 mixed mode)

    We have seen numerous of these. Here are some hints. Hope this helps. -Dustin
    1) We see lots of OutOfMemory exceptions being thrown, so we believe this is the real root issue.
    2) We are using log4j 1.2.8. Stack dump almost ALWAYS shows that the unexpected signal occurred in a log4j method as shown in stack trace snippet below.
    Current Java thread:
    at java.lang.Throwable.getStackTraceDepth(Native Method)
    at java.lang.Throwable.getOurStackTrace(Throwable.java:588)
    - locked <0x4e5792d8> (a java.lang.Throwable)
    at java.lang.Throwable.printStackTrace(Throwable.java:510)
    - locked <0x511ad738> (a java.io.PrintWriter)
    at org.apache.log4j.spi.LocationInfo.<init>(LocationInfo.java:96)
    - locked <0x511ad708> (a java.io.StringWriter)
    at org.apache.log4j.spi.LoggingEvent.getLocationInformation(LoggingEvent
    .java:182)
    at org.apache.log4j.helpers.PatternParser$LocationPatternConverter.conve
    rt(PatternParser.java:475)
    at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.jav
    a:56)
    at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
    at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
    at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.ja
    va:225)
    at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
    at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
    - locked <0x511ba128> (a org.apache.log4j.RollingFileAppender)
    at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders
    (AppenderAttachableImpl.java:57)
    at org.apache.log4j.Category.callAppenders(Category.java:187)
    - locked <0x51059af8> (a org.apache.log4j.Logger)
    at org.apache.log4j.Category.forcedLog(Category.java:372)
    at org.apache.log4j.Category.log(Category.java:864)
    at org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:152
    at com.qwest.ccad.utils.SQLPreparedStatementWrapper.execute(SQLPreparedS
    tatementWrapper.java:97)

  • Inconsistent datatypes: expected NUMBER got CHAR error

    Hi,
    I have the following table
    create GLOBAL TEMPORARY TABLE br_total_rtn_data_tmp
    code varchar(50)     NOT NULL,
    name                         varchar(255),     
    cum_ytd_rtn_amt          varchar(255),     
    cum_one_mon_rtn_amt          varchar(255)     ,
    cum_thr_mon_rtn_amt          varchar(255)     ,
    cum_six_mon_rtn_amt          varchar(255),
    cum_nine_mon_rtn_amt     varchar(255),
    cum_one_yr_rtn_amt          varchar(255),
    cum_thr_yr_rtn_amt          varchar(255),
    cum_five_yr_rtn_amt          varchar(255),
    cum_ten_yr_rtn_amt          varchar(255),
    cum_lof_rtn_amt               varchar(255),
    avg_anl_one_yr_rtn_amt     varchar(255),
    avg_anl_thr_yr_rtn_amt     varchar(255),
    avg_anl_five_yr_rtn_amt     varchar(255),
    avg_anl_ten_yr_rtn_amt     varchar(255),
    avg_anl_lof_rtn_amt          varchar(255),
    cum_prev_1m_month_end     varchar(255),
    cum_prev_2m_month_end     varchar(255)
    )ON COMMIT PRESERVE ROWS;
    I have a case statement
    CASE
                 WHEN code = 'MDN' THEN
                           max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.mdn /100  else null end)
                 WHEN code = 'QRT' THEN
                      max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.quartile  else null end)
                 WHEN code = 'PCT' THEN
                      max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.pct_beaten / 100 else null end)
                 WHEN code = 'RNK' THEN
                           case when (p.m_date = v_prev2_yr_mon and p.period_type = '1M'  and p.rank is  null and p.cnt is null)
                        THEN
                                       P.RANK
                        else
                                        p.rank||'/'||p.cnt
                        end           
                 ELSE NULL
                 END CASE The output for code = RNK should be somewhat like 3/5 which is rank/count
    but i get the error "Inconsistent datatypes: expected NUMBER got CHAR error" when i put p.rank||'/'||p.cnt
    How can that be solved.
    ORacle version is 10g.

    Taken from the documentation of the CASE expression:
    "For a simple CASE expression, the expr and all comparison_expr values must either have the same datatype (CHAR, VARCHAR2, NCHAR, or NVARCHAR2, NUMBER, BINARY_FLOAT, or BINARY_DOUBLE) or must all have a numeric datatype. If all expressions have a numeric datatype, then Oracle determines the argument with the highest numeric precedence, implicitly converts the remaining arguments to that datatype, and returns that datatype.
    For both simple and searched CASE expressions, all of the return_exprs must either have the same datatype (CHAR, VARCHAR2, NCHAR, or NVARCHAR2, NUMBER, BINARY_FLOAT, or BINARY_DOUBLE) or must all have a numeric datatype. If all return expressions have a numeric datatype, then Oracle determines the argument with the highest numeric precedence, implicitly converts the remaining arguments to that datatype, and returns that datatype."
    You need to use the same data type for all your expressions. If you want to return a string, then you need to convert the remaining numbers explicitly to strings. E.g. you could try something like this:
    CASE
                 WHEN code = 'MDN' THEN
                           to_char(max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.mdn /100  else null end), 'TM')
                 WHEN code = 'QRT' THEN
                      to_char(max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.quartile  else null end), 'TM')
                 WHEN code = 'PCT' THEN
                      to_char(max(case when p.m_date = v_prev2_yr_mon and p.period_type = '1M' then p.pct_beaten / 100 else null end), 'TM')
                 WHEN code = 'RNK' THEN
                           case when (p.m_date = v_prev2_yr_mon and p.period_type = '1M'  and p.rank is  null and p.cnt is null)
                        THEN
                                       to_char(P.RANK, 'TM')
                        else
                                        p.rank||'/'||p.cnt
                        end           
                 ELSE NULL
                 END CASE I see another potential issue, you're mixing aggregate functions with non-aggregate expressions, this can only work if these non-aggregate expressions are part of the group by clause, but you haven't posted the complete statement so I can only guess.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle:
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Core dump:HotSpot Virtual Machine Error : 11

    hi
    i got the core dump with "HotSpot Virtual Machine Error : 11" error in the "log file" while running a j2ee application on solaris platform.
    could any one help me on this . the following log is part of the error.
    [08/Feb/2005 15:42:00:7] info: REQ-013: thread del
    Unexpected Signal : 11 occurred at PC=0xfeb3db58
    Function name=JNI_CreateJavaVM
    Library=/app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/server/libjvm.so
    Current Java thread:
         at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
         at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
         at com.netscape.pm.model.ejb_kcp_stub_IPMCluster.getConnection(ejb_kcp_stub_IPMCluster.java:991)
         at com.netscape.pm.model.ejb_stub_IPMCluster.getConnection(ejb_stub_IPMCluster.java:115)
         at com.netscape.pm.model.ConnectionFactory.getXAppConnection(ConnectionFactory.java:135)
         at com.netscape.pm.model.Finder.findExpiredWorkItems(Finder.java:816)
         at com.netscape.pm.htmlFE.OnPerformScheduledEventInternal.expireWorkItems(OnPerformScheduledEventInternal.java:101)
         at com.netscape.pm.htmlFE.OnPerformScheduledEventInternal.handleEventInternal(OnPerformScheduledEventInternal.java:71)
         at com.netscape.pm.htmlFE.BaseUIEventHandler.handleEvent(BaseUIEventHandler.java:538)
         at com.netscape.pm.BasePMServlet.execute(BasePMServlet.java:183)
         at com.netscape.pm.BasePMServlet.doRequest(BasePMServlet.java:155)
         at com.netscape.pm.Engine.service(Engine.java:59)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
         at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at java.lang.Thread.run(Thread.java:479)
    Dynamic libraries:
    0x10000      /app/iplanet/B2B46_new/ias65/ias/bin/.kjs
    0xff360000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libshare.so
    0xff340000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxidl.so
    0xff320000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmodule.so
    0xff2c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxutil.so
    0xff280000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxgds.so
    0xff250000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxconn.so
    0xff230000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libplds3.so
    0xff210000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libplc3.so
    0xff1c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnspr3.so
    0xff1a0000      /lib/libpthread.so.1
    0xff180000      /lib/libsocket.so.1
    0xff080000      /lib/libnsl.so.1
    0xff150000      /lib/libm.so.1
    0xff040000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libjava.so
    0xfe800000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/server/libjvm.so
    0xff010000      /lib/libCrun.so.1
    0xfee00000      /lib/libCstd.so.1
    0xfe700000      /lib/libc.so.1
    0xfefc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libldap41.so
    0xfedd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxagent.so
    0xfeda0000      /usr/lib/lwp/libthread.so.1
    0xfed80000      /lib/libposix4.so.1
    0xff390000      /lib/libdl.so.1
    0xfe7e0000      /lib/libmp.so.2
    0xfe6d0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libverify.so
    0xfed70000      /lib/libw.so.1
    0xfe680000      /lib/libresolv.so.2
    0xfe640000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxnls.so
    0xfe620000      /lib/libaio.so.1
    0xfe5d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsres31.so
    0xfe560000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsuni31.so
    0xfe4e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsfmt31.so
    0xfe490000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnscnv31.so
    0xfed50000      /usr/platform/SUNW,Sun-Fire/lib/libc_psr.so.1
    0xfe450000      /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
    0xfe3d0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/native_threads/libhpi.so
    0xfe3a0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libzip.so
    0xb5150000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2util.so
    0xb59e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2types.so
    0xb4fe0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2context.so
    0xb4de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxbind.so
    0xb5130000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxcontext.so
    0xb49d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2bind.so
    0xb4860000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gds.so
    0xb4840000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libnet.so
    0xb4810000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2thread.so
    0xb4730000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxeb.so
    0xb4710000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmonitor.so
    0xb46f0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libioser12.so
    0xb46a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2eb.so
    0xb45e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxevent.so
    0xb45b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2data.so
    0xb44d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdata.so
    0xb4590000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2log.so
    0xb44a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlog.so
    0xb4480000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2lcycmgr.so
    0xb4460000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlcycmgr.so
    0xb4430000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2conn.so
    0xb4410000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxprot.so
    0xb43e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2req.so
    0xb43b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreq.so
    0xb4390000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2reqp.so
    0xb42d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreqp.so
    0xb42b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreqstep.so
    0xb4290000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxnsapicli.so
    0xb41e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxadmincli.so
    0xb41a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync.so
    0xb40e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_services.so
    0xb40b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_messenger.so
    0xb3fd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_failover.so
    0xb3fa0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_timeout.so
    0xb3ec0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_token.so
    0xb4090000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2state.so
    0xb3ea0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxstate.so
    0xb3de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2session.so
    0xb3dc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsession.so
    0xb3d90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2dsync.so
    0xb3cc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2tmpl.so
    0xb3c90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtmpl.so
    0xb3bd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2eval.so
    0xb3ba0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxeval.so
    0xb3ad0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2datap.so
    0xb3aa0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdatap.so
    0xb39e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2loadq.so
    0xb39c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxloadq.so
    0xb39a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2trans.so
    0xb38e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtrans.so
    0xb38b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2principal.so
    0xb37c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxprincipal.so
    0xb3890000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2principal2.so
    0xb37a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsecurity.so
    0xb36e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxacl.so
    0xb36c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxacldomain.so
    0xb36a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2mailbox.so
    0xb35e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmailbox.so
    0xb35b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxappevent.so
    0xb34d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxappevent2.so
    0xb3590000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsvcload.so
    0xb34b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2svcload.so
    0xb33d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2ebfp.so
    0xb33a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxebfp.so
    0xb32e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2txnmgr.so
    0xb32b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtxnmgr.so
    0xb3290000      /lib/nss_files.so.1
    0xb31e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2sqlparser.so
    0xb30a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsqlparse.so
    0xb31a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2data2.so
    0xb2fb0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdata2.so
    0xb2ed0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdbutil.so
    0xb2ea0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2dlm.so
    0xb2f90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2appevent2.so
    0xb2de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2datasrcmgrmodule.so
    0xb2db0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdatasrcmgr.so
    0xb2d90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxextmgr.so
    0xb2ce0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxextdata.so
    0xb2cc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libketgxidl.so
    0xb2ca0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libkdidl.so
    0xb2be0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxextdata.so
    0xb2bc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libketutil.so
    0xb2ba0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxlockmgr.so
    0xb2ae0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlockmgr.so
    0xb2ab0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxrlop.so
    0xb29d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxrlopmgr.so
    0xb29a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2applogic.so
    0xb28e0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libawt.so
    0xaed80000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/motif21/libmawt.so
    0xb27b0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libmlib_image.so
    0xaeb00000      /lib/libXm.so.4
    0xb2690000      /lib/libXt.so.4
    0xb28a0000      /lib/libXext.so.0
    0xb2790000      /usr/openwin/lib/libXtst.so.1
    0xb0800000      /lib/libX11.so.4
    0xb25e0000      /lib/libSM.so.6
    0xb25b0000      /lib/libICE.so.6
    Local Time = Tue Feb 8 15:42:00 2005
    Elapsed Time = 75329
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_04-b02 mixed mode)
    /app/iplanet/B2B46_new/ias65/ias/bin/kjs[86]: 23014 Abort(coredump)
    Starting Java Engine

    I got the following error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    #

  • Solaris HotSpot Virtual Machine Error, Unexpected Signal 11 NEED HELP

    Hi all
    We are running a thin jsp application for video streaming live event running
    on a BEA WebLogic Personalization Server 3.2 on Solaris (streaming servers
    are separate and do not affect the server). After putting it in production
    we have experienced serious memory problems with our environment. When the
    servers are running under heavy load, they eat all available memory until
    they finally crash, please see log message below. We can see that the
    garbage collection is running but it doesn't seem to keep up with the memory
    consumption. The problem is described in a bug report at SUN, but it is
    marked as a "no fix" with the reasoning that programming resources are now
    allocated to jdk1.4?
    Log message:
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: scavenge
    # Error ID: 4F533F534F4C415249530E435050079A 01
    # Problematic Thread: prio=5 tid=0xdbea8 nid=0x4 runnable
    When this occured we ran JDK 1.3.0 with HotSpot Server VM on Solaris 8. WLS
    5.1, SP 9 and WLPS 3.2.
    WLS is started with the following parameters.
    #----------- Start WebLogic with the above parameters -----------
    $JDK_HOME/bin/java -server -ms512m -mx512m -Duser.timezone=ECT -classpath
    $JAVA_CLASSPATH -Dweblogic.system.bindAddr=10.122.114.4 -Dweblogic.cluster.m
    ulticastAddress=224.0.0.100 -Dweblogic.cluster.enable=true -Dweblogic.cluste
    r.name=iccluster -Dweblogic.class.path=$WEBLOGIC_CLASSPATH -Dweblogic.system
    .name=$SYSTEM_NAME
    weblogic.system.home=$SYSTEM_HOME -Dweblogic.home=$WEBLOGIC_HOME -Djava.secu
    rity.manager -Djava.security.policy=$WEBLOGIC_HOME/weblogic.policy -Dcommerc
    e.properties=$WL_COMMERCE_HOME/weblogiccommerce.properties -Dweblogic.proper
    ties=$WL_COMMERCE_HOME/weblogic.properties -Dpipeline.properties=$WL_COMMERC
    E_HOME/pipeline.properties -Dwebflow.properties=$WL_COMMERCE_HOME/webflow.pr
    operties -Dwlcs.home=$WL_COMMERCE_HOME weblogic.Server &
    We have now upgraded to jdk1.3.1_02 B02 but still have a problem with memory
    leaks. We have so far been able to restart the server before memory is
    exhausted and has hence not seen the same error message after the upgrade.
    The memory is not freed when Weblogic aborts, the SUN server has to be
    rebooted to free the memory. We now have to restart our 3 servers aprox.
    every 6 hours. The servers are equiped with 2G physical memory each. We have
    also tried setting hotspot to -client and setting -XX:MaxPerm.
    The HW configuration is as follows:
    1 Foundry Server Iron load balancer (with one hot stand by).
    3 Sun E420R, 2 x 440MHz CPU, 2GB RAM. Running in a cluster with one apache
    and one WLPS instance on each
    The SW configuration is as follows:
    JDK 1.3.1_02 B02 with HotSpot Server VM
    Solaris 8.
    WLS 5.1, SP 9
    WLPS 3.2.
    Oracle server 8.1.7
    Oracle client 8.1.6?
    This bug is described in
    http://developer.java.sun.com/developer/bugParade/bugs/4408730.html.
    It is also described as a known problem in
    http://www.weblogic.com/platforms/sun/index.html.
    It has also been described by SUN as a problem arising from multiple nested
    try/catch blocks appearing in generated java code from servlets, especially
    on WebLogic and Apache.
    As SUN has said that they will not fix this bug we are trying to find a
    workaround, but have yet found one. We have been looking into changing the
    heap size and setting GC options on the JVM, but haven't found the optimal
    solution. We would be very interested in experiences with tuning gc
    parameters, documentation on solaris patches for JVMs, JVM tuning, WebLogic
    tuning, HotSpot tuning.
    Has anyone experienced similar problems and found a workaround. We would be
    very happy to hear any suggestions as soon as possible,
    thanks
    Kris

    Perhaps the -noTryBlocks option to jspc might help you. See here:
    http://e-docs.bea.com/wls/docs61/////jsp/reference.html
    simon.

  • Virtual Char/KF not populated in the query ????

    Hi,
    Can anybody suggest why Virtual char/KF are not populated in Query. I just want to populate the value from existing cube characterstics/KF value.
    Code as follows:
    Cube : ZDEBC01
    Virtual Char: ZVIRTUAL1
    Virtual KF :  ZVIRTUALK
    *&  Include           ZXRSRU02
    DATA: L_S_CHANM TYPE RRKE_S_CHANM.
    CASE I_S_RKB1D-INFOCUBE.
      WHEN 'ZDEBC01'.
        L_S_CHANM-CHANM = '0SOLD_TO'.
        L_S_CHANM-MODE  = rrke_c_mode-READ.
        APPEND L_S_CHANM TO E_T_CHANM.
        L_S_CHANM-CHANM = 'ZVIRTUAL1'.
        L_S_CHANM-MODE  = rrke_c_mode-NO_SELECTION.
        APPEND L_S_CHANM TO E_T_CHANM.
        APPEND '0INVCD_QTY' TO E_T_KYFNM.
        APPEND 'ZVIRTUALK' TO E_T_KYFNM.
    ENDCASE.
    *&  Include           ZXRSRTOP
    DATA: G_POS_ZDEBC01_ZVIRTUAL1 TYPE /BIC/OIZVIRTUAL1.
    DATA: G_POS_ZDEBC01_ZVIRTUALK  TYPE I.
    DATA: G_POS_ZDEBC01_0SOLD_TO  TYPE /BI0/OISOLD_TO.
    DATA: G_POS_ZDEBC01_0INVCD_QTY TYPE I.
    *&  Include           ZXRSRZZZ
    FORM USER_ZDEBC01 USING    I_S_RKB1D TYPE RSR_S_RKB1D
                               CHANGING C_S_DATA  TYPE ANY.
      FIELD-SYMBOLS <L_ZVIRTUAL1>.
      FIELD-SYMBOLS <L_ZVIRTUALK>.
      FIELD-SYMBOLS <L_0SOLD_TO>.
      FIELD-SYMBOLS <L_0INVCD_QTY>.
      ASSIGN COMPONENT G_POS_ZDEBC01_0SOLD_TO
          OF STRUCTURE C_S_DATA TO <L_0SOLD_TO>.
      ASSIGN COMPONENT G_POS_ZDEBC01_0INVCD_QTY
          OF STRUCTURE C_S_DATA TO <L_0INVCD_QTY>.
      ASSIGN COMPONENT G_POS_ZDEBC01_ZVIRTUAL1
          OF STRUCTURE C_S_DATA TO <L_ZVIRTUAL1>.
      ASSIGN COMPONENT G_POS_ZDEBC01_ZVIRTUALK
          OF STRUCTURE C_S_DATA TO <L_ZVIRTUALK>.
      <L_ZVIRTUAL1> = <L_0SOLD_TO>+0(3).
      <L_ZVIRTUALK> = <L_0INVCD_QTY> + 1000 .
    ENDFORM.                    "USER_ZDEBC01
    Thanks,
    Debasish
    null

    Hi,
    in your code all variables:
    DATA: G_POS_ZDEBC01_ZVIRTUAL1 TYPE /BIC/OIZVIRTUAL1.
    DATA: G_POS_ZDEBC01_ZVIRTUALK TYPE I.
    DATA: G_POS_ZDEBC01_0SOLD_TO TYPE /BI0/OISOLD_TO.
    DATA: G_POS_ZDEBC01_0INVCD_QTY TYPE I.
    must be of type i.
    regards
    Siggi

  • Hot spot virtual machine error

    Hi,
    weblogic 6.1 goes down often and the CpWl.out file shows the following
    error
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000EC 01
    # Problematic Thread: prio=5 tid=0xd22f0 nid=0xb runnable
    Thanks in advance
    India Unix Support
    Citibank

    Sorry we cannot help you with Sun's HotSpot. This newsgroup is for the
    BEA WebLogic JRockit Virtual Machine. Have you tried with JRockit? Maybe
    that works better for you.
    /Helena
    India Unix Support wrote:
    Hi,
    weblogic 6.1 goes down often and the CpWl.out file shows the following
    error
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000EC 01
    # Problematic Thread: prio=5 tid=0xd22f0 nid=0xb runnable
    Thanks in advance
    India Unix Support
    Citibank

  • HotSpot Virtual Machine Error

    Hi all.
              One happy morning I had found a WLS6sp1 at Sun shutdown with a message:
              # HotSpot Virtual Machine Error, Internal Error
              # Please report this error at
              # http://java.sun.com/cgi-bin/bugreport.cgi
              # Error ID: 4349254E560E43505000F4 01
              # Problematic Thread: prio=5 tid=0x97d88 nid=0xa runnable
              Abort - core dumped
              What would it be?
              BTW, what version of WLS uses Amazon.com?
              Thanks.
              Vik.
              

              WL 6 is not supported on JDK 1.2.1
              http://e-docs.bea.com/wls/platforms/index.html#solaris
              Mike
              "Vik" <[email protected]> wrote:
              >I'm using
              >
              >java version "1.2.1"
              >Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
              >
              >My programs don't use any native drivers, it's just a Web application
              >(JSP,
              >servlets) using EJB (session, entity) and Oracle JDBC thin driver.
              >
              >As I see now, the problem was arised after the date was changed 1 month
              >back
              >in order to extend evaluation licence. The remove all applications and
              >EJB
              >you are using and their new deployment helps.
              >
              >I think in this case increase of Java heap to 128m wouldn't help, though
              >no
              >problem to get more memory at Sun server.
              > Thans for help.
              >
              >Vik.
              >
              >"Mettu Kumar" <[email protected]> wrote in message
              >news:[email protected]...
              >> What version of J2SE are you using?
              >> ARe you using Native drivers?
              >>
              >> Kumar.
              >>
              >> Vik wrote:
              >>
              >> > Hi all.
              >> >
              >> > One happy morning I had found a WLS6sp1 at Sun shutdown with a message:
              >> >
              >> > #
              >> > # HotSpot Virtual Machine Error, Internal Error
              >> >
              >> > # Please report this error at
              >> >
              >> > # http://java.sun.com/cgi-bin/bugreport.cgi
              >> > #
              >> >
              >> > # Error ID: 4349254E560E43505000F4 01
              >> > #
              >> >
              >> > # Problematic Thread: prio=5 tid=0x97d88 nid=0xa runnable
              >> >
              >> > #
              >> > Abort - core dumped
              >> >
              >> > What would it be?
              >> >
              >> > BTW, what version of WLS uses Amazon.com?
              >> >
              >> > Thanks.
              >> >
              >> > Vik.
              >>
              >
              >
              

  • WebLogic6.1 SP3/Solaris5.7: "HotSpot Virtual Machine Error, Internal Error"

    Hello,
    I get the following error when I try to start up the
    BEA Weblogic (6.1+SP3) server, running the petstore demo...
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E43505000EA 01
    # Problematic Thread: prio=5 tid=0x283a8 nid=0x1 runnable
    Abort - core dumped
    I get this crash during the startup sequence,
    #> uname -a
    SunOS xxxxxx 5.7 Generic_106541-06 sun4u sparc SUNW,Ultra-250
    #> java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    This machine has 2 CPUs.
    Any ideas or suggestions?
    thanks,
    Steve_O

    Update:
    I checked the OS patch level and then installed a set of recommended patches from:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE
    This appears to have fixed the problem.
    /Steve

  • JVM crash with HotSpot Virtual Machine Error, Internal Error

    I got following error after hours' running of weblogic:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000F4
    # Problematic Thread: prio=1 tid=0x808e1d8 nid=0x29db runnable
    my sever environment
    OS: Redhat6.2(Kernel 2.2.14-5.0 on an i686)
    JDK: java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    WLS: weblogic6.1 sp2
    could you help me? very urgent. thanks.

    it works well now . thanks
    "Bernie Wong" <[email protected]> wrote:
    Try this. I was helping a friend who had the same error id/internal error
    on
    WLS 6.1 SP2, 1.3.1_01 on W2K. He was consistently getting the Error ID:
    4349254E560E43505000F4 five minutes into testing his appl.
    Set -XX:MaxPermSize=128m.
    The problem disappeared.
    Please let me know if that helped you.
    "shang zhengjun" <[email protected]> wrote in message
    news:3cfdab48$[email protected]..
    I got following error after hours' running of weblogic:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000F4
    # Problematic Thread: prio=1 tid=0x808e1d8 nid=0x29db runnable
    my sever environment
    OS: Redhat6.2(Kernel 2.2.14-5.0 on an i686)
    JDK: java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    WLS: weblogic6.1 sp2
    could you help me? very urgent. thanks.

  • Stuck with HotSpot Virtual Machine Error, Internal Error in struts

    Hi i use to get this the following error message in my page ,while i am using struts and cann't understand why this error is raised can any body help me in this regard,as i have check nearly all the other possibilities of error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode)
    # Error ID: 52454C4F4341544F520E43505001E7
    # Problematic Thread: prio=5 tid=0x035dd210 nid=0x7dc runnable
    Heap at VM Abort:
    Heap
    def new generation total 1728K, used 464K [0x10010000, 0x101e0000, 0x104f0000)
    eden space 1600K, 21% used [0x10010000, 0x10064218, 0x101a0000)
    from space 128K, 99% used [0x101c0000, 0x101dfff8, 0x101e0000)
    to space 128K, 0% used [0x101a0000, 0x101a0000, 0x101c0000)
    tenured generation total 41916K, used 40307K [0x104f0000, 0x12ddf000, 0x14010000)
    the space 41916K, 96% used [0x104f0000, 0x12c4ceb8, 0x12c4d000, 0x12ddf000)
    compacting perm gen total 38656K, used 35140K [0x14010000, 0x165d0000, 0x18010000)
    the space 38656K, 90% used [0x14010000, 0x16261230, 0x16261400, 0x165d0000)

    I have ealso tried to increase my pages buffer size to 1000K but still getting the same error

  • Getting "HotSpot Virtual Machine Error, Internal Error" when trying to start WLS 7

    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped

    Michael,
    Would you please tell me how to chnage to weblogic JRockit? or point me to the
    web site? Thanks.
    WE have HotSpot crash when installing wl70sp2 in a Sun Solaris (no problem in
    Windows), please see the attachment for the log.
    Thank you very much in advance.
    -Ju
    "Michael" <[email protected]> wrote:
    >
    Hi Yakov,
    we expirenced a similar problem when we changed our development environment
    from
    WLS6.1sp4 to WLS7.0sp2.
    When we run our web application together with the WebLogic console we
    had a kind
    of deadlock and after a view minutes the whole AppServer crash with the
    VM HotSpot
    error message your mentioned.
    We replaced our VM with WebLogic's JRockit VM (version 7.0) and the problem
    seems
    to be solved.
    Michael
    "Yakov Sobolev" <[email protected]> wrote:
    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server
    started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped
    [wl70_install_error.txt]

  • Getting "HotSpot Virtual Machine Error, Internal Error" when trying to start WLS7

    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped

    I am running WLS7 on:
    System = SunOS
    Release = 5.6
    NumCPU = 2

Maybe you are looking for

  • ABAP Inbound Proxy Problem

    Hello - I have an Legacy DB2 to R/3 interface and am using a JDBC Sedner adapter and inbound ABAP proxy in R/3. Since this is an intial load i am trying to Insert all the records. Though i don't get any errors the table that i am trying to update is

  • Adobe TV - can't see MUSE tutorials

    I am running Windows 7, 64 bit, Firefox 28.0 and flash 12. WHen I access Adobe TV to watch MUSE tutorials (or any other tutrorial) all I get is a black screen. What's up?

  • Imagecopy (Disk clone) between two Lenovo T440p

    Hi - My T440p having lost of problems, and will be replace by a new, same model. I have installed lots of programs, some of them licensed in a way that I need to unlock and transfer licences, manually by personal phonecalls, some needing lots of upda

  • Premiere CS5 - Export Update für Media Encoder nicht realisierbar

    Beim Versuch von exportieren - Medien - erscheint ein Update Hinweis für den Media Encorder. Doch alle Versuche scheitern dies auszublenden, weil alle aktuellen Updates vorhanden sind. Egal ob das mit automatischer Voreinstellung erfolgte oder manuel

  • BPR diagnosis & solution report template

    Hi all: I am doing BPR for our company, to finish the project I have to compose a final report - diagnosis & solution report. Due to no experience for such work, can anybody provide me with a template for such kind of report? I am very keen about the