Error always showing when running....HELP!

I have java 1.3.1 and if compiles fine but whenever i try to run an java based application it gives me the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: (file name)
Can you guys help me figure out why this error mgs is always apperaing in my java application runner...Thanks

My First Java Program (for Windows)
Follow these steps:
1. Download and install the Java 2 SDK
2. Make sure your path and classpath are set correctly
3. Type in your first program
4. Compile your first program
5. Run your first program
6. Read the Java tutorial
1. Download and install the Java 2 SDK
Go to the Java website and download the Java 2 SDK, Standard Edition:
http://java.sun.com/j2se/1.4.1/download.html
NOTE: Make sure you download the SDK (leftmost column) and not just the JRE. The JRE (Java Runtime Environment) only contains the stuff necessary to run Java programs, and not the compiler and other tools you need to develop Java programs.
After downloading, run the installation program to install the Java 2 SDK.
2. Make sure your path and classpath are set correctly
After installing, READ THE INSTALLATION NOTES! Lots of people get in trouble and are asking questions in the forums because they were too lazy to read and follow the installation notes. Especially, after installing the Java 2 SDK you need to add the 'bin' directory of the SDK to your PATH, otherwise you will get an error like "javac is not recognized as an internal or external command" or something similar.
If you've installed the Java 2 SDK in C:\j2sdk1.4.1_03, add C:\j2sdk1.4.1_03\bin to the PATH. If you don't know how to change environment variables in Windows, look at Microsoft's website (http://www.microsoft.com). The procedure is different for different versions of Windows. How you should do this for different versions of Windows is also described in the installation notes:
http://java.sun.com/j2se/1.4.1/install-windows.html
If you are using a version of the Java 2 SDK older than 1.4, you need to add the current directory (".") to the CLASSPATH environment variable. CLASSPATH is where Java looks for *.class files (compiled Java classes). Since Java 1.4, Java looks in the current directory automatically if the CLASSPATH isn't set, so you don't need to add "." to the CLASSPATH. Again, the installation notes explain what CLASSPATH is and how you should set it.
3. Type in your first program
Start Notepad and type in your first program:
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello World");
}NOTE: Java is case-sensitive. Be careful to type in the program exactly as shown above. Don't type "Helloworld" or "helloworld" or anything else.
Save the file somewhere in a file called "HelloWorld.java". NOTE: Again, the case must be correct. Even though Windows is case-insensitive for filenames, the case must be correct, because Java is case-sensitive. Also watch out that Notepad doesn't append ".txt" to the filename (so that you end up with a file called "HelloWorld.java.txt"). To make things worse, Windows Explorer hides file extensions by default so you don't even see that the file is actually called "HelloWorld.java.txt" instead of "HelloWorld.java".
4. Compile your first program
Open a command prompt, CD to the directory that contains your source file and type:
javac HelloWorld.java
NOTE: Again, the case must be exactly right.
If all goes well, you'll not get any error messages and a file "HelloWorld.class" is generated.
5. Run your first program
To run your program, type:
java HelloWorld
NOTE: Don't type "HelloWorld.class". You are specifying the class name here, not the filename. Ofcourse, the case is important again.
6. Read the Java tutorial
Go to the Java website and follow The Java Tutorial:
http://java.sun.com/docs/books/tutorial/
The chapter "Your First Cup of Java" also explains in detail how to start with Java.
Jesper

Similar Messages

  • RW-50004: Error code received when running external process.

    Hi,
    I am trying to install 11.5.10 on windows vista and receiveing following error.
    RW-50004: Error code received when running external process. Check log for details. Running Database Install Driver for VIS Instance
    When checked on the log file following is the error. Could anyone pls help me with this regard
    There was an error while running the command - c:\OracleApps\visdb\9.2.0\temp\VIS_erp\adrun9i.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process.
    "dbInstancecfg" file shows below error
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=erp.erp)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 13-JUL-2008 05:48:04
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 5: Input/output error
    addlnctl.cmd exiting with status 3
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    System error 1060 has occurred.
    The specified service does not exist as an installed service.
    .end err out.
    File c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp\afmkinit_inst.cmd not instantiated in the current pass, this file will not be executed
    Executing script in InstantiateFile:
    c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp\afmkinit.cmd
    script returned:
    Sun 07/13/2008
    05:48 AM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1

    Thanks for the update and the link was informational.
    Can I install following on windows vista? Pls confirm.
    Oracle® Applications 11i Release 10.2 Media Pack for
    Microsoft Windows (32-bit) No That's not possible, if you would like to use this machine for Applications then the OS needs to be changed or install vmware/Microsoft Virtual PC with a Certified Operating system to be able to use Applications.
    Thanks
    Ronald

  • Error has occurred when running internal order report

    Error has occurred when running internal order report. Last month also used this report without any error.
    Error #01: [ASE Error SQL422]Too many nested expressions or logical operators to compile. Try splitting query or limiting ANDs and ORs.
    Error #02: SQL Error: 422
    Error #03: An error occurred while reading the data; Navigation is possible.
    Please guide me to solve this issue.

    Please just say how you removed the CC version and did you remove the Preferences from Hidden User>Library??
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    In here??
    Sorry I'm trying to help but please answer the questions specifically... thanks.

  • My jdeveloper11 offten collapse and quit when running, help me!! thanks

    my jdeveloper11 offten collapse and quit when running, help me!! thanks

    thanks to all.
    error info in file hs_err_pid656.txt-------------
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d905dc3, pid=656, tid=1788
    # Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x95dc3]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x03272000): VMThread [stack: 0x03300000,0x03400000] [id=1788]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000008
    Registers:
    EAX=0x00000008, EBX=0x000000d0, ECX=0x033ffc40, EDX=0x37236024
    ESP=0x033ffa04, EBP=0x033ffa98, ESI=0x37236024, EDI=0x033ffc40
    EIP=0x6d905dc3, EFLAGS=0x00010283
    Top of Stack: (sp=0x033ffa04)
    0x033ffa04: 37236020 37235e00 6d902d48 37236024
    0x033ffa14: 37236020 00000018 37235e00 37235e90
    0x033ffa24: 6d9028fa 033ffa98 37235e00 000000d0
    0x033ffa34: 37235e90 37236140 37236140 033ffa98
    0x033ffa44: 6d878634 000000ac 033ffa98 37235e00
    0x033ffa54: 000000d0 6d9efc4d 37235e90 033ffa98
    0x033ffa64: 37235e00 000000d0 37235e00 00c3fe30
    0x033ffa74: 37235e00 37236000 6d9efa6b 37235e00
    Instructions: (pc=0x6d905dc3)
    0x6d905db3: 24 08 8b 06 85 c0 57 8b f9 74 55 3b 47 1c 73 50
    0x6d905dc3: 8b 08 83 e1 03 80 f9 03 75 1f 8a 0d dd b5 a7 6d
    Stack: [0x03300000,0x03400000], sp=0x033ffa04, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x95dc3]
    VM_Operation (0x047acb50): GenCollectForAllocation, mode: safepoint, requested by thread 0x03ecc800
    --------------- P R O C E S S ---------------
    Heap
    def new generation total 16960K, used 15660K [0x10030000, 0x11290000, 0x12790000)
    eden space 15104K, 100% used [0x10030000, 0x10ef0000, 0x10ef0000)
    from space 1856K, 29% used [0x110c0000, 0x1114b040, 0x11290000)
    to space 1856K, 0% used [0x10ef0000, 0x10ef24e8, 0x110c0000)
    tenured generation total 224120K, used 176661K [0x12790000, 0x2026e000, 0x30030000)
    the space 224120K, 78% used [0x12790000, 0x1d4157f8, 0x1d415800, 0x2026e000)
    compacting perm gen total 121856K, used 121662K [0x30030000, 0x37730000, 0x40030000)
    the space 121856K, 99% used [0x30030000, 0x376ffaf0, 0x376ffc00, 0x37730000)
    No shared spaces configured.
    VM Arguments:
    jvm_args: -Xmx512M -Xms64M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -XX:MaxPermSize=256M -Xbootclasspath/p:../lib/lwawt.jar -Dsun.awt.keepWorkingSetOnMinimize=true -Dide.startingArg0=D:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.exe -Dide.launcherProcessId=656 -Dide.config_pathname=D:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.conf -Dide.startingcwd=D:\Oracle\Middleware\jdeveloper\jdev\bin -Dide.shell.enableFileTypeAssociation=D:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.exe -Dide.pref.dir.base=D:\Documents and Settings\zhang\Application Data -Dide.work.dir.base=E:\zzw_Docs
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=D:\Oracle\Middleware\jdk160_05
    PATH=D:\app\zhang\product\11.1.0\db_1\bin;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\ATI Technologies\ATI.ACE\;D:\Program Files\Microsoft SQL Server\80\Tools\BINN;D:\Oracle\Middleware\jdk160_05\bin;
    USERNAME=zhang
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 14 Stepping 12, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 14 stepping 12, cmov, cx8, fxsr, mmx, sse, sse2, sse3
    Memory: 4k page, physical 2095172k(799352k free), swap 4194303k(2743628k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b19) for windows-x86 JRE (1.6.0_05-b13), built on Feb 22 2008 01:16:53 by "java_re" with MS VC++ 7.1
    time: Wed Jan 07 20:55:43 2009
    elapsed time: 970 seconds

  • Pages don't always show when using cfinclude

    For our site we have a page template, a shell, that we use to
    display pages. It uses a cfinclude to call the page into the
    template:
    <cfinclude page=#url.PageName#.cfm>
    The link for that page would look like:
    <a href="index.cfm?PageName=contact">
    However, on a number of occassions, users click a link for a
    page, and get the error "page not found". If they simply hit
    refresh, the page shows up without a problem. The page is there,
    and it works, but it just doesn't always show until refreshed. Of
    course, most users don't know to refresh, and it's a pain to do
    anyway.
    Any ideas why this happens? Suggested solutions?
    Thanks,
    Tim

    i use cfinclude constantly with no problem... when you get
    the 404 page, right click, go to properties and see what page is
    being called.
    i doubt this would be an issue but try dropping the "url."
    from variable... (never know). i usually misspell things like
    "PageName" for the same reason (never know) so would be pgName or
    something. i never use common words unless i have to in variables
    and db fields.
    love CF but it has got tons of weird bugs that you just have
    to work around.
    hope this helps....

  • Error Code -61499 when Running an FPGA VI on Develpement Computer with Siulated I/O

    Dear Forum
    I have a problem with running my FPGA VI on the development Comupter with simulated I/O
    I Created a testbench as described in
    http://zone.ni.com/reference/en-XX/help/371599D-01/lvfpgaconcepts/test_bench_tutorial/
    This works fine. I can read an write the I/O Nodes
    But when I insert a read/write control node (from the FPGA interface palette) into my Host-VI to directly write a value to a Control on my FPGA VI, i get the error -61499
    The error happens in the VI on my Hostcomputer ad the message is:
    An internal software error on LabView FPGA Module has occurred. Please contact NI technical support.
    The error does not happen, if I remove the read/write control, or if I dont call it.
    The error does not happen, if I compile the fpga-vi and let it run on my fpga hardware. It happens only in the simulated mode.
    The error happens in the simulated mode when i use the testbench for simulating input Signals, it also happnes, when I use random Input Signals.
    It seems that the error does not happen during compilation. The simulated VI runs and the error happens, only when I call the read/write control.
    Can anybody help me?
    I appreciate every suggestion
    Thanks
    David
    Solved!
    Go to Solution.

    Ok, the problem is solved, thanks to ni support who helped me:
    The solution is, not to have spaces and end of lines in the names of frontpannel elements.
    In simulated mode, a host-vi has problems to access frontpannel elements of the fpga-vi with the read/write node if the frontpanel elements have special characters.

  • Error in BIM when running in background mode

    Hi,
    I am facing an error when running a BIM in sm35.
    The BIM runs fine with my userid in all three modes( foreground,display error mode, background mode)....but fails when the functional person is testing in background mode. The BIM runs fine in all other modes.
    It gives the message when running in background mode
    "No batch input data for screen SAPLMGMW 4008"
    What should I check or do to correct it.
    Please help.
    Regards
    Rashi

    The BIM runs fine in Foreground mode and in Display error mode even for the functional..It is giving error only for Background mode.
    I also did the following
    1.   Created the BIM in my id and tried running( in background) it using the other id ...it was successful
    2.   Created the BIM in other id and ran ( in background) using my id....it failed.
    I will check again for authorisations also.
    Regards,
    Rashi

  • Error "No Managers" When run Requests

    In oracle 11i General Ledger I find No Managers error when run Requests after posting a journal or any other task. So I deactivated the Managers and Try to activate again. But the activate option is in not active. I am not able to update sleep cycles and no prograrammes to run.
    Please help me any one.

    Hi again,
    Do you have a putty connection to access oracle directories?
    If yes, use Putty and logging as appsuser.
    Go to location
    # cd /COMMON_TOP/admin/scripts (or $ADMIN_SCRIPTS_HOME)
    1. Check status of concurrent manager
    sh adcmctl.sh status apps/appspswd
    2. Shutdown the concurrent manager
    sh adcmctl.sh stop apps/appspswd
    2. Start the concurrent manager
    sh adcmctl.sh start apps/appspswd
    If you still having trouble with this, please inform your DBA regarding this issue.
    HTH,
    Vik

  • Error  Stack 1 when running external java function

    Hello,
    I defined 1 item that contains an external java program.
    When I launch the process, i receive following error on the
    Java agent listener screen :
    Thu Mar 07 10:25:10 CET 2002 Executing TST_JAVA/22 xx.yyyy.workflow.UpdateWorkflowAttribute
    Thu Mar 07 10:25:11 CET 2002 Enqueuing TST_JAVA/22 xx.yyyy.workflow.UpdateWorkflowAttribute
    Error Stack: 1
    WF_FN_ERROR (MODULE=xx.yyyy.workflow.UpdateWorkflowAttribute) (ITEMTY
    PE=TST_JAVA) (ITEMKEY=22) (ACTID=739) (FUNCMODE=RUN) (ERRMESSAGE=null)
    and the status remains deferred.
    Running the background engine does not change the status of the item. It remains deferred. Anybody has any idea of what is happening ?
    grtz,
    Chris.

    I remember rec. similar errors.
    If you are writing a simple code based on the code shown in the workflow guide, looks like you have included some statements which are invalid at run time. examine your code and try to remove all unnecessary statements. write a very simple piece of code by just inserting only the required statements and the error will vanish.
    hope this helps
    satish paul
    Hello,
    I defined 1 item that contains an external java program.
    When I launch the process, i receive following error on the
    Java agent listener screen :
    Thu Mar 07 10:25:10 CET 2002 Executing TST_JAVA/22 xx.yyyy.workflow.UpdateWorkflowAttribute
    Thu Mar 07 10:25:11 CET 2002 Enqueuing TST_JAVA/22 xx.yyyy.workflow.UpdateWorkflowAttribute
    Error Stack: 1
    WF_FN_ERROR (MODULE=xx.yyyy.workflow.UpdateWorkflowAttribute) (ITEMTY
    PE=TST_JAVA) (ITEMKEY=22) (ACTID=739) (FUNCMODE=RUN) (ERRMESSAGE=null)
    and the status remains deferred.
    Running the background engine does not change the status of the item. It remains deferred. Anybody has any idea of what is happening ?
    grtz,
    Chris.

  • Runtime error ora-12703 when running utl_mail

    hello,
    I call a procedure through push button to use UTL_MAIL.send(..) and I got error ora-12703.
    There is no error during compilation.
    For your info, I manage to execute the same code on stored procedure using TOAD and I received the email sent using TOAD and telnet from my local.
    For info:
    Forms developer version:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    procedure:
    PROCEDURE test_email IS
    BEGIN
    UTL_MAIL.send (
    sender => '[email protected]',
    recipients => '[email protected]',
    cc => '[email protected]',
    bcc => '[email protected]',
    subject => 'Test',
    MESSAGE => 'Hello World',
    mime_type => 'text; charset=us-ascii',
    priority => 3
    END;
    Could anyone please help me on this.
    Regards,
    Dayang

    Hi All,
    I tried another function that use utl_smtp to send email.
    Again I could recieve email when I execute the function in TOAD but got error ora-12703 when I ran using forms.
    When I ran the form, only "debug 1st" apear, then after that it returned error ora-12703.
    Function:
    FUNCTION SEND_MAIL
    (pIssuer IN VARCHAR2,
    pReceiver IN VARCHAR2,
    pSender IN VARCHAR2,
    pSubject IN VARCHAR2,
    pMessage IN VARCHAR2) RETURN VARCHAR2 IS
    c utl_smtp.connection;
    respuesta utl_smtp.reply;
    pServer VARCHAR2(50) := '10.0.3.79';
    CRLF CHAR(2) := CHR(13) || CHR(10);
    BEGIN
    message('debug 1st');
    -- Abre la conexión al Server de correo
    c := utl_smtp.open_connection(pServer);
    message('debug2nd');
    respuesta := utl_smtp.helo(c, pServer);
    -- Inicia el Issuer del correo.
    respuesta := utl_smtp.mail(c, pSender);
    -- Inicia el Receiver
    respuesta := utl_smtp.rcpt(c, pReceiver);
    respuesta := utl_smtp.open_data(c);
    -- Escribe la cabecera del e-mail
    utl_smtp.write_data(c, 'From: ' || pIssuer || CRLF);
    utl_smtp.write_data(c, 'To: ' || pReceiver || CRLF);
    -- Escribe el Subject
    utl_smtp.write_data(c, 'Subject: ' || pSubject || CRLF);
    -- Escribe el texto del Message.
    utl_smtp.write_data(c, CRLF || pMessage);
    utl_smtp.write_data(c, CRLF || '.');
    respuesta := utl_smtp.close_data(c);
    -- Cierra la conexión
    respuesta := utl_smtp.quit(c);
    RETURN '0';
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    utl_smtp.quit(c);
    RETURN sqlerrm;
    --raise_application_error(-20000,
    -- 'El envío del email ha fallado devolviendo el siguiente error: ' || sqlerrm);
    END;
    Regards,
    Dayang

  • Why do I get an Error Code 70229 when running Block Diagram ?

    Hi everyone,
    This error is very weird because at one time I got the block diagram to run and it worked well then when I tried it again after reopening the block diagram I got this error . 
    Can someone help me please ?
    I am using SolidWorks Premium 2014 x64 Edition.
    The attached files show the version I got for SoftMotion and for Labview 2013 32 bit installed . 
    PS. I had Labview 2013 64 bit installed but I removed it. not sure if any files remained that may cause this...
    Thank you,
    Isaiah 
    Attachments:
    Softmotion.JPG ‏54 KB
    Labview2013.JPG ‏55 KB

    Read related topic
    Thank you & Best regards
    syrpimp
    =======================================================
    “You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley

  • ECC / Parity errors but 'only' when running qmaster / Compressor ?!!

    I have a Mac Pro that came with 4GB of (Apple) Ram. I recently installed 4 addiitonal (to fill both risers to 8GB total), of branded, supposedly apple-certified Ram from one of the major vendors we all have come to love and trust.
    Anyway, all seems fine - but now I am running QMASTER/Compressor which in fact wires (or at least pages) so much ram as to make good use of my 8: I have only 80MB free- but hey that's good, the memory is being used.
    Here's the odd thing, when doing compressor / qmaster tasks (this is both the cluster server and a service node) I now get ECC Parity errors:
    - Of my 8 chips, 3 have trown ECC Parity errors (all corrected), ranging from 1 on one chip to now 35 on another. This is in a 24h period
    - THis is on the APPLE ORIGINAL RAM - none of the 'new' chips have any errors ?!!!
    - Errors show up in 'about system' as well as the console log- but I ran EXTENDED Hardware test twice - and both times the memory (whole system) comes up clean!
    - ECC errors don't show up - as far as I can tell, if I don't 'extremely' tax the system - i.e. running email, Safari, iTunes and, maybe WoW keep it 'clean'! but also leave between 3-6GB memory 'free'
    - The errors occur on 2 seperate risers
    So, here's my dilemman - I can replicate this everytime i use compressor/qmaster. However, I never (yet) had a related crash or issues.
    It started with 'just' one chip, now it's 3 - again, all the original apple ram.
    My memory is installed correctly (i.e. both apple pairs together and both OWC together).
    I would LOVE to get some suggestions. Logic would say this is related to the new memory BUT I also never ran a compressor/qmaster renderfarm before now. I already opened a case with Apple and they are sending me one new chip (I opened at the time only one chip was having the errors).
    So - normal? Low enough at high volume I shouldn't worry? Routine with compressor and qmaster Or time to panic?
    THANKS!
    Dan

    This is very interesting. We, too, recently experienced a hard RAM Parity Panic/Crash on a Qmaster/Compressor encoder node. About two weeks earlier, we experienced a RAM Parity Panic/Crash on a system that has nothing to do with Qmaster.
    Both machines are dual G5 Xserves with factory-installed RAM. The encoder had six 512MB sticks while the non-encoder server had 2 1MB sticks.
    The encoder died, but when rebooted kept working by ignoring the bad RAM and working off only 2GB of the good RAM (must be in pairs).
    Apple replaced both sticks under warranty.
    As for Qmaster/Compressor causing the errors, I have no insight. If that were the case, I assume we'd see this on most if not all our encoders and cluster controllers. And that hasn't happened.
    I'd say, you got bad RAM and it needs to be fixed.
    The panic.log should give you insight into which dimm slot threw the error.
    Good luck!

  • Runtime errors "Raise_Exception" occur when running crystal report

    Dear all expert,
    I had develop a CR. It is fine and I can run it. but in our remote system, there is a runtime error "RAISE_EXCEPTION" with exception condition "EXECUTION_HALTED". There is no error show to me at CR side where the report is running fine. But I wonder why the is a runtime error in the remote system.
    Thank You.

    Hi Ingo,
    I had check the transport folder in my integration solution installer kit folder. There is only Folder with name "ansi" and "unicode_compatible".
    The readme for my transport file are as below:
    There are two sets of transport files, which can be used with BusinessObjects Enterprise Integration Kit for SAP. One set is ANSI and the other set is Unicode enabled.
    The set of transports you must use depends on the BASIS system your SAP system is running on. Additionally, each transport consists of a data file and a cofile, which are listed in brackets behind the transport names.
    If your SAP system is running on a BASIS system earlier than 6.20, you must use the files listed below:
    (These files are ANSI.)
    Open SQL Connectivity transport (K900084.r22 and R900084.r22)
    Info Set Connectivity transport (K900085.r22 and R900085.r22)
    Row-level Security Definition transport (K900086.r22 and R900086.r22)
    Cluster Definition transport (K900093.r22 and R900093.r22)
    Authentication Helpers transport (K900088.r22 and R900088.r22)
    If your SAP system is running on a 6.20 BASIS system or later, you must use the files listed below:
    (These files are Unicode enabled.)
    Open SQL Connectivity transport (K900574.r21 and R900574.r21)
    Info Set Connectivity transport (K900575.r21 and R900575.r21)
    Row-level Security Definition transport (K900576.r21 and R900576.r21)
    Cluster Definition transport (K900585.r21 and R900585.r21)
    Authentication Helpers transport (K900578.r21 and R900578.r21)
    The following files must be used on an SAP BW system:
    (These files are Unicode enabled.)
    Content Administration transport (K900579.r21 and R900579.r21)
    Personalization transport (K900580.r21 and R900580.r21)
    MDX Query Connectivity transport (K900581.r21 and R900581.r21)
    ODS Connectivity transport (K900582.r21 and R900582.r21)
    The dump "raise_exception" occur when in the Crystal Report Designer.
    Thank You.

  • Errors in Livecache when running a "check database structure"

    Helleo, i have the following error messages when i do a check database structure of our QA Livecache environment :
    DBA Action starts:
    Timestamp: 20090406141745   Function: cdb   Object: DATABASE
    VERIFY command:
    check data
    VERIFY result:
    ERR
    -24988,ERR_SQL: SQL error
    -9053,〰〰〰〰〰〰〰〰〰〳
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    DBA Action ends:
    Timestamp: 20090406141753   State:    Failure
    ANd i have the same result whether i run it from DB13 or from the database managerIs there a way to run the check database with a repair option ? How can i fix this ?
    Thanks for your help.
    Y.
    Edited by: Youssef ANEGAY on Apr 6, 2009 3:59 PM

    > I guess i'll have no choice but to restore the database ...
    Yes - most like that will be the case
    But before you do that, I'd check the hardware also (drivers, firmware, OS patches etc.). If the system is connected to a SAN I would also check the logs of that.
    Markus

  • SYSTEM ERROR 1312 OCCURING WHEN RUNNING NET LOCALGROUP FROM REMOTE MACHINE

    while running workflow through AO am connecting to server 2008 r2 and running net localgroup command.the output is :
    <line index="1">Copyright 2010 BMC Software Ltd, Version: 1.5 </line>
    <line index="2">Connecting to remote service...</line>
    <line index="3">Connected to remote host.</line>
    <line index="4">System error 1312 has occurred.</line>
    <line index="5">A specified logon session does not exist. It may already have been terminated.</line>
    <line index="6">Remote application exited with code: 2 </line>

    Hi,
    Have a look:
    http://blogs.technet.com/b/askperf/archive/2012/04/18/task-scheduler-error-a-specified-logon-session-does-not-exist.aspx
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/a7853ac3-6c48-4615-896a-e306067ab804/net-use-via-powershell-returning-a-specified-logon-session-does-not-exist-it-may-already-have-been?forum=winserversecurity
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

Maybe you are looking for

  • Best way to join information from two datasources??? pls help

    Guys Please help in understanding the basics of modelling in terms of best practises in SAP-BI I have two datasources. One is standard Bussiness content datasources 2LIS_02_ITM ( having PO item level data)  and the other is a generic datasource on ta

  • How do I place 9 pics in tic tac toe style for header of my slide show?

    Need help placing 9 pics beside each other shrunk down so it will fit on header of slideshow using premiere elements 11? Any help will be greatly appreciated.          Thank you,                       Marvin Engel             Big M's Fishing Charters

  • Print preview in ME21N/ME22N/ME23N

    Hi! In transactions ME21N/ME22N/ME23N we can see PO print preview after we click Print preview button. Is it possible to deactivate upper toolbar in this preview?? Or deactivate:  Go to -> 'View list'   in this toolbar?

  • Can´t install voice over kit (error 32)

    I can´t install voice over kit in my ipod shuffle 2GB because I received error 32, I downloaded but then I cant install it. The error message: "iTunes can´t install VoiceOver Kit. An unknown error has occurred (32).

  • How to use lightroom 5

    i want know how to edit store and delete off my lightroom 5