SUN One & J2EE Installation Problems

Every time I run the setup program for Sun One and J2EE I get the following error message before setup even get's going (ie when setup.exe hides the command prompt it returns with the following error message:)
"Error writing native components to disk. Aborting wizard"
I'm running WinXP Pro ..
I've asked around for a solution to this problem. At the moment my last resort solution is to do a format of my machine and try again =) because all my mates have had no bother so far.
If anyone could give me a hint as to what's wrong I'd be utterly grateful.
Regards,
Shaun

As wierd as it sounds, one of the things that will trigger this behaviour is if you have a file called Documents on the drive where your %USERPROFILE% directory is. For instance, if %USERPROFILE% is c:\documents and settings\username, the existance of c:\Documents will break native toolkit bootstrap process.
Workaround is to temporarily rename the file and run the installation...

Similar Messages

  • Sun One web server problems

    I have a similar problem when hitting a servlet that navigates to a .jspx, the code was working fine with sun one server 6.1 SP6 but not in sun one server 7.0
    I get the below exception. Can you please help me to resolve this?
    I use JDK 1.6.0_17 and Icefaces 1.8.2 on sun one server 7 u6.
    I use the below code
    NavigationHandler navigationHandler = application
    .getNavigationHandler();
    navigationHandler.handleNavigation(facesContext, null,"index" );
    lifecycle.render(facesContext);
    I checked and facesContext and navigationHandler are not null
    [08/Feb/2010:14:37:48] warning ( 5708): for host 127.0.0.1 trying to GET /vt/Odin, service-j2ee reports: executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@12dab50) threw exception java.lang.NullPointerException
    at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:169)
    at com.icesoft.faces.renderkit.D2DRenderKit.createResponseWriter(D2DRenderKit.java:82)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:168)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:145)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
    at com.telefonica.vt.servlet.OdinServlet.doGet(OdinServlet.java:149)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:796)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    [08/Feb/2010:14:37:48] failure ( 5708): for host 127.0.0.1 trying to GET /vt/Odin, service-j2ee reports: StandardWrapperValve[OdinServlet]: PWC1406: Servlet.service() for servlet OdinServlet threw exception
    javax.faces.FacesException: java.lang.NullPointerException
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:306)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
    at com.telefonica.vt.servlet.OdinServlet.doGet(OdinServlet.java:149)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:796)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    Caused by: java.lang.NullPointerException
    at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:169)
    at com.icesoft.faces.renderkit.D2DRenderKit.createResponseWriter(D2DRenderKit.java:82)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:168)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:145)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    ... 14 more
    Jars used are
    acnarq-1.0.jar
    activation-1.1.jar
    annogen-0.1.0.jar
    aopalliance-1.0.jar
    asm-2.2.3.jar
    avalon-framework-4.0.jar
    backport-util-concurrent-2.2.jar
    batik-1.5-fop-0.20-5.jar
    commons-beanutils-1.8.0.jar
    commons-beanutils-core-1.8.0.jar
    commons-codec-20041127.091804.jar
    commons-collections-3.2.1.jar
    commons-configuration-1.6.jar
    commons-digester-1.8.jar
    commons-discovery-0.2.jar
    commons-fileupload-1.2.1.jar
    commons-httpclient-3.1.jar
    commons-io-1.4.jar
    commons-lang-2.4.jar
    commons-logging-1.1.1.jar
    el-api-1.0.jar
    fop-0.93-jdk15.jar
    fop-hyph.jar
    icefaces_1.8.2.jar
    icefaces-comps_1.8.2.jar
    jaxen-1.1.1.jar
    jsf-api-1.1_02.jar
    jsf-impl-1.1_02.jar
    jsp-api-2.0.jar
    jstl-1.1.2.jar
    keyexport.jar
    log4j-1.2.15.jar
    org.springframework.context.support-3.0.0.RELEASE.jar
    pkcs12import.jar
    servlet-api-2.4.jar
    slf4j-api-1.5.8.jar
    slf4j-jdk14-1.5.8.jar
    spring-aop-3.0.0.RELEASE.jar
    spring-asm-3.0.0.RELEASE.jar
    spring-beans-3.0.0.RELEASE.jar
    spring-context-3.0.0.RELEASE.jar
    spring-core-3.0.0.RELEASE.jar
    spring-expression-3.0.0.RELEASE.jar
    spring-oxm-3.0.0.RELEASE.jar
    spring-test-3.0.0.RELEASE.jar
    spring-web-3.0.0.RELEASE.jar
    sr-webservices-jwsdp-security.jar
    teac_ap_configuracion-1.0.jar
    wss-provider-update.jar
    xml-apis-1.3.04.jar
    xmlbeans-2.4.0.jar
    xmlgraphics-commons-1.3.jar
    xmlParserAPIs-2.6.0.jar
    xml-resolver-1.2.jar
    XmlSchema-1.4.5.jar
    xstream-1.2.jar

    I have a similar problem when hitting a servlet that navigates to a .jspx, the code was working fine with sun one server 6.1 SP6 but not in sun one server 7.0
    I get the below exception. Can you please help me to resolve this?
    I use JDK 1.6.0_17 and Icefaces 1.8.2 on sun one server 7 u6.
    I use the below code
    NavigationHandler navigationHandler = application
    .getNavigationHandler();
    navigationHandler.handleNavigation(facesContext, null,"index" );
    lifecycle.render(facesContext);
    I checked and facesContext and navigationHandler are not null
    [08/Feb/2010:14:37:48] warning ( 5708): for host 127.0.0.1 trying to GET /vt/Odin, service-j2ee reports: executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@12dab50) threw exception java.lang.NullPointerException
    at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:169)
    at com.icesoft.faces.renderkit.D2DRenderKit.createResponseWriter(D2DRenderKit.java:82)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:168)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:145)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
    at com.telefonica.vt.servlet.OdinServlet.doGet(OdinServlet.java:149)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:796)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    [08/Feb/2010:14:37:48] failure ( 5708): for host 127.0.0.1 trying to GET /vt/Odin, service-j2ee reports: StandardWrapperValve[OdinServlet]: PWC1406: Servlet.service() for servlet OdinServlet threw exception
    javax.faces.FacesException: java.lang.NullPointerException
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:306)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
    at com.telefonica.vt.servlet.OdinServlet.doGet(OdinServlet.java:149)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:796)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.service(NSAPIProcessor.java:160)
    Caused by: java.lang.NullPointerException
    at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:169)
    at com.icesoft.faces.renderkit.D2DRenderKit.createResponseWriter(D2DRenderKit.java:82)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:168)
    at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:145)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
    ... 14 more
    Jars used are
    acnarq-1.0.jar
    activation-1.1.jar
    annogen-0.1.0.jar
    aopalliance-1.0.jar
    asm-2.2.3.jar
    avalon-framework-4.0.jar
    backport-util-concurrent-2.2.jar
    batik-1.5-fop-0.20-5.jar
    commons-beanutils-1.8.0.jar
    commons-beanutils-core-1.8.0.jar
    commons-codec-20041127.091804.jar
    commons-collections-3.2.1.jar
    commons-configuration-1.6.jar
    commons-digester-1.8.jar
    commons-discovery-0.2.jar
    commons-fileupload-1.2.1.jar
    commons-httpclient-3.1.jar
    commons-io-1.4.jar
    commons-lang-2.4.jar
    commons-logging-1.1.1.jar
    el-api-1.0.jar
    fop-0.93-jdk15.jar
    fop-hyph.jar
    icefaces_1.8.2.jar
    icefaces-comps_1.8.2.jar
    jaxen-1.1.1.jar
    jsf-api-1.1_02.jar
    jsf-impl-1.1_02.jar
    jsp-api-2.0.jar
    jstl-1.1.2.jar
    keyexport.jar
    log4j-1.2.15.jar
    org.springframework.context.support-3.0.0.RELEASE.jar
    pkcs12import.jar
    servlet-api-2.4.jar
    slf4j-api-1.5.8.jar
    slf4j-jdk14-1.5.8.jar
    spring-aop-3.0.0.RELEASE.jar
    spring-asm-3.0.0.RELEASE.jar
    spring-beans-3.0.0.RELEASE.jar
    spring-context-3.0.0.RELEASE.jar
    spring-core-3.0.0.RELEASE.jar
    spring-expression-3.0.0.RELEASE.jar
    spring-oxm-3.0.0.RELEASE.jar
    spring-test-3.0.0.RELEASE.jar
    spring-web-3.0.0.RELEASE.jar
    sr-webservices-jwsdp-security.jar
    teac_ap_configuracion-1.0.jar
    wss-provider-update.jar
    xml-apis-1.3.04.jar
    xmlbeans-2.4.0.jar
    xmlgraphics-commons-1.3.jar
    xmlParserAPIs-2.6.0.jar
    xml-resolver-1.2.jar
    XmlSchema-1.4.5.jar
    xstream-1.2.jar

  • Help??? Logging in to Sun ONE Instant Messenger problem

    Hi all,
    I have just install Sun One Web server 6.1, Sun One Directory 5.2 and Sun One Instant Messaging 6.1 together on Win2K advance server. And I have successful launch Sun� ONE Instant Messenger.
    But I can not know, how to create LDAP user ID and password to Login to Sun ONE Instant Messenger???
    Could anyone help me to solve this problem?
    I'm looking forward to receive your reply soon.
    Thanks

    Thanks for your reply, I've read you suggest. And I also know that, I must do some thing as you talk above. But I'm sorry because, I'm only a beginner of Sun ONE application so I do not know how to step by step to do this. I list content of my iim.conf file below. Could you tell me, how can I create IM user and password on LDAP? and what Configuration Parameters I must change? And what is this value? I hope that you will help me. I�m stuck in this problem for five days. And I have know light to solve it.
    Here is content of my iim.conf file:
    ! iim.conf : IIM Configuration file
    ! General configuration options
    ! =============================
    ! Options that are common to all modules.
    ! Modules configured - server & multiplexor or only multiplexor?
    iim.comm.modules = "iim_server,iim_mux"
    ! SMTP server to contact to send email messages.
    iim.smtpserver = "VIETTEL.z78.z78.com"
    ! Instance directory
    iim.instancedir = "C:/Program Files/Sun/Instant Messaging"
    ! Instance directory
    iim.instancevardir = "C:/Program Files/Sun/Instant Messaging"
    ! User the IM processes should run as
    iim.user = ""
    ! Group under which the IM processes should run
    iim.group = ""
    ! config file version
    iim.config.version = "1.1"
    ! Java command
    iim.jvm.command = "java/jre/bin/java"
    ! Policy specific options
    ! =======================
    ! This section contains options specific to user sources
    ! and other policy stuff.
    ! The ldap server name and port.
    iim_ldap.host = "VIETTEL.z78.z78.com:389"
    ! The string to be used as base to do searches on this LDAP server.
    iim_ldap.searchbase = "o=z78.z78.com"
    ! Search filter for user login.
    iim_ldap.loginfilter = "(&(objectclass=inetorgperson)(uid={0}))"
    !The search filter used to search for users and groups in the directory by id.
    iim_ldap.usergroupbyidsearchfilter = "(|(&(objectclass=groupofuniquenames)(dn={0}))(&(objectclass=inetorgperson)(uid={0})))"
    !The search filter used to search for users and groups in the directory by name.
    iim_ldap.usergroupbynamesearchfilter = "(|(&(objectclass=groupofuniquenames)(cn={0}))(&(objectclass=inetorgperson)(cn={0})))"
    ! Determine whether wildcard searches should be allowed with uids
    iim_ldap.allowwildcardinuid = "False"
    ! The ldap class that indicates that an entry belongs to a user.
    iim_ldap.userclass = "inetOrgPerson"
    ! The ldap class that indicates that an entry belongs to a group.
    iim_ldap.groupclass = "groupOfUniqueNames"
    ! The search filter used to browse all groups in the directory
    ! under given base.
    iim_ldap.groupbrowsefilter = "(objectclass=groupofuniquenames)"
    ! Maximum number of entries to be returned by a search.
    ! 0 indicates unlimited search and -1 disables all search.
    iim_ldap.searchlimit = "40"
    ! Ldap attribute to use for display name of users.
    iim_ldap.userdisplay = "cn"
    ! Ldap attribute to use for display name of groups.
    iim_ldap.groupdisplay = "cn"
    ! Ldap attribute used as user uid.
    iim_ldap.useruidattr = "uid"
    ! Ldap attribute that gives the list of members of a group.
    iim_ldap.groupmemberattr = "uniquemember"
    ! Ldap attribute where user's email address is
    iim_ldap.usermailattr = "mail"
    ! The frequency at which the in memory user and group information
    ! is updated from LDAP, in minutes.
    iim_ldap.resynctime = "720"
    ! Ldap user id used for binding to the directory server
    !*************Tuan Anh change 02/07
    !iim_ldap.usergroupbinddn = ""
    iim_ldap.usergroupbinddn = <bind dn>
    ! Ldap password for binding to the directory server
    !*************Tuan Anh change 02/07
    ! iim_ldap.usergroupbindcred = ""
    iim_ldap.usergroupbindcred =<credentials for bind dn>
    ! Logging
    ! =======
    ! Logging configuration for all modules
    ! There are 6 severity levels for logs.
    !     DEBUG     debug/trace information
    !     INFO     log important information not indicative of a problem.
    !     WARNING     user error. The sofware is behaving properly but is not
    !          used properly.
    !     NOTICE report status of the various software components.
    !     ERROR     recoverable software or system error. The software or
    !          system is not behaving as expected, however the error
    ! can be recovered from.
    !     FATAL     unrecoverable error forcing the software to
    !          stop functioning.
    ! Log severity for the server component.
    iim.log.iim_server.severity = "NOTICE"
    ! Log severity for the multiplexor component.
    iim.log.iim_mux.severity = "ERROR"
    ! Server log file.
    iim.log.iim_server.url = "C:/Program Files/Sun/Instant Messaging/log/server.log"
    ! Multiplexor log file.
    iim.log.iim_mux.url = "C:/Program Files/Sun/Instant Messaging/log/mux.log"
    ! IIM server configuration
    ! ========================
    ! IIM server specific configuration options
    ! Name of the domain supported by this server.
    iim_server.domainname = "z78.z78.com"
    ! Should the server listen on the server to server communication port?
    iim_server.useport = "True"
    ! Server to server communication port.
    iim_server.port = "49919"
    ! Should the server to server ssl communication be enabled?
    iim_server.usesslport = "False"
    ! Should the server be enabled
    iim_server.enable = "true"
    ! Time the server will let a client be idle before disconnecting it,
    ! in minutes.
    iim_server.clienttimeout = "15"
    ! whether to use SSO
    iim_server.usesso = "0"
    ! user properties storage, can be file or ldap
    !iim.userprops.store = "file"
    ! Tuan Anh change 05/07/2004
    iim.userprops.store = "ldap"
    ! IIM multiplexor configuration
    ! =============================
    ! Multiplexor specific options
    ! IP address and listening port for the multiplexor.
    ! WARNING: If this value is changed, the port value of '-server' argument
    ! in the client's iim.html and iim.jnlp files should also be changed to match this.
    iim_mux.listenport = "VIETTEL.z78.z78.com:49909"
    ! The IIM server and port the multiplexor talks to.
    iim_mux.serverport = "VIETTEL.z78.z78.com:49999"
    ! Should the multiplexor be enabled
    iim_mux.enable = "true"
    ! Number of instances of the multiplexor.
    iim_mux.numinstances = "1"
    ! Maximum number of threads per instance
    iim_mux.maxthreads = "20"
    ! Maximum number of concurrent connections per multiplexor process
    iim_mux.maxsessions = "1000"

  • Sun ONE Studio 8 problem

    Hi All
    we have been facing problem in Sun ONE Studio 8 installed on solaris 10.problem is as follows
    path: /opt5/SUNWspro/bin/analyzer
    I am trying to use analyzer in the following way.
    1. "/opt5/SUNWspro/bin/collect /dvobs/fp/rhythm/rhythm_server -dir . -custom_dir . -port 3434 -timer -progress -debug noabort"
    2. This command should create a file "test.1.er" in the current directory. but instead of that it creates a directory with the same name.
    3. Next when i try to analyze using command "/opt5/SUNWspro/bin/analyzer test.1.er" it gives error "This product cannot find a valid serial number."
    thanks in advance
    kanki

    Sun ONE Studio 8 is very old, and not recommended.
    The command should create a directory, not a file. The format was changed from
    a file and a hidden directory, to be a visible directory.
    To use the analyzer, you need a "Sun ONE Studio 4u1 EE" license.
    But really, you should be using a much later version, preferably Studio 11,
    the last FCS version.
    Marty Itzkowitz

  • Sun ONE & WebMethod MOM problem using JMS

    Hi All,
    Success Scenario using SJSAS 8 under solaris
    A client send message to (mechine A) webmethod MOM broker, thet delivered message to app servers (m/c b) and returns the acknowledge to the client through webmethod MOM. Once the server process gets over, the client gets acknowledge and come out from execution.
    Failure Scenario using Sun ONE 7 App Server under solaris
    The above mention scenario didn't work. i.e. it send acknowldge to webmethod MOM, but MOM didn't respond to client. So the client program still wait for acknowledgement (running state).
    Do you guys having any idea, how to resolve this issue ? We have enquired with webmethod technical support, they said, they don't have any issues on their server. What could be the reason not respond to the client ?

    Sun ONE Studio 8 is very old, and not recommended.
    The command should create a directory, not a file. The format was changed from
    a file and a hidden directory, to be a visible directory.
    To use the analyzer, you need a "Sun ONE Studio 4u1 EE" license.
    But really, you should be using a much later version, preferably Studio 11,
    the last FCS version.
    Marty Itzkowitz

  • Sun Solaris 10 installation problem on IBM ThinkPad R31Notebook

    Hello,
    I have tried to install Sun Solaris 10 on my IBM ThinkPad R31 notebook, but the system has problem at initial stage of loading the installation software from CD. Here is the message I see on the screen when the CD is loaded:
    loading stage2 ....
    GNU GRUB Version 0.95 (639K lower / 514880K upper memory"
    Solaris
    Solaris Serial Console ttya
    Solaris Serial Console ttyb (for 1x50, v60x and v65x
    SunOS Release 5.10 version Generic_118855-33 32-bit
    Copyright 1983-2006 Sun Microsystems, Inc All Right reserved
    Use is subject to license terms
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    I changed both memory and the hard drive but I still have the same problem. Can anyone please tell me what the problem might be or what remedial step I should take to install Solaris 10 on R31?
    Thanks

    Did you try install check CD before the installation?
    I think that there might be two main reasons:
    1. Your computer is not supported
    2. Hard drive may need to be formated to FAT32 or UFS

  • Sun Federation Manager installation problem

    I'm trying to install Sun Federation Manager on a machine running RedHat Linux and Sun Application Server. The installation in itself appears to go ok, and the loginpage appears when i connect to http://x.x.x.x/federation The problem is when I try to login with the username and password, it only redirects back to the login page. It seems like it tries to go to AMAdminFrame, but gets redirected back. First I thought i didn't login correctly, but when I look in the amAuthentication.access file, it says that the login was correct.
    Has anyone else had this problem? I've tried with both 8.2 and 9 of the application server, and the problem is the same on both. All help would be appriciated.
    I've also tried with the Sun Webserver, but it threw an nullpointerexception on me. Does anyone have any ideas?

    Hello,
    When you create any user through SUN Access Manager, is that user is created in LDAP
    datastore, or is it created in SAM flat file repository ?

  • J2ee installation problem: NullPointerException

    hello
    installing from this file:
    sjsas_pe-8_1_2005Q1-linux.bin
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    Task Failed: java.lang.NullPointerException
    java.lang.NullPointerException
    at com.sun.enterprise.installer.windows.actions.PostInstall_appservCore.createDomain(PostInstall_appservCore.java:844)
    at com.sun.enterprise.installer.windows.actions.PostInstall_appservCore.install(PostInstall_appservCore.java:571)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1325)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1322)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1322)
    at com.sun.install.products.Product.performInstallation(Product.java:653)
    at com.sun.install.tasks.ProductTask.perform(ProductTask.java:191)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:336)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(Thread.java:595)
    Deleting temporary files...
    java -version
    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
    Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)
    running in linux 2.69 and debian/unstable.
    any idea?
    thanks
    Valerio - Italy

    and this installing with the -console option:
    Ready to Install
    1. Install Now
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" torna indietro, "!" esce}?
    Installing Sun Java System Application Server Platform Edition
    |-1%--------------25%-----------------50%-----------------75%--------------100%|
    Installation failed.
    The installation has either been stopped by user or has failed due to errors.
    See the installation log for details. Installation log is:
    ERROR - The following exception occured while merging jar files: No such file
    or directory
    INFO - Start samples uninstallation.
    INFO - End samples uninstallation.
    INFO - Start core server uninstallation
    INFO - End core server uninstallation
    INFO - Start PointBase uninstallation
    INFO - End PointBase uninstallation
    INFO - Start Sun Java System Message Queue uninstallation
    INFO - End Sun Java System Message Queue uninstallation
    INFO - Start samples uninstallation.
    INFO - End samples uninstallation.
    INFO - Start core server uninstallation
    INFO - End core server uninstallation
    More Information:
    Log File: /var/tmp/Install_Application_Server_8PE_200501172355.log
    Please press Enter/Return key to exit the installation program. {"!" esce}
    Deleting temporary files...
    i hope i've been clear in explaining the problem.
    thanks to each helper
    Valerio

  • Sun Studio 11 Installation Problem on Solaris 9

    Hi
    I am installing Sun Studio11 on Solaris 9 SPARC Platform using -nodisplay option. The command line output is showing as installation is success.
    But when I see the install log file I am seeing the following errors.
    Begin------------------------------------------------------------------------------------------
    Installing Package: SPROcpl
    Processing package instance <SPROcpl> from </mcc/app/ds/Compiler/CD1/kits/ide/packages>
    Sun Studio 11 C++ Compiler
    (sparc) 11.0,REV=2005.10.13
    Using </mcc/app/ds/sunstudio11> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    ## Verifying package dependencies.
    ## Verifying disk space requirements.
    Installing Sun Studio 11 C++ Compiler as <SPROcpl>
    ## Installing part 1 of 1.
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/inventory/v15n1/SPROcpl <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CC <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CCadmin <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CClink <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/c++filt <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/ccfe <not present on Read Only file system>
    End ------------------------------------------------------------------------------------------
    The above errors are coming for almost all the packages / components.
    Also I am not seeing any files created in <installdir>/SUNWspro/prod/bin folder.
    Thanks in advance

    Give this a whizz:
    for a in `pkginfo | nawk '/SPRO/{print $2}'` ; do pkgchk $a ; doneDoes it report anything? If it doesn't, I wouldn't lose too much sleep over the warnings.
    Paul

  • Sun studio 12 installation problem on RHEL5 x86_64

    Whenever I try to execute the batch installer for sun studio 12 I get the following error message:
    ./batch_installer --accept-sla
    Exception in thread "Thread-1" java.awt.HeadlessException
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at javax.swing.JComponent.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:159)
    at com.sun.wizards.core.WizardComposite.<init>(WizardComposite.java:83)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:890)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
    at java.lang.Thread.run(libgcj.so.7rh)
    Task Failed: java.lang.NullPointerException
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at com.sun.setup.util.wbResource.getString(wbResource.java:212)
    at com.sun.setup.util.wbResource.getString(wbResource.java:132)
    at com.sun.setup.util.setupInitializationTask.perform(setupInitializationTask.java:88)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(libgcj.so.7rh)
    I've used the ./prepare_system to install all dependencies. Any suggestions?
    Cheers

    Please check version of java that is in your PATH. It should be JDK 1.5 or later.

  • J2ee installation problem on windows ME

    I have downloaded the j2sdkee1.3 and have set all of the variables but when I type in j2ee -verbose or j2ee.bat -verbose ( as I have read about in peoples past problems ). I get the lines
    out of environment space *2
    syntax error * 3
    exception in thread 'main' java.lang.NoClassDefFoundError: / appletviewer
    do I need to be in a specific directory to do this command?
    I have tried many things and read a lot of the examples that are posted here but I have found nothing to help so far, please help,
    Anthony.

    Thanx. I have done that and when I type the j2ee.bat -verbose now I get a screen that comes up and offers me a load of options, does this mean that the program has worked. Deploytool does the same and says that you can put -ui to get a userInterface but nothing happens when I type the command.
    P.S. msdos prompt can sometimes print so much information that it goes of the screen. How can I look at this information ( cause there is no scrollbar like Im use to ). Also is there a copy like ctrl 'c' so that I can print out the information into here for example?

  • J2EE Installation problems

    I am having trouble getting my system to complie Servlets and to recognize JSP pages. I installed the J2EE, following the instruction set forth on Sun's site, but when I attempt to compile a servlet, it says that the javax.servlet.*; is not found. I am not sure, but I think tis has something to do with the classpath variables......btu I keep setting them and nothing changes. I am looking for detailed instructions on how to set up J2EE to work on my Windows 2000 box and eventually work with IIS and JRun. I knwo this is alot to ask, but can anybody throw me a bone?

    do you have j2ee.jar with its complete path in the
    classpath ? Can you post the value of your classpath
    variable here ?
    Also whenever you set and apply environment variables,
    you need to open a NEW command prompt for the new
    values.Currently this is what my classpath looks like, I am not sure what else I need to add to it(since this is a work computer, I didn't include the whole claspath, just the part that applies to the j2ee)
    %CLASSPATH%;e:\Scripts\Java;
    What is this jar file that you are talking about? I am not sure what I need to add.

  • J2EE Installations problem

    Hi All
    I have Win 2000 and have installed j2ee1.2 and j2sdk1.4 on my system. I have all the variables set correctly. I get this error when I run j2ee.
    "Fatal Error: This J2EE SDK release runs only on Java 2 <JDK1.2 or later>"
    This is what I got when I type java -version
    java version "1.4.0_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
    Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
    Thanks for your help
    Shiva

    I had this one before. I think that J2ee1.2 doesnt recognise jdk1.4 + versions. Best to either install j2ee 1.3 or an earlier version of the jdk like version jdk1.3.

  • J2EE Installation problem

    I am getting following error when installing j2eesdk-1_4-dr-windows-eval-app
    j2eesdk-1_4-dr-windows-eval-app has caused an error in MSVCRT.DLL
    what should i do to overcome this problem

    What Windows platform is this? You can take a look at this thread for possible workaround:
    http://forum.java.sun.com/thread.jsp?forum=136&thread=472089&tstart=30&trange=15

  • Installation of Sun ONE Studio 5 SE 60 days trial

    It's supposed that a standard installation includes Sun ONE Studio and Sun ONE Application Server 7 with PointBase.
    I installed twice, in both installations the IDE works fine. But despite the installation completes without any error message neither Sun ONE Application Server 7 nor PointBase are installed.
    My OS is Windows XP.
    Could someone help me to find why this happens?
    Thanks!!!

    I read now the log generated during the installation. It shows a lot of error lines. But I'm not able to know the cause of the problem. The IDE is installed OK, but there is not any evidence of PointBase and Sun One Server installation.
    It follows the log file content:
    (Aug 20, 2004 3:51:51 PM), Setup.product.install, com.installshield.product.actions.Files, err, java.util.zip.ZipException: incorrect data check
    STACK_TRACE: 16
    java.util.zip.ZipException: incorrect data check
         at com.installshield.archive.index.ISInflaterInputStream.read(CompressedURLConnection.java:147)
         at java.io.FilterInputStream.read(FilterInputStream.java:90)
         at com.installshield.product.actions.Files.copy(Files.java:700)
         at com.installshield.product.actions.Files.copyFileWithFileService(Files.java:737)
         at com.installshield.product.actions.Files.install(Files.java:378)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)
    (Aug 20, 2004 3:51:56 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, err, java.lang.NullPointerException
    STACK_TRACE: 14
    java.lang.NullPointerException
         at com.sun.installer.RunCommand.flush(RunCommand.java:170)
         at com.sun.installer.InstallApplicationServerAction.runCommand(InstallApplicationServerAction.java:260)
         at com.sun.installer.InstallApplicationServerAction.install(InstallApplicationServerAction.java:146)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Reg : Reprocessing of failed messages in SAP PI 7.3.1 Single Stack

    Hi All,           I am working on FILE to IDOC Interface. I have encountered a new problem today.           When we started testing this interface, the message were failing at the IDOC Adapter.           When I debuged the error, I found that, we wer

  • Itunes wont start on windows xp

    i reinstalled itunes but it wont open now i even tried this source  http://support.apple.com/kb/TS1776 and deleted SC info.sidb and restart my computer but it still not opening up. i have reinstalled itunes more than 2 times and also deleted apple se

  • TransNotif block duplicate vendor ref

    Hi experts, Im using this TransNotif to block duplicate Vendor Ref in the sales order but i only want it for doc series 1 and 6, how can i achieve this. if @object_type = '17' and (@transaction_type in ('A' ,'U')) begin declare @RefNo as varchar (100

  • Adf table header borders

    Hello, I have been given responsibility for a number applications developed using JDeveloper and run within a standalone OC4J. I'm also relatively new to the tools as well. The original developer has left the company so I'm on my own. There is a jsp

  • What's the latest version of iTunes that's compatible with OS X 10.3.9 ?..

    a. What's the latest version of iTunes that's compatible with OS X 10.3.9 ?... b. Is iTunes 7.7.1 compatible with OS X 10.3.9 ?... c. What parts of iTunes 7.7.1 aren't compatible with OS X 10.3.9 ?...