Unable to create JVM

Hi !
In my project, i need to call a java method from C code using JNI.
Here is the Java code:
public class Prog{
     public static void main(String args[]){
          System.out.println("Hello Java Native"+args[0]);
}And C code:
#include <jni.h>
void destroy (JNIEnv *env,JavaVM *jvm,char *str){.....}
main(){
     JNIEnv *env;
     JavaVM *jvm;
     JavaVMInitArgs vm_args;
     JavaVMOption options[3];
     options[0].optionString = "-Djava.compiler=NONE";
     options[1].optionString = "-Djava.class.path=.";
     options[2].optionString = "-verbose:jni";
     memset (&vm_args,0,sizeof(vm_args));
                     vm_args.version = JNI_VERSION_1_4;
     vm_args.nOptions = 3;
                     vm_args.ignoreUnrecognized = JNI_TRUE;
     vm_args.options = options;
     /* Create Java VM */
     res = JNI_CreateJavaVM(&jvm,(void**)&env,&vm_args);
     if(res<0){
          fprintf(stderr,"Can't create Java VM\n");
          printf("%d",res);
          exit(1);
     (*env) -> CallStaticVoidMethod(env,cls,mid,args);
     (*jvm) -> DestroyJavaVM(jvm);
}I think the code is alright.But when i run it , it tells me "Can't create Java VM".I guess there are some problems with Path or CLASSPATH? And i copy a (jre\bin\client)jvm.dll. Is there something wrong?
Thank you for your help.�H

Do NOT copy jvm.dll into your executable folder.
instead simply set the Path environment variable appropriately before the execution
set Path=C:\Program Files\Java\jre1.5.0_07\bin\client;%Path%
yourExecutable.exeRegards

Similar Messages

  • Error msql command ... "Unable to create JVM. You need jre/jdk 1.3.1 or hig

    Hi All,
    I have successfully installed soa 10.1.3.1. I am using VMware with windows xp as os.
    The problem is occuring when i was trying to apply 1*0.1.3.4 patch* to my 10.1.3.1 installation.
    In the pre-installation instructions we need to upgrade the schema or rum some sql scripts. To do that when I tried to connect using
    msql system/manager@<connection string> i got the following error
    *"Unable to create JVM. You need jre/jdk 1.3.1 or higher"*
    I checked my path and java version also, it looks ok i mean i have 1.5.x java version.
    I am not sure what could be the issue.
    Did anyone of you encounter same or similar issue?
    Any help is highly appreciated.
    Thanks.

    I doubt the dehydration store is installed on mSQL.
    Have you installed basic or advanced. I'm assuming basic, by default this runs on olite.
    To upgrade you need to upgrade the bpel and esb schemas
    The login executables are in the following location
    SOA_HOME\bpel\bin\polsql.cmd (bpel)
    SOA_HOME\integration\esb\olite\bin\sql_olite.bat (ESB)
    cheers
    James

  • Unable to create JVM using JNI

    Hai,
    I am new to java programming. I am trying to invoke native application using JVM. I have a written a pilot code in C using JNI. I am getting the following error when I try to run the binary. I think that the problem is from the fact that 1.2.2 is installed in
    /usr/bin directory (and is the default on the server). But I have set both
    LD_LIBRARY_PATH, PATH and path
    so that it points out 1.4.2. Here is the error
    unable to create JVM
    There was an error trying to initialize the HPI library.
    Please check your installation, HotSpot does not work correctly
    when installed in the JDK 1.2 Solaris Production Release, or
    with any JDK 1.1.x release.
    while building the binary I am using JDK1.4.1 header and lib files
    These are my compilation arguments
    g++ -g -I/opt/BES/jdk/jdk1.4.1/include/ -I/opt/BES/jdk/jdk1.4.1/include/solaris/ -L/opt/BES/jdk/jdk1.4.1/jre/lib/sparc/ -ljvm -ljava jniTest.C
    Help Needed
    Thanks
    Sunil

    I haven't seen this before. Could it be a disk space issue?
    Are you using JDevStudio or JDevStudioBase? And do you have your JAVA_HOME set? If you are using JDevStudio, try running JDev in a command window where JAVA_HOME is not set - I'm pretty sure JDev does NOT get confused about this but I haven't done extensive testing.
    Also you should try deleting and unzipping JDev again.
    Finally, search the JDev TP forum - there are some discussions there about this error and you may find an answer to your specific configuration - it doesn't seem to be a TP4 specific issue.
    JDeveloper and OC4J 11g Technology Preview
    Heidi.

  • CORE4005: Internal error: unable to create JVM

    Hi,
    Can't start-up the domain domain1 after I've installed AppServ 7.0 for W2000. This is the installation log and the admin-server instance log file with the debug set to FINEST.
    Install log :
    INFO - Start core server configuration.
    INFO - Domain successfully created
    INFO - Server instance successfully created
    WARNING - SNMP subagent installation did not succeed
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun ONE Messaging Queue configuration
    INFO - End Sun ONE Messaging Queue configuration
    INFO - Start PointBase configuration
    INFO - End PointBase configuration
    and admin-server instance log file :
    [29/Sep/2003:17:17:04] INFO ( 1504): CORE1116: Sun ONE Application Server 7.0.0_01
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5169: User authentication cache entries expire in 120 seconds.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5170: User authentication cache holds 200 users
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5171: Up to 4 groups are cached for each cached user.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4207: file cache module initialized (API versions 1 through 1)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4302: file cache has been initialized
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3063: KeepAliveTimeout is 30 seconds (default value)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3067: PostThreadsEarly set to off
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3066: MaxKeepAliveConnections set to 256
    [29/Sep/2003:17:17:11] FINE ( 1504): Installed configuration 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm stickyAttach: 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -DJAVA_HOME=D:/Sun/AppServer7/jdk
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.installRoot=D:/Sun/AppServer7
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.instanceRoot=D:\Sun\AppServer7\domains\domain1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.language=fr
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.country=FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: exit
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: vfprintf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.policy=D:/Sun/AppServer7/domains/domain1/admin-server/config/server.policy
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.auth.login.config=D:/Sun/AppServer7/domains/domain1/admin-server/config/login.conf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.jdo.api.persistence.model.multipleClassLoaders=reload
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.configRoot=D:/Sun/AppServer7\config
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.perlRoot=D:\Sun\AppServer7\lib\perl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqLib=D:\Sun\AppServer7\imq\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqBin=D:\Sun\AppServer7\imq\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.webServicesLib=D:\Sun\AppServer7\share\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.icuLib=D:\Sun\AppServer7\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.defaultLocale=fr_FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.verifier.xsl=D:/Sun/AppServer7/lib/verifier
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Xmx128m
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dsun.rmi.dgc.server.gcInterval=3600000
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.class.path=D:/Sun/AppServer7/lib/appserv-rt.jar;D:/Sun/AppServer7/jdk/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;
    [29/Sep/2003:17:17:11] FATAL ( 1504): CORE4005: Internal error: unable to create JVM
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE4009: Failed to load JVM (check your JRE)
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE3187: Late initialization failed: Error running init function(late) init-j2ee: unknown error
    if anyone could help, I would apreciate
    Thanks to all

    Ok. I've managed to solve my problem. Thanks to everybody.
    For anyone who is interested in here is the solution that fixed the error for me :
    Because I had before installed JVM version 1.4.2 and then I uninstalled it and put the version 1.4.1_01, as the one that App Server 7.0 is using, the uninstaller has left a newer version of jvm.dll in WINNT/System32
    After I've renamed this file to _jvm.dll (for example), just to get rid of it, the domain and his instances have started correctly.
    Good luck!

  • Unable to create JVM when starting oramdw or wtgpack or msql

    I´ve installed Mobile Server 11g on WebLogic 11gR1 under Windows 7. JRE/JDK version used is 1.6.0.29. JAVA_HOME is set. But when trying to run msql or oramdw I´m getting an error:
    C:\Oracle\Middleware\wlserver_10.3\Mobile\Sdk\bin>oramdw
    Unable to create JVM. You need jre/jdk 1.3.1 or higher
    Any ideas what´s wrong?
    Thanks.
    Karin

    Hi Karin,
    I note that you are using Windows 7, is this 64 Bit ? If so I presume that you are using a 64 Bit version of the JRE/JDK
    Please try installing a 32 Bit JRE and making sure that is on the path before the 64 Bit version
    regards
    Richard

  • Error 'Unable to create JVM' - Is there meanwhile a solution?

    After applying an MS patch to WinXP users get often an JDev error:
    'Unable to create JVM'
    As a workaround it is recommended to decrease the Memory heap to
    AddVMOption Xmx256M
    in jdev.conf. Ok this works somehow but causes a slowdown of JDev because of the lower
    Maximum heap. Is there meanwhile a smarter solution where adjusting of Maximum heap
    not necessary?
    Peter

    It seems that there is a bug when "-server" is enabled.
    I'm running into problems on a machine with 2.5GB of free memory (16GB total).
    With "-client" it will happily run with 512M, without (or with -server) it won't even run with 8M.
    java -version -Xms8m -Xmx8m Error occurred during initialization of VM
    Could not reserve enough space for object heap
    java -version -client -Xms512m -Xmx512mjava version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
    uname -aSunOS edd-tsedev3 5.8 Generic_108528-24 sun4u sparc SUNW,Sun-Fire-480R

  • Please help; unable to create JVM error

    I tried to install oracle8i enterprise edition 8.1.7 to RHEL4, the problem is the following error is seen.
    "unable to initialize threads:cannot find class java/lang/thread
    could not create JVM"
    Does anyone have any ideas how to solve this problem?
    Thanks in advance.

    Oracle has its own version of java which it places in front of a version you have installed.
    Make sure your version of java is first in your path.

  • Unable to find jvm.dll problem

    Hi,
    The problem is how to let windows know the jvm.dll is located at c:\jdk1.3\jre\bin\classic. When I execute invoke.exe, it will say unable to create JVM, bcoz jvm.dll not found.
    If I copy the invoke.exe in c:\jdk1.3\jre\bin\classic, it is working fine, able to find jvm.dll
    Thank you

    I try to add PATH toc:\jdk1.3\jre\bin\classic, but it doesn't work.
    I did not put jvm.dll. But,Don't know why, suddenly it work. May be while compiling, I add jvm.dll directory in source files dir, header file dir, library file dir, executable file dir. I am not sure.
    Thank you very much.

  • "Error creating JVM" in iPlanet Web Server 4.1SP7 when configured with JDK

    I need to configure iPlanet Web Server 4.1SP7 to execute JSP/Servlets on itself and lookup EJBs kept on IBM Websphere Application Server 4.0.1, both running on different servers with Sun Solaris.
    Whenever, I try to configure iPlanet Web Server 4.1 SP7 to use IBM's JDK 1.3.0 (provided with WAS 4.0) to lookup an EJB, iPlanet server stops as soon as it starts, giving:
    [07/Feb/2003:11:52:38] info ( 2788): Internal error: unable to create JVM acquire failed1:52:38] info ( 2788): NSServletSession::(late)init - JVMControl:: [07/Feb/2003:11:52:38] failure ( 2788): Failure to load JVM (check your JRE) on(late) NSServletLateInit: unknown error): conf_init: Error running init function
    Evenif, I configure it using Sun's JDK 1.4.0.03, iPlanet wS keeps on giving "Exiting JVM" in the error log..
    Now, I want to know, which JVMs are supported by iPlanet Web Server 4.1 SP7, that can be used to lookup deployed components (EJBs/Datasource) on Websphere Application Server 4.0.1?
    Regards,
    Vaibhav
    [email protected]

    I think you are running into this:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F8322&zone_32=-Xrs%2A%20
    Thanks
    Manish

  • Unable to create a JVM in Linux

    I have an applicaton that runs fine on WinNT 4.0 and in RedHat Linux 7.3 I am unable to create a JVM in the native environment. The call to JNI_CreateJavaVM() returns a -3. What I can see of the class path that is passed to the JVM is correct but fails. I am running with the j2sdk-1.3.1_04-linux package I installed today.
    Any help on this would be greatly appreciated.

    What does your LD_LIBRARY_PATH look like?

  • Unable to create an instance JVM - Antivirus

    I have problem with antivirus scanning of JVM files. Message 'Unable to create an instance ...' appears only when AV is running. PC admins do not permit disabling of scan jre files.
    By AV log file, there is big time delay on full jre scanning. Exists any settings to increase time to wait for JVM start?
    Thanks a lot.

    I had a similar issue, so I killed some parts of AV in the registry. There isn't really anything that we (the forum users) can do except to tell you to raise this again at your company. Many policies can be altered if the policy breaks software, and this should be the case. However, you may need to be quite persistent to accomplish it.
    Eric

  • Unable to create an instance of jvm

    hi ,
    sqldeveloper-4.0.2.15.21 ,
    when i click the sqldeveloepr file , i face this error
    Unable to create an instance of java virtual machine located at path :
    c:\program files \java\jdk\1.7.0_65\jre\bin\client\jvm.dll
    thanks

    this is my product.conf file
    # The format of this file is:
    # Directive  Value
    # with one or more spaces between the directive and the value. This file
    # can be in either UNIX or DOS format for end of line terminators. Use UNIX
    # style '/' path separators, although on Windows some directives, such as
    # SetJavaHome, can take '\' path separators.
    # By default, the product launcher will search for a JDK to use, and if none
    # can be found, it will ask for the location of a JDK and store its location
    # in this file. If a particular JDK should be used instead, uncomment the
    # line below and set the path to your preferred JDK.
    SetJavaHome C:\Program Files\Java\jdk1.7.0_65
    # Specify the initial size, in bytes, of the memory allocation pool. This
    # value must be a multiple of 1024 greater than 1MB. Append the letter k
    # or K to indicate kilobytes, or m or M to indicate megabytes, or g or G
    # to indicate gigabytes. The default value is chosen at runtime based on
    # the system configuration.
    # Examples:  -Xms6291456
    #            -Xms6144k
    #            -Xms6m
    # You can specify one value for any JDK using AddVMOption, OR you can specify
    # separate values for 32-bit and 64-bit JDK's.
    AddVMOption -Xms128m
    # Add32VMOption -Xms128m
    # Add64VMOption -Xms128m
    # Specify the maximum size, in bytes, of the memory allocation pool. This
    # value must be a multiple of 1024 greater than 2MB. Append the letter k
    # or K to indicate kilobytes, or m or M to indicate megabytes, or g or G
    # to indicate gigabytes. The default value is chosen at runtime based on
    # the system configuration.
    # Examples:  -Xmx83886080
    #            -Xmx81920k
    #            -Xmx80m
    # On Solaris 7 and Solaris 8 SPARC platforms, the upper limit for this value
    # is approximately 4000m minus overhead amounts. On Solaris 2.6 and x86
    # platforms, the upper limit is approximately 2000m minus overhead amounts.
    # On Linux platforms, the upper limit is approximately 2000m minus overhead
    # amounts.
    # If you are getting the 'Low Memory Warning' Message Dialog while running
    # the product, please increase the -Xmx value below from the default 800M to
    # something greater, like 1024M or 1250M.  If after increasing the value,
    # the product is no longer starting up because it fails to create a virtual
    # machine, then please reduce the modified -Xmx value, or use a 64bit JDK
    # which allows for very very large value for -Xmx.
    # You can specify one value for any JDK using AddVMOption, OR you can specify
    # separate values for 32-bit and 64-bit JDK's.
    AddVMOption -Xmx800m
    # Add32VMOption -Xmx800m
    # Add64VMOption -Xmx800m
    and i can navigate to this path .

  • �Unable to create the virtual machine. The error was -4�

    I have a VS2003 C# application, which call JACE (a JNI wrapper) through C++ mixed mode to use JAVA object�s functions.
    Because the natural of our JAVA program it must be able to reach maximum heap size of 512MB, we set it during the startup of JVM by using �-Xmx512M� parameter.
    It worked well with a small PC (Dell Optiplex GX750 and Shuttle Xpc ) with only 512MB physical memory. We have about 50 machines running the application in the production.
    Recently, one of our customers installs the application to a larger PC ( Shuttle Xpc with different model), which has 1 GB of physical memory. The application started throw exception from JVM. The error message is �Unable to create the virtual machine. The error was -4�. I checked with JNI return code and found that -4 mean �not enough memory�.
    I did some experiment by running the application with 2GB PC, 1 GB PC, 1GB laptop, 512MB PC. I don�t found relationship between how much �maximum heap size� can be assigned and how much �physical memory� is available (reading from task manager). The 2GB machine can take only 128MB of �maximum heap size� However, 1GB machine can take up to 300MB of �maximum heap size�.
    I also use program like ImageJ (http://rsb.info.nih.gov/ij/) to test maximum heap size for it. I found that ImageJ can take 512MB maximum heap size without problem. It can even take 1024MB of maximum heap size.
    I have created a small program to duplicate this problem. Although it use exact the same code to start JVM up, it can go up to 650MB heap size for both 2GB and 1GB PC.
    This is puzzling. Does anyone know what are factors determine how much �maximum heap size� can be set for JVM from JNI?
    Software used
    Windows XP SP2
    Visual studio.net 2003 SP1 (the problem also occurred without SP1)
    .NET Framework 1.1 SP1
    JACE 1.1rc1_05
    JRE 1.5.07 (also tested with JRE 1.5.09 and 1.6.0 beta)

    Do you resolve the problem? If so what was the fix?
    I have been getting the Java Virtual Machine Launcher error message “Could not create the virtual machine” when attempting to run an Oracle application that uses JNLP via a browser. Even clicking on componets such as javaw.exe produces the error message. In conjunction with receiving the error message, the application that I am working with will not launch.
    I had JRE 5u10 and J2RE 1.4.2u13 installed and thought that installing JDK 5u17 may resolve the issue. I removed JRE 5u10 and J2RE 1.4.2u13 and installed JDK 5u17 (and the included JRE 5u17.) The error message was still there.
    I have unistalled (via Add/Remove programs) and reinstalled (via both Win off-line and on-line) JDK 5u17 and JRE 5u17 many times.
    During the uninstalls I have received a Java Web Start 1.5.0_17 bad installation – error invoking JVM error message.
    I have restarted the machine also.
    There are some remains of J2RE 1.4.2u13 still on the machine –even after the 1.4.2u13 uninstall. The Java\j2re1.4.2_13\lib folder remains.
    I am running Win XP SP2 and IE6 SP2.
    Note: I cannot use Java 6 since the application that I am working with is Java 5 based.

  • Java.lang.OutOfMemoryError: unable to create new native thread on Win2000

    Dear all,
    I install a java server (SAP J2EE) on the windows machine and run into the following problem: the total number of threads cannot exceed 1200 (as i see this in the task manager)
    After it does reach this number no other tasks can be started. Thereafter i get java.lang.OutOfMemoryError: unable to create new native thread error .
    However the other machine where the same distribution of Win2000 Server is installed can easily coupe with more than 2500 theads. The same is true when the safe mode on the first machine is on: I can generate more than 1200 threads. So it seems the problem has something to do with Windows itself.
    I am really puzzled here, would really appreciate any help.
    Thanks in advance,
    Dimitry
    Surkov Dimitry
    [email protected]
    +49.1632.492618

    well, i do not supply any options when i start jvm, but it is not the course:
    it also happens with c programs. however in the safe mode it works. both for c and for java program.
    so it must be either some software (however memory is ok) or ...? i am lost. In some Unix system you can set the total number of threads allowed as an option in the kernal. But i guess this is not the case with windows.
    Thanks a lot for your reply,
    dimitry

  • Unable to create SASL client connection for authentication mechanism [PLAIN

    I have problem to use dscc to admin my ds/dps servers, since I the dscc can't contact dscc agent. Though the agent is running on the default port number with network-bind-port of 0.0.0.0, there is nothing I can do to fix it.
    I debug the problem, and found following errors in server.log under dscc (deployed on SUN AS 8.2):
    Message: Unable to create SASL client connection for authentication mechanism [PLAIN]|#]
    [#|2007-08-21T15:28:40.252-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.jmx.remote.opt.security.SASLClientHandler.initialize(SASLClientHandler.java:124)|#]
    [#|2007-08-21T15:28:40.253-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.jmx.remote.opt.security.AdminClient.connectionOpen(AdminClient.java:131)|#]
    [#|2007-08-21T15:28:40.254-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.jmx.remote.generic.ClientSynchroMessageConnectionImpl.connect(ClientSynchroMessageConnectionImpl.java:71)|#]
    [#|2007-08-21T15:28:40.256-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | javax.management.remote.generic.GenericConnector.connect(GenericConnector.java:177)|#]
    [#|2007-08-21T15:28:40.257-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | javax.management.remote.jmxmp.JMXMPConnector.connect(JMXMPConnector.java:119)|#]
    [#|2007-08-21T15:28:40.258-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)|#]
    [#|2007-08-21T15:28:40.260-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.directory.nquickclient.NquickClient.getJmxConnector(NquickClient.java:816)|#]
    [#|2007-08-21T15:28:40.261-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.directory.nquickclient.NquickClient.getConnector(NquickClient.java:519)|#]
    [#|2007-08-21T15:28:40.262-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.directory.nquickclient.NquickClient.getConnectorSystemAuthentication(NquickClient.java:314)|#]
    [#|2007-08-21T15:28:40.263-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.directory.dcc.core.NquickPool.getSyncServerMBean(NquickPool.java:435)|#]
    [#|2007-08-21T15:28:40.264-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | com.sun.directory.dcc.core.NquickPool$1.run(NquickPool.java:320)|#]
    [#|2007-08-21T15:28:40.271-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.admin.directory.dcc.util.ViewBeanUtils:appendDebugLine | java.lang.Thread.run(Thread.java:534)|#]
    [#|2007-08-21T15:28:40.289-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.ui.taglib.pagetitle.CCPageTitleTag:appendPageTitleAlertAndText | Node has no attributes.|#]
    [#|2007-08-21T15:28:40.293-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.ui.taglib.pagetitle.CCPageTitleTag:appendPageActions | Could not obtain pageactions element.|#]
    [#|2007-08-21T15:28:40.295-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=11;|
    15:28:40 | httpWorkerThread-8080-0 | com.sun.web.ui.taglib.pagetitle.CCPageTitleTag:appendPageViewsMenu | Could not obtain pageviews element.|#]
    Please help if you could figure out what's going on. Thanks!

    Bug ID: 6551672
    Synopsis: SunAS claims "Unable to create SASL client conn for auth mechanism" and do not talk to Cacao
    Work Around:
    Work arround:
    Change the JVM of used by App Server.
    Edit the file:
         /usr/appserver/config/asenv.conf
    and replace
         AS_JAVA="/usr/j2se"
    by
         AS_JAVA="/usr/java"
    Then restart your AS domain.

Maybe you are looking for