ClassCastException:  CollaxaConnNode during initialization of JDev 10.1.3.2

I am getting the following exception during startup/initialization of the public 10.1.3.2.
This is on Windows using Java 1.5.0.07. After I acknowledge the exception in the
popup the startup seems to continue normally(?).
I found an earlier posting on this subject from the 10.1.3.1 timeframe and there was
some discussion of a BPEL extension. I'm just unzipping the publically available
distribution. Nothing fancy.
Here is the exception. Any ideas about how to get rid of this annoyance?
java.lang.ClassCastException: oracle.tip.tools.ide.pm.connection.CollaxaConnNode
at oracle.tip.tools.ide.pm.connection.CollaxaConnPersistService.loadConnections(CollaxaConnPersistService.java:149)
at oracle.tip.tools.ide.pm.connection.CollaxaConnPersistService.<init>(CollaxaConnPersistService.java:110)
at oracle.tip.tools.ide.pm.connection.CollaxaConnPersistService.getInstance(CollaxaConnPersistService.java:89)
at oracle.tip.tools.ide.pm.connection.CollaxaConnFolder.load(CollaxaConnFolder.java:242)
at oracle.tip.tools.ide.pm.connection.CollaxaConnFolder.getChildren(CollaxaConnFolder.java:277)
at oracle.tip.tools.ide.pm.connection.CollaxaConnFolder.getDefaultNode(CollaxaConnFolder.java:199)
at oracle.tip.tools.ide.pm.connection.CollaxaConnAddin.configureEsbProtocolHandler(CollaxaConnAddin.java:116)
at oracle.tip.tools.ide.pm.connection.CollaxaConnAddin.initialize(CollaxaConnAddin.java:88)
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:425)
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:240)
at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:154)
at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1431)
at oracle.ide.IdeCore.startupImpl(IdeCore.java:1196)
at oracle.ide.Ide.startup(Ide.java:674)
at oracle.ideimpl.Main.start(Main.java:49)
at oracle.ideimpl.Main.main(Main.java:25)

If you google for "new features of JDeveloper" you'll get to this link:
http://www.oracle.com/technology/products/jdev/collateral/papers/10131/newfeatures/index.html
I always claim that there is no reason to start your learning with an old version of the tool.

Similar Messages

  • Error occurred during initialization of VM, could not reserve space in heap

    I installed the SOA suite+ BPM 11.1.1.3.0, ESB 11.1.1.3.0 successfully along with RCU schema in oracle DB Ex edition 11 G successfully. I have 2 GB Ram in my system. I am facing the below error during the startup of weblogic instance which is having these all ESB, BPM properties.
    it seems that 2 GB ram is occupying by the SOA suite.
    CAN ANY ONE SUGGEST TO REDUCE THE SOA SUITE RAM CAPACITY.
    USER_MEM_ARGS=-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m
    JAVA_OPTIONS= -Xverify:none
    ** End SOA Specific environment setup for win.
    ** SOA specific environment is already set. Skipping ...
    JAVA Memory arguments: -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\user-patch.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\soa-startup.jar;;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Regards
    Raghu Veer

    Hello Raghu,
    As James indicated it is problem with the system configuration but still you may try below once -
    Go to $Domain_Home/bin and edit the setSOADomainEnv.cmd (or setSOADomainEnv.sh) to change below setting -
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx512m
    If you are using AMD processor then modify below instead of DEFAULT_MEM_ARGS -
    set PORT_MEM_ARGS=-Xms768m -Xmx768m
    Save and exit.
    Now start Admin server and after that SOA server and OSB server. As James suggested, for better performance you may keep either of SOA and OSB server up as and when required and keep other one down.
    I am still using a 2GB machine for 11g suite and I work easily because generally I work with one of SOA or OSB server and whenever I use any IDE like JDev or OEPE, I keep all servers down. For better performance and memory utilization you may use Oracle XE database.
    Hope it helps.
    Regards,
    Anuj

  • Sun J2EE SDK 1.3_01, java.lang.ClassCastException thrown during deployment

    I encountered a bug while using the deploytool to deploy
    an EAR file to the Sun J2EE 1.3_01 server.
    I submitted a bug report to Sun via the Sun Java Developer Connection.
    (Sorry, it has not been assigned a BugID yet)
    Question:
    Does anybody know if the web container in Sun's
    J2EE 1.3_01 server supports access to local enterprise beans?
    Screenshots of the bug are available at
    http://sync4j.sourceforge.net/deploymentbug/
    Full details below....
    -Sean
    category: j2ee
    subcategory: deployment
    release: 1.3_01
    hardware: x86
    OSversion: windows_2000
    synopsis: java.lang.ClassCastException thrown during deployment of Session bean
    java -version
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    C:\j2sdkee1.3\bin>j2ee -version
    Java 2 Enterprise Edition version 1.3_01, build 1.3_01-b01
    I built a EJB 2.0 compliant stateful session bean.
    The session bean has a remote interface (ISyncRemote),
    a remote home interface (ISyncHomeRemote),
    a local interface (ISyncLocal),
    and a local home interface (ISyncHomeLocal).
    I built an HTTP Servlet that is supposed to access
    the Stateful Session Bean using ISyncHomeLocal and
    ISyncLocal
    I run "deploytool.bat" in GUI mode to perform the deployment.
    During deployment, the deploytool GUI displays a message
    box which states:
    "There was a deployment error.
    java.rmi.ServerException: RemoteException occurred in server thread;
    nested exception is:
    java.rmi.RemoteException: An error was encountered while loading
    a web component.
    Please refer to
    <J2EE_HOME>/logs/<machine-name>/j2ee//j2ee/error.log
    for more information. Please verify your Application with the
    Verifier tool."
    The "error.log" file did not contain any useful information.
    I ran the J2EE "verifier.bat" tool to verify that my EAR archive is OK.
    The Sun J2EE server output this error string:
    "java.lang.ClassCastException:
    com.sun.enterprise.deployment.EjbExternalDescriptor"
    Here is the full output from the Sun J2EE server:
    C:\j2sdkee1.3\bin>j2ee -verbose
    J2EE server listen port: 1050
    Naming service started:1050
    Binding DataSource, name = jdbc/EstoreDB, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/Cloudscape, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/DB1, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/DB2, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/InventoryDB, url =
    jdbc:cloudscape:rmi:CloudscapeDB;create=true
    Binding DataSource, name = jdbc/XACloudscape, url = jdbc/XACloudscape__xa
    Binding DataSource, name = jdbc/XACloudscape__xa, dataSource =
    COM.cloudscape.core.RemoteXaDataSourc
    e@245536
    Starting JMS service...
    Initialization complete - waiting for client requests
    Binding: < JMS Destination : jms/Queue , javax.jms.Queue >
    Binding: < JMS Destination : jms/Topic , javax.jms.Topic >
    Binding: < JMS Cnx Factory : TopicConnectionFactory , Topic , No properties >
    Binding: < JMS Cnx Factory : jms/TopicConnectionFactory , Topic , No properties
    >
    Binding: < JMS Cnx Factory : QueueConnectionFactory , Queue , No properties >
    Binding: < JMS Cnx Factory : jms/QueueConnectionFactory , Queue , No properties
    >
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3
    Starting web service at port: 9191
    J2EE SDK/1.3
    J2EE server startup complete.
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_LocalHomeImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_EJBLocalObjectImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_RemoteHomeImpl.java ....
    Compiling c:\j2sdkee1.3\repository\rbi\gnrtrTMP\Sync4j Server enterprise
    application\sync4j\server\s
    yncbean\SyncBean_EJBObjectImpl.java ....
    rmic sync4j.server.syncbean.SyncBean_RemoteHomeImpl...
    rmic sync4j.server.syncbean.SyncBean_EJBObjectImpl...
    c:\j2sdkee1.3\repository\rbi\applications\Sync4j Server enterprise
    application1004172068449Server.ja
    r
    Binding name:`java:comp/env/ejb/ISyncHomeRemote`
    Binding name:`java:comp/env/ejb/ISyncHomeLocal`
    java.lang.ClassCastException:
    com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.sun.enterprise.deployment.EjbReferenceDescriptor.getValue
    (EjbReferenceDescriptor.java
    :202)
    at com.sun.enterprise.naming.NamingManagerImpl.bindObjects
    (NamingManagerImpl.java:394)
    at com.sun.web.server.WebService.addContext(WebService.java:148)
    at com.sun.web.server.ServletDeployerImpl.loadWebComponents
    (ServletDeployerImpl.java:214)
    at
    com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployWebComponent
    s
    (JarInsta
    llerImpl.java:791)
    at
    com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication
    (JarInstall
    erImpl.java:219)
    at
    org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie.
    invoke(Un
    known Source)
    at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch
    (ServerDelegate.java:355)
    at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273)
    at com.sun.corba.ee.internal.iiop.RequestProcessor.process
    (RequestProcessor.java:84)
    at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run
    (ThreadPool.java:99)
    Does the Sun J2EE server implementation support the invocation
    of Session EJB's via a Local interface?
    Does the Sun J2EE server implementation allow a Servlet to invoke
    Session EJB's via the bean's Local interface?
    While researching this issue, I read the J2EE 1.3 final specification.
    The spec says:
    "The EJB container is required to access to local enterprise beans.
    We recommend that the web container also support access to local
    enterprise beans."
    Does the web container in Sun's J2EE server support access to local enterprise beans?

    I'm pretty much sure that you cannot access a
    local Session bean from outside the EJB container.Please read the J2EE 1.3 specification before posting messages about EJB and J2EE.
    According to the J2EE 1.3 specification:
    "The EJB container is required to support access to local enterprise beans. We recommend that the web container also support access to local enterprise beans.
    No support is provided for access to local enterprise beans from the application client container or the applet container."
    If you use local interfaces for your session bean,
    than your client must be local too. A local client is
    a client that is collocated in the same JVM with the
    session/entity that provides the local view and which
    can be tightly coupled to the bean.My client is running in the same JVM as my EJB. The client is a servlet. The servlet is running in the same JVM as the EJB.
    For what its worth, the error that I observed occurs during deployment. I haven't figured out why deployment is failing.

  • Jspx page "Designer" crashes during initialization

    Hi JDev team,
    I'm using JDeveloper 11.1.1.2 and have migrated an application from Jdev version 11.1.1.0. When I open any jspx file,
    the "Designer" crashes during initialization.
    Please give me suggestions on fixing this problem.
    Here's an example jsp file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document binding="#{backingBeanScope.backing_app_part_developerNotes.document1}"
    id="document1">
    <af:form binding="#{backingBeanScope.backing_app_part_developerNotes.form1}"
    id="form1">
    <af:panelStretchLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelStretchLayout1}"
    id="panelStretchLayout1">
    <f:facet name="bottom">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout3}"
    id="panelGroupLayout3" layout="horizontal"
    halign="center">
    <af:commandButton text="Close"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton1}"
    id="commandButton1">
    <af:returnActionListener/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="center">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout2}"
    id="panelGroupLayout2" layout="vertical"
    halign="center">
    <af:commandButton text="Check notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.commandButton2}"
    id="commandButton2"
    actionListener="#{backingBeanScope.backing_app_part_developerNotes.displayNotes}"/>
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout4}"
    id="panelGroupLayout4" layout="horizontal"
    halign="left">
    <af:outputFormatted binding="#{backingBeanScope.backing_app_part_developerNotes.outputFormatted1}"
    id="outputFormatted1"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout binding="#{backingBeanScope.backing_app_part_developerNotes.panelGroupLayout1}"
    id="panelGroupLayout1" layout="horizontal"
    halign="center">
    <af:outputLabel value="Developer Notes"
    binding="#{backingBeanScope.backing_app_part_developerNotes.outputLabel1}"
    id="outputLabel1"
    inlineStyle="font-size:medium; font-weight:bold;"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_app_part_developerNotes-->
    </jsp:root>
    And here's the stacktrace:
    Mar 18, 2010 11:17:37 AM facelets.compiler
    SEVERE: Compiler Initialization Error
    java.io.FileNotFoundException: JAR entry META-INF/ not found in C:\oracle\Middleware\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
         at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
         at com.sun.facelets.util.Classpath.search(Classpath.java:65)
         at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:428)
         at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:91)
         at com.sun.facelets.compiler.Compiler.compile(Compiler.java:108)
         at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
         at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:533)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Mar 18, 2010 11:17:37 AM com.sun.facelets.FaceletViewHandler handleRenderException
    SEVERE: Error Rendering View[app/part/developerNotes.jspx]
    java.lang.NullPointerException
         at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
         at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
         at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:540)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:583)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._service(DesignTimeServletInfo.java:287)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:191)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:587)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo._doFilter(DesignTimeFilterInfo.java:458)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeFilterInfo.doFilter(DesignTimeFilterInfo.java:340)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:547)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.service(DesignTimeRequestDispatcher.java:521)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:327)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.request(DesignTimeRequestDispatcher.java:112)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:845)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:786)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._renderViewDocument(DesignTimeWebApp.java:1361)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$400(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$5.run(DesignTimeWebApp.java:1300)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    Thanks Pedja
    I've tried the given solution and it works.
    I don't want to use an external jdk, because i could have some jdk version problems.
    On 3 other computers Jdeveloper 11g works fine.
    Just download form oracle.com unzip,run jdeveloper.exe and start working working.
    No need to change the JDK.

  • Error occurred during initialization of VM

    im new to jdeveloper please anyone help me...
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Users\reir\AppData\Local\Temp\trustStore9189074039610736238.jks -javaagent:../modules/org.eclipse.persistence_1.1.0.0_2-1.jar -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\reir\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\sysext_manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Error opening zip file or JAR manifest missing : ../modules/org.eclipse.persistence_1.1.0.0_2-1.jar
    agent library failed to init: instrument
    Process exited.

    This issue is usally caused by missing rt.jar. It's a good idea to manually unpack libraries.
    Look for your java library directory (usually jre<version>/lib) .
    If you can see rt.pack and can't see rt.ajr -
    make the follwoing (I consider you save this to a script file then run it and your JAVA_HOME is correctly set and you're using some sort of UNIX):
    ---------------------------------cut---------------------------------
    #!/bin/sh
    JH=${JAVA_HOME:-"/usr/java/jre1.5.0_04"}
    UNPACK_EXE=$JH/bin/unpack200
    if [ -f $UNPACK_EXE ]; then
    chmod +x $UNPACK_EXE
    PACKED_JARS="lib/rt.jar lib/jsse.jar lib/charsets.jar lib/ext/localedata.jar lib/plugin.jar lib/javaws.jar lib/deploy.jar"
    for i in $PACKED_JARS; do
    srcFile=${JH}/`dirname $i`/`basename $i .jar`.pack
    dstFile=${JH}/$i
    if [ ! -f  $srcFile ]; then
    printf "Error: Unable to find %s. Please, check out your installation.\n" $srcFile
    exit 1
    fi
    $UNPACK_EXE $srcFile $dstFile
    if [ ! -f  $dstFile ]; then
    printf "Error: unpack could not create %s. Please refer to the Troubleshooting\n" $dstFile
    printf "Section of the Installation Instructions on the download page.\n"
    exit 1
    fi
    rm -f $srcFile
    done
    else
    printf "Error: unpack command could not be found. Please refer to the \n"
    printf "TroubleShooting Section of the Installation Instructions on \n"
    printf "the download page.\n"
    printf "Please do not attempt to install this archive file.\n"
    exit 2
    fi
    ---------------------------------cut---------------------------------

  • Error occurred during initialization of VM. Could not reserve enough space

    Dear All,
    I am trying to install SAP NetWeaver 7.0 SR2 SP9 on Oracle 10.2 and platform is Windows 2003 32 bits. While installing, in t he restarting the JAVA Instance step, server0 node is getting shutdown. When I further analyzed dev_server0 log, I could get below useful information:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    [Thr 6008] JLaunchIAbortJava: abort hook is called
    [Thr 6008] **********************************************************************
    *** ERROR => The Java VM aborted unexpectedly.
    *** Please see SAP Note 943602 , section 'Java VM crashes'
    *** for additional information and trouble shooting.
    [Thr 6008] JLaunchCloseProgram: good bye (exitcode = -2)
    I referred the note mentioned above and it inturn referred to note# 940893. I followed many other sap notes also. However my above problem did not solve yet. I have checke my JAVA SDK version also. It is j2sdk1.4.2_11 and seems to be fine. My systems memory is 3 GB and I gave 20 GB as Virtual memory. I dont think that it should be a memory problem. However somewhere I am lost and can not get the grip over the problem  to resolve it.
    May I request all of you to kindly help me on above issue? Please let me know if you need any more information.
    Waiting for your kind replies.
    Regards,
    Faisal

    Dears,
    Thank you very much for your replies. The heap size was 1024. I changed it to the below:
    Heap Size=512 (earlier 1024)
    Changed below paramters in configtool:
    -Xmx512m (earlier 1024)
    -Xms256m (earlier 1024)
    Hope this information will be helpful to others as well.
    Once again, I thank both of you to guide me in proper directions.
    Regards,
    Faisal

  • Error ocurred during initialization of VM. Unable to load native library...

    Hi,
    I´m trying to install Oracle 9i on a PC with Suse 9.2.
    when I put the first CD it comes with this error:
    Initializing Java Virtual Machine from /tmp/OraInstall2006-05-04_11-13-11PM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-05-04_11-13-11PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I´ve seen that there was a similar issue in 2004 and I´ve trying to do what it says but it didn´t work this time.
    Unable to load native library:
    Could everyone help me to install Oracle??? I´ve been trying it for a few days and doesn´t work.
    Regards,

    I had same problems long time ago. Ok, I try to remember.
    First I read the recommandation. You need a special GLIBC-Library to support the JAVA 1.1.8 runtime environment.
    Some of the Oracle9i tools are compiled with gcc 2.95 compiler.
    You may need ”gcc_old for SLES9” for linking of those tools.
    gcc_old-2.95.3-175.2.i586.rpm is included in SLES 9 SP2 CD1
    For Suse you can obtain a package called orarun. You will get further support for installing, starting and stopping ORACLE. Please look at http://ftp.novell.com/partners/oracle/docs/9205_sles9_install.pdf.
    Good luck.

  • Error occurred during initialization of VM Using Whs

    RDBMS Version: 9i
    Operating System and Version: Microsoft Windows 2000 server Service pack 4
    Product: Oracle Lite, 9i
    AS: 9.0.2.3
    When I use the wsh.exe in cmd.exe I have the error:
    D:\oracle\prodotti\Ora9iasfe\Mobile\Server\bin>wsh
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Environment info:
    D:\Documents and Settings\Administrator>java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    D:\Documents and Settings\Administrator>set classpath
    CLASSPATH=D:\MOBILECLIENT\Mobile\bin\olite40.JAR;D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\pr
    odotti\Ora9iasfe\MOBILE\CLASSES\OLITE40.JAR;d:\oracle\prodotti\Ora9iasfe\j2ee\home\oc4j.jar;d:\oracl
    e\prodotti\Ora9iasfe\j2ee\home\lib\ojsp.jar;d:\oracle\prodotti\Ora9iasfe\jlib\zrclient.jar;d:\oracle
    \prodotti\Ora9iasfe\reports\jlib\rwrun.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean.jar;d:\orac
    le\prodotti\Ora9iasfe\jlib\LW_PfjBean.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean-nls.zip;d:\o
    racle\prodotti\Ora9iasfe\Mobile\Server\bin\webtogo.jar;
    D:\Documents and Settings\Administrator>set path
    Path=D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\prodotti\Ora9
    iasfe\Mobile\Server\bin;d:\oracle\prodotti\Ora9iasbe\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\
    prodotti\Ora9iasfe\jdk\jre\bin\classic;d:\oracle\prodotti\Ora9iasfe\jdk\jre\bin;d:\oracle\prodotti\O
    ra9iasfe\jlib;d:\oracle\prodotti\Ora9iasbe\jlib;D:\Programmi\Oracle\jre\1.3.1\bin;D:\Programmi\Oracl
    e\jre\1.1.8\bin;D:\WINNT\system32;D:\WINNT;D:\WINNT\System32\Wbem;d:\oracle\prodotti\Ora9iasfe\bin\;
    D:\PROGRA~1\ULTRAE~1;d:\oracle\prodotti\Ora9iasfe\MOBILE\sdk\bin
    Thanks
    Rino

    RDBMS Version: 9i
    Operating System and Version: Microsoft Windows 2000 server Service pack 4
    Product: Oracle Lite, 9i
    AS: 9.0.2.3
    When I use the wsh.exe in cmd.exe I have the error:
    D:\oracle\prodotti\Ora9iasfe\Mobile\Server\bin>wsh
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Environment info:
    D:\Documents and Settings\Administrator>java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    D:\Documents and Settings\Administrator>set classpath
    CLASSPATH=D:\MOBILECLIENT\Mobile\bin\olite40.JAR;D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\pr
    odotti\Ora9iasfe\MOBILE\CLASSES\OLITE40.JAR;d:\oracle\prodotti\Ora9iasfe\j2ee\home\oc4j.jar;d:\oracl
    e\prodotti\Ora9iasfe\j2ee\home\lib\ojsp.jar;d:\oracle\prodotti\Ora9iasfe\jlib\zrclient.jar;d:\oracle
    \prodotti\Ora9iasfe\reports\jlib\rwrun.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean.jar;d:\orac
    le\prodotti\Ora9iasfe\jlib\LW_PfjBean.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean-nls.zip;d:\o
    racle\prodotti\Ora9iasfe\Mobile\Server\bin\webtogo.jar;
    D:\Documents and Settings\Administrator>set path
    Path=D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\prodotti\Ora9
    iasfe\Mobile\Server\bin;d:\oracle\prodotti\Ora9iasbe\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\
    prodotti\Ora9iasfe\jdk\jre\bin\classic;d:\oracle\prodotti\Ora9iasfe\jdk\jre\bin;d:\oracle\prodotti\O
    ra9iasfe\jlib;d:\oracle\prodotti\Ora9iasbe\jlib;D:\Programmi\Oracle\jre\1.3.1\bin;D:\Programmi\Oracl
    e\jre\1.1.8\bin;D:\WINNT\system32;D:\WINNT;D:\WINNT\System32\Wbem;d:\oracle\prodotti\Ora9iasfe\bin\;
    D:\PROGRA~1\ULTRAE~1;d:\oracle\prodotti\Ora9iasfe\MOBILE\sdk\bin
    Thanks
    Rino

  • Error occurred during initialization of VM & java/lang/NoClassDefFoundError

    ascertain:tcglive:~/BUILD/bin> ./listJobs
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    ascertain:tcglive:~/BUILD/bin> ./startJobServer -fg
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    We've been trying to get rmiregistry started but have noticed the following discrepancy on the server.
    ascertain:tcglive:~> which java
    /usr/bin/java
    ascertain:tcglive:~> echo $JAVA_HOME
    /usr/local/j2sdk1.4.2_03
    There are conflicting versions of java on this box and even though 1.4.2 has been specified in $JAVA_HOME, the environment does not seem to recognise this:
    ascertain:tcglive:~> java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit)

    What does
    which javasay?

  • Error occurred during initialization of VM .. any sugesstion

    Hi,
    I tried to call the helloworld program from a C program in linux.
    but i got the following error message
    Error occurred during initialization of VM
    Unable to load native library: libverify.so: cannot open shared object file: No such file or directory
    Can any one give me suggestion of what could be wrong.
    The same program, I was able to execute in windows and in solaris platform.
    kabilesh

    Most likely the lib is not in your shared library path.
    Or the permissions are wrong (file or directories.)

  • Error occurred during initialization of VM Could not reserve enoughspace for code cache

    I receive this error in the ZENWSimport and Removal screen:
    Error occurred during initialization of VM
    Could not reserve enough space for code cache
    Server is a HP DL380G4, NWSBS SP5, 4 GB RAM.
    I think it's Java related, because iManager also stopped working (error
    503 - service unavailable)
    AUTOEXEC.BAT:
    @echo off
    prompt $p$g
    path=c:\dos
    rem mscdex /d:cpqcdrom /v /m:50 /l:f
    c:\dos\nlsfunc
    c:\dos\mode con cp PREPARE=((437) c:\dos\EGA.cpi)
    c:\dos\mode con cp Select=437
    cd \NWSERVER
    ## commented by MemCalc server -nl -u134217728
    server -nl -u134217728
    I tried removing the -u switch, but the server wouldn't even boot then.
    I'm out of options, can anyone help?
    Arjan Schepers

    Also, I reapplied Service Pack 5, didn't help. BTI.CFG looks like the
    following:
    ;* Copyright 1982-2001 Pervasive Software Inc. All Rights Reserved
    ;* Pervasive Software product initialization file for NetWare
    [Btrieve Communications Manager]
    MaxWorkerThreads=16
    MaxReceivePacketSize=1500
    Supported Protocols=TCPIP
    Listen IP Address=
    TCP/IP Multihomed=YES
    Enable AutoReconnect=NO
    AutoReconnect Timeout=180
    [MicroKernel]
    CacheSize=2048000
    Pervasive SQL 9SP2 is installed on this server for an application named
    MICROS RAS/KAS. It needs 2GB memory (*shrug*, I know), hence the 4GB memory.
    Arjan Schepers

  • Get pdf filename during initialize:

    I wonder to get the pdf filename during initialize, may i know is it possible?
    Thanks your concern.
    Tham

    ASFileSysOpenProc is not suitable. It is used for the opening of all
    files, not just PDF files, and you do not provide it for the standard
    filesystem: it is a standard part of Acrobat.
    Since it is documents you are interested in, rather than files, you
    would want to look at the document related callbacks (CosDoc, PDDoc,
    AVDoc). I can see why you wouldn't find it though, the Acrobat API
    documents are breathtakingly awful, ever since someone had the bright
    idea of replacing a human editor with a programmer generated file.
    You need to use the PDDocDidOpen notification (notification is the
    buzzword here, not callback), registered with
    AVAppRegisterNotification. Try documents from an older version of the
    SDK, the Acrobat 8 SDK is beyond a joke.
    Aandi Inston

  • DB13 error: 0003 Error during initialization

    Dear All,
    Since last 2 days, Production backup is getting failed with error "0003 Error during initialization".
    Strangely, there are no related logs to investigate further... Nothing was changed in backup related configurations.
    We are using Tivoli (TSM) backup solution..
    System Details: HP-UX 11.31i, Oracle10g (10.2.0.4), ECC 6.0
    In DB13 Action logs, it is showing following details only...
    Action: Whole database offline backup
    Brbackup logfile : bedjjsnb.log   ##### Actually it should show filename something like "bedjjsnb.aff"
    Return Code : 0003 Error during initialization
    When I click on "Show Actiion/Detail log", it shows nothing... (Log file does not exists..)
    There is no file with above filename in /oracle/<SID>/sapbackup and in back<SID>.log
    I have checked below things :
    1. BRTOOL permissions (As per note 113747 - Permissions for DBA tools BRTools and SAPDBA)
    2. /oracle/<SID>/sapbackup permissions (it is 755 with ora<sid>:dba ownership)
    3. I have checked /var/adm/syslog/syslog.log, but there is no error.
    4. Test for communication between SAP server and Tivoli is OK.
    5. TSM Session query is also returning desired result.
    6. I made sure that there are free and scratched tape in TSM for SAP backup pool.
    7. No other backup was running at the time of SAP backup.
    I have tried taking backup on DISK which is successful without any errors or warnings.
    What else I can check ? Am I missing something ?
    Any inputs will be highly appreciated...
    I will try to fire backup manually later in the evening after business hours to see what exactly going wrong in between.
    Regards.
    Rajesh Narkhede

    Hi John,
    See the last few lines from output below: (SID and Hostname removed...)
    BR0110I Backup mode: ALL
    BR0077I Database files for backup:
    /oracle/<SID>/origlogA/log_g11m1.dbf
    /oracle/<SID>/origlogB/log_g12m1.dbf
    /oracle/<SID>/origlogA/log_g13m1.dbf
    /oracle/<SID>/origlogB/log_g14m1.dbf
    /oracle/<SID>/origlogA/cntrl/cntrlHRP.dbf
    BR0061I 53 files found for backup, total size 133738.270 MB
    BR0143I Backup type: offline
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0124I Query option set - no processing
    BR0056I End of database backup: bedjndvn.qub 2010-06-04 17.01.32
    BR0280I BRBACKUP time stamp: 2010-06-04 17.01.32
    BR0052I BRBACKUP completed successfully
    <HOSTNAME>:ora<sid>>
    Nothing seems to be wrong...
    Regards.
    Rajesh Narkhede

  • ECC  Error occurred during initialization of VM

    Hi guys,
        when I installed ecc6 into the suse-10 which is on the Vmware Server 1.0.3, when I installed oracle,there showed some mistakes,
    /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.6246: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall1912-09-24_09-47-39AM. Please wait ...oraecc@sap01:/oracle/stage/102_64/database/SAP> Error occurred during initialization of VM
    java.lang.ExceptionInInitializerError
    1、the sap's graph was normal.
    2、when I installed SuSE, I chose the component of SAP and Oracle which contained some rpms,such as saplocales,orarun...
    and in that time, it show the dependency conflict, and I chose ingore. (as I haved tried to choose one of them ,but then failed.)
    pls someFriends help me.
    BestRegards!

    Hi,
    Have you checked the following notes:
    Note 958253 - SUSE LINUX Enterprise Server 10: Installation notes
    Note 1122387 - Linux: SAP Support in virtualized environments
    Kind regards,
    Mark

  • Getting  : Error occurred during initialization of VM when compiling

    Hello!
    I am using Jdeveloper 11.1.1.6.0 and all of a sudden when I try to compile I get the following errors...
    [scac] Error occurred during initialization of VM
    [scac] Could not reserve enough space for object heap
    I have tried to look for this issue on the web but non of the possible solutions seem to work. I was wondering if anyone might be able to provide some assistance on this.
    Thanks in advance.
    Edited by: 832187 on Jul 26, 2012 8:17 AM

    I fixed this by going into the ant-sca-compile.xml and changing the <jvmarg value="-Xmx512m"/>below.
    Before
    <target name="scac" description="Compile and validate a composite">
    <scac input="${scac.input}" outXml="${scac.output}" error="${scac.error}" appHome="${scac.application.home}" failonerror="true" displayLevel="${scac.displayLevel}">
    <jvmarg value="-Xms128m"/>
    <jvmarg value="-Xmx1024m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=512m"/>
    <!-- jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/ -->
    </scac>
    After
    <target name="scac" description="Compile and validate a composite">
    <scac input="${scac.input}" outXml="${scac.output}" error="${scac.error}" appHome="${scac.application.home}" failonerror="true" displayLevel="${scac.displayLevel}">
    <jvmarg value="-Xms128m"/>
    <jvmarg value="-Xmx512m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=512m"/>
    <!-- jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/ -->
    </scac>

Maybe you are looking for

  • Ora-600

    i have installed 12.0.4 on RHEL AS4 databese is 10.2.0.3 in alert log file i am getting this error : WARNING: inbound connection timed out (ORA-3136) ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [], [], [], [], [], [], []

  • My ipod touch is locked up and non-responsive

    I have tried to reset by holding lock and power buttons at the same time with no success. I have a white screen and the ipod is non-responsive to anything.

  • ORA-00439: feature not enabled: Bit-mapped indexes

    Do I need to change any parameter to enable this feature or I just can't use it in Oracle XE? Thanks, Allwyn

  • Deploy Soap on iPlanet 6 web server

    Hi everyone, I'm having problem trying to deploy SOAP on iPlanet 6 web server. Does someone have any docs or kindly give me some directions to set this up. I need to get this working ASAP.

  • Problems using POPCORN on new 17 inch Macbook pro

    I just recently purchased a Macbook pro 17 inch and I have been trying to copy DVD's using POPCORN 1.03. What I have done in the past with my old G4 was to use Mac Ripper to copy onto my external hard drive. Then use Popcorn to record the DVD and doi