Another J2EE server start-up problem.

Hi:
For many days, I have being having trouble starting the J2EE server... When I try to start the server, the starting process terminates mysteriously. Finally, I identified this error in my log:
"Failed to create RMI-IIOP server because: null"
I still have no idea what this error says though... somebody plz help me out here... it's quite frustrating trying to self-learn J2EE late in the night after a long work day and stuck with a broken server for days... Thanx...

Hi!
I had the same problem and I installed again the j2sdkee and the problem was solved.

Similar Messages

  • Its Urgent! J2EE Server Started but the Application is not running?

    J2EE server starts ok, I deployed the application successfully but when I open the URL http://localhost:8000 to start the application in browser it shows errors e.g
    Error: 500
    Internal Servlet Error:
    java.lang.NoSuchMethodError
    at com.sun.web.security.SecurityInterceptor.setSSLAttributes(SecurityInterceptor.java:56)
    at com.sun.web.security.SecurityInterceptor.preInvoke(SecurityInterceptor.java:83)
    at org.apache.tomcat.core.ServiceInvocationHandler.preInvoke(ServletWrapper.java:615)
    at org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java:531)
    at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:378)
    at org.apache.tomcat.core.Context.handleRequest(Context.java:644)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:440)
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:144)
    at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:310)
    at java.lang.Thread.run(Thread.java:484)
    Please Help me its very Urgent

    I deployed the application successfully, J2ee server started successfully but when I open the browser and try to run the application or view the welcome page it shows the above mentioned error.

  • JBOSS  4.0 Application Server start up problem?

    1. JBOSS Application Server start up problem?
    I have installed the JBOSS 4.0 application server in eclipse 3.4(Ganymede) in order to work with the adempiere open source ERP.When I start the JBOSS server,It displays the message “Server started in Xm:XXs:XXXms” in the console window.But the progress bar in server window is still running.Once the time out is over,it displays the message server cannot be started.
    What should I do in order to make eclipse know that the server is started(message in console as server started) and set its status to “Started”?
    2.Is it possible to copy and paste the .war created in eclipse 3.4 using JBOSS 4.0 to Glassfish v2 which requires archive file .ear form in NetBeans IDE 6.1?

    i also noticed when I start the server some times the first line it display in the container will be starting Microcontainer some times it diaplays microkernel?You can find out reason based on that also?
    Actually I was using 8080 port for my Oracle 10g Express Edition.Even when I change the port in server view,I had same problem.In order to recover from the problem,I finally changed my database port,My Jboss 4.0 has started succesfully. When I access the JBOSS in URL http://localhost:8080/jmx-console,i got the error can you tell me what can i do?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:105)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:929)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    Apache Tomcat/5.0.28

  • J2ee server starting problem

    Hi, I am a new comer in this field. I am fininding problem in starting the j2ee server.I have downloaded and installed C:\j2sdkee1.3.1 , c:\jdk1.3.1_03 , c:\j2eetutorial and c:\antroot\jakarta-ant-1.3. I am using windows 2000 professional OS and set the environment variables like JAVA_HOME : c:\jdk1.3.1_03, J2EE_HOME:C:\j2sdkee1.3.1 and ANT_HOME:c:\antroot\jakarta-ant-1.3.
    set the path to %J2EE_HOME%\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin; as per the instruction given in the J2EE tutorial preface.
    When I type j2ee on the command prompt it says "j2ee is not recognized as an internal or external command, operable program or batch file".
    Can any one plese guide how I can start and go ahead with this tutorial. Is there any other setting i need to set or change.
    Thanks,
    ansp

    Hi,
    If you're running j2ee on windows platform and you have outlook also loaded, close the outlook and try running j2ee again.
    also set your class path to the jar file under $J2EE_HOME/lib/j2ee.jar:. before rest of your classpath
    I have the same problem (with different message) on solaris.
    Regards,
    S+

  • J2ee server start problem

    For some reason, I cannot start the J2EE server properly.
    I am using JDK1.3.1 and J2SDKEE1.2.1 on WIN NT. After
    running
    cloudscape.bat -start
    I type from another prompt,
    j2ee.bat -verbose
    and get the following output,
    prg.com.CORBA.INITIALIZE: Could not find the POA-to-id mapper. Please ensure orbd has been started. minor code: 0 completed: No
    Any ideas why this is happening?
    THanks,
    Antoine

    Hi chernali,
    I do not know what happen to your PC but we have the same situation but it runs well....
    I think you should care about the classpath and where is your jdk location is...
    may foward futher question....
    regards,
    kurt

  • Problem with J2EE server start

    hello,
    I install J2EE SDK sever and I want to start this. So I have typed this line:
    J2ee -verbose and I have this error:
    Logging for J2EE Server Version: 1.3.1-b17 started at: Wed Mar 29 15:24:15 CEST 2006..
    Using the Java HotSpot(TM) Client VM and the version number 1.5.0_06 from Sun Microsystems Inc..
    VM is using the classpath: C:\j2sdkee1.3.1\lib\system\cloudscape.jar;C:\j2sdkee1.3.1\lib\system\tools.jar;C:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc.jar;C:\j2sdkee1.3.1\lib\cloudscape\cloudclient.jar;C:\j2sdkee1.3.1\lib\classes;C:\j2sdkee1.3.1\classes;C:\j2sdkee1.3.1\lib\j2ee.jar;C:\j2sdkee1.3.1\lib\toolclasses;C:\j2sdkee1.3.1\lib\j2eetools.jar;C:\j2sdkee1.3.1\lib\locale;;C:\jdk1.5.0_06\lib\tools.jar;C:\j2sdkee1.3.1\lib\jhall.jar .
    J2EE Home Directory has been set to: C:\j2sdkee1.3.1.
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/IdentityHashtable
         at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)
         at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
         at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:895)
         at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(TransientNameService.java:117)
         at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(TransientNameService.java:70)
         at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:103)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)I have the JDK 1.5.0_06 and the J2sdkee1.3.1.
    Have an idea what is the problem, and what I must modify in order to do working my server?
    thank you for your help
    Antitrust1982

    Hello
    I use this version because I try to execute the tutorial of JMS, but I can't working it. The version porpose are these one : http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/client.html#1025256
    Thank you for your help.

  • URGENT : J2ee server start up Error : .NoClassDefFoundError:

    i have installed j2ee1.3 server in my machine (XP professional / jdk1.5 /JRE 1.5 ).
    have set all env variables jAVA_HOME,J2EE_HOME ans PATH.
    But when i start the server using j2ee -verbose command i get the following error.
    C:\J2EE\bin>j2ee.bat -verbose
    J2EE server listen port: 1050
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/inte
    rnal/util/IdentityHashtable
    at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)
    at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
    at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:89
    5)
    at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(T
    ransientNameService.java:117)
    at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(Trans
    ientNameService.java:70)
    at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMg
    r.java:103)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    Also i have set the classpath to <<installdir>>\lib\j2ee.jar
    since iam practising for scbcd xam i need j2e1.3 to practise.
    Is this related to any version conflict ? please help me ...
    Thanks.

    Hi All,
    I was able to figure out the problem and i hope that there must be version conflicts since i had j2ee1.3 and jdk1.5.
    I unistalled jdk1.5 and installed jdk1.3 and everything went on fine.
    Also avoid installing in directories having spaces in the names EX: Program Files.

  • Porting a Workshop app to another J2EE server?

    Hello all. I'm new to WL Workshop and have been reading abou the required Workshop
    Runtime. Is this something that could be ported to another J2EE compliant server?
    I noticed the PageFlow Portability Kit for the page flows... but what about the
    Runtime engine itself?
    Also, does anyone know what is contained in it or how it is deployed. If its as
    simple as a jar that could be moved over that would be nice... but I doubt its
    as simple as that. thanks!

    Blake--
    The "Runtime Engine" that you mention is the Workshop controls
    runtime. Carl Sjogreen addresses portability in a post in this
    newsgroup from 9/24/2003. Instead of rephrasing his comments, I've
    pasted them below and suggest the "Application portability" thread as
    good reading.
    Controls fall into the class of artifacts that can be built using
    Workshop but which are not 100% portable today. This includes controls
    like the Database Control and EJB Control. Remember, though, that
    controls are often abstractions over standard J2EE technologies; in the
    case of these controls for example, the underlying technologies are just
    JDBC Prepared / Callable Statements and existing EJBs.
    The portable version of Page Flows does not support controls, but it
    does support all of the J2EE technologies such as JDBC, JNDI, EJB, and
    so on.
    Hope that helps...
    Eddie
    ::::: Application Portability from 9/24/2003 by Carl Sjogreen
    John --
    Good question. We're constantly pulled between delivering innovation
    and value to our customers and ensuring that the applications we build
    are standards based and portable. Here's what we are doing to address this:
    1) You can always build 100% standard based applications in Workshop
    that are as portable as any other J2EE application. Write Java files,
    use EJBgen to create EJBs, etc.
    2) Where we innovate, we innovate on top of existing standards. Witness
    what we are doing with Pageflows, which is built on top of Struts. As
    Web Services standards mature (JSR 109 in particular) we'll move JWS
    files to support 109 deployment artifacts.
    3) We are aggressively pursuing standardization, portability, and open
    source for innovations we introduce. A few proof points:
    * The key innovations behind JWS files are being standardized as part of
    the Java Community Process in JSR 181. When this standard goes final
    (early next year hopefully) you'll be able to take your JWS files to
    other platforms.
    * We will provide "portability kits". In SP2 (due later this year)
    we'll provide a portability kit so you can take any pageflow file and
    run it on other J2EE containers. This basically includes a set of stand
    alone build tools and the few runtime classes we've added on top of struts.
    * We've open sourced key technologies like XMLBeans. XMLBeans is now
    being incubated as part of the Apache Software Foundation
    (http://xml.apache.org/xmlbeans).
    So I think you'll find that while not everything you build in Workshop
    is 100% portable today, a lot is, and more will be down the road.
    Any questions, please let me know.
    Best,
    -Carl
    Carl Sjogreen
    Group Product Manager
    WebLogic Workshop
    "John Reynolds" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    Thanks for forwarding this on to your Product Managers.
    Application portability is one of the big selling points for Java, so
    it would be a shame if Bea did not have runtime licenses for deploying
    the workshop runtimes on any J2EE certified app-server. I don't think
    my company has any problems in paying for quality software, but they do
    have problems when the "Write once, run anywhere" Java pledge is broken
    (since that's what sold them on Java vs. .Net in the first place).
    Having said that, I really applaud what Bea has done so far. For
    example, Bea's donation of XmlBeans to Apache was a truly great thing.
    Blake wrote:
    Eddie,
    The "Weblogic Workshop Internals" document also talks about the "Runtime Engine".
    Here is a blurb from the top of the doc: "<contains> a runtime infrastructure
    that supports application features; the runtime consists of J2EE components deployed
    on WebLogic Server "
    Later in the doc they mention some EJB's such as the SynchBean and AsyncBean which
    utilize JMS. This is the info I need to provide my client if they decide to port
    to another app server. We now know that the webapp is portable... its the J2EE
    components that is the final piece of the puzzle. thanks!
    -Blake

  • Initialising class when J2EE server starts

    Hi,
    I am facing a problem. I wish to instantiate a class when the J2EE/ tomcat server starts. This is similar to the property set in weblogic as
    weblogic.system.startupClass.startup = <name of ur startup class>
    Here we can specifiy the class to be instantiated during startup of server.
    Can i do something similar in tomcat/ j2ee server?
    I do not wish to use a servlet since my webapplication contains jsps and other supporting classes and my own apis.
    Thank you in adv.
    ...supriya.

    if you use ServletContext Listeners you should be ready as far as web app is concerned. Most servers I believe offer JMX integration so that you can listen for server startups. : )

  • Start deployed applications when J2EE Server starts

    Hi experts,
    This is my problem.
    I've updated my Netweaver 04s Developer Workplace from SPS1 to SPS10.
    The problem I have is that when I start my J2EE Server via MMC, the applications (j2ee,ear,webdynpro,...) I deployed don't start.
    If in my Visual Administrator I go to server->services->deploy most of them are not started. I can start them manually, but that's not a solution...
    I suppose there are any possibities to set this applications to start when the server is started.
    Any ideas?
    Thanks a lot.
    Alberto.

    Hi Alberto
    If you can start the services manually w/o problems, then maybe you can try to change the startup mode to 'always' so that the service is started automatically. You should be able to check this via Configtool. Switch to the 'configuration editor' mode and go to cluster_data -> server -> cfg -> services. Look for the service and make click on the propertysheet. Usually you can modify the startup mode there.
    I hope this helps.
    Regards,
    Désiré

  • Admin server Start up problem

    Have you ever watched this error? I don't know what happend.
    [14/Jul/2004:13:10:46] INFO ( 3396): ADM0102: Starting a thread for tracking manual changes
    [14/Jul/2004:13:10:46] FINE ( 3396): Setting xpath for the whole tree
    [14/Jul/2004:13:10:46] FINE ( 3396): Finished setting xpath for the whole tree
    [14/Jul/2004:13:10:46] FINE ( 3396): initializeServerLogger: javax.enterprise.system.core.security com.sun.logging.enterprise.system.core.security.LogStrings FINE
    [14/Jul/2004:13:10:47] FINE ( 3396): initializeServerLogger: javax.enterprise.resource.corba com.sun.logging.enterprise.resource.corba.LogStrings FINE
    [14/Jul/2004:13:10:47] FINE ( 3396): initializeServerLogger: javax.enterprise.system.core.transaction com.sun.logging.enterprise.system.core.transaction.LogStrings FINE
    [14/Jul/2004:13:10:47] FINE ( 3396): J2EE server listen port: 1071
    [14/Jul/2004:13:10:47] SEVERE ( 3396): IOP5055: Could not create listener on port [1,071], host [0.0.0.0]
    [14/Jul/2004:13:10:47] FINE ( 3396): IOP5056: Exception when creating listener com.iplanet.ias.cis.connection.ConnectException: Creation of ServerConnection failed : -5982:TCPBlockingServerChannel.JNI_createTCPChannelNative: PR_Bind() Failed
         at com.iplanet.ias.cis.connection.ServerConnection.<init>(ServerConnection.java:84)
         at com.iplanet.ias.cis.connection.ServerConnection.<init>(ServerConnection.java:110)
         at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:369)
         at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:312)
         at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:149)
         at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:505)
         at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:157)
         at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:115)
         at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:115)
         at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:133)
         at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:26)
         at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:3069)
         at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3004)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:309)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
         at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
         at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [14/Jul/2004:13:10:47] SEVERE ( 3396): CORE5081: Exception while creating ORB: [org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 209  completed: No]
    [14/Jul/2004:13:10:47] SEVERE ( 3396): CORE5082: Exception running j2ee services: [java.lang.RuntimeException: Unable to create ORB]
    [14/Jul/2004:13:10:47] SEVERE ( 3396): CORE5091: Error executing J2EE server ...

    OK now I know that there is a service in my port 1071 but How can I kill it?
    C:\Documents and Settings\MXI00986110A>netstat -na
    Conexiones activas
    Proto Direcci�n local Direcci�n remota Estado
    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1058 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1071 0.0.0.0:0 LISTENING
    TCP 0.0.0.0:1073 0.0.0.0:0 LISTENING

  • How to access an EJB in another J2ee server?

    Dear experts:
    I have a jsp file that is a client of a J2ee server A, and I am going to access an EJB that is situated in J2ee server B from this jsp file.
    It will be very appreciate if you can tell me how to do that. My current program is:
    try
    Properties props = new Properties();
    props.setProperty(Context.PROVIDER_URL, "rmi://ip:port");
    Context initial = new InitialContext(props);
    Object objref = initial.lookup("MyUserEJB");
    UserHome home = (UserHome) PortableRemoteObject.narrow(objref, UserHome.class);
    Collection users = home.findByName("alin");               
    for(Iterator i=users.iterator(); i.hasNext();)
    User user = (User)i.next();
    System.out.println("User " + user.getFirstName() + " details:\n");
    System.out.println("     email     : " + user.getEmail() + "\n");
    catch (Exception e)
    System.err.println("Caught an exception.");
    e.printStackTrace();
    In which, the MyUserEJB is an EJB in ip:port J2ee server (server B). The server A is localhost:1050. This program does not work.
    Best regards,
    Alan

    Hi,
    Have a look at
    http://forum.java.sun.com/thread.jsp?thread=365927&forum=136&message=1543094

  • Apache Server starting up problem !

    Hi,
    I am getting problem in starting up the server. Right now I am using the Apache - tomcat server. I have started the Apache server and restarted the tomcat server by using restart_apache.bat .The server is starting fine.
    Somehow i couldn't able to open the http://localhost:8080/ on the browser. I have read the forum answers , but it couldn't help me.
    I appreciate if anyone help me out.
    - balaji

    Did you check the port number? It may not be 8080.
    What error r u geting?

  • G3 Server Start up problem

    Just installed OS 8.6 on G3 Server. It has one scsi drive connected & 200 MB of Memory. When turned on, the screen remains black for approx. 3 minutes and then shows a white background with "can't open" repeating across it in black letters for about 4 lines. This then stops and shortly after 8.6 starts up.
    Any tips for a quicker startup?
    G3 Server   Mac OS 8.6 or Earlier  

    Does it make any difference if you physically disconnect the SCSi drive and anything else except screen, keyboard and mouse, please?

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello,
    I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem.
    Indeed, I got these two following errors :
    <b>** in log file dev_bootstrap</b> :
    [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx.c     485]
    [Thr 3720] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c   591]
    [Thr 3720] JLaunchCloseProgram: good bye (exitcode=-1)
    and
    <b>** in log file dev_jcontrol :</b>
    [Thr 2288] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx.c   1452]
    [Thr 2288] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr 2288] JControlCloseProgram: started (exitcode = -1)
    [Thr 2288] JControlCloseProgram: good bye... (exitcode=-1)
    Does any one met this problem?
    I thank you in davance for the help you could give me.
    Regards.
    Karine TAVERNIER

    Hello Dan,
    I can only thank you!
    It was not easy to solve that problem, because people who installed that SAP instance has left the company, without having given any documentation or information.
    Then, thanks to OSS notes 723909/716604/736557, I solved my problem.
    What I did :
    As "my server" (MS Windows 2000) only got 500 Mo of RAM!, I must adapted some values, compraing with SAP notes.
    According to note 723909, for the dispatcher node, I increased the heap size to 70 Mo to 170 Mo .
    According to note 716604, for the serverID, I put the PermSize and MaxPermsize to 192 Mo.
    I decreased the Max Heap Size from 256 to 128 Mo.
    And the most important to my mind, as described in note 736557, I suppressed in file <i>instance.properties</i>, the line <i>bootstrap.MaxHeapSize=0</i> (and not 16 as in note!).
    Through the config tool, I put this value to 128 (instance node, instance_IDxx / Message Server & Bootstrap -> Max heap size).
    Then, at last, the J2EE Server started.
    I think some values may be changed to improve the respone time or the general behaviour of the application.
    I hope this message may help some other people.
    Many thanks.
    Kind regards.
    Karine.<i></i><i></i>

Maybe you are looking for

  • OEL6 in virtual box

    All, Maybe one of you can assist me, I have an IBM T40 laptop that uses Windows 7 (I am fairly new to linux so I have not converted over all of my machines yet, however I have fedora running on a desktop) and I am trying to use Oracle Unbreakable Lin

  • OSX 10.5.7 Startup

    Hello Everyone I Was Just Wondering, Do You Know The First Time You Boot Up And That Video Plays? Well I Found That On My Mac Desktop And I was Wondering.. Is There Any Way To Make That Video Start Up Every Single Time You Turn Your Computer On? Than

  • IPad 3 Syncing and Charging Issue...

    Hi I just recently bought a new ipad (3rd gen) in a local apple store,,, an now I try to sync it on my PC via itunes and I noticed that in the batter indicator it says "Not Charging" even though I hooked it up on a USB 2.0 port,,, why is that? I have

  • Second display extended desktop?

    I just hooked up my second monitor. When I bring up displays it gives me the mirroring option. When I click it I get the same as the first monitor. How do they set these for FCP X  editing. Extended desktop I thought it was?

  • HELP!!!!! How to create 3D canvas from simple 2D picture with mirror edges

    Hi everyone, I really need your help. I have to create over 2000 3D canvas pictures from simple 2D pictures. You can see example by clicking on the link bellow http://www.wedoprints.co.uk/s2g/wedoprints/can1.png   Can anyone tell me the easiest way t