Oc4j crashes in debug mode with jdk1.4.1 beta

On my Linux Redhat 7.3 running smp kernel 2.4.18-3 and jdk Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) if I start oc4j in a remote debuggable jvm it crashes. Here's the start script:
cd /opt/oracle/j2ee/home
export J2EE_HOME=/opt/oracle/j2ee/home
JAVA_HOME=/opt/j2sdk1.4.1
JAVA_PATH=$JAVA_HOME/bin
export JAVA_HOME JAVA_PATH
export JAVA_HOME JAVA_PATH
export JAVA_HOME JAVA_PATH
export PATH=$JAVA_PATH:$PATH
$JAVA_HOME/bin/java -server -Xdebug -Xnoagent -Djava.compiler=NONE \
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 \
-Xbootclasspath/a:$JAVA_HOME/lib/tools.jar \
-jar oc4j.jar $1 $2 $3 $4
The console output after the crash is:
Unexpected Signal : 11 occurred at PC=0x428BB200
Function=[Unknown.]
Library=(N/A)
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:
Dynamic libraries:
08048000-0804e000 r-xp 00000000 08:11 443641 /opt/j2sdk1.4.1/bin/java
0804e000-0804f000 rw-p 00005000 08:11 443641 /opt/j2sdk1.4.1/bin/java
40000000-40013000 r-xp 00000000 08:01 63761 /lib/ld-2.2.5.so
40013000-40014000 rw-p 00013000 08:01 63761 /lib/ld-2.2.5.so
40014000-4001d000 r-xp 00000000 08:11 427282 /opt/j2sdk1.4.1/jre/lib/i386/native_threads/libhpi.so
4001d000-4001e000 rw-p 00008000 08:11 427282 /opt/j2sdk1.4.1/jre/lib/i386/native_threads/libhpi.so
4001f000-40025000 r--s 00000000 08:06 210281 /usr/lib/gconv/gconv-modules.cache
40025000-40028000 r-xp 00000000 08:11 427310 /opt/j2sdk1.4.1/jre/lib/i386/libdt_socket.so
40028000-40029000 rw-p 00002000 08:11 427310 /opt/j2sdk1.4.1/jre/lib/i386/libdt_socket.so
40029000-4002b000 r--s 00000000 08:11 590893 /opt/oracle/j2ee/home/lib/jdbc.jar
4002b000-40038000 r-xp 00000000 08:01 31894 /lib/i686/libpthread-0.9.so
40038000-4003f000 rw-p 0000d000 08:01 31894 /lib/i686/libpthread-0.9.so
40040000-40042000 r-xp 00000000 08:01 63774 /lib/libdl-2.2.5.so
40042000-40043000 rw-p 00001000 08:01 63774 /lib/libdl-2.2.5.so
40043000-404d8000 r-xp 00000000 08:11 427284 /opt/j2sdk1.4.1/jre/lib/i386/server/libjvm.so
404d8000-406e4000 rw-p 00494000 08:11 427284 /opt/j2sdk1.4.1/jre/lib/i386/server/libjvm.so
406f6000-40708000 r-xp 00000000 08:01 63778 /lib/libnsl-2.2.5.so
40708000-40709000 rw-p 00012000 08:01 63778 /lib/libnsl-2.2.5.so
4070b000-4072c000 r-xp 00000000 08:01 31892 /lib/i686/libm-2.2.5.so
4072c000-4072d000 rw-p 00020000 08:01 31892 /lib/i686/libm-2.2.5.so
4072d000-4073d000 r-xp 00000000 08:11 427288 /opt/j2sdk1.4.1/jre/lib/i386/libverify.so
4073d000-4073f000 rw-p 0000f000 08:11 427288 /opt/j2sdk1.4.1/jre/lib/i386/libverify.so
4073f000-40760000 r-xp 00000000 08:11 427289 /opt/j2sdk1.4.1/jre/lib/i386/libjava.so
40760000-40762000 rw-p 00020000 08:11 427289 /opt/j2sdk1.4.1/jre/lib/i386/libjava.so
40762000-40777000 r-xp 00000000 08:11 427291 /opt/j2sdk1.4.1/jre/lib/i386/libzip.so
40777000-40779000 rw-p 00014000 08:11 427291 /opt/j2sdk1.4.1/jre/lib/i386/libzip.so
40779000-41e45000 r--s 00000000 08:11 427331 /opt/j2sdk1.4.1/jre/lib/rt.jar
41e88000-41e9f000 r--s 00000000 08:11 427312 /opt/j2sdk1.4.1/jre/lib/sunrsasign.jar
41e9f000-41f10000 r--s 00000000 08:11 427314 /opt/j2sdk1.4.1/jre/lib/jsse.jar
41f10000-41f23000 r--s 00000000 08:11 427313 /opt/j2sdk1.4.1/jre/lib/jce.jar
41fe8000-41feb000 r--s 00000000 08:11 754891 /opt/j2sdk1.4.1/jre/lib/ext/dnsns.jar
41feb000-41ff9000 r--s 00000000 08:11 754893 /opt/j2sdk1.4.1/jre/lib/ext/ldapsec.jar
41ff9000-41ffd000 r--s 00000000 08:11 590889 /opt/oracle/j2ee/home/lib/ejb.jar
41ffd000-42000000 r--s 00000000 08:11 590901 /opt/oracle/j2ee/home/lib/jta.jar
42000000-4212c000 r-xp 00000000 08:01 31890 /lib/i686/libc-2.2.5.so
4212c000-42131000 rw-p 0012c000 08:01 31890 /lib/i686/libc-2.2.5.so
42135000-423ff000 r--s 00000000 08:11 427329 /opt/j2sdk1.4.1/jre/lib/charsets.jar
423ff000-428b2000 r--s 00000000 08:11 754904 /opt/j2sdk1.4.1/lib/tools.jar
448b2000-448bb000 r-xp 00000000 08:01 63794 /lib/libnss_files-2.2.5.so
448bb000-448bc000 rw-p 00009000 08:01 63794 /lib/libnss_files-2.2.5.so
448bc000-448bd000 r--s 00000000 08:11 590899 /opt/oracle/j2ee/home/lib/jnet.jar
448bd000-448bf000 r--s 00000000 08:11 590892 /opt/oracle/j2ee/home/lib/jcert.jar
4caa5000-4cad0000 r--p 00000000 08:06 242413 /usr/lib/locale/en_US.iso885915/LC_CTYPE
4cad0000-4cafa000 r-xp 00000000 08:11 427309 /opt/j2sdk1.4.1/jre/lib/i386/libjdwp.so
4cafa000-4cafc000 rw-p 00029000 08:11 427309 /opt/j2sdk1.4.1/jre/lib/i386/libjdwp.so
4d5d5000-4d5f2000 r--s 00000000 08:11 754890 /opt/j2sdk1.4.1/jre/lib/ext/sunjce_provider.jar
4d5f2000-4d691000 r--s 00000000 08:11 754892 /opt/j2sdk1.4.1/jre/lib/ext/localedata.jar
4d691000-4dae0000 r--s 00000000 08:11 591546 /opt/oracle/j2ee/home/oc4j.jar
4dae0000-4daee000 r--s 00000000 08:11 590904 /opt/oracle/j2ee/home/lib/servlet.jar
4daee000-4db7e000 r--s 00000000 08:11 591505 /opt/oracle/j2ee/home/lib/ojsp.jar
4db7e000-4db97000 r--s 00000000 08:11 590898 /opt/oracle/j2ee/home/lib/jndi.jar
4db97000-4dcf5000 r--s 00000000 08:11 591545 /opt/oracle/j2ee/home/iiop.jar
4dcf5000-4dcff000 r--s 00000000 08:11 591542 /opt/oracle/j2ee/home/iiop_gen_bin.jar
4dcff000-4dd06000 r--s 00000000 08:11 590894 /opt/oracle/j2ee/home/lib/jms.jar
4dd06000-4dd46000 r--s 00000000 08:11 394111 /opt/oracle/lib/dms.jar
4dd46000-4dd4b000 r--s 00000000 08:11 590886 /opt/oracle/j2ee/home/lib/connector.jar
4dd4b000-4dd5a000 r--s 00000000 08:11 590887 /opt/oracle/j2ee/home/lib/cos.jar
4dd5a000-4e1da000 r--s 00000000 08:11 1098826 /opt/oracle/jdk/lib/tools.jar
4e1da000-4e24c000 r--s 00000000 08:11 590900 /opt/oracle/j2ee/home/lib/jsse.jar
4e24c000-4e258000 r--s 00000000 08:11 590885 /opt/oracle/j2ee/home/lib/activation.jar
4e258000-4e29d000 r--s 00000000 08:11 590902 /opt/oracle/j2ee/home/lib/mail.jar
4e29d000-4e33e000 r--s 00000000 08:11 394112 /opt/oracle/lib/xmlparserv2.jar
4e33e000-4e345000 r--s 00000000 08:11 590891 /opt/oracle/j2ee/home/lib/jaxp.jar
4e345000-4e35f000 r--s 00000000 08:11 590890 /opt/oracle/j2ee/home/lib/jaas.jar
4e35f000-4e441000 r--s 00000000 08:11 591534 /opt/oracle/j2ee/home/jazn.jar
4e441000-4e460000 r--s 00000000 08:11 591538 /opt/oracle/j2ee/home/jaxb-rt-1.0-ea.jar
4e460000-4e4a6000 r--s 00000000 08:11 967927 /opt/oracle/soap/lib/soap.jar
4e4a6000-4e4c5000 r--s 00000000 08:11 394116 /opt/oracle/webservices/lib/wsserver.jar
4e4c5000-4e4e8000 r--s 00000000 08:11 394117 /opt/oracle/webservices/lib/wsdl.jar
4e4e8000-4e4f5000 r--s 00000000 08:11 394109 /opt/oracle/jlib/jssl-1_1.jar
4e4f5000-4e4ff000 r-xp 00000000 08:01 63802 /lib/libnss_nisplus-2.2.5.so
4e4ff000-4e500000 rw-p 00009000 08:01 63802 /lib/libnss_nisplus-2.2.5.so
4e600000-4e71c000 r--s 00000000 08:11 1098813 /opt/oracle/jdbc/lib/classes12dms.jar
4e71c000-4e871000 r--s 00000000 08:11 1098814 /opt/oracle/jdbc/lib/nls_charset12.jar
4e871000-4e978000 r--s 00000000 08:11 591507 /opt/oracle/j2ee/home/lib/jasper.zip
4e978000-4ea29000 r--s 00000000 08:11 591506 /opt/oracle/j2ee/home/lib/aqapi.jar
4ea29000-4ea91000 r--s 00000000 08:11 591514 /opt/oracle/j2ee/home/lib/jem.jar
4ea91000-4eaf4000 r--s 00000000 08:11 1098809 /opt/oracle/javacache/lib/cache.jar
4eaf4000-4eb2c000 r--s 00000000 08:11 591513 /opt/oracle/j2ee/home/lib/http_client.jar
4eb2c000-4eb93000 r--s 00000000 08:11 1000608 /opt/oracle/sqlj/lib/runtime12ee.jar
4eb93000-4ef1f000 r--s 00000000 08:11 1000609 /opt/oracle/sqlj/lib/translator.jar
4ef1f000-4ef52000 r--s 00000000 08:11 590888 /opt/oracle/j2ee/home/lib/crimson.jar
4ef52000-4ef62000 r-xp 00000000 08:11 427294 /opt/j2sdk1.4.1/jre/lib/i386/libnet.so
4ef62000-4ef64000 rw-p 0000f000 08:11 427294 /opt/j2sdk1.4.1/jre/lib/i386/libnet.so
4effc000-4efff000 r-xp 00000000 08:01 63791 /lib/libnss_dns-2.2.5.so
4efff000-4f000000 rw-p 00002000 08:01 63791 /lib/libnss_dns-2.2.5.so
4f283000-4f291000 r-xp 00000000 08:01 63806 /lib/libresolv-2.2.5.so
4f291000-4f292000 rw-p 0000e000 08:01 63806 /lib/libresolv-2.2.5.so
Local Time = Thu Aug 8 15:06:44 2002
Elapsed Time = 125
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002E6
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Server VM (1.4.1-beta-b14 mixed mode)
# An error report file has been saved as hs_err_pid11837.log.
# Please refer to the file for further information.
I reported this to sun and they say it's something OC4j is doing....
I'll have to make do with 1.4.0 for debugging I guess..
wcn

here is generic client you can use as test client.
java ChatClient [hostname] [portnumber]
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
public class ChatClient extends Panel implements Runnable
private TextField tf = new TextField();
private TextArea ta = new TextArea();
private Socket socket;
private OutputStream out;
private InputStream in;
public ChatClient( String host, int port ) {
setLayout( new BorderLayout() );
add( "North", tf );
add( "Center", ta );
tf.addActionListener( new ActionListener() {
public void actionPerformed( ActionEvent e ) {
processMessage( e.getActionCommand() );
try {
socket = new Socket( host, port );
System.out.println( "connected to "+socket );
in = socket.getInputStream();
out = socket.getOutputStream();
new Thread( this ).start();
} catch( IOException ie ) { System.out.println( ie ); }
private void processMessage( String message ) {
try {
out.write( message.getBytes() );
out.write("\n".getBytes());
tf.setText( "" );
} catch( IOException ie ) { System.out.println( ie ); }
public void run() {
try {
byte buffer[] = new byte[4096];
while (true) {
int r = in.read( buffer );
String message = new String( buffer, 0, r );
ta.append( message);
} catch( IOException ie ) { System.out.println( ie ); }
public static void main(String [] args){
String hostName=args[0];
String portNum=args[1];
int portN=Integer.parseInt(portNum);
     Frame frame=new Frame();
     frame.add(new ChatClient(hostName,portN));
     frame.setSize(400,200);
     frame.setVisible(true);
}

Similar Messages

  • Can't start tomcat4.1.12-LE server with jdk1.4.0-beta!

    Hi there!!
    I got a configuration problem with tomcat4.1.12-LE with jdk1.4.0-beta.
    I was followed this URL's ( http://www.moreservlets.com/Using-Tomcat-4.html#Introduction )
    instructions as they write, but I cann't start the tomcat server :( plz help me in this matter.
    My installation path is:
    c:\jdk1.4
    c:\tomcat
    Environment variable is:
    JAVA_HOME=c:\jdk1.4
    CATALINA_HOME=c:\tomcat
    Operating system is:
    win2000
    Thanks,
    M. Junayed

    What on earth are you using the beta for? :S You should solve this problem by installing the release version of the J2SDK...

  • FlashBuilder 4.7 will not run in Debug mode with BlackBerry 10 simulator

    We have developed an app that has been released both for Apple and Android working well.
    When trying to do the same for BlackBerry it was rejected because it did not start at all.
    The App that runs fine on the BlackBerry simulator in the "run configurations mode".
    However when I try to run it in Debug mode it will not start at all. Just flashes and simulator goes back to main menu.
    The debugger will after a while time out since it cannot connect to the app running on the simulator.
    BlackBerry 10 Simulator runs under vmWare Fusion.
    Anyone seen this before?

    Hi, Silence04. Welcome to the Discussions.
    You had serious disk directory corruption. That can also cause corruption in OS files: while Disk Utility or DiskWarrior may fix the directory, if the directory corruption resulted in OS files being damaged — as it appears to be in this case — then you can't avoid an Archive and Install. For important tips on this, see my "General advice on performing an Archive and Install" FAQ. Perform the steps therein in the specified order.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Run form in debug mode with windows vista

    hi guys
    plz help me
    i'm using oracle forms 10g r2 on windows vista home primume and everything is ok but
    when i need to run any form in debug mode i get the following
    the jvm 1.4 give me jvm is aborting after that
    the oc4j give me the following error frm-92101 there was a failure in the form server during start up
    thanks

    Hi Manoj,
    You can do it directly from felix console. just go to http://<host>:<port>/system/console/slinglog there you will see all log files. under first table "Log Level" you will see all the log files and besides to that you will have configuration option, just go there and set log level for each of log files and save it.
    Let me know if you need more information.
    Thanks,
    Pawan

  • How to skip a selection screen mandatory field in debugging mode with out changing the code?

    Hi Team,
    In my report there is two fields on selection screen, one is obligatory field , but i just want to execute the report(for testing per pus) with out entering  the data for the mandatory field with out changing the code. could u let me know which event and how to debug the report. or else  in debugging mode how can i change that field as non mandatory field.
    Regards,
    Venkat.

    If the value is not of importance how come it became obligatory in your program?
    Any how you can do one thing...Put some value in your obligatory field, put a debugger point where you are interested in  and use the pencil tool to change the value of the field while debugging. 
    Regards,
    Philip.

  • How do I run CRX in debug mode with CQ5 , CRX version is 1.0.1

    I tried below commands But Attached Debug option under Debug menu option is still disabled.
    Option 1 :
    C:\author>java -debug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_sock
    et,server=y,suspend=n,address=30303 -jar cq-author-4502.jar
    Listening for transport dt_socket at address: 30303
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    The JVM reports a heap size of 1781 MB, meets our expectation of 1024 MB +/- 20
    **** WARNING: insufficent PermGen memory ***************************************
    The JVM MBean:PS Perm Gen reports 82 MB but we recommend at least 256 MB +/- 20
    Use your JVM's PermGen size option (like -XX:MaxPermSize=256M) to set that size.
    Will fork a JVM to get enough memory.
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Preparing to fork JVM, OS name=Windows 7, isWindows=true
    Forking JVM: [C:\Program Files\Java\jre6\bin\java.exe, -Xmx1024m, -XX:MaxPermSiz
    e=256m, -jar, C:/author/cq-author-4502.jar, -nofork, -pt, CHILD]
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 910 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    The JVM MBean:PS Perm Gen reports a maximum size of 256 MB, meets our expectatio
    n of 256 MB +/- 20
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Not forking JVM as -nofork option is set
    Setting properties from filename 'C:/author/cq-author-4502.jar'
    Property '-quickstart.server.port' set to '4502' from filename cq-author-4502.ja
    r
    Property '-r' set to 'author' from filename cq-author-4502.jar
    Property '-r' is already set (author), ignoring new value (author) derived from
    filename
    System property 'sling.run.modes' set to 'author' by -r option
    Verbose option not active, closing stdin and redirecting stdout and stderr
    Redirecting stdout to C:\author\.\crx-quickstart\logs\stdout.log
    Redirecting stderr to C:\author\.\crx-quickstart\logs\stderr.log
    Press CTRL-C to shutdown the Quickstart server...
    Shutdown
    MAIN process: shutdown hook
    MAIN process: Exception in shutdown hook: java.io.IOException: The pipe is being
    closed
    MAIN process: Wrote shutdown string to child process, waiting for it to exit (ma
    x 5000 msec)
    Child process did not exit? Destroying it now.
    MAIN process: Child process exited.
    MAIN process: exiting
    Forked JVM process exited with exit code 1
    Main JVM process exiting
    OPtion 2:
    C:\author>java -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=3
    0303,suspend=n -jar cq-author-4502.jar
    Listening for transport dt_socket at address: 30303
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 455 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    **** WARNING: insufficent PermGen memory ***************************************
    The JVM MBean:PS Perm Gen reports 82 MB but we recommend at least 256 MB +/- 20
    Use your JVM's PermGen size option (like -XX:MaxPermSize=256M) to set that size.
    Will fork a JVM to get enough memory.
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Preparing to fork JVM, OS name=Windows 7, isWindows=true
    Forking JVM: [C:\Program Files\Java\jre6\bin\java.exe, -Xmx1024m, -XX:MaxPermSiz
    e=256m, -jar, C:/author/cq-author-4502.jar, -nofork, -pt, CHILD]
    Loading quickstart properties: default
    Loading quickstart properties: instance
    Low-memory action set to fork
    Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume
    nts=[-Xmx1024m, -XX:MaxPermSize=256m]
    **** WARNING: insufficent heap memory ******************************************
    The JVM reports 910 MB but we recommend at least 1024 MB +/- 20
    Use your JVM's heap size option (like -Xmx1024M) to set that size.
    Will fork a JVM to get enough memory.
    The JVM MBean:PS Perm Gen reports a maximum size of 256 MB, meets our expectatio
    n of 256 MB +/- 20
    Available memory below specified limits and low-memory action set to fork, will
    fork to get enough memory
    Not forking JVM as -nofork option is set
    Setting properties from filename 'C:/author/cq-author-4502.jar'
    Property '-quickstart.server.port' set to '4502' from filename cq-author-4502.ja
    r
    Property '-r' set to 'author' from filename cq-author-4502.jar
    Property '-r' is already set (author), ignoring new value (author) derived from
    filename
    System property 'sling.run.modes' set to 'author' by -r option
    Verbose option not active, closing stdin and redirecting stdout and stderr
    Redirecting stdout to C:\author\.\crx-quickstart\logs\stdout.log
    Redirecting stderr to C:\author\.\crx-quickstart\logs\stderr.log
    Press CTRL-C to shutdown the Quickstart server...

    Hi Manoj,
    You can do it directly from felix console. just go to http://<host>:<port>/system/console/slinglog there you will see all log files. under first table "Log Level" you will see all the log files and besides to that you will have configuration option, just go there and set log level for each of log files and save it.
    Let me know if you need more information.
    Thanks,
    Pawan

  • Using debug mode with jbuilder 4 (or other tool) and wl 6.0

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

  • How to start the server in debug mode

    HI
    Im working on weblogic server 8.1 sp. My requirement is to run the application in hosted on weblogic server with out restaring the server i.e dynamiically turn to debug mode with out stopping. IM using Log4j method for logging. please let me know how to do it... if any one have sample java code
    Thanks & regards
    shiva

    I am not sure, how can you do it on the fly, but if you want to restart the server here are the parameters you need to add to the java arguments
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=$Port
    (where Port will be any port you want to connect to).
    Thanks
    Togotutor
    <b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b>
    Edited by: togotutor on Aug 12, 2010 3:44 PM

  • ABAP Runtime error in debug mode

    Hi all,
    I am facing foll. run time error in debug mode
    Runtime Error          DBIF_RSQL_INVALID_CURSOR
    Except.                CX_SY_OPEN_SQL_DB
    Possible causes in the application program:                       
    Within a loop (SELECT/LOOP/EXEC SQL), one of the following        
    statements is used:                                               
    - MESSAGE (apart from MESSAGE S...)                               
    - COMMIT WORK                                                     
    - ROLLBACK WORK                                                   
    - CALL SCREEN                                                     
    - CALL DIALOG                                                     
    - CALL TRANSACTION                                                
    - SUBMIT                                                          
    - BREAK-POINT                                                     
    - WAIT                                                            
    In debugging mode, a program sometimes triggers                   
    a "COMMIT WORK" during the database selection. As a result        
    this termination may also occur in debugging mode with a correct  
    program.                                                          
    A "COMMIT WORK" during debugging may be due to the following reason
    1. A program or screen was regenerated                            
       and updated in the database.                                   
    2. Each user needs a private process in debugging mode, but       
       the number of available processes is restricted. If this       
       limit is exceeded, each debugging step then requires a         
       "COMMIT WORK".       
    its urgent.
    if i run the prg directly to tcode der is not ne error.
    but i want to execute the prg. in the debug mode.
    its a ZPRG.
    with regards,
    Purva.

    hi,
    You need to change your logic.
    Then , i hope your problem wil be solved.
    Because of nested select statements, you are getting that error.
    Declare seperate Internal tables for VBRK,VBRP, KNA!,j_1iexchdr, j_1imtchid.
    Declare Itab_final with all required fields from all tables.
    Dont use select-endselect anywhere.
    I am giving Pseudo code here.
    Try to use this logic.
    I used question mark in code : there you need to use ur required field names.
    Hope it wil help you.
    select vbeln kunrg zterm bukrs knumv netwr kunrg from vbrk into corresponding fields of table itab1
    where vbeln = docno.
    select matnr posnr arktx fkimg meins netwr werks aubel from vbrp into corresponding fields of table itab2 for all entries in itab1
    where vbeln = itab-vbeln.
    select name1 stras pstlz ort01 land1 from kna1 into corresponding fields of table itab3 for all entries in itab1
    where kunnr = itab1-kunrg.
    select preprn exdat docno from j_1iexchdr into corresponding fields of  table itab4  for all entries in itab1
    where rdoc = itab1-vbeln.
    select j_1ichid from j_1imtchid into corresponding fields of table itab5 for all entries in itab2
    where matnr = itab2-matnr.
    Loop at itab1 into wa_itab1.
    read table itab2 into wa_itab2 index sy-tabix.
    read table itab3 into wa_itab2 index sy-tabix.
    read table itab4 into wa_itab2 index sy-tabix.
    read table itab5 into wa_itab2 index sy-tabix.
    itab_final = itab1-?
    itab_final = itab1-?
    itab_final = itab2-?
    itab_final = itab3-?
    itab_final = itab4-?
    itab_final = itab5-?
    append itab.
    endloop.
    select eikto from knb1 into table wa_knb1
    where kunnr = itab_fianl-kunrg
    and bukrs = itab-bukrs.
    select kawrt kbetr kwert kschl kposn knumv from konv into corresponding fields of wa_konv
    where knumv = itab_fianl-knumv
    and kposn = itab_final-posnr.
    append wa_konv.
    endselect.
    Regards
    Sandeep Reddy

  • Switching server to debug mode - need to do it twice

    We have just completed a switch from BEA Workshop for Weblogic 10.0 to Eclipse 3.3 + Weblogic Server Tools 1.0.1.
    There are couple issues that I'm not sure if they work as intended or they are bugs. This is the first one:
    1. when server is started in a non-debug mode with an application deployed and then it is switched to the debug mode (by right clicking on the server and choosing debug) the debug mode doesnt seem to be properly activated. The application doesnt stop at the breakpoints.
    2. after right clicking and choosing debug again the server gets fully restarted into the debug mode (in step 1 there is no full restart - similarly as it works in the Workshop). Now after the fiull restart the breakpoints work properly.
    Is this by design? Is this 'quick debug mode switch' supposed to be working only in the Workshop? If yes can the first time click on debug actually initiate the whole server restart into the debug mode?
    thank you
    s.

    It sounds like you hit the following bug, which has been fixed in the code line currently under development (v1.1) and which is currently scheduled for release on October 2nd.
    http://bugzilla.bea.com/show_bug.cgi?id=41
    Thanks,
    Konstantin
    WLS Tools Team

  • Server Error Running in Debug Mode

    Has anyone been able to run EA in debugging mode with the J2EE 1.4 application server?
    When I try, here's what happens:
    1. The server is stopped in preparation to run in debug mode
    2. The server restarts
    3. Before deployment the server dies with this error message:
    java.io.IOException. Unable to connect to admin-server ...
    This is for port localhost:4848

    There are a couple problems with debugging in EA:
    1) The debug port may be in use. Sounds like what you may be seeing. Assuming you're running on Windows, run "netstat -ano" to find out if port 1044 is in use. That's the debug port.. Kill the process that is using the port. This may require a reboot if the owner is System.
    2) The second problem is that on Windows, you may only be able to debug once without restarting the server. Non-Windows doesn't have this problem. The plan is to fix this in a future release.

  • Problem connecting to Realtime system to download or run in debug mode

    I have updated my LabWindows\CVI to 2013. I have a PXI system with a PXIe-8101 controller. The PXIe-controller has a real-time OS installed. I have been programming this system for a while now so I am not exactly a novice anymore. The first time I tried to install the program to my real-time target I got a message which said "LabWindows/CVI cannot connect to the real-time target." It also said " .... The version of the LabWindows/CVI Run-Time Engine for RT must be compatible with the version of the LabWindows/CVI development environment."
    So I figured that was the problem. My next step was to go into MAX and sure enough was getting all sorts of flags and errors when I used the real-time software Wizard in MAX by right clicking on the Remote software and clicking on Add/Remove Software. And like I suspected there were several flags indicating a software differences. My next step was to update the software in my real-time target to resolve the problem. After I did that I compiled the code and installed it on my remote system.  Everything seemed OK.
    The following Monday I restarted LabWindows/CVI and made a couple of changes and tried to build and install to my real-time target. I get that same message as in the first paragraph. So I thought I might not have real-time system  booted up correctly or something like that so I checked all of that and it looked OK. Next I opened up MAX and it could see my real-time target just fine.
    When I had my LabWindows/CVI 2012 I did not have this problem. I think maybe there is some incompatibliity issues with my LabWindows 2013; has anyone had a similar problem? I am able to get around the problem by building the release version and copying it to the PXI with CuteFTP V9.0 but I cannot do run my program in debug mode with my LabWindows/CVI and if you may have noticed I have other problems which is in another post I put in next week. I am hoping the problems are connected and I can kill two birds with one stone LOL.
    I appreciate any suggestions.
    Thanks,
    Don Pearce

    Hello,
    I want to make sure I'm understanding what you are doing in the LabVIEW project. According to the Getting Started with the LabWindows /CVI Real-Time Module manual, these are the steps to install software on the RT target:
    1. Launch MAX.
    2. Find and expand your RT target under the Remote Systems item in the MAX configuration tree, right-click Software, and select Add/Remove Software. When you select Add/Remove Software, MAX launches the LabVIEW Real-Time Software Wizard. This displays all the National Instruments software and drivers installed on the host computer that you can install on a selected RT target.
    3. Select the software you want to install on the RT target, click the icon next to the software, and select Install the feature.
    You need to install LabWindows/CVI Run-Time Engine for RT to add support for LabWindows/CVI RT applications on the RT target. This component is required for all LabWindows/CVI RT applications.
    The forum post here solved this same issue by installing missing drivers based on this KnowledgeBase article.
    Also, LabWindows/CVI 2013 SP1 has been released. Service Pack 1 (SP1) has many  useful bug fixes (listed here), so I recommend upgrading to LabWindows/CVI 2013 SP1 if possible.
    Taylor B.
    National Instruments

  • Entering in debugging mode

    Hello
    I'm experiencing the following issue :
    Iw32 is called by a call transaction in a customer program. In the process, a standard function (pm_partner_update)
    ends with an abap runtime error SAPSQL_ARRAY_INSERT_DUPREC.
    Instead of the short dump report, the enduser is entering in debugging mode, with the cursor placed on the failed command. Although he cannot do anything because
    he has no debugging authorizations, is it possible to prevent the debug screen display?
    Regards,
    Philippe

    we need to pass all the three key fields of IHPA table to avoid this duplicate entry error as it gets generated when you try to update duplicate records to master table . In my case i used I_count parameter of ihpa table to increament the counter . In each case if we do not use counters in that case it is bound to give you exception .so make sure you are not updating any duplicate entry .

  • JVM crash when using debug mode in eclipse

    Hi,
    I get a SIGSEGV every time I use debug mode in Eclipse. Sometimes after a few breakpoints, sometimes when I start the debug view.
    Have Eclipse helios and JRE 6.0_21-b06 but have also tried 1.6.0_03-b05 with same result.
    The log file (hs_error_pidxxx.log) gives the following:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xff23259c, pid=2917, tid=2
    # JRE version: 6.0_21-b06
    # Java VM: Java HotSpot(TM) Server VM (17.0-b16 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libc.so.1+0x3259c] strncmp+0x348
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0003d800): JavaThread "main" [_thread_in_native, id=2, stack(0xfe300000,0xfe380000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
    Registers:
    O0=0x00000001 O1=0x00000000 O2=0x00000001 O3=0x00000000
    O4=0x00000102 O5=0x0125d898 O6=0xfe37d3b8 O7=0xe1dd104c
    G1=0x00105000 G2=0x00007b00 G3=0x00000000 G4=0xe2947b08
    G5=0xfee6e2e8 G6=0x00000000 G7=0xfe3e0200 Y=0x00000000
    PC=0xff23259c nPC=0xff2325a0
    Top of Stack: (sp=0xfe37d3b8)
    0xfe37d3b8: 00000000 e1ebec00 ff2c1bd0 e1ebec00
    0xfe37d3c8: 011966e8 00000001 fee2e000 00001cc4
    0xfe37d3d8: 1d69c014 e2963fec 00000001 00000108
    0xfe37d3e8: 0000006e 0000006e fe37d3f8 e2947bd4
    0xfe37d3f8: e2963ff4 014e2b38 e2963ffc 00000000
    0xfe37d408: fee2e000 011afd80 01da6f38 e2963fec
    0xfe37d418: fe37d484 0125da90 0125dab8 00000002
    0xfe37d428: 00000000 e2974f88 fe37d488 e2350fd4
    Instructions: (pc=0xff23259c)
    0xff23258c: 91 ee 00 00 b4 a6 a0 01 0a bf ff e1 01 00 00 00
    0xff23259c: f8 0e 40 18 fa 0e 40 00 b2 06 60 01 80 a7 00 1d
    Stack: [0xfe300000,0xfe380000], sp=0xfe37d3b8, free space=1f4ff23259ck
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.1+0x3259c] strncmp+0x348
    C [libpangoft2-1.0.so.0.501.1+0x7bdc]
    C [libswt-pi-gtk-3650.so+0x50fdc] Java_org_eclipse_swt_internal_gtk_OS__1pango_1context_1list_1families+0x74
    j org.eclipse.swt.internal.gtk.OS._pango_context_list_families(I[I[I)V+472954808
    j org.eclipse.swt.internal.gtk.OS._pango_context_list_families(I[I[I)V+0
    j org.eclipse.swt.internal.gtk.OS.pango_context_list_families(I[I[I)V+10
    j org.eclipse.swt.graphics.Device.getFontList(Ljava/lang/String;Z)[Lorg/eclipse/swt/graphics/FontData;+53
    j org.eclipse.jface.resource.FontRegistry.filterData([Lorg/eclipse/swt/graphics/FontData;Lorg/eclipse/swt/widgets/Display;)[Lorg/eclipse/swt/graphics/FontData;+67
    j org.eclipse.jface.resource.FontRegistry.createFont(Ljava/lang/String;[Lorg/eclipse/swt/graphics/FontData;)Lorg/eclipse/jface/resource/FontRegistry$FontRecord;+32
    j org.eclipse.jface.resource.FontRegistry.getFontRecord(Ljava/lang/String;)Lorg/eclipse/jface/resource/FontRegistry$FontRecord;+53
    j org.eclipse.jface.resource.FontRegistry.get(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Font;+2
    j org.eclipse.jface.resource.JFaceResources.getHeaderFont()Lorg/eclipse/swt/graphics/Font;+5
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createTitleLabel(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Label;+36
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+99
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.verifyInput(Lorg/eclipse/ui/IEditorInput;)V+95
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+96
    j org.eclipse.ui.internal.EditorReference.createPartHelper()Lorg/eclipse/ui/IEditorPart;+361
    j org.eclipse.ui.internal.EditorReference.createPart()Lorg/eclipse/ui/IWorkbenchPart;+27
    j org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/eclipse/ui/IWorkbenchPart;+65
    j org.eclipse.ui.internal.EditorReference.getEditor(Z)Lorg/eclipse/ui/IEditorPart;+2
    j org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+233
    j org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+27
    j org.eclipse.ui.internal.WorkbenchPage.access$11(Lorg/eclipse/ui/internal/WorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+8
    j org.eclipse.ui.internal.WorkbenchPage$10.run()V+29
    j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
    j org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+59
    j org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZI)Lorg/eclipse/ui/IEditorPart;+7
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$1.run()V+41
    j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(Lorg/eclipse/ui/IWorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;)Lorg/eclipse/ui/IEditorPart;+26
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)Lorg/eclipse/ui/IEditorPart;+201
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)V+3
    j org.eclipse.debug.ui.DebugUITools.displaySource(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)V+5
    j org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+24
    j org.eclipse.ui.progress.UIJob$1.run()V+53
    J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
    J org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    j org.eclipse.ui.internal.Workbench.runUI()I+555
    j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j org.eclipse.ui.internal.Workbench$7.run()V+55
    j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
    j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
    v ~StubRoutines::call_stub
    V [libjvm.so+0x15e33c]
    V [libjvm.so+0x797afc]
    V [libjvm.so+0x217704]
    V [libjvm.so+0x215d8c]
    C [libjava.so+0x10bfc] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x18
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+746878888
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
    j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
    j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    V [libjvm.so+0x15e33c]
    V [libjvm.so+0x2012dc]
    C [java+0x3ab8]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j org.eclipse.swt.internal.gtk.OS._pango_context_list_families(I[I[I)V+0
    j org.eclipse.swt.internal.gtk.OS.pango_context_list_families(I[I[I)V+10
    j org.eclipse.swt.graphics.Device.getFontList(Ljava/lang/String;Z)[Lorg/eclipse/swt/graphics/FontData;+53
    j org.eclipse.jface.resource.FontRegistry.filterData([Lorg/eclipse/swt/graphics/FontData;Lorg/eclipse/swt/widgets/Display;)[Lorg/eclipse/swt/graphics/FontData;+67
    j org.eclipse.jface.resource.FontRegistry.createFont(Ljava/lang/String;[Lorg/eclipse/swt/graphics/FontData;)Lorg/eclipse/jface/resource/FontRegistry$FontRecord;+32
    j org.eclipse.jface.resource.FontRegistry.getFontRecord(Ljava/lang/String;)Lorg/eclipse/jface/resource/FontRegistry$FontRecord;+53
    j org.eclipse.jface.resource.FontRegistry.get(Ljava/lang/String;)Lorg/eclipse/swt/graphics/Font;+2
    j org.eclipse.jface.resource.JFaceResources.getHeaderFont()Lorg/eclipse/swt/graphics/Font;+5
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createTitleLabel(Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;)Lorg/eclipse/swt/widgets/Label;+36
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createControl(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+99
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.verifyInput(Lorg/eclipse/ui/IEditorInput;)V+95
    j org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+96
    j org.eclipse.ui.internal.EditorReference.createPartHelper()Lorg/eclipse/ui/IEditorPart;+361
    j org.eclipse.ui.internal.EditorReference.createPart()Lorg/eclipse/ui/IWorkbenchPart;+27
    j org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/eclipse/ui/IWorkbenchPart;+65
    j org.eclipse.ui.internal.EditorReference.getEditor(Z)Lorg/eclipse/ui/IEditorPart;+2
    j org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+233
    j org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+27
    j org.eclipse.ui.internal.WorkbenchPage.access$11(Lorg/eclipse/ui/internal/WorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+8
    j org.eclipse.ui.internal.WorkbenchPage$10.run()V+29
    j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
    j org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+59
    j org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;ZI)Lorg/eclipse/ui/IEditorPart;+7
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$1.run()V+41
    j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(Lorg/eclipse/ui/IWorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/String;)Lorg/eclipse/ui/IEditorPart;+26
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)Lorg/eclipse/ui/IEditorPart;+201
    j org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)V+3
    j org.eclipse.debug.ui.DebugUITools.displaySource(Lorg/eclipse/debug/ui/sourcelookup/ISourceLookupResult;Lorg/eclipse/ui/IWorkbenchPage;)V+5
    j org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+24
    j org.eclipse.ui.progress.UIJob$1.run()V+53
    J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
    J org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    j org.eclipse.ui.internal.Workbench.runUI()I+555
    j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j org.eclipse.ui.internal.Workbench$7.run()V+55
    j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
    j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
    j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
    j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x016fec00 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=300, stack(0xd8f00000,0xd8f80000)]
    0x01a5dc00 JavaThread "org.eclipse.jdt.debug: JDI Event Dispatcher" daemon [_thread_blocked, id=292, stack(0xd9000000,0xd9080000)]
    0x00a3bc00 JavaThread "Timer-2" daemon [_thread_blocked, id=291, stack(0xd9700000,0xd9780000)]
    0x00a41000 JavaThread "Packet Send Manager" daemon [_thread_blocked, id=290, stack(0xd9100000,0xd9180000)]
    0x01f73c00 JavaThread "Packet Receive Manager" daemon [_thread_in_native, id=289, stack(0xd9200000,0xd9280000)]
    0x00e2a400 JavaThread "Timer-1" daemon [_thread_blocked, id=287, stack(0xd9a00000,0xd9a80000)]
    0x0094c000 JavaThread "ServerConnection" [_thread_in_native, id=285, stack(0xd9800000,0xd9880000)]
    0x0094bc00 JavaThread "Process monitor" daemon [_thread_blocked, id=284, stack(0xd9300000,0xd9380000)]
    0x00895c00 JavaThread "Input Stream Monitor" daemon [_thread_blocked, id=283, stack(0xd9400000,0xd9480000)]
    0x01fef800 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=282, stack(0xd9600000,0xd9680000)]
    0x00a8b000 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=281, stack(0xd9900000,0xd9980000)]
    0x011dbc00 JavaThread "process reaper" daemon [_thread_in_native, id=280, stack(0xd9500000,0xd9580000)]
    0x01059800 JavaThread "Worker-24" [_thread_blocked, id=261, stack(0xd9c80000,0xd9d00000)]
    0x01059000 JavaThread "Worker-23" [_thread_blocked, id=260, stack(0xde580000,0xde600000)]
    0x02176000 JavaThread "Worker-22" [_thread_blocked, id=248, stack(0xddd00000,0xddd80000)]
    0x01ff0800 JavaThread "Worker-21" [_thread_blocked, id=247, stack(0xda280000,0xda300000)]
    0x00c41c00 JavaThread "Worker-20" [_thread_blocked, id=245, stack(0xdd700000,0xdd780000)]
    0x0268bc00 JavaThread "Worker-19" [_thread_blocked, id=243, stack(0xde000000,0xde080000)]
    0x0141e800 JavaThread "Worker-18" [_thread_blocked, id=242, stack(0xdda00000,0xdda80000)]
    0x019aec00 JavaThread "Worker-16" [_thread_blocked, id=227, stack(0xddf00000,0xddf80000)]
    0x0143b800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=223, stack(0xddb00000,0xddb80000)]
    0x01022800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=219, stack(0xdde00000,0xdde80000)]
    0x00a58800 JavaThread "Worker-12" [_thread_blocked, id=211, stack(0xde680000,0xde700000)]
    0x018c5400 JavaThread "pool-1-thread-5" [_thread_blocked, id=187, stack(0xd9d80000,0xd9e00000)]
    0x013cdc00 JavaThread "pool-1-thread-4" [_thread_blocked, id=186, stack(0xda380000,0xda400000)]
    0x002a4c00 JavaThread "pool-1-thread-3" [_thread_blocked, id=185, stack(0xddc00000,0xddc80000)]
    0x0282b400 JavaThread "pool-1-thread-2" [_thread_blocked, id=184, stack(0xd9e80000,0xd9f00000)]
    0x018c6400 JavaThread "pool-1-thread-1" [_thread_blocked, id=183, stack(0xd9f80000,0xda000000)]
    0x00973000 JavaThread "Timer-0" daemon [_thread_blocked, id=75, stack(0xdd800000,0xdd880000)]
    0x00ab8000 JavaThread "Thread-39" daemon [_thread_blocked, id=74, stack(0xdd500000,0xdd580000)]
    0x00dc1400 JavaThread "Worker-6" [_thread_blocked, id=73, stack(0xdd900000,0xdd980000)]
    0x004db000 JavaThread "Thread-32" daemon [_thread_in_native, id=66, stack(0xda4d0000,0xda4e0000)]
    0x011eb000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=43, stack(0xdd400000,0xdd480000)]
    0x003e6400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=27, stack(0xde100000,0xde180000)]
    0x007c6c00 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=26, stack(0xde200000,0xde280000)]
    0x001ce800 JavaThread "Java indexing" daemon [_thread_blocked, id=24, stack(0xde380000,0xde400000)]
    0x00191400 JavaThread "Worker-0" [_thread_blocked, id=21, stack(0xe2580000,0xe2600000)]
    0x01235400 JavaThread "Worker-JM" [_thread_blocked, id=20, stack(0xe2380000,0xe2400000)]
    0x007ff400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=19, stack(0xe2480000,0xe2500000)]
    0x0074e000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=17, stack(0xe2680000,0xe2700000)]
    0x00390000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=16, stack(0xe2780000,0xe2800000)]
    0x005c9800 JavaThread "State Data Manager" daemon [_thread_blocked, id=15, stack(0xe2880000,0xe2900000)]
    0x00124800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13, stack(0xe2a80000,0xe2b00000)]
    0x00122400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12, stack(0xe2b80000,0xe2c00000)]
    0x00110c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11, stack(0xe2c80000,0xe2d00000)]
    0x00118000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10, stack(0xe2d80000,0xe2e00000)]
    0x00107c00 JavaThread "Finalizer" daemon [_thread_blocked, id=9, stack(0xe2e80000,0xe2f00000)]
    0x00106400 JavaThread "Reference Handler" daemon [_thread_blocked, id=8, stack(0xe2f80000,0xe3000000)]
    =>0x0003d800 JavaThread "main" [_thread_in_native, id=2, stack(0xfe300000,0xfe380000)]
    Other Threads:
    0x00103c00 VMThread [stack: 0xe3080000,0xe3100000] [id=7]
    0x0012ec00 WatcherThread [stack: 0xe2980000,0xe2a00000] [id=14]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 40704K, used 18973K [0xf6000000, 0xf9400000, 0xfb800000)
    eden space 29568K, 59% used [0xf6000000,0xf714b120,0xf7ce0000)
    from space 11136K, 11% used [0xf7e40000,0xf7f7c5c8,0xf8920000)
    to space 10432K, 0% used [0xf89d0000,0xf89d0000,0xf9400000)
    PSOldGen total 90112K, used 71968K [0xeb400000, 0xf0c00000, 0xf6000000)
    object space 90112K, 79% used [0xeb400000,0xefa48298,0xf0c00000)
    PSPermGen total 73728K, used 71408K [0xe3400000, 0xe7c00000, 0xeb400000)
    object space 73728K, 96% used [0xe3400000,0xe79bc298,0xe7c00000)
    Dynamic libraries:
    0x00010000      /proj/atelteadm/tools/jdk1.6.0_21/bin/java
    0xff3a0000      /lib/libthread.so.1
    0xff370000      /proj/atelteadm/tools/jdk1.6.0_21/bin/../jre/lib/sparc/jli/libjli.so
    0xff350000      /lib/libdl.so.1
    0xff200000      /lib/libc.so.1
    0xff390000      /platform/SUNW,Sun-Fire-V445/lib/libc_psr.so.1
    0xfe400000      /proj/atelteadm/tools/jdk1.6.0_21/jre/lib/sparc/server/libjvm.so
    0xff1d0000      /lib/libsocket.so.1
    0xff1f0000      /usr/lib/libsched.so.1
    0xff1b0000      /lib/libm.so.1
    0xff180000      /usr/lib/libCrun.so.1
    0xff160000      /lib/libdoor.so.1
    0xff080000      /lib/libnsl.so.1
    0xfef80000      /lib/libm.so.2
    0xff050000      /lib/libscf.so.1
    0xff140000      /lib/libuutil.so.1
    VM Arguments:
    jvm_args: -Xms128m -Xmx256m -XX:MaxPermSize=128m
    java_command: /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -os solaris -ws gtk -arch sparc -showsplash -launcher /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix/eclipse -name Eclipse --launcher.library /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix//plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc_1.1.0.v20100503/eclipse_1307.so -startup /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -exitdata 74000027 -install /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix -nl en_US -showlocation -vm /proj/atelteadm/tools/jdk1.6.0_21//bin/java -vmargs -Xms128m -Xmx256m -XX:MaxPermSize=128m -jar /proj/atelteadm/tools/eclipse_dist_jcat/e4e_fix//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/local/opt/apssystem/aps_9.1/bin:/proj/aps/bin:/home/ehollis/.afs/0/rbin:/home/ehollis/.afs/0/pbin:/env/seli/bin:/home/ehollis/.afs/0/ibin:/usr/atria/bin:/usr/afsws/bin:/usr/bin:/usr/X/bin:/usr/dt/bin:/usr/openwin/demo:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:/usr/sbin:/sbin:/usr/ucb:/opt/seli/bin:/opt/sge/seli/etegrid/bin:/opt/sge/seli/bctgrid/bin:/usr/ucb:.
    LD_LIBRARY_PATH=/proj/atelteadm/tools/jdk1.6.0_21/jre/lib/sparc/server:/proj/atelteadm/tools/jdk1.6.0_21/jre/lib/sparc:/proj/atelteadm/tools/jdk1.6.0_21/jre/../lib/sparc:/app/gtk+/2.2.2/lib:/usr/sfw/lib/mozilla/
    SHELL=/bin/tcsh
    DISPLAY=:16.0
    HOSTTYPE=sun4
    OSTYPE=solaris
    MACHTYPE=sparc
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x87b320], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x87b320], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x1c4174], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x1c4174], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x1c4174], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x7560bc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGHUP: [libjvm.so+0x7560bc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libjvm.so+0x7560bc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x7560bc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x759ae8], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x1c4174], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    --------------- S Y S T E M ---------------
    OS: Solaris 10 10/08 s10s_u6wos_07b SPARC
    uname:SunOS 5.10 Generic_142900-13 sun4u (T2 libthread)
    vm_info: Java HotSpot(TM) Server VM (17.0-b16) for solaris-sparc JRE (1.6.0_21-b06), built on Jun 22 2010 01:34:33 by "" with Workshop 5.8
    Any clues anyone?

    get a SIGSEGV every time I use debug mode in EclipseSo if you create a hello world program and then debug it, it crashes?
    If yes then the causes would be
    1. The VM(s) binaries are corrupted. Plural as it depends on how you run Eclipse.
    2. Something else installed on your system at the OS level (or at least always running) is corrupt or is corrupting the OS.
    3. A hardware failure.

  • Debugging JSP with standalone OC4J

    Hi All,
    I am trying to debug a JSP using JDeveloper 10.1.3.2 on standalone OC4J 10.1.3.2 . I find that it is not stopping at the breakpoints I have set. My settings in the global-web-application.xml are as follows
    <servlet>
    <servlet-name>JDevOJSP</servlet-name>
    <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
    <init-param>
         <param-name>check_page_scope</param-name>
         <param-value>true</param-value>
    </init-param>
    <init-param>
         <param-name>debug_mode</param-name>
         <param-value>true</param-value>
    </init-param>
    <init-param>
         <param-name>developer_mode</param-name>
         <param-value>true</param-value>
    </init-param>
    <init-param>
         <param-name>encode_to_java</param-name>
         <param-value>true</param-value>
    </init-param>
    <init-param>     
         <param-name>emit_debuginfo</param-name>     
         <param-value>true</param-value>     
    </init-param>     
    <init-param>
         <param-name>jspjavacompiler</param-name>     
         <param-value>oracle.jdevimpl.jsp.JspOjcCompiler</param-value>
    </init-param>     
    <init-param>     
         <param-name>jspcompiler</param-name>
         <param-value>oracle.jdevimpl.jsp.JspOjcCompiler</param-value>     
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>
    However when I try accessing the JSP(test.jsp) from the browser, I get an error saying _test.class is not found.
    I verified this by checking under the application-deployments folder and I found that the .java & .class files are not created under the persistence\_pages folder.
    So I changed the entry in global-web-application.xml as follows to get the .java & .class files generated
    <servlet>
         <servlet-name>JDevOJSP</servlet-name>
         <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
    </servlet>
    Once they are generated, I reverted the setting back to as it was before and tried to debug the JSP. But still it does not find the break points
    I have jdev-rt.jar,xmlparserv2.jar,ojc.jar & jdev-remote.jar in <OC4J_HOME>/lib folder.
    I am starting OC4J with OJVM option debug mode listening to port 4000 and I have configured my project in JDeveloper for remote debugging.Please let me know where I am going wrong.
    Thanks in advance,
    Prasanna

    http://blogs.oracle.com/shay/2005/10/24#a55

Maybe you are looking for

  • HT4623 My Ipad say that iOS 5.1.1 software is up to date.  How do I update to iOS 7

    How do I update my software to iOS 7 when my Ipad says that iOS 5.1.1 software is up to date?

  • Security for Business Rules on Planning Menus

    We recently upgraded to 11.1.2.3.500. Planning is patched to 11.1.2.3.501. We have right-click menus that are used on our data forms to launch business rules. We are finding that users without access to the business rules are able to see the rules on

  • Print blank pages befor content starts

    Hi, While printing html through content editor web part. It prints blank pages before content starts. I have images in my html document. When I set the width of img to 400 px it works fine.. but if I say width:100% it prints so many blank pages extra

  • OS 9 and Internet ?

    I've been thinking of picking up a G3 iBook and just using Mac OS 9 since I just want the computer for using it around the house. But I was wondering if I use iCab or Mozilla for OS 9 can I view YouTube Videos ? I looked around and on Puremac is vers

  • Moving from one store to another...

    Bit of a stupid question... Am based in London, UK...was browsing the Apple news and read that article about NIN (nine inch nails)'s new single and clicked on the link which automatically led me to change from the iTunes UK store to the US store...an