SUN One Server 7.0 - JMX

Hi Guys!
Is there a way to access the MBeanServer on SUN ONE App server.
i wanna access the default MBean Server and List all the Registered MBeans
Thanks In Advance
Maruthi

MBeans in Sun ONE AppServer 7.0 are not exposed externally. In the past, Sun has provided private APIs to ISVs allowing them to create monitoring and management products. As private APIs, changes may happen without notification.
We plan to expose MBeans in Sun ONE AppServer 8.

Similar Messages

  • Error flushing the output stream in Sun One server

    Hi All,
    I was running my servlet code in iPlanet 6.0 version and it was working fine. I upgraded my web server to new Sun One server (Oracle-iPlanet-Web-Server-7.0.9). With the new web server almost 90% of my application works fine, but there is a features in my application to download an Excel sheet by clicking a button. This feature is failing in new Sun One web server.
    Below are my piece of code and the error log I m getting. Can anyone tell me how I can fix this error, I mean is there any web server specific change or configuration parameter need to be set.
    Please ask for any information regarding my server configuration settings if needed for finding a solution for this
    Code:
    byte abyte0[] = new byte[1024];
    BufferedInputStream bufferedinputstream=null;
    BufferedOutputStream bufferedoutputstream=null;
    java.io.InputStream inputstream = httpurlconnection.getInputStream();
    bufferedinputstream = new BufferedInputStream(inputstream);
    bufferedoutputstream = new BufferedOutputStream(httpservletresponse.getOutputStream());
    int j;
    long byteCount=0;
    while((j = bufferedinputstream.read(abyte0, 0, 1024)) != -1)
    byteCount=byteCount+j;
    if(logger != null && logger.traceOn())
    logger.log("total"+byteCount);
    logger.log("Read bytes:"+j);
    bufferedoutputstream.write(abyte0, 0, j);
    if(logger != null && logger.traceOn())
    logger.log("Wrote bytes:"+j);
    bufferedoutputstream.flush(); // <<<<<< ERROR POINT >>>>>>
    Error Log :
    ClientAbortException: java.io.IOException: WEB8004: Error flushing the output stream
    at org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:343)
    at org.apache.coyote.tomcat5.OutputBuffer.flush(OutputBuffer.java:313)
    at org.apache.coyote.tomcat5.CoyoteOutputStream.flush(CoyoteOutputStream.java:147)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
    at com.reuters.bdec.as.ASRequestHandler.processResponse(ASRequestHandler.java:285)
    at com.reuters.bdec.as.ASRequestHandler.initiateGetRequest(ASRequestHandler.java:89)
    at com.reuters.bdec.as.ASRequestHandler.proceedToDestination(ASRequestHandler.java:220)
    at com.reuters.bdec.as.ASExtension.authorisationCheck(ASExtension.java:84)
    at com.reuters.bdec.as.ASExtension.doGet(ASExtension.java:114)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:794)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:915)
    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.io.IOException: WEB8004: Error flushing the output stream
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.action(NSAPIProcessor.java:243)
    at org.apache.coyote.Response.action(Response.java:197)
    at org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:339)
    ... 20 more

    Don't flush it yourself. The servlet container will automatically flush for you once its send buffer is full. You can change the size of the send buffer though.

  • Which clients are using my Sun One server for authentication?

    We use Sun One ver. 5.2 .
    Our LDAP clients use it for authentication.
    How can I list which clients recently used the Sun One server to authenticate?
    The reason I need that is because I want to upgrade the Sun One server and I want to notify the clients that I'm about to do it.
    Thanks.

    https://www.redhat.com/archives/fedora-directory-users/2005-September/msg00010.html
    Useful script to extract LDAP based user posixGroup memberships information
    ===
    Assuming you are using posixGroup objectclass and memberUid attribute to
    store your membership information, you may find my shell script useful
    and handy.
    It works on Solaris LDAP Client with "ldapaddent" and "ldaplist"
    commands, and works against FDS, SUN DS or OpenLDAP.
    ===
    Gary

  • Sun one server 6.0 doesn't work well with explorer

    We've sun one server 6.0 sp4 running in a sparc server as SSL server and too as common server on port 80. The most our clients , 95%, are explorer browser users.
    The server has known bugs with SSL3 , interoperatibility with MSIE problem 532427. The solutions suggested in the server documentation don't work. We tryed the solutions suggested many times and in few time we got complaints from clients, people get "this page can't be displayed". I had to set the server to work with SSL2 only , althought security's reports tell that this protocol is not safe.
    The second bug is concern the latencies loading pages with explorer. I apply the solution suggested, KeepAliveQueryMeanTime 1, it doesn't work well too. We don't feel the latencies on new machines or light browsers as avant , but we still feel these latencies with old machines or if the users uses modem. A lot of people still see very strong latencies.
    I feel the server wasn't tested enough with explorer browser , it has so many compatibility problems with this browser.I think for the most webmasters the perfect compatibility with explorer is very important.
    We payed for this server and it is worst than apache ,apache group fixed the SSL problem long time ago. Only one thing we need doesn't work well in apache then we contenue to use sun one server. But this diference is not enough to justify the use of this server if sun don't fix these problems. I'm talking about problems they exist more than 1 year, they were when i installed the server then i contenue to work with iplanet 4.1 and SSL2. I read the new version server characteristics, version 6.1 , i didn't find anything telling that these problems were fixed.
    Yair Lapin
    Hebrew University Webmaster

    Yair -
    Unfortunately this is a little vague. Can you tell us specifically what problem(s) you're having (unfortunately your current message does not go into adequate detail for us to understand the problems you see, or to make recommendations about how to remedy them).
    Thanks
    Joe

  • Sun one server 7 and sun app server 8 incompatibility

    I had all my ejb code running nicely on sun one server 7. Now I have to port to 8 and while the same ear file deploys successfully, I'm unable to make any create calls on my CMP beans. I get server side error "argument type mismatch", but I've checked and rechecked all arguments, number and type, but can't find anything wrong. Any pointers?

    The new one is supposed to be backward comptible. In any case, I've run the migration tool and redeployed, but same issues exist.

  • Sun One Server in Windows

    I installed Sun one server in NT machine and tried creating a port. It is not providing the support for Servlets directory whereas iPlanet 4.1 provides it by means of giving a style "ServeltByExtn" while creating the additinal direcctories. How can it be done?

    Are you sure you would like to use server grade software running over a toy OS?
    Just an opinion!

  • NoDomainToStart with Sun One Server 7

    I am getting the error NoDomainToStart, when I start
    Sun One Server 7. What is the solution. Pls. respond soon.

    The new one is supposed to be backward comptible. In any case, I've run the migration tool and redeployed, but same issues exist.

  • FedEx Sun One server does not allow POST

    Hello,
    I am attempting to communicate with FedEx's Direct XML Track. They use a Sun One Server v. 6.1 w/ SSL. When I do a POST with my XML document, I get back a 504, Method Not Allowed. Have communicated with FedEx technical support to no avail. Have downloaded server 6.1 and installed, trying to reverse-problem solve. Cannot see anywhere in the server where POSTs might be set to prohibited. The FedEx documentation specifically says to use a POST, which of course makes sense. Has anyone successfully used FedEx XML Direct, and/or could supply me with a hint as to why this might be happening? Also, am URL-encoding the reuest. Here's the code:
    public class FedexHTTPS {
    static final int HTTPS_PORT = 443;
    public static String enc = "encoding='UTF-8'";
    public static String subRequest = "<?xml version = '1.0' encoding = 'UTF-8'?><RequestHeader><AccountNumber>xxxxxxxxx</AccountNumber></RequestHeader>     <Contact><PersonName>name </PersonName><CompanyName>Ubercom</CompanyName><Department>ActiveIdentity</Department><PhoneNumber>xxxx</PhoneNumber><E-MailAddress>[email protected]</E-MailAddress></Contact><Address><Line1>12 main st</Line1><Line2/><City>Leesburg</City><StateOrProvinceCode>VA</StateOrProvinceCode><PostalCode>20111</PostalCode><CountryCode>US</CountryCode></Address></FDXSubscriptionRequest>>";
    public static String address = "gatewaybeta.fedex.com";
    public static void main(String argv[]) throws Exception {
    String encData=null;
    try {
    encData = URLEncoder.encode(subRequest,"UTF-8");
    } catch (Exception ex){
    System.out.println("Exception: " + ex.getMessage());
    //System.out.println(encData);
    int length = encData.length();
    // Get a Socket factory
    SocketFactory factory = SSLSocketFactory.getDefault();
    // Get Socket from factory
    Socket socket = factory.createSocket(address, HTTPS_PORT);
    /*BufferedWriter out = new BufferedWriter(new
    OutputStreamWriter(socket.getOutputStream())); */
    BufferedReader in = new BufferedReader(
    new InputStreamReader(socket.getInputStream()));
    OutputStream out = socket.getOutputStream();
    String xmlEnc = "application/x-www-form-urlencoded";
    String msg = "GET / HTTP/1.0\r\nContent-Length: " + length
    + "\r\nContent-Type: image/gif"
    + "\r\nReferer: www.EDS.com"
    + "\r\nHost: SSLserver.fedex.com"
    + "\r\nAccept-Encoding: image/jpeg"
    + "\r\nAccept: application/x-www-form-urlencoded, image/gif,image/jpeg,image pjpeg, text/plain,text/html/,*/*"
    + "\r\n\r\n" ;
    out.write(msg.getBytes());
    out.flush();
    String line;
    StringBuffer sb = new StringBuffer();
    while((line = in.readLine()) != null) {
    sb.append(line);
    out.close();
    in.close();
    System.out.println(sb.toString());
    }

    I cleaned up the XML (thanks) and re-did using jakarta - still get the 504 Not Allowed....
    public class FedexPost {
          public static String subRequest = "<?xml version="1.0" encoding="UTF-8"?><FDXSubscriptionRequest>     <RequestHeader>          <AccountNumber>1111111111</AccountNumber>     </RequestHeader>     <Contact>          <PersonName>name</PersonName>          <CompanyName>EDS</CompanyName>          <Department>ActiveIdentity</Department>          <PhoneNumber>7037773333</PhoneNumber>          <E-MailAddress>[email protected]</E-MailAddress>     </Contact>     <Address>          <Line1>10 Main St</Line1>          <Line2/>          <City>Anytown</City>          <StateOrProvinceCode>VA</StateOrProvinceCode>          <PostalCode>20175</PostalCode>          <CountryCode>US</CountryCode></Address></FDXSubscriptionRequest>";  
        public FedexPost() {
         * @param args the command line arguments
        public static void main(String[] args) {
            String encData=null;
            try {
               encData = URLEncoder.encode(subRequest,"UTF-8");
            } catch (Exception ex){
                System.out.println("Exception: " + ex.getMessage());
            // TODO code application logic here
            HttpClient httpclient = new HttpClient();
            PostMethod httpsPost = new PostMethod("https://gatewaybeta.fedex.com/");
            httpsPost.setRequestHeader("Connection", "close");
            try {
                httpsPost.setRequestEntity(new StringRequestEntity(encData, "application/x-www-form-urlencoded", "UTF-8"));
                httpclient.executeMethod(httpsPost);
                System.out.print(httpsPost.getStatusLine());
                System.out.println(httpsPost.getResponseBodyAsString());
            catch (IOException ex) {
                System.out.println(ex.getMessage());
            finally {
                httpsPost.releaseConnection();
     

  • Migrating from Sun One server 7.0 to Sun One Application server 8.2

    To migrate my application i loaded some lib at Classpath Prefix: in JVM settings in the server. I loaded some libs that overrides some server's lib... When i put my lib there they will override the server's???

    MBeans in Sun ONE AppServer 7.0 are not exposed externally. In the past, Sun has provided private APIs to ISVs allowing them to create monitoring and management products. As private APIs, changes may happen without notification.
    We plan to expose MBeans in Sun ONE AppServer 8.

  • How do i query a sun one server for a member of a  group

    Hi Folks
    I would like to know if any one know how to query a sun one directory server to list all members of the group.
    currenty i have this
    LDAP://SERVERNAME.test.com:5221/ou=people,dc=testrelsec,dc=com>;(&(objectclass = person)& adsPath;subTree"
    this query gives me all users in the directory ,
    Now I have created a static group called GROUPONE using sunone console GUI and made 2 people member of that group
    I need the ldap query which can list the members of GROUPONE
    thanks
    g4hbk
    thanks in advance
    g4hbk

    https://www.redhat.com/archives/fedora-directory-users/2005-September/msg00010.html
    Useful script to extract LDAP based user posixGroup memberships information
    ===
    Assuming you are using posixGroup objectclass and memberUid attribute to
    store your membership information, you may find my shell script useful
    and handy.
    It works on Solaris LDAP Client with "ldapaddent" and "ldaplist"
    commands, and works against FDS, SUN DS or OpenLDAP.
    ===
    Gary

  • Migrating from weblogic 8.1 to sun one server

    I need some documentation that could guide, in steps involved, in migrating an J2ee application from weblogic 8.1 to sun one application server.
    Please help.

    Do you have any migration guide from weblogic 8.1 to sunserver 8.1?
    We want to know how to handle null in jsp? Because in weblogic 8.1, we can set printNulls to false in weblogic.xml file. Is there any way we can do this in sun server?

  • Problem with starting Sun ONE Server after changing Java version

    Hi
    I installed Sun ONE Java Server 6.1 SP6 on Redhat Enterprise 4.0 64bit. This version uses java version "1.4.2_04" which is intalled in /opt/SUNWwbsvr/bin/https/jdk. With this configuration everything works ok. When I changed Java (/usr/java/jdk1.5.0_09) on version "1.5.0_09 (in server.xml) Sun One doesn't start. I have such error:
         CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /opt/SUNWwbsvr/bin/https/lib/libj2eeplugin.so failed (libjvm.so: cannot open shared object file: No such file or directory)
    I checked file libjvm.so and it is in locations: /opt/SUNWwbsvr/bin/https/lib/ and /usr/java/jdk1.5.0_09/jre/lib/amd64/server.
    Does anybody know what is wrong ???
    Thanks for help

    Hi Ges7
    You were right. I installed Java 1.5_10 and 1.6 32 bit version and SUN ONE works but i have some errors
    [https-fast1]: Sun ONE Web Server 6.1SP6 B05/07/2006 14:57
    [https-fast1]: warning: CORE3283: stderr: Java HotSpot(TM) Server VM warning: Can't detect initial thread stack location - find_vma failed
    [https-fast1]: info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.6.0] from [Sun Microsystems Inc.]
    [https-fast1]: info: WEB0100: Loading web module in virtual server [https-fast1] at [XagentBr]
    [https-fast1]: info: WEB0100: Loading web module in virtual server [https-fast1] at [search]
    [https-fast1]: info: WEB2798: [XagentBr] ServletContext.log(): AuthAgent v1.55 starting ...
    [https-fast1]: info: WEB2798: [XagentBr] ServletContext.log(): Filter configuration file was not found
    [https-fast1]: failure: WebModule[XagentBr]: WEB2680: Exception starting filter Authorization Agent Filter
    [https-fast1]: javax.servlet.ServletException: Filter configuration file was not found
    [https-fast1]: at com.pl.comprze.authagent.AuthAgentFilter.init(AuthAgentFilter.java:262)
    [https-fast1]: at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:262)
    [https-fast1]: at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:322)
    [https-fast1]: at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:120)
    [https-fast1]: at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3321)
    [https-fast1]: at org.apache.catalina.core.StandardContext.start(StandardContext.java:3797)
    [https-fast1]: at com.iplanet.ias.web.WebModule.start(WebModule.java:257)
    [https-fast1]: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    [https-fast1]: at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    [https-fast1]: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    [https-fast1]: at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    [https-fast1]: at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    [https-fast1]: at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    [https-fast1]: at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    [https-fast1]: at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    [https-fast1]:
    [https-fast1]: failure: WebModule[XagentBr]: WEB2705: Context startup failed due to previous errors
    [https-fast1]: info: HTTP3072: [LS ls1] http://fast1:8088 ready to accept requests
    [https-fast1]: startup: server started successfully
    Success!
    The server https-fast1 has started up.
    Do You know what it can be ???

  • Error when starting sun one serv 7

    I have this problem when I try to start (asadmin start-appserv) sun one app serv 7 in linux red hat 8.
    Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    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
    log:
    [13/Oct/2003:16:30:39] SEVERE ( 1412): CORE3092: Error receiving response from watchdog
    [13/Oct/2003:16:30:39] SEVERE ( 1412): CORE3144: Watchdog admin channel has been closedI do not have firewall installed in the same machine.
    Somebody can help me?
    thanks.
    mindu.

    I think this might occur if you don't have the patch for SunAlert 46042 installed. There's more information on this critical Solaris security vulnerability, which was reported back in 2002, at http://sunsolve.central.sun.com/search/document.do?assetkey=1-26-46042-1
    Can you run the following command to check if you have patch 109326-09 installed and let us know the result?showrev -p | grep 109326If you don't have 109326-09 or higher installed, you should install it as soon as possible. You can follow the link from the SunAlert. Better yet, install the latest Solaris 8 recommended patch cluster from http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access to make sure your system is fully patched and up to date.

  • Can't deploy Simple 2.0 CMP Entity Bean into Sun One Server 7

    Dear all:
    I use JBuilder9 + SunOne Plug-in to
    build a Simple Entity Bean, but I can't
    deploy it into SunOne 7 Server that return
    error message:
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Error while processing CMP beans.
    But I use JBuilder9 + JBoss 3.x Plug-in
    that corrent run on JBoss 3.2 RC
    All code are generated by JBuilder9 EJB Designer
    and only have PK finder.
    Our deploy description flile are:
    ejb-jar.xml=============================
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <display-name>Enterprise1</display-name>
    <ejb-name>Enterprise1</ejb-name>
    <home>untitled1.Enterprise1RemoteHome</home>
    <remote>untitled1.Enterprise1Remote</remote>
    <local-home>untitled1.Enterprise1Home</local-home>
    <local>untitled1.Enterprise1</local>
    <ejb-class>untitled1.Enterprise1Bean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>untitled1.Enterprise1PK</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>Enterprise1</abstract-schema-name>
    <cmp-field>
    <field-name>inDate</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>sndSeq</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>msgSnd</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>msgRcv</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>brkId</field-name>
    </cmp-field>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>Enterprise1</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    =================================
    sun-ejb-jar.xml=====================
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN' 'http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd'>
    <sun-ejb-jar>
    <enterprise-beans>
    <ejb>
    <ejb-name>Enterprise1</ejb-name>
    <jndi-name>Enterprise1Remote</jndi-name>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>IPLANET</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>IPLANET</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>jdo/sample-cmp</jndi-name>
    <default-resource-principal>
    <name>mv01</name>
    <password>mv01</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    ===========================
    sun-cmp-mappings.xml===============
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-cmp-mappings PUBLIC '-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 OR Mapping //EN' 'http://www.sun.com/software/sunone/appserver/dtds/sun-cmp-mapping_1_0.dtd'>
    <sun-cmp-mappings>
    <sun-cmp-mapping>
    <schema>META-INF/mySchema</schema>
    <entity-mapping>
    <ejb-name>Enterprise1</ejb-name>
    <table-name>TSE_MSG_T</table-name>
    <cmp-field-mapping>
    <field-name>inDate</field-name>
    <column-name>INDATE</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>sndSeq</field-name>
    <column-name>SNDSEQ</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>msgSnd</field-name>
    <column-name>MSGSND</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>msgRcv</field-name>
    <column-name>MSGRCV</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>brkId</field-name>
    <column-name>BRKID</column-name>
    </cmp-field-mapping>
    </entity-mapping>
    </sun-cmp-mapping>
    </sun-cmp-mappings>
    =========================

    I remember getting errors like that. The only thing I see is in the map file. When I
    did mine I used TABLENAME.CMPFIELD to map columns to CMP attributes.
    TSE_MSG_T.INDATE
    TSE_MSG_T.SNDSEQ
    for column names in the sun-cmp-mappings.xml file.
    For any other errors set the logging for server1 or which one you are using to "finest".
    Try the deploy, shut down the server, and when you view the log, start at the bottom
    and keep scrolling up to the top of each stack trace and you should get a more
    specific error explanation at about the 3rd or 4th stack trace.

  • Unable to login to Sun ONE Server Console 5.2 on XP

    I've installed 5.2 on my new Win XP Dell Inspiron 5150. Both the admin52-serv and slapd services are started and netstat shows the ports listening. When I attempt to login to the console I get an HTTP Response Timeout error, yet there's nothing logged to the error log.
    I've verified that the firewall is disabled, I can ping the laptop from any other machine on the network.
    Anybody have any ideas?
    TIA,
    Todd

    yes, here's the access log
    [15/Mar/2004:14:59:43 -0500] conn=0 op=-1 msgId=-1 - fd=1332 slot=1332 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=0 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=0 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=1 op=-1 msgId=-1 - fd=1288 slot=1288 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=1 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=1 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=1 op=1 msgId=2 - SRCH base="cn=configuration,cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=0 filter="(objectClass=nsDirectoryInfo)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=1 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=1 op=2 msgId=3 - SRCH base="cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=0 filter="(objectClass=nsDirectoryInfo)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=1 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=1 op=3 msgId=4 - SRCH base="cn=userdirectory,ou=global preferences,ou=chordiant.com,o=netscaperoot" scope=0 filter="(objectClass=nsDirectoryInfo)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=1 op=3 msgId=4 - RESULT err=0 tag=101 nentries=1 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=1 op=4 msgId=5 - UNBIND
    [15/Mar/2004:14:59:43 -0500] conn=1 op=4 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:43 -0500] conn=2 op=-1 msgId=-1 - fd=1268 slot=1268 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=1 op=-1 msgId=-1 - closed.
    [15/Mar/2004:14:59:43 -0500] conn=2 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=3
    [15/Mar/2004:14:59:43 -0500] conn=2 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=1 msgId=2 - SRCH base="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(nsExecRef=*)" attrs="nsExecRef nsLogSuppress"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=1 msgId=2 - RESULT err=0 tag=101 nentries=20 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=3 op=-1 msgId=-1 - fd=1296 slot=1296 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=3 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=3 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=3 op=1 msgId=2 - SRCH base="cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(objectClass=*)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=3 op=1 msgId=2 - RESULT err=0 tag=101 nentries=53 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=3 op=2 msgId=3 - UNBIND
    [15/Mar/2004:14:59:43 -0500] conn=3 op=2 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:43 -0500] conn=4 op=-1 msgId=-1 - fd=1252 slot=1252 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=3 op=-1 msgId=-1 - closed.
    [15/Mar/2004:14:59:43 -0500] conn=4 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=4 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=4 op=1 msgId=2 - SRCH base="cn=slapd-lupo,cn=sun one directory server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(objectClass=*)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=4 op=1 msgId=2 - RESULT err=0 tag=101 nentries=18 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=5 op=-1 msgId=-1 - fd=1300 slot=1300 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=5 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=5 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=5 op=1 msgId=2 - SRCH base="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(objectClass=*)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=5 op=1 msgId=2 - RESULT err=0 tag=101 nentries=26 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=6 op=-1 msgId=-1 - fd=1232 slot=1232 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:43 -0500] conn=6 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:43 -0500] conn=6 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:43 -0500] conn=6 op=1 msgId=2 - SRCH base="cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(objectClass=*)" attrs=ALL
    [15/Mar/2004:14:59:43 -0500] conn=6 op=1 msgId=2 - RESULT err=0 tag=101 nentries=53 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=6 op=2 msgId=3 - UNBIND
    [15/Mar/2004:14:59:43 -0500] conn=6 op=2 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:43 -0500] conn=2 op=2 msgId=3 - SRCH base="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(nsExecRef=java:*)" attrs="nsExecRef cn"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=2 msgId=3 - RESULT err=0 tag=101 nentries=0 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=2 op=3 msgId=4 - SRCH base="cn=slapd-lupo,cn=sun one directory server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(nsExecRef=java:*)" attrs="nsExecRef cn"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=3 msgId=4 - RESULT err=0 tag=101 nentries=0 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=2 op=4 msgId=5 - SRCH base="cn=sun one directory server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(nsExecRef=java:*)" attrs="nsExecRef cn"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=4 msgId=5 - RESULT err=0 tag=101 nentries=0 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=2 op=5 msgId=6 - SRCH base="cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(nsExecRef=java:*)" attrs="nsExecRef cn"
    [15/Mar/2004:14:59:43 -0500] conn=2 op=5 msgId=6 - RESULT err=0 tag=101 nentries=0 etime=0
    [15/Mar/2004:14:59:43 -0500] conn=2 op=6 msgId=7 - UNBIND
    [15/Mar/2004:14:59:43 -0500] conn=2 op=6 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:43 -0500] conn=0 op=1 msgId=2 - UNBIND
    [15/Mar/2004:14:59:43 -0500] conn=0 op=1 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:44 -0500] conn=7 op=-1 msgId=-1 - fd=1216 slot=1216 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:44 -0500] conn=6 op=-1 msgId=-1 - closed.
    [15/Mar/2004:14:59:44 -0500] conn=2 op=-1 msgId=-1 - closed.
    [15/Mar/2004:14:59:44 -0500] conn=0 op=-1 msgId=-1 - closed.
    [15/Mar/2004:14:59:44 -0500] conn=7 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:44 -0500] conn=7 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:44 -0500] conn=8 op=-1 msgId=-1 - fd=1340 slot=1340 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:44 -0500] conn=8 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:44 -0500] conn=8 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:44 -0500] conn=9 op=-1 msgId=-1 - fd=1276 slot=1276 LDAP connection from 10.88.28.97 to 10.88.28.97
    [15/Mar/2004:14:59:44 -0500] conn=9 op=0 msgId=1 - BIND dn="cn=admin-serv-lupo, cn=Administration Server, cn=Server Group, cn=lupo.chordiant.com, ou=chordiant.com, o=NetscapeRoot" method=128 version=2
    [15/Mar/2004:14:59:44 -0500] conn=9 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot"
    [15/Mar/2004:14:59:44 -0500] conn=9 op=1 msgId=2 - SRCH base="cn=admin-serv-lupo,cn=administration server,cn=server group,cn=lupo.chordiant.com,ou=chordiant.com,o=netscaperoot" scope=2 filter="(objectClass=*)" attrs=ALL
    [15/Mar/2004:14:59:44 -0500] conn=9 op=1 msgId=2 - RESULT err=0 tag=101 nentries=26 etime=0
    [15/Mar/2004:14:59:44 -0500] conn=8 op=1 msgId=2 - UNBIND
    [15/Mar/2004:14:59:44 -0500] conn=8 op=1 msgId=-1 - closing - U1
    [15/Mar/2004:14:59:45 -0500] conn=8 op=-1 msgId=-1 - closed.

Maybe you are looking for