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"

Similar Messages

  • Sun One Instant Messaging Multiplexor

    I have instaled the Sun One Instant Messaging in a Windows 2000 server with service pack 4, few days passed when sudenly the service start to fail because of the multiplexor service unexpectedly terminiation. The event log shows this information:
    date: date
    time: time
    Type: Error
    User: N/A
    Computer: Server
    Source: Service Control Manager
    Category: None
    Event ID: 7031
    Description: The Sun ONE Instant Messaging Multiplexor service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
    I hope someone could help me and tell why is this happening,

    Do you hgave a multiplexor log file (mux.log)? What happens if you start the multiplexor by hand? Here is how:
    stop the multiplexor, start the server, then from the promt:
    cd <installdir>
    cd bin
    multiplexor -c <installdir>/config/iim.conf

  • Installing Sun ONE Instant Messaging...

    Hello, I am doing an evaluation for for my company on IM, and would like to install Sun ONE Instant Messaging - on a windows Server.
    In the documentation it states I require :
    A web server, such as Sun ONE Web Server Enterprise Edition.
    A directory (LDAP) server, such as Sun ONE Directory Server
    and.....
    A messaging server (SMTP service), such as Sun ONE Messaging Server.
    I'm assuming that I don't have to use any of the above, (we already have a web server (IIS), a directory server and an SMTP server)
    Is my assumption correct ?
    If no, then I would have to purchase Sun ONE messenger Server for instance, and the license policy starts with users over 1000! i.e. License for 1-4,999 Users (Minimum of 1000 users required.) [+ $20.00 each]
    Can anyone help?
    Regards

    your assumption is correct. The SMTP server can be any SMTP server that can route messages to the domains used in user's offline delivery email adresses. If you do nto configure an SMTP server, the system will not be able to forward offline alerts to users' email.

  • Is Sun ONE Instant Messaging completely written in Java?

    The server and client are written in Java. The multiplexor is written in C.

    Sun ONE Instant Messaging essentially consists of 3 key components: the IM Server, the IM Multiplexor(s), and the IM client. IM does require a directory server and a web server but these are not part of the IM product. There is no need to distinguish between the IM Server and the Multiplexor since the Multiplexor may be considered part of the server. The multiplexor was done for a particular reason: to bypass the current Java VM's inability to handle more than 3000 concurrent connections.

  • What is Sun ONE Instant Messaging?

    Sun ONE Instant Messaging is a platform for building real-time collaborative applications based on presence and proactive communications. It provides combines instant messaging capabilities with conferences, alerts, news, polls, and file transfers to create a rich collaborative environment.
    Sun ONE Instant Messaging is part of the Sun ONE Communications products family, which also includes the industry-leading Sun ONE Messaging Server and Sun ONE Calendar Server.
    [Edited by: christen]

    Sun ONE Instant Messaging essentially consists of 3 key components: the IM Server, the IM Multiplexor(s), and the IM client. IM does require a directory server and a web server but these are not part of the IM product. There is no need to distinguish between the IM Server and the Multiplexor since the Multiplexor may be considered part of the server. The multiplexor was done for a particular reason: to bypass the current Java VM's inability to handle more than 3000 concurrent connections.

  • Sun ONE Instant Messaging relation to Sun ONE Portal Server

    Sun ONE Instant Messaging is tightly integrated with the Sun ONE Portal Server. Sun ONE Instant Messaging provides a portlet or channel that displays a list of a given user's online buddies and also provides the capability to archive chat and other forms of IM Communications within the portal server search database. Hence, chat, alerts, news channels and more can be archived and searched using the Search capabilities of the portal server. Indeed, Sun ONE Instant Messaging is a value-added offereng to the core Sun ONE Portal Server.
    It should also be mentioned that Sun ONE Instant Messaging integrates with the Sun ONE Portal Server in other ways. Since the portal server provides a web container, the IM deployment can naturally use the web server provided by the portal server. The portal server also uses a directory server which can also be used by Sun ONE Instant Messaging for User and LDAP group search. Finally, Sun ONE Instant Messaging may also use the portal server's Identity Service to provide single sign-on with the portal server.

    Yes, one can install Sun ONE Instant Messaging on a system that does not contain the Sun ONE Portal Server.

  • HELP PLEASE: Tomcat 3 - Sun ONE Migration Problems

    Hi everybody. We are new Sun One users. We are trying unsuccessfully to migrate our tomcat application to this environment. in order to deploy it we have created a WAR file from the Netbeans Ide and we are trying to load it into Sun One AS... but it seems there is something wrong with the process becouse we don't have access to the defined jdbc resources. Any help would be very apreciated... and please, excuse my English.
    Javier Moreno

    Thanks a lot of for your fast answer, but we haven't don't too much progress...
    dbping shows a message about "java.lang.NoSuchMethodException: setdataSourceName"
    wich probably means mysql driver isn't fully implemented. anyway i will try
    to describe the steps we make to create de pool hoping you will be able to
    help us...
    That's what we do:
         - first, we create a Connection pool:
              name -> MySQLPool
              database vendor -> Other
              datasource class -> com.mysql.jdbc.jdbc2.optional.MysqlDataSource
    serverName -> localhost
    portNumber -> 3306
    user -> test
    password -> test
    databasename -> jdbc:mysql://localhost/pol
    datasourcename -> pol
         - then, we define the resource:
              jndi name -> jdbc/jdbc-pol01
              pool name -> MySQLPool
              data source enabled -> true
         - in the web.xml of the application we got (just before /webapp):
              <resource-ref>
              <description>DB Connection</description>
              <res-ref-name>jdbc/jdbc-pol01</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
    </resource-ref>
         - and we obtain the connection with a chunk of code like this:
    ctx = new InitialContext();
    dsName = "java:comp/env/jdbc/jdbc-pol01";
    ds = (javax.sql.DataSource) ctx.lookup(dsName);
    con = ds.getConnection();
    If we don't write the resource-ref element at web.xml it fails at the lookup
    step (not finding the resource). but when we add the element the appserver
    claims "Error loading new module in virtual server: javax.naming.InvalidNameException: Real jndi name cannot beempty for jdbc/jdbc-polds.
    We don't know what to do and the death line is comming here fast... any help
    would be very much apreciated.          
    Thanks in advance, good karma.
    jv

  • What web servers are supported by Sun ONE Instant Messaging?

    Virtually any web server should work but SOIM has been tested with Sun ONE Web Server Enterprise Edition 6.0 SP5.

    You should have no problem to install 10g on the server.
    It's really not which mode of Sun Server limiting the 10g, rather your solaris version. Solaris 10 is good for 10g installation.
    You think Ultra 60 is bad, we still have server on Ultra10.

  • Nokia 6133 Msn Instant Messenger Problems

    I have a Nokia 6133 and it comes with Instant Messenger. I use MSN Messenger. when I try to login in on MSN Messenger it connects and loads everything then the done screen comes up and just freezes there. other people can see that im online but i cannot see my contacts or anything. just that one screen that hangs on the done screen. I also get notifications of a new instant message but I cannot see them because it always hangs on the "Done" screen.
    any reaons why?
    ANY i repeat ANY suggestions would help
    thank you,
    Casey

    Also.. I Can log in on other phones but their version is the newest one. Windows Live Messenger

  • 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

  • Bizarre Yahoo Instant Messenger problem

    Hi,
    I am using the Yahoo Instant Messenger as a startup item, have been for years. Today when I started up it did something funny; it told me I had X number of e-mails and then showed and played alerts for each one of them. Then I opened iTunes. The playlist I'd selected yesterday was still chosen and when I scrolled down to it, saw that for some bizarre reason (there are reasons for these things, aren't there?) the Yahoo IM alert sound repertoire was listed in the playlist as well as the radio station I had originally chosen for that playlist.
    I think it is a Yahoo IM problem but just wanted to post this since it was so bizarre.
    I have to add that my machine has been acting strange lately. Two kernal panics in about a week. A freeze yesterday. Other bad things after about a month of just plain uneventfulness. It is likely things like the above problem are due to things being amiss with OSX as much as the Yahoo IM (beta 3.0 1 (build 17006) I thought I was running the same version of the Yahoo IM but it seems to have been switched to the beta version a few days ago. (All I did was look at the the new version's web site but I wasn't aware I'd intentionally changed versions.)
    Cheers,
    John L

    chk this KB http://www.blackberry.com/btsc/KB10696
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

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

  • 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

  • Some question about the produce the log in the sun one 8 ?

    1. in the sunone 8 ,if i input one address that is not exist ,and i want it will display in the server.log ,i should modify whose level about configure the server log ,or it will never appear such error ,thanks for you ! in the iplanet 6 if i change the services configre,i can get a log displayed in the console ,but in the sunone 8 ,how to archive it ,thanks for you!

    Hi Sanjeev,
    Many thanks for your help.
    One more question, if I add a new item when we renegotiation, will it be transfered to contract and create a new item after that?
    Thanks and best regards
    Wendrin

Maybe you are looking for

  • I attempted to load Itunes update and it will not start and faults out

    I attempted to load an update to I Tunes and it has now faluted out and will not start and it gives me an error message

  • Logic Express 9 Vocal Transformer Not the Same as Manual

    I've searched high and low and cannot find anything. I just purchased LE 9 last week and as I was gong through the Effects manual noticed that the "vocal transformer" I have is not the same as the one shown in the manual. The one I have with LE 9 onl

  • Problems updating iPOD with iTunes.

    My library has 4800 songs and iTune starts the update process normally. At some point through the process, the ststus bar will say "Ok to disconnect iPod" and nothing has been transfered. I also noticed that bottom of of the screen indicated the disk

  • Dynamic date format in a VO

    Hi All Jdev 11.1.1.6.0. I have a query based VO with an attribute named date range which is a concatenation of two dates (SELECT DATE1||' - '||DATE2 as date_range FROM xyz) date_range is a display only field in UI. I want to apply different date form

  • Matrix Empty row Binding Problem

    Hi , i created one matrix using screen painter.. all my columns are binded with user defined fields.(Doc Rows Table). if my total row count is 5. and i deleted 2 rows using rightclick deleterow event. after adding if i see the same document  it displ