Could not create JVM error : Substitution

I am trying to create a substitution.
I created a new VO as an extension of the existing VO, and then changed the query to include some more columns.
I followed the Dev guide:
1. From the JDeveloper menu bar, select Project | Project Settings to open the Project Settings dialog box. Open the Runner page. In the Java Options field, enter: -Djbo.project=name where name represents the directory-qualified name of the project without the .jpx extension. For example: -Djbo.project=myProjects\ExtendProject
I set it like this:
-Djbo.project=D:\jdevhome\jdevhome\jdev\myprojects\myprj1
2. Open the Paths page and add the project's directory path to the Output directories field.
Additional path: D:\jdevhome\jdevhome\myprojects
I am getting the following error message in a popup when I try to run the page from JDeveloper:
Java Virtual Machine Launcher: "Could not create Java virtual machine".
any suggestions?

My bad, I added -Djbo.project=D:\jdevhome\jdevhome\jdev\myprojects\myprj1 adding a semicolon after the existing java options.
I changed so that I appended the "Djbo" to the already existing path..like..
-mx256m -Djbo.project=myprj1
i didnt even have to give the qualified path.. it works now..thank you

Similar Messages

  • Could not create JVM Virtual machine(While starting soa managed server)?

    Hi,
    While starting managed server I am getting following errors:
    Could not commit 1048576KB heap memory at 0x0000000004790000.
    Could not create JVM Virtual machine.
    After above error SOA managed server is to be down.
    Please help me that how can i resolve this issue.
    Thanks
    Dharm

    Hi Dharm,
    This is typically printed when we are short on memory.
    What is OS version and JDK being using here ? 32bit or 64bit ?
    Current Xms and Xmx values ?
    Thanks,
    Sharmela

  • Could not create JVM in Windows 7 64-bit

    Hello,
    I'm trying to launch my java web start application in a windows 7 64-bit machine (8 GB RAM) with the parameter -Xmx4g in the JNLP file (java version 1.6.0_27). I get the error "Could not create the Java Virtual Machine". When I reduce it to -Xmx1000m it launches fine but at some point my application crashes because of java.lang.OutOfMemoryError. When I run the jar file java -jar -Xmx4g MyApplication.jar from the command line it runs fine and never crashes.
    The same application can be launched in windows XP SP3 (2GB RAM) with -Xmx1000m (java version 1.6.0_26) and never crashes.
    So basically what I've concluded is that in the 64-bit my application runs out of memory (even though it works fine for the same dataset in the 32-bit) but I cannot find a way to address the extra memory I need from the JNLP file without having the error "Could not create the Java Virtual Machine".
    I'm not sure if there is an obvious solution that I'm missing, I've looked online but I'm no wiser. I would appreciate any help!
    Thanks,
    Laura

    I have a thought. 1gb works, 4gb does not. That seems to stem from the 32 bits limitation. However, you run this on a 64 bits CPU.
    BUT! Are you trying this under Internet Explorer? I know from earlier problems that Windows 7 defaults to the *32 bits* version of Internet Explorer, even on 64 bits systems. Something to investigate.

  • Could not create JVM

    Hi
    I am learning CORBA
    but when i try to launch nameserv from command prompt i am getting error like
    Unable to initialize threads: cannot find class java/lang/Thread
    could not create JVMI have java sdk and jre installed in my machine
    I tried to set the class path (CLASSPATH) but still i got the same error
    Can anybody help me in this

    Hi ,
    i am sorry i did not get what you mean .
    If it means i need to set the CLASSPATH environment variable and try . then i tried that before
    But if there is any other way of doing this can you please explain me with an example
    Thanks
    Vijay

  • "Could not create SSOToken" error while setting agent for SSO

    Hello,
    I configured my agent as follows:
    Version: 3.0
    Build Date: 20071212
    Application Server Config Directory : C:\Sun\SDK\domains\domain1\config
    Application Server Instance name : server
    Access Manager URL : http://juno:6140/opensso
    Domain Administration Server Host is remote : false
    Agent URL : http://juno:8080
    Deployment URI for the Agent Application : /agentapp
    Encryption Key : J+KQLOM+s6gAQb1Y1H8uJoej3bzKBAEN
    Agent Profile name : asagent
    Agent Profile Password file name : c:\temp\password.TXT
    Agent installed on the DAS host for a remote instance : false
    The AM and the sample applications are both running on separate domains.
    Following steps I performed:
    1. I started my SSO domain (domain2) first and then the application domain where my agent is installed (domain1).
    2. I deployed the agentsample.ear file after compilation through build.xml file
    When I try to access the URL (http://localhost:8080/agentsample/index.html), it throw the following exception (recorded in amSSO log file located in the Agent_001
    12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    could not create SSOTOken for token ID AQIC5wM2LY4SfcykqWPzOYlM/mkFg8E9ozYLBizVono/kDE=@AAJTSQACMDE=#
    com.iplanet.dpro.session.SessionException: Service URL not found:session
         at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
         at com.iplanet.dpro.session.Session.getSession(Session.java:808)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
         at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
         at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
         at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
         at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
         at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
    could not create SSOTOken for token ID AQIC5wM2LY4SfcyqQ1KVtRFCVm5y4qGBf7JcHCnC6du58xk=@AAJTSQACMDE=#
    com.iplanet.dpro.session.SessionException: Service URL not found:session
         at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
         at com.iplanet.dpro.session.Session.getSession(Session.java:808)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
         at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
         at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
         at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
         at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
         at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
         at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
         at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
         at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
         at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    I spent lot of time refering the supporting document but could not find any solution.
    Your assistance will be greatly appreciated.
    Thanks,
    Vinit

    Seems that the « Reuse connection » command is essential to assure that an application use ONLY ONE Jco.  I get rid of the disconnectIfAlive.
    Recommendation 1: Put all the BAPIs that you call in the same system into the same model!
    Recommendation 2: If you canu2018t follow recommendation 1, make sure that the two models synchronize their (JCo) connections!
    // two separate model instances are created ...
    MyFirstModelTypemodelMyFirst= (MyFirstModelType) WDModelFactory.getModelInstance(
    MyFirstModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    MyOtherModelTypemodelMyOther= (MyOtherModelType) WDModelFactory.getModelInstance(
    MyOtherModelType.class,
    WDModelScopeType.APPLICATION_SCOPE);
    // ... but the first model manages and provides the
    // connection for the other model
    modelMyOther.setConnectionProvider(modelMyFirst);
    Edited by: Emanuel Champagne on Jun 27, 2008 2:38 PM

  • "Could not create ac3" error when burning Blu-ray

    I've spent the last week designing a Blu-ray in Encore CS5.  Upon burning, I was given the error message "Cannot create '_sessionfiles_Dsf_session_1_audio.ac3", and the burn failed (after going for seven hours).  I really don't even know where to begin with this.  The Blu-ray is about 80% full (20 GB) and includes multiple timelines and several menus (one of which has audio).  No pop-ups.  It should be a fairly straightforward project.  However, it's given me problem after problem and has taken way too much time.  Can anyone offer insight before I spend another week tracking down the problem?  Thanks.

    In the last few days, things have gone from bad to great and back to bad, and it's been non-stop work.  I freed up a ton of space on the computer and backed it up.  Then the computer gave me a kernel panic, which happened so often that I had to restore the whole computer.  I don't know if that's related to the Encore issue.  Then I tried to burn again, and it seemed to be working until it gave me an error message that said "Blu-ray Error: 'device error', code '3', Note: ".  So I looked around online and decided to export as an ISO disc image file.  That worked fine.  Then I tried burning a Blu-ray using third-party software, which failed halfway through.  Next I tried burning using Disc Utility.  It got all the way to the end and said "Could not verify" and failed.  I tried playing it in my Blu-ray player anyway.  For the first time, it actually worked.  The movie and the Scene Selection menu work fine.  But when I try to go to Special Features, nothing happens.  The Blu-ray is supposed to go to the Special Features menu at the end of the main movie, but it just goes to a black screen after that and locks up.  Now I'm really lost.  Any more suggestions?  Thanks.

  • Weblogic 9.2 server not starting up : Could not create the Java virtual mac

    Hi
    I have created Weblogic domain.
    Now I am trying to bring my server up by using the startWeblogic.cmd present in domain\bin.
    I get the following error -
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode)
    Unrecognized option: -
    Could not create the Java virtual machine.
    The output when i run the start script is as follows -
    JAVA Memory arguments: -Xms1024m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=256m -XX:MaxPermSize=256m
    WLS Start Mode=Development
    CLASSPATH=S:local;;D:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;P:\JDK150~1\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\webservices.jar;;D:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;D:\bea\WEBLOG~1\server\lib\xqrl.jar;;Q:\VODAFO~1\lib\WSDLProxy.jar;
    PATH=D:\bea\patch_weblogic923\profiles\default\native;D:\bea\WEBLOG~1\server\native\win\32;D:\bea\WEBLOG~1\server\bin;P:\JDK150~1\jre\bin;P:\JDK150~1\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\TortoiseSVN\bin;D:\ProgramFiles\Rational\common;C:\Program Files\CVSNT\;D:\bea\WEBLOG~1\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    P:\JDK150~1\bin\java -client -Xms1024m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=256m -XX:MaxPermSize=256m -Xverify:none -da -Dplatform.home=D:\bea\WEBLOG~1 -Dwls.home=D:\bea\WEBLOG~1\server -Dwli.home=D:\bea\WEBLOG~1\integration -Dweblogic.management.discover=true -Dweblogic.http.descriptor.merge=true -Dejbruntime.database=pointbase44 -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\bea\patch_weblogic923\profiles\default\sysext_manifest_classpath -Djava.protocol.handler.pkgs=com.vodafone.vgsg.wsdlproxy -Dcom.vodafone.vgsg.wsdlproxy.protocol=http -Dcom.vodafone.vgsg.wsdlproxy.host=localhost -Dcom.vodafone.vgsg.wsdlproxy.port=7001 -Dweblogic.Name=portalServer -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy - weblogic.Server
    I checked all configurations. All seem fine but I am surely missing something.
    I recreated the domain thinking I messed up something but that did not help.
    I tried using jrockit instead of sun jdk. It still could not create JVM.
    I really appreciate any help!
    Regards,
    Smita

    Extra dash in the java start line ( before the weblogic.Server ):
    -Dweblogic.Name=portalServer -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy - weblogic.Server
    might be why you get the message:
    Unrecognized option: -
    I can get the same error with this example:
    /bin> java -
    Unrecognized option: -
    Could not create the Java virtual machine.

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

  • Agent Process Throws Error  - Could not create the Java virtual machine

    We are trying to run a WAN test but the server which hosts required SW is kind of older version
    OATS controller version installed is 9.3
    Agent version same 9.3 v27628
    Java version its showing for 9.3 is - 6.0_24
    I got this error message on Agent machine
    Your CPU does not support the SSE2 instruction set required to run JRockit.
    INFO | jvm 5 | 2011/11/11 10:44:11 | Could not create the Java virtual machine.
    ERROR | wrapper | 2011/11/11 10:44:11 | JVM exited while loading the application.
    FATAL | wrapper | 2011/11/11 10:44:11 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
    FATAL | wrapper | 2011/11/11 10:44:11 | There may be a configuration problem: please check the logs.
    STATUS | wrapper | 2011/11/11 10:44:11 | <-- Wrapper Stopped
    The Agent machine details are
    Intel Pentium III
    1.4Ghz , 2.00GB RAM
    Windows server 2003
    Can you please tell me if this server is not compatible for running version 9.3.
    Or let me know what other problem you see.. I will check the user guide to check compatibility too.
    Thanks for looking.

    Where do i change the path.. i change it in config file in anget manager folder.
    then Agent process started working.. but as we try to test it its still pointing to JRockit thing
    can u please tell me where should we set the path.. only in config file or there are env entires too?
    Thanks

  • Could not create the Java virtual machine error during installation

    Hi,
    We are doing an ERP 2005 Installation on AIX 5.2 ML08 with DB2 as the
    database.During "Import ABAP" Phase of the installation we are getting
    the below error.
    ========================================================================ERROR 2007-03-12 13:35:30
    CJS-30022 Program 'Migration Monitor' exits with error code 1. For
    details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2007-03-12 13:35:30
    FCO-00011 The step runMigrationMonitor with step key
    |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was
    executed with status ERROR .
    ========================================================================
    In "import_monitor.java.log" below entries are there
    Unrecognized option: -Xj9
    JVMCI119: Error parsing IBM_JAVA_OPTIONS java options - rc=-6
    Could not create the Java virtual machine.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-jar] [-options] jarfile [args...]
    (to execute a jar file)
    Java Version is as below
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050929a (SR3)
    (JIT enabled: jitc))
    Regards,
    Sumi

    Hi all,
    I just checked the note 716927 again - it refers to note 1024539.
    That one says you should use SR7 and activate J9 technology
    so make sure you have the java version
    "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build
    caix64142ifx-20061222 (ifix 113727: SR7 + 112603)"
    and that the environment variable
    IBM_JAVA_OPTIONS=-Xj9
    is set for user <sid>adm
    After the installation, make sure that the JVM parameters are set as described in the note 1024539.
    By the way: it doesn't work if you use any other Java SDK (e.g. from Sun), as AIX has it's own one.
    Best regards,
    Cornelia

  • SAP-Documentum Interface - getting an error as: Could not create PLM DIR.

    Hi all,
    We are facing following problem with the interface of SAP-Documentum.
    While linking multiple DIRs from Documentum, getting an error as: 'Could not create PLM DIR. (E26324) (Error in version number increment for version 00)'.
    Observation:
    It's getting failed in 'DIR_GET' every time, so attempts to create new DIR every time.
    Note:
    Recently upgraded to SAP ECC 6.0 EHP4.
    Please help.
    Thanks.

    Sachin,
    There are couple of things you could do:
    1) Try the same values and execute linking manually in sap by calling BAPI_DOCUMENT_CREATE2 in se37.
    2) Try pre-pending zeros to the equipment number field using WebAdmin on Documentum side.
    Send me a message if you need additional help. I have been working with Documentum-SAP integrations for over 10 years and pretty much seen every problem out there
    Sachin
    http://documentum-sap-expert.blogspot.com/
    Edited by: Documentum-SAP-Expert on Jul 20, 2010 2:56 AM

  • Error in Trace Level: could not create BPE proxy for message, no XML objec

    Hi
        We are doing a scenario of File to RFC using BPM and I am getting this errror in Tcode SXMB_MONI.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!--  Call Adapter
      -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="<b>BPE_ADAPTER</b>">UNKNOWN_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>No object type found for this message; check the activation of the corresponding process</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    And getting this error in Trace level
    <b>could not create <b>BPE</b> proxy for message, no XML object definition found for message EB32BB50610A11DC9648001321CB837D</b>
    Why this error occurs?
    What could be in error?
    Thanks in advance
    Regards
    Sami Qureshi

    Hi Sami,
    Check if thse threads can help u,
    Error in BPE Adapter
    BPM - BPE_ADAPTER errors
    BPE Adapter Error
    Exeception during execution error
    ***********Reward points if helpfull************

  • Getting error message "Could not create work area" when I open Bridge CC.

    I am getting an error message "Could not create work area" when I open Bridge CC.
    I have reset my workspace. I have closed and opened Bridge CC. I have deleted the !!-$$$AdobeOutputModule.workspace file in /Library/Application Support/Adobe/Bridge CC/Workspaces folder.
    I am not an expert computer user, so please explain in detailed steps like I am 5 years old. Thanks in advance for any help.

    I am experiencing the same problem!
    My mac is OS X Yosemite (10.10.1), Photoshop CC 2014.2.1, Bridge CC 6.1.0.115 and Camera Raw 8.7.0.309

  • Error: could not create async IO thread [8](-903)

    Hello,
    we're experiencing problems with the MaxDB backup mechanism(Log and Full-Backup).
    It started last week, when we discovered a full log volume,
    because the autoLog was deactivated by a failed log backup.
    Since then our automatic full_backup script,
    wich runs at 00:25 each night, is not able to do a full backup anymore.
    The error we found in the backup history was:
    Error: could not create async IO thread [8](-903)
    In the diagnosis files the error looks like:
    2009-02-27 00:25:00      0xE88 ERR 18008 TASKING  Could not create thread: 'ASYNCi', rc = 8
    2009-02-27 00:25:00      0x584 ERR 52011 SAVE     devspace: surprising blk cnt:
    2009-02-27 00:25:00      0x584 ERR 52012 SAVE     error occured, basis_err 3700
    2009-02-27 08:58:39      0xE88 ERR 18008 TASKING  Could not create thread: 'ASYNCi', rc = 8
    2009-02-27 08:58:39      0x930 ERR 52039 AUTOSAVE terminated, because of: 3700
    (at 00:25 it's a failed full_backup, at 8:58 a failed autolog backup)
    If the autolog was turned off because of this error,
    it was not possible to do a manual log-backup (stated the same error as in the logs)
    We could "solve" this by restarting the X-server.
    After this a manual log-backup was possible and we could turn on
    autolog again.
    As today, the database was not accessible at all and we had to reboot
    the database server. The kerneldumps of these crashes are in the attachment.
    Additionally, you find some log files there.
    Our environment:
    Windows Server 2003 R2 - SP2
    4GB Ram
    MaxDB 7.5.00.44
    Any help to find out, what's going wrong here and to have a stable backup again would be nice.
    Dominic
    .... how can I upload attachments btw?
    Edited by: Transporeon on Mar 2, 2009 4:36 PM

    Hi there!
    > The error we found in the backup history was:
    > Error: could not create async IO thread [8](-903)
    >
    > In the diagnosis files the error looks like:
    > 2009-02-27 00:25:00      0xE88 ERR 18008 TASKING  Could not create thread: 'ASYNCi', rc = 8
    >
    > We could "solve" this by restarting the X-server.
    > After this a manual log-backup was possible and we could turn on
    > autolog again.
    Basically what you're facing is - like Markus correctly assumed - a shortage of Windows system resources.
    Check the returncode meaning with the xsysrc tool which is delivered with every MaxDB installation on Windows:
    commandline> xsysrc 8
    Errortext for errorcode 8:
    'Not enough storage is available to process this command.'
    This means: Windows cannot process the system call (create a new thread in this case), because of a shortage of internal resources.
    Since the resource management of Windows is not really open that much to outside (as in 'outside of the windows kernel development') analysis, very often you cannot do much about this, but reboot.
    Since MaxDB is dynamically creating the threads when they are needed for backup (and removing them afterwards), the problem itself may not be solved completely.
    Anyhow, there are several steps you can make to make it less likely to happen:
    1. Use the /3GB switch for Windows
    2. Use the "USE_FIBERS" parameter to have MaxDB use lightweight threads (aka FIBERS).
    3. Use the "PREALLOCATE_IOWORKER" parameter to disable the dynamic creation of threads.
    MaxDB will then instead create all thread at instance startup - so backups won't fail anymore due to missing resources for new threads.
    and as usual: use the current version of MaxDB instead that old 7.5 Build 44.
    At least install the current 7.5 patch.
    > Our environment:
    > Windows Server 2003 R2 - SP2
    > 4GB Ram
    > MaxDB 7.5.00.44
    > .... how can I upload attachments btw?
    There is no upload facility in the forums. You still may provide a link to your webspace if you want to provide logfiles.
    regards,
    Lars

  • Error : Item Category could not created.

    Hello SAP Masters,
    While creating a "sales process" in SAP CRM I've got the following error
    "Item Category could not created"
    Now let me tel you what exactly I've done, I have defined a "Sales Process" Type transaction called "Ysal" and by copying the slandered Item Category "Tan" I've created "ZTAN" , and for the Item category group and the Item Category Usage I've created "ZItem Group" and "ZItem usage".
    Now in the Item Category determination I've filled up
    Transaction Type = Ysal
    Item Cat. Group = ZItem Group
    Item Cat Usage = Zitem Usage
    Main Item Cat. = Ztan
    and under Item Category determination
    Item Category = ZTAN
    after this I've created A product Master and a ,material where I've assigned Item Category Group, and the product master.
    Now Please explain why I've got this error, as I've maintained the determination properly so in my view during transaction creation Item Category should be determined automatically.
    One more thing I am confused about "Higher Level Item Category" and "Lower Level Item Category" please explain.
    Thanks and Regards
    Rahul

    Hi,
    Thanks for your reply, as per your guidance left  the "Item Category" field blank, and also the "Main Item Category" as blank and selected my "ZTAN" in Item category.
    After that It worked, and the Item Category perfectly determined.
    But there is error for "ATP"  not checked. Can you please explain. Also please explain what is "Main Item Category".
    As you have said the higher level category is for main product, and lower level category is for dependent product like free product, then if there is scenario where no free product , in that case what should be done?
    Thanks and Regards
    Rahul
    Edited by: Rahul07 on Jan 21, 2011 7:22 PM

Maybe you are looking for