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

Similar Messages

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

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

  • Any one else have problems using 'FORM' based authentication in OC4J?

    Since I couldn't find any information on this from Oracle I went with the specifications from Orion.
    I am using Oracle Internet Directory Server for authentication of OC4J apps. I followed Orions specs for writing and pluging in your own usermanger to make calls to OID. Everything works fine when I use BASIC authentication but when I use FORM based authentication it fails to send the browser to the original url that was requested.
    The browser just displays a blank screen?
    You can tell that the client is authenticated because you can just request the URL again and it's displayed without prompting for a username/password.
    For the login in screen the only specs Orion gives is that your form has to have an action of 'j_security_check' and pass 'j_username' and 'j_password'.
    Does oracle have another way to do this, or has anyone else experienced this and no a way to fix it?

    Tom,
    Custom user authentication in Oc4J 1.0.2.2 is same in both Oc4J and Orion and we have tested that form based authentication works
    fine. In 9iAS Release 2 Oracle has an integerated JAAS implementation with OC4J which you can configure either to authenticate users from a encrypted file or users stored in OID.

  • Trouble with mapping CMR field using Sun One Studio

    I am having trouble adding a cmr between 2 entity beans. It is a simple one to one relationship, navigatable in only one direction. In the database I have a foreign key defined between the two tables that store the data for the beans.
    I add the relation by selecting the 2 beans and define it as one directional, one to one , with the name "bb". I then map the relationship field via the properties/As Sun One tab. I use the foreign key defined in the database. All seems to be well.
    Using Sun One AppServer 7 and Studio 4
    Upon deploying the application I receive:
    CMP Mapping Error in bean Sites:: Warning: The field bb is not mapped.
    Set the column mapping for the field.

    The CMR/CMP mappings is very instable.
    Sunone Studio 5 has a lot of bugs when mapping CMP/CMR but i never saw this one, try to upgrade.
    Please vote for this bug. It's killing me!!!!!!!!!!!!!!!
    http://developer.java.sun.com/developer/bugParade/bugs/4932495.html

  • Sun One 7 2004Q2 restart on breakpoint in debug

    Hi,
    I have a very annoying problem.
    I took over a project from another team of another company. I have to migrate the web application (using Struts, J2EE, EJB 2.0, ...) from Sun One to JBoss.
    For this, a specific profile is searched, and awaiting this profile, i have to get to know the project, structure and code (i don't know any EJB 2.0, i know Hibernate and Spring and like that a lot more than EJB).
    Now i'm working a month and a half already on this project, reading documentation, adding documentation, inspecting the code, and developing small changes and bugfixes.
    Every time i wanted to perform a remote application debug from within Eclipse to the Sun One AS, things fail.
    I start Sun One in debug mode, i check the address port, i connect to that port from Eclipse in debug mode (remote application debug), but when the application reaches the breakpoint, the Sun One AS just restarts, and the application gives a page not found.
    First i thought it was a memory problem (i read logs with OutOfMemory and parallel GC errors, but i can't find the logs anymore), and i finally got a computer with 2GB RAM (we work on VPC's). But that didn't solve the problem either.
    I removed the -Xmx option for maximum heap size, but that didn't do any good either.
    Does anyone know how i can perform debugging from within Eclipse to the Sun One AS without problems?
    Thanks very much in advance.

    And i found an error log in the /config directory of the used server instance:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (50532D41524B33574545500E435050011C), pid=3964, tid=2368
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_11-b06 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x00d89968):  VMThread [id=2368]
    Stack: [0x05900000,0x05a00000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x0c5bfbb4): parallel gc failed allocation, mode: safepoint, requested by thread 0x066e1008
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x06eb1008 JavaThread "service-j2ee-2" [_thread_in_native, id=2108]
      0x0eb52e00 JavaThread "Thread-54" daemon [_thread_blocked, id=276]
      0x070b9110 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=2796]
      0x06eb1170 JavaThread "StandardManager[]" daemon [_thread_blocked, id=1804]
      0x00f915f8 JavaThread "Thread-53" daemon [_thread_blocked, id=1984]
      0x069cfb70 JavaThread "StandardManager[/kwatraWeb]" daemon [_thread_blocked, id=3772]
      0x06eccbe0 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=2592]
      0x06c0dfb8 JavaThread "GC Daemon" daemon [_thread_blocked, id=3680]
      0x06e03258 JavaThread "RMI Reaper" [_thread_blocked, id=772]
      0x06594dd8 JavaThread "Thread-52" daemon [_thread_blocked, id=2920]
      0x06adac70 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3528]
      0x06c3adf8 JavaThread "Thread-51" [_thread_blocked, id=3860]
      0x06c3a810 JavaThread "Thread-50" daemon [_thread_blocked, id=2544]
      0x0682e5b0 JavaThread "JTS Timeout Thread" daemon [_thread_blocked_trans, id=1964]
      0x06789c60 JavaThread "ORB Server-side Reader, conn from MVG-WRK-0041.DG3.be:3019"
    daemon [_thread_in_native, id=2236]
      0x06c314f8 JavaThread "ORB Client-side Reader, conn to 10.20.24.3:4653" daemon [_thread_in_native, id=132]
      0x06eb29c0 JavaThread "Thread-47" [_thread_blocked, id=4008]
      0x06d315c0 JavaThread "ORB Listener 0.0.0.0:4653" daemon [_thread_in_native, id=3956]
      0x06bb8a40 JavaThread "Thread-46" daemon [_thread_blocked, id=3040]
      0x06bb7e30 JavaThread "Thread-45" daemon [_thread_blocked, id=376]
      0x067e8c70 JavaThread "Thread-44" daemon [_thread_blocked, id=2968]
      0x067e8100 JavaThread "Thread-43" daemon [_thread_blocked, id=2928]
      0x067e7518 JavaThread "Thread-42" daemon [_thread_blocked, id=3384]
      0x066ebc70 JavaThread "Thread-41" daemon [_thread_blocked, id=3180]
      0x066eb100 JavaThread "Thread-40" daemon [_thread_blocked, id=3876]
      0x066ea620 JavaThread "Thread-39" daemon [_thread_blocked, id=2372]
      0x069505d0 JavaThread "Thread-38" daemon [_thread_blocked, id=3504]
      0x0694f930 JavaThread "Thread-37" daemon [_thread_blocked, id=2116]
      0x0694ee50 JavaThread "Thread-36" daemon [_thread_blocked, id=3784]
      0x06705298 JavaThread "Thread-35" daemon [_thread_blocked, id=3524]
      0x06704408 JavaThread "Thread-34" daemon [_thread_blocked, id=3080]
      0x06b80b80 JavaThread "Thread-33" daemon [_thread_blocked, id=264]
      0x06b80068 JavaThread "Thread-32" daemon [_thread_blocked, id=1020]
      0x06787670 JavaThread "Thread-31" daemon [_thread_blocked, id=472]
      0x06786a60 JavaThread "Thread-30" daemon [_thread_blocked, id=3464]
      0x06a5e1d0 JavaThread "Thread-29" daemon [_thread_blocked, id=2520]
      0x06a5d660 JavaThread "Thread-28" daemon [_thread_blocked, id=3804]
      0x067773c0 JavaThread "Thread-27" daemon [_thread_blocked, id=2164]
      0x06776c50 JavaThread "Thread-26" daemon [_thread_blocked, id=1852]
      0x066e22b0 JavaThread "Thread-25" daemon [_thread_blocked, id=3148]
      0x066e1b40 JavaThread "Thread-24" daemon [_thread_blocked, id=3828]
      0x066e1008 JavaThread "Thread-23" daemon [_thread_blocked, id=3060]
      0x069cdc88 JavaThread "Thread-22" daemon [_thread_blocked, id=3708]
      0x06994a00 JavaThread "Thread-21" daemon [_thread_blocked, id=960]
      0x06993fd0 JavaThread "Thread-20" daemon [_thread_blocked, id=2224]
      0x06ae8578 JavaThread "Thread-19" daemon [_thread_blocked, id=2704]
      0x06a1c680 JavaThread "Thread-18" daemon [_thread_blocked, id=3892]
      0x06ed4ca8 JavaThread "Thread-17" daemon [_thread_blocked, id=1144]
      0x06713280 JavaThread "Thread-16" daemon [_thread_blocked, id=3476]
      0x0680c080 JavaThread "Thread-15" daemon [_thread_blocked, id=3160]
      0x0680ba18 JavaThread "Thread-14" daemon [_thread_blocked, id=1308]
      0x066e7f08 JavaThread "Thread-13" daemon [_thread_blocked, id=1652]
      0x066e7d10 JavaThread "Thread-12" daemon [_thread_blocked, id=1388]
      0x00f816a0 JavaThread "Thread-11" daemon [_thread_blocked, id=2880]
      0x066e8868 JavaThread "Thread-10" daemon [_thread_blocked, id=2248]
      0x06ac6810 JavaThread "Thread-9" daemon [_thread_blocked, id=3844]
      0x066a86e0 JavaThread "Thread-8" daemon [_thread_blocked, id=1192]
      0x066a84e8 JavaThread "Thread-7" daemon [_thread_blocked, id=1732]
      0x066560d0 JavaThread "Thread-0" [_thread_blocked, id=476]
      0x00d9a948 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1256]
      0x00d99c40 JavaThread "CompilerThread0" daemon [_thread_blocked, id=408]
      0x00d98c98 JavaThread "AdapterThread" daemon [_thread_blocked, id=2640]
      0x00d98008 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2056]
      0x00d818c8 JavaThread "JDWP Event Helper Thread" daemon [_thread_in_native, id=1520]
      0x00ee7e40 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=3712]
      0x00d8bb78 JavaThread "Finalizer" daemon [_thread_blocked, id=3688]
      0x00d8a768 JavaThread "Reference Handler" daemon [_thread_blocked, id=3624]
      0x00d67a18 JavaThread "main" [_thread_in_native, id=2080]
    Other Threads:
    =>0x00d89968 VMThread [id=2368]
      0x00db2630 WatcherThread [id=384]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x00db4eb0/0x00000600] Threads_lock - owner thread: 0x00d89968
    [0x00cf2ba8/0x000005c4] Heap_lock - owner thread: 0x066e1008
    Heap
    PSYoungGen      total 280768K, used 53248K [0x10010000, 0x27e70000, 0x27e70000)
      eden [0x10010000,0x10010000,0x1a610000)
      from [0x21240000,0x24640000,0x27e70000)
      to   [0x1a610000,0x1a610000,0x21240000)
    PSOldGen        total 217536K, used 156605K [0x27e70000, 0x352e0000, 0x4fc10000)
      object [0x27e70000,0x3175f7c8,0x352e0000)
    PSPermGen       total 44800K, used 44727K [0x4fc10000, 0x527d0000, 0x53c10000)
      object [0x4fc10000,0x527bdff8,0x527d0000)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\Sun\AppServer7\bin\appservd.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x60b90000 - 0x60c79000      C:\Sun\AppServer7\bin\ns-httpd40.dll
    0x60e00000 - 0x60e1a000      C:\Sun\AppServer7\bin\ssl3.dll
    0x60ce0000 - 0x60d5d000      C:\Sun\AppServer7\bin\nss3.dll
    0x60b10000 - 0x60b17000      C:\Sun\AppServer7\bin\libplc4.dll
    0x60ac0000 - 0x60af1000      C:\Sun\AppServer7\bin\libnspr4.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\MSWSOCK.dll
    0x60b20000 - 0x60b26000      C:\Sun\AppServer7\bin\libplds4.dll
    0x60c80000 - 0x60c88000      C:\Sun\AppServer7\bin\nsfc.dll
    0x60db0000 - 0x60db6000      C:\Sun\AppServer7\bin\nstime.dll
    0x60cd0000 - 0x60cda000      C:\Sun\AppServer7\bin\nsprwrap.dll
    0x60e20000 - 0x60e2c000      C:\Sun\AppServer7\bin\support.dll
    0x60dc0000 - 0x60dc5000      C:\Sun\AppServer7\bin\nstp.dll
    0x600e0000 - 0x600e5000      C:\Sun\AppServer7\bin\getprop.dll
    0x7e410000 - 0x7e4a1000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x60b30000 - 0x60b4e000      C:\Sun\AppServer7\bin\libsi18n.dll
    0x60aa0000 - 0x60aaa000      C:\Sun\AppServer7\bin\libdbm.dll
    0x600a0000 - 0x600a5000      C:\Sun\AppServer7\bin\ares3.dll
    0x7c9c0000 - 0x7d1d6000      C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x60da0000 - 0x60da8000      C:\Sun\AppServer7\bin\NSSLDAP32V50.dll
    0x60cc0000 - 0x60cc6000      C:\Sun\AppServer7\bin\NSLDAPPR32V50.dll
    0x60c90000 - 0x60cb5000      C:\Sun\AppServer7\bin\NSLDAP32V50.dll
    0x60e30000 - 0x60ec1000      C:\Sun\AppServer7\bin\xerces-c.dll
    0x609e0000 - 0x60a3c000      C:\Sun\AppServer7\bin\icuuc2.dll
    0x60100000 - 0x60904000      C:\Sun\AppServer7\bin\icudt2.dll
    0x60910000 - 0x609a2000      C:\Sun\AppServer7\bin\icuin2.dll
    0x00320000 - 0x00331000      C:\WINDOWS\system32\MSVCIRT.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
    _6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5d090000 - 0x5d12a000      C:\WINDOWS\system32\comctl32.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x60a60000 - 0x60a72000      C:\Sun\AppServer7\bin\j2eeplugin.dll
    0x08000000 - 0x082b8000      C:\Sun\AppServer7\jdk\jre\bin\server\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x5dac0000 - 0x5dac8000      C:\WINDOWS\system32\rdpsnd.dll
    0x76360000 - 0x76370000      C:\WINDOWS\system32\WINSTA.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x60070000 - 0x6007a000      C:\Sun\AppServer7\bin\PSAPI.DLL
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x10000000 - 0x10007000      C:\Sun\AppServer7\jdk\jre\bin\hpi.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x01400000 - 0x0140e000      C:\Sun\AppServer7\jdk\jre\bin\verify.dll
    0x022b0000 - 0x022c9000      C:\Sun\AppServer7\jdk\jre\bin\java.dll
    0x022d0000 - 0x022de000      C:\Sun\AppServer7\jdk\jre\bin\zip.dll
    0x05c00000 - 0x05c1c000      C:\Sun\AppServer7\jdk\jre\bin\jdwp.dll
    0x05c20000 - 0x05c25000      C:\Sun\AppServer7\jdk\jre\bin\dt_socket.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x07140000 - 0x0714f000      C:\Sun\AppServer7\jdk\jre\bin\net.dll
    0x600b0000 - 0x600bd000      C:\Sun\AppServer7\bin\cis.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x76d40000 - 0x76d58000      C:\WINDOWS\system32\MPRAPI.dll
    0x77cc0000 - 0x77cf2000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76e10000 - 0x76e35000      C:\WINDOWS\system32\adsldpc.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x71bf0000 - 0x71c03000      C:\WINDOWS\system32\SAMLIB.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x07f60000 - 0x07f66000      C:\Sun\AppServer7\jdk\jre\bin\ioser12.dll
    0x07f70000 - 0x07f75000      C:\Sun\AppServer7\jdk\jre\bin\rmi.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    VM Arguments:
    jvm_args: -DJAVA_HOME=C:/Sun/AppServer7/jdk
    -Dcom.sun.aas.installRoot=C:/Sun/AppServer7
    -Dcom.sun.aas.instanceRoot=C:\Sun\AppServer7\domains\domain1
    -Duser.language=nl
    -Duser.country=BE
    -Duser.variant= exit vfprintf
    -Djava.security.policy=C:/Sun/AppServer7/domains/domain1/kwatraNieuw/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/AppServer7/domains/domain1/kwatraNieuw/config/login.conf
    -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager
    -Dcom.sun.aas.configRoot=C:/Sun/AppServer7/config
    -Dcom.sun.aas.imqLib=C:/Sun/AppServer7/imq/lib
    -Dcom.sun.aas.imqBin=C:/Sun/AppServer7/imq/bin
    -Dcom.sun.aas.webServicesLib=C:\Sun\AppServer7\share\lib
    -XX:+AggressiveHeap -XX:+DisableExplicitGC
    -Djavax.rmi.CORBA.UtilClass=com.iplanet.ias.util.orbutil.IasUtilDelegate
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    -Dcom.sun.jdo.api.persistence.model.multipleClassLoaders=reload
    -server -Xss128k -Xms512m -Xdebug
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=2876
    -Xnoagent -Djava.compiler=NONE
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=C:\Program Files\QuickTime\QTSystem\QTJava.zip
    PATH=C:/Sun/AppServer7/jdk\jre\bin\server;
    C:/Sun/AppServer7/jdk\jre\bin;;C:/Sun/AppServer7/bin/;
    C:\oracle\product\10.2.0\client_1;C:\oracle\product\10.2.0\client_1\bin;
    C:\orarun\bin;C:\WINDOWS\system32;C:\WINDOWS;
    C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;
    C:\orarun\jdk\bin;C:\Program Files\Provision Networks\Virtual Access Client\
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2088428k(641700k free), swap 4030576k(2605040k free)
    vm_info: Java HotSpot(TM) Server VM (1.4.2_11-b06) for windows-x86,
    built on Feb 13 2006 10:02:05 by "java_re" with MS VC++ 6.0Anyone who has more information as to what to do?
    Thx.
    Message was edited by:
    DonStevo
    Message was edited by:
    DonStevo

  • META-INF & SUN ONE WebServer security

    Hi All,
    I am facing problem with SUN ONE WebServer 6.0. The SUN ONE WebServer is being used a Web-Proxy Server to parse all request for a particular URL to WebSphere application server.
    Unfortunately one of JAR files loaded in the WebSphere contaisn files in META-INF directory which needs to be accessed by the users. These files are mostly javascripts and image files.
    These files can be accessed if we connect directly to the WebSphere http port. But cannot be accessed when connecting through the SUN ONE WebServer.
    I get the following error,
    [13/Jun/2006:16:19:14] security (14832): for host 10.81.205.204 trying to GET /esott/faces/static/META-INF/common/script.js, deny-existence reports: denying existence of /opt/iplanet/iWS/docs/esott/faces/static/META-INF/common/script.js
    I am not sure why Iplanet is denying the existence of the files in the META-INF . Is there a way to turn off this behaviour?
    regards,
    Suresh

    Servlet spec. prohibits direct access to META-INF:
    9.5 Web Application Archive File
    Web applications can be packaged and signed, using the standard Java Archive tools, into a Web ARchive format (war) file. For example, an application for issue tracking could be distributed in an archive with the filename issuetrack.war.
    When packaged into such a form, a META-INF directory will be present which contains information useful to the Java Archive tools. If this directory is present, the servlet container must not allow it be served as content to a web client�s request.
    **************************************************************************************

  • Why doesn't Sun ONE Web Proxy Server support full replication?

    Sun believes caching on-demand is a much more appropriate model for either the World Wide Web or an intranet. Common indexes should be distributed, but data can (and should) be stored wherever is most appropriate on the network. If Proxy Servers are deployed, there will be a 50 percent to 75 percent chance that the document will be cached locally and no chance of getting stale data.
    Sun ONE Web Proxy Server uses sophisticated statistical analysis to store the documents most likely to be needed. It also manages document expiry and version control, and by default checks the home server every time a document is requested. Full replication like that performed by other softwares presumes that each document needs to be fully replicated on every server. (Imagine doing that on the Web!) This model limits the scalability of the infrastructure, and requires many more servers, more hardware, and more management complexity. More importantly, it increases the likelihood of getting stale data. A document checked in at one location may take a day or more to be fully replicated around the world.

    If you have a support contract, get in touch with a support engineer. We've run into a bug related to following referrals in the "off-the-shelf" version of the proxy server. I believe there is a hotfix that solves the issue.

  • Sun One Web Server 6.1 with MS Active Directory??

    I know this type of question has been posted a few times, but I couldnt locate any clear answer.
    Can we have Sun One WS 6.1 use MS Active Dir as its source of users and groups? I am trying to configure this using the standard base DN and bind DN params, but I get an error saying "could not connect using the binddn and password you provided". I know the bind dn and the password I provided are correct.
    Another colleague of mine who tried the same thing was able to connect, but when he tried to navigate to the users and groups page, he got an error saying "Error trying to connect to the LDAP".
    Anyone who has tried this before, what does it take to get the SUN ONE WS to talk to AD? Can this be done at all?
    Thanks,
    Vinayak

    It looks like the Web Server has somehow been configured to use a JRE. Web Server requires a JDK. The following message in particular indicates that a JRE, not a JDK, is being used:java.lang.NoClassDefFoundError: com/sun/tools/javac/MainAre you using the JDK that shipped with Web Server, or did you attempt to configure Web Server to use a different JDK?

  • Sun ONE Portal Server 6

    Hi again, I have a problem with my Portal.
    I have already installed the Portal Server 6.
    The sample portal is up and it's working good, but I can�t edit the content because I couldn�t found the tool for modify the sample portal.
    My Portal Server is running on Solaris 9.
    Help me! I really new in this (Sun ONE).

    Hi,
    The problem with integration of struts based
    applications is usually the project funding :-)
    There is no generic struts provider, only some
    custom build pieces...
    I guess that is the reason, why "zero effort" proxy
    of a struts application via IFrame channel is the
    most implemented integration.
    Cheers,
    Alex :-)

  • Sun ONE & i18n

    I have Sun ONE 7.0 update 1 installed on a Hungarian Solaris 8 machine. Despite setting the locale to "hu_HU" in the "server/advanced" tab of the admin tool, the Sun ONE server is internally using the ISO8859-1 encoding instead of ISO8859-2 as specified by the OS.
    Any ideas on how I can change this globally? I have tried setting the "-Djava.encoding=ISO8859-2" property as an option to the JVM, but it seems to be ignored!
    Any help is much appreciated!
    Paul

    Try to set the AS_LOCALE variable to 'hu' or any locale you want to use in the asenv.conf file.
    Also try to establish your locate in the <server></server> element of the server.xml of the server instance you want to used.
    JIC: on my linux system the asenv.conf file is in /etc/SUNWappserver7/ and the server.xml file of the server1 instance is in the /var/SUNWappserver7/domains/domain1/server1/config directory.
    Kind regards,
    Carlos Saltos

  • Problems with JMS: Error JMS BEA-040368

    Hi,
    I have run into a problem using JMS on BEA. It appears to happen when we run huge amounts of messages through the queue (100 000+).
    Once this error occurs, we cant get rid of it. Restarting server, re-dployment, nothing works. Every subsequent message sent to the JMS produces this error.
    According to the error message, we have exceeded the maximum allowed transactions for the server, but how do we reset the transactions? And what is causing the error to appear in the first place? Somthing I forget to close or flush?
    I have QueueConnection, QueueSession and QueueRecevier objects open for all transactions, and close them when the bean is destroyed. Should I rather create and close them for each transaction?
    Here is the exception:
    <15.jun.2005 kl 14.55 CEST> <Error> <JMS> <BEA-040368> <The following exception has occurred:
    java.lang.RuntimeException: [EJB:010166]Error occurred while starting transaction: javax.transaction.SystemException: Exceeded maximum allowed transactions on server 'myserver'.
    at weblogic.ejb20.internal.MDListener.perhapsBeginTransaction()V(MDListener.java:325)
    at weblogic.ejb20.internal.MDListener.execute(Lweblogic.kernel.ExecuteThread; )V(MDListener.java:339)
    at weblogic.ejb20.internal.MDListener.onMessage(Ljavax.jms.Message; )V(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(Ljavax.jms.MessageListener;Lweblogic.jms.common.MessageImpl; )V(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(Lweblogic.kernel.ExecuteThread; )V(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest; )V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread; )V(Unknown Source)
    >

    Developments
    It turned out that my "client" used: this.queueSession = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
    While the "server" used: this.queueSession = queueConnection.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
    Now changing both sessions to use transactions (createQueueSession(true, Session.AUTO_ACKNOWLEDGE)) and fortifying the use of QueueSession.commit() when sending and receiving messages seemed to solve the problem... for a while.
    After a few new tests the problem appeared again, this time on the "client" side. It is obvious that transaction are somehow not commited correctly even though Session.commit() is called after each and every message is sent and received.
    Btw. To make the app "clean up" hanging transactions faster you can change the value in the console at:
    Mydomain --> Services --> JTA --> Abandon Timeout Seconds
    weblogic.jms.common.TransactionRolledBackException: Exceeded maximum allowed transactions on server 'myserver':error beginning transacted session's internal transaction
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
    at weblogic.jms.dispatcher.DispatcherImpl_814_WLStub.dispatchSyncNoTranFuture(Unknown Source)
    at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncNoTran(DispatcherWrapperState.java:472)
    at weblogic.jms.client.JMSProducer.sendInternal(JMSProducer.java:391)
    at weblogic.jms.client.JMSProducer.send(JMSProducer.java:186)
    at no.nrk.returia.test.TestSMSInAdapter.send(TestSMSInAdapter.java:133)
    at no.nrk.returia.test.TestSMSInAdapter.main(TestSMSInAdapter.java:206)

  • Problem starting Sun One Application - JMS Exception

    Hello,
    I'm having some trouble trying to start SunONE JMS sever via the Sun ONE application server v7 running on RedHat Linux 7.3.
    When I start the app server via the asadmin tool I receive the following exception,
    [root@sc-test1 config]# asadmin start-appserv
    Instance domain1:admin-server started
    Could not start the instance: domain1:server1
    server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain : domain1
    Could not start one or more domains
    The following exception is outputted to the server log,
    19/Sep/2003:15:47:14] INFO ( 2135): CORE1116: Sun ONE Application Server 7.0.0_00
    [19/Sep/2003:15:47:15] INFO ( 2137): CORE3016: daemon is running as super-user
    [19/Sep/2003:15:47:17] INFO ( 2137): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.1] from [Sun Microsystems Inc.]
    [19/Sep/2003:15:47:54] INFO ( 2137): JMS5035: Timed out after 30000 milliseconds while trying to verify if the JMS service startup succeeded.
    [19/Sep/2003:15:47:54] INFO ( 2137): JMS5036: More details may be available in the log file for the JMS service broker instance domain1_server1. Please refer to the JMS provider documentation for the exact location of this log file.
    [19/Sep/2003:15:47:54] SEVERE ( 2137): JMS5024: JMS service startup failed.
    [19/Sep/2003:15:47:54] SEVERE ( 2137): CORE5071: An error occurred during initialization
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
    at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:247)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:206)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
    at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:231)
    ... 2 more
    Caused by: javax.jms.JMSException: [C4003]: Error occurred on connection creation. - caught java.net.ConnectException
    at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:183)
    at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:136)
    at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:145)
    at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:86)
    at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:47)
    at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:46)
    at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:101)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:501)
    at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:930)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1482)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:403)
    at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:234)
    at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
    at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
    at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
    at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:733)
    at com.iplanet.ias.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:284)
    at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:224)
    ... 2 more
    [19/Sep/2003:15:47:54] SEVERE ( 2137): CORE3186: Failed to set configuration
    I can confirm that the default JMS port (7676) is not be used elsewhere / by another process on the server and that netfilter/iptables are not active/running.
    I have also tried different/alternative ports for the JMS server however it still fails to startup.
    Any help much appreciated.
    Thanks and Regards,
    Rachel Gilmer

    I have encountered similar problem when running Sun Application server 7 in Fedora Core 2.
    It seems that problem was due to improper shutdown of my system.
    Following was what I did to resolve the problem:
    Look for the JMS installation directory (installed & created together with the application server). Mine is in /var/opt/imq. In the dir,
    look for directory instances/domain1_server1 (if your server is running in domain1 server1). Look for a file called lock. Remove the lock file (rename if you are not sure).
    After that I was able to successfully start the server.

Maybe you are looking for

  • Error -36 "The disk could not be read from or written to.

    I am downloading Weeds on iTunes. And right before the season finale starts to download, I run out of disk space. So I erase some of it. I then go back and refresh the download and get this error. I am downloading it straight to the mac, not some ext

  • Ipad will not restore in Recovery Mode due to Passcode

    Hi There, my 9 got a new ipad 2 for xmas and he has forgotten his passcode. I have put the Ipad in recovery mode and connected to itunes but right at the end it states ipad cannot connect to itunes because of the passcode. Ive tried find my iphone an

  • Patch 11.1.2.3.500

    Hi All, we are process of applying the patch .500 on 11.1.2.3 for all components in a distributed env. My question is whether there is a single patch that I can run on each server and that will take care of upgrading the respective components on that

  • Error a12e1 in CC installer

    I get the error a12e1 when trying to install CC desktop installer. I recently formatted the disk and had a CC installed on that disk, didn't have the chance to remove it and i don't know if its related to it. Nevertheless, I tried several things with

  • Conference mic suggestions

    I'm looking for some recomendations on a mic that would work well for a conference room environment. I have G4 with an iSight camera setup in our conference room. I want to be able to give presentations to people in the conf room from remote location