Sun C++ and TR1

I've seen in a recent message that C++ 5.7 in Sun Studio 10 is getting close to compile the whole of boost. I think this is great news, a major step forward, and a decisive argument for upgrading to the latest version of the compiler.
I'm wondering however if there are any plans concerning std::tr1. I've tried searching the archive of this forum with no success.
Is Sun expecting stlport to come up with a version integrating tr1 components and package that with a new compiler version?
Or is there any plan to license a third party library (e.g. dinkumware) which will include tr1?
Or...
Thanks in advance,
Bertrand.

We have not scheduled an implementation of TR1 for Sun C++. TR1 is a Technical Report produced by the C++ Committee. It is not part of the C++ Standard. Part or all of TR1 is almost certain to be included in the next version of the C++ Standard, possibly with changes.
Because Sun compilers provide continued source and binary compatibility from release to release, we are conservative about introducing new features that are not part of an actual standard. If a later version of the standard changes the programming interface, or requires a change to the binary interface, we would be in the position of having to break existing applications, or not complying with the standard, or adding yet another set of incompatible compiler options.
I wrote a paper a couple of years ago on this topic. You can find it here:
http://developers.sun.com/prodtech/cc/articles/CC_abi/CC_abi_content.html
Although we do not ship the Dinkumware libraries (http://www.dinkumware.com) with Sun C++, Dinkumware supports Sun C++ as a development platform.

Similar Messages

  • Sun Creator and using the JNI

    Does any developer or Sun person have a direction for me to go in the use of the JNI within Java Sun Creator?
    It seems last weekend I was talking to a person from SUN in regards to tis issue and they have not got back to me. Has any one that uses searches looks through this user forum used the JNI within Sun Creator and to what extenet if you have.
    Thank you for your help...

    dupey00_ca , Sun support is trying to contact you.
    Please see the response to your posting from ELI-NB on Jan 4
    http://forum.java.sun.com/thread.jspa?threadID=5113212&messageID=9389707#9389707
    John
    from the Creator team

  • Oracle Workflow Server in a SUN machine; and the Oracle

    Hi All
    I have installed Oracle Workflow Server in a SUN machine; and the Oracle
    Workflow Client (Builder) in a WIN2000 machine.
    In the SUN machine, I already had installed Oracle9i and OMS (Oracle
    Management Server) version 9.2.0.1.0.
    In the WINDOWS 2000 machine, I already had installed the Oracle9i
    Client and the OWB (Oracle Warehouse Builder) version 9.0.3.35.0. Workflow
    Builder
    was installed together with Oracle Client components.
    I have a OWB (Oracle Warehouse Builder) project, and I deploy and schedule
    JOBS in OEM.
    Now I need Oracle Workflow in order to better ordering, manage and schedule
    that jobs.
    I'm reading the following documentation:
    Oracle Workflow Guide (Release 2.6.2)
    http://www.csis.gvsu.edu/GeneralInfo/Oracle/workflow.920/a95265.pdf But I think Oracle Workflow is very complex to learn quickly.
    My OWB Project has several mappings that load tables in a Data Warehouse.
    When I deploy these mappings one by one, in OEM, I can execute them in OEM
    and they work well.
    But when I use the Workflow Deployment Wizard, I create a new Workflow
    Project (Item type and Process).
    But I can't Launch this process. I go to Launch Process in Workflow page
    (http://:/pls//) but when I iniciate the project,
    it stops in the OWB Standard Begin Function. It does not go ahead.
    Well, when I use the Workflow Deployment Wizard inside OWB, it generates
    jobs that can
    be viewed inside OEM (Oracle Enterprise Manager) too. But when I submit
    these jobs, I can't get success too.
    Can somebody help me? May you guide me in order to solve my problem, or send
    me some
    documents or links about workflow, and it's integration with OWB and OEM?
    Best regards

    I think this might be more of an OWB question, and how OWB uses workflow, I have sent an email internally to try and get someone to responsd. You should also consider contacting Oracle Support if you are having these kinds of problems.
    Hi All
    I have installed Oracle Workflow Server in a SUN machine; and the Oracle
    Workflow Client (Builder) in a WIN2000 machine.
    In the SUN machine, I already had installed Oracle9i and OMS (Oracle
    Management Server) version 9.2.0.1.0.
    In the WINDOWS 2000 machine, I already had installed the Oracle9i
    Client and the OWB (Oracle Warehouse Builder) version 9.0.3.35.0. Workflow
    Builder
    was installed together with Oracle Client components.
    I have a OWB (Oracle Warehouse Builder) project, and I deploy and schedule
    JOBS in OEM.
    Now I need Oracle Workflow in order to better ordering, manage and schedule
    that jobs.
    I'm reading the following documentation:
    Oracle Workflow Guide (Release 2.6.2)
    http://www.csis.gvsu.edu/GeneralInfo/Oracle/workflow.920/a95265.pdf But I think Oracle Workflow is very complex to learn quickly.
    My OWB Project has several mappings that load tables in a Data Warehouse.
    When I deploy these mappings one by one, in OEM, I can execute them in OEM
    and they work well.
    But when I use the Workflow Deployment Wizard, I create a new Workflow
    Project (Item type and Process).
    But I can't Launch this process. I go to Launch Process in Workflow page
    (http://:/pls//) but when I iniciate the project,
    it stops in the OWB Standard Begin Function. It does not go ahead.
    Well, when I use the Workflow Deployment Wizard inside OWB, it generates
    jobs that can
    be viewed inside OEM (Oracle Enterprise Manager) too. But when I submit
    these jobs, I can't get success too.
    Can somebody help me? May you guide me in order to solve my problem, or send
    me some
    documents or links about workflow, and it's integration with OWB and OEM?
    Best regards

  • SUN ray and windows License

    Hi,
    I want to use sun ray solution with 100 windows client. can someone tell me which is the best license solution. i mean , should I go with windows terminal license or vmare solution.
    if you can please explain me about the vmare solution and benefits.
    thanks
    rajesh

    Well to be honest; we don't currently have someone here with full SUN knowledge that can answer that. I am a Windows administrator and trying to find all the applications and appliances whether they are compatible with AD 2008 R2 level. If the Sun Ray and V210 don't have an AD link/integration, that is then actually good news.
    Olaf

  • Sun plugin and Microsoft VM

    Hi,
    I have a user base that has installed the Sun plugin (and it is enabled by default), but I would like to make some of the applets on my web site to run using Microsoft VM for Java (note: not "Java VM" :) on their machines even when the Sun plugin is installed and enabled. (Telling them to reconfigure plugin settings on the fly using Tools->Internet Options->Advanced->.... when they enter the spesific applets is far too cumbersome in this case.) My users run other applets that depend on a pure Java VM, so they must have the plugin installed at all times.
    It seems that the Sun plugin takes control over the APPLET tag, so I believe it cannot be used and the OBJECT tag should be used instead.
    On Win2K, running particular applets in the MS VM can be accomplished by using the OBJECT tag and java: as a prefix to the class name. Example:
    <OBJECT ID="Test"
    CODETYPE="application/java"
    CLASSID="java:Test.class"
    WIDTH="400" HEIGHT="140">
    </OBJECT>
    However, my user base has WinNT4.0 so this won't work on their machines.
    I have tried to specify that the applet should be run in the MS VM using an OBJECT tag and a classid that directly refers to the Web Browser Applet Control (clsid:08B0E5C0-4FCB-11CF-AAA5-00401C608501), however, this does not work the way I want it to (the Sun plugin starts instead). And by using OLEVIEW I can see why: There is a TreatAs key for the InprocServer (msjava.dll) there, referring to an object with classid CAFEEFAC-0014-0000-0000-ABCDEFFEDCBB. This turns out to be a "Java Plug-in 1.4.0<applet> redirector".
    Also, I have found out that the registry key HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Plug-in\\1.4.0\\UseJava2IExplorer changes its value from 0 to 1 when a user enables the plugin via Tools->Internet Options->Advanced->.... and from 1 to 0 when a user disables it.
    My hunch is that the applet redirector, i.e. its Inproc Server npjpi140.dll, either runs the applet or redirects to the MS VM depending whether the registry key UseJava2IExplorer equals 1 or 0.
    What I would like to know is the classid of the MS VM component that eventually receives the request to run an applet when the Sun plugin is disabled. My idea is that this is in some way stored inside the npjpi140.dll, however, I would like to avoid having to reverse engineer this file if Sun (or some others) can provide the information.
    I have tried all available classid targets from the Registry that have msjava.dll as InprocServers, without success.
    Also, if the redirection mechanism is not like what I have described here, I would be very grateful for more information and of course, what I essentially need is a way to solve the problem whether this involves using OBJECT tag and classid's or not.
    Thanks!
    Kristoffer
    Kristoffer Dyrkorn - [email protected]
    Java Developer

    Kristoffer,
    If you have not already found the clisd, it is {08B0E5C0-4FCB-11CF-AAA5-00401C608500} for MS VM version 3805.
    I am currently having application conflicts with the newest JRE client and apps that need to use the MS VM. Have you had any luck utilizing both as of yet?
    Regards,
    Scott Hannigan
    s c o t t . h a n n i g a n @ b a n k o f a m e r i c a . c o m

  • Difference Between Sun JVM and IBM JVM

    Hi
    Can some one let me on the difference between Sun JVM and IBM JVM
    regs
    Vivek Nidhi

    Sun's JVM is built on HotSpot technology: http://java.sun.com/docs/hotspot
    and covers a broad range of OS/HW combinations: http://java.sun.com/j2se/1.5.0/system-configurations.html
    Maybe you can be more specific in your question or in describing what you want to do.
    -Alexis

  • Differences between Sun JVM and Microsoft JVM.

    Differences between Sun JVM and Microsoft JVM.
    I have a very simple applet that I am trying to make compatible with both Microsoft�s JVM and Suns JVM in Internet Explorer.
    However, when I turn on the Sun JVM it works occasionally, but frustratingly on most occasions I get the following error messages:
    In the status bar: "Applet <name> notinited"
    And when I investigate further in the console I get the following output:
    load: class <name>.class not found.
    java.lang.ClassNotFoundException: <name>.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketException: Malformed reply from SOCKS server
         at java.net.SocksSocketImpl.readSocksReply(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.net.protocol.http.HttpClient.New(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.createConnection(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    It appears that the applet never gets loaded. I have no idea why?
    What is the Sun JVM doing here?
    Many thanks in advance for any help.

    Oh, one more thing. Here's the outpt of the VM log when I run the test above:
    Java(TM) Plug-in: Version 1.4.2_03
    Using JRE version 1.4.2 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Michael
    Proxy Configuration: No proxy
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NullPointerException
         at sun.plugin.cache.Cache.updateTable(Unknown Source)
         at sun.plugin.cache.FileCache.getMatchingFile(Unknown Source)
         at sun.plugin.cache.CachedFileLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.cache.CachedFileLoader.getCacheFile(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
         at sun.plugin.cache.FileCache.get(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectWithCache(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    v

  • Sun Ray and Tarantella error in DISPLAY

    I am facing the same problem.
    I installed Tarantella 4.2 on Solaris 9. It worked well. I can open
    sessions on both Windows and Unix servers.
    But when I installed Sun Ray Server Software the error began to appear
    when I connect using Tarantella to Windows servers.
    I can login to the web interface and launch X-Applications. But Windows
    applications give the error:
    "can't read "DISPLAY": no such variable (error = NONE)
    ErrCommandExecutionFailed

    jhaddad,
    1. Do not start sgd from the rc files start it manually after the system has
    booted.
    2. Change the permissions on the /tmp/X11-unix directory to allow non root
    processes to write to it.
    3. Change the sgd binary ttaxpe so that its group is set to root and chmod it so
    that it has the "set guid" bit set (This means then when it executes it will run
    with a group permission of root, which is how the standard Sun Xsun process runs).
    Our recommendation would be to use option 3.
    jhaddad wrote:
    I am facing the following problem.
    I installed Tarantella 4.2 on Solaris 9. It worked well. I can open
    sessions on both Windows and Unix servers.
    But when I installed Sun Ray Server Software the error began to appear
    when I connect using Tarantella to Windows servers.
    I can login to the web interface and launch X-Applications. But Windows
    applications give the error:
    "can't read "DISPLAY": no such variable (error = NONE)
    ErrCommandExecutionFailed

  • How to wipe the old Sun OS and install Solaris 10?

    hello,
    I bought a Sun Ultra 5 server from ebay, and wanted to install Solaris 10 on it. I downloaded the 5-CD version of Solaris 10 from Sun website.
    When I powered on the server, it dispalys a series of prompts:
    Type control-d to proceed with normal starup
    (or give root password for system maintenance)
    I typed control-d a couple of times, and eventually it asked me to select run level 0-6, s
    no matter which one I chose, it went back to 'type control-d ..' prompt.
    How am I supposed to start the installation program? (I have CD 1 in the CD-ROM)
    Or, how to completely wipe the old system and install Solaris 10?
    many thanks

    If you get to select a run lever try 0 (halt) that will bring you to an ok> prompt where you can boot cdrom.
    Alternately try STOP-A from the keyboard. That should also drop you to an ok> prompt and you can boot cdrom from there.

  • Sun DB and special characters

    Hi all,
    I think this is place where someone can help me. I have a problem with national characters. Oracle database is 9.2.0.7 version and installed on Sun box. Characterset of database is EE8ISO8859P2.
    When i connect to Sun server via telnet or putty (I do not have physical access to this server) and I insert string with special characters, those characters are not stored properly. I see question marks instead of those characters. And I'm stucked here.
    I do not know what causes this problem. I've read documentation about NLS and localization of Oracle and everything seems logical, but here I really don't know what to do. Is there something on operating system level (unsupported code page) or what? I don't have access to Sun as root user.
    I really hope that someone can tell me what are possible causes for my issue.
    Thanks in advance.

    Hi,
    Did you try to set the NLS_LANG variable on your Putty session ?
    For example:
    SGMS@BDRPS> select * from z;
    COD
    ac?o
    aeio??e
    SGMS@BDRPS> exit
    In my case:
    oracle@icaro:~> export NLS_LANG="BRAZILIAN PORTUGUESE_BRAZIL.WE8MSWIN1252"
    oracle@icaro:~> sqlplus sgms/password
    SQL*Plus: Release 10.1.0.2.0 - Production on Qui Mar 15 11:30:06 2007
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SGMS@BDRPS> select * from z;
    COD
    ação
    áéíóãõèCheers

  • Password synchronization problem between sun DS and ADS

    Hi
    I installed the sun one indentity synchronization 1.0. I synchronize password between one DS and one AD.It is working fine. My problem is i want to synchronize between two sun one DS and one AD , but it is ignoring the one DS in Sync , anothe DS and AD is Synchronizing. It is not synchrnonizing the two DS and one AD server.
    My SUL Configuration is
    SUL Name : DS1ToADS
    Windows
    Base DN : ou=newsync,dc=esecurity,dc=com
    Filter : destinationindicator=ameer.com
    Creation Expression : cn=%cn%, ou=newsync,dc=esecurity,dc=com
    Sun One Directory Server
    Base DN : cn=authorization2,dc=ameer,dc=com
    destinationindicator=ameer.com
    SUL Name : DS2ToADS
    Windows
    Base DN : ou=newsync,dc=esecurity,dc=com
    Filter : destinationindicator=basha.com
    Creation Expression : cn=%cn%, ou=newsync,dc=esecurity,dc=com
    Sun One Directory Server
    Base DN : cn=authorization2,dc=basha,dc=com
    destinationindicator=basha.com
    I am synchronizing the existing users using the following file.
    <?xml version="1.0" encoding="UTF-8"?>
    <UserLinkingOperationList allowLinkingOutOfScope="true">
    <UserLinkingOperation parent.attr="UserLinkingOperation"
    sulid="DS1ToADS">
    <UserMatchingCriteria parent.attr="UserMatchingCriteria">
    <AttributeMap parent.attr="AttributeMap">
    <AttributeDescription parent.attr="SunAttribute" name="sn"/>
    <AttributeDescription parent.attr="WindowsAttribute" name="sn"/>
    </AttributeMap>
    <AttributeMap parent.attr="AttributeMap">
    <AttributeDescription parent.attr="SunAttribute" name="employeenumber"/>
    <AttributeDescription parent.attr="WindowsAttribute" name="employeeid"/>
    </AttributeMap>
    </UserMatchingCriteria>
    </UserLinkingOperation>
    <UserLinkingOperation parent.attr="UserLinkingOperation"
    sulid="DS2ToADS">
    <UserMatchingCriteria parent.attr="UserMatchingCriteria">
    <AttributeMap parent.attr="AttributeMap">
    <AttributeDescription parent.attr="SunAttribute" name="givenName"/>
    <AttributeDescription parent.attr="WindowsAttribute" name="givenName"/>
    </AttributeMap>
    <AttributeMap parent.attr="AttributeMap">
    <AttributeDescription parent.attr="SunAttribute" name="employeenumber"/>
    <AttributeDescription parent.attr="WindowsAttribute" name="employeeid"/>
    </AttributeMap>
    </UserMatchingCriteria>
    </UserLinkingOperation>
    </UserLinkingOperationList>
         Should not showing the any error after synchronization.
    I am giving my log files     
    resync log
    [05/Jan/2005:17:29:12.505 +0530] INFO 66 CNN101 csi2a01 "Sent remote source entry 'dn: 'CN=actusr2,OU=newsync,DC=esecurity,DC=com' [activedirectorydomainname=esecurity.com, employeeid=11112]'." (Action ID=CNN101-10142707E24-10, SN=4)
    [05/Jan/2005:17:29:12.958 +0530] INFO 66 CNN101 csi2a01 "Sent remote source entry 'dn: 'CN=actusr1,OU=newsync,DC=esecurity,DC=com' [activedirectorydomainname=esecurity.com, employeeid=11111]'." (Action ID=CNN101-10142707E24-11, SN=4)
    [05/Jan/2005:17:29:13.051 +0530] INFO 66 CNN101 csi2a01 "Sent all entries for the 'DS2TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-13, SN=0)
    [05/Jan/2005:17:29:14.098 +0530] INFO 66 CNN101 csi2a01 "Sent all entries for the 'DS1TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-14, SN=0)
    [05/Jan/2005:17:29:17.442 +0530] INFO 71 CNN100 csi2a01 "Received all remote entries for the 'DS1TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-14, SN=5)
    [05/Jan/2005:17:29:18.567 +0530] INFO 62 CNN101 csi2a01 "Received all remote entries for the 'DS1TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-14, SN=10)
    [05/Jan/2005:17:29:22.098 +0530] INFO 72 CNN102 csi2a01 "The Windows entry 'dn: 'CN=actusr1,OU=newsync,DC=esecurity,DC=com' [employeenumber=11111, givenname=ameer1] [destinationindicator=[basha.com, ameer.com]]' is already linked to the Directory Server entry 'dn: 'uid=ds1ameer1,cn=Authorization1,dc=basha,dc=com' [employeenumber=11111, destinationindicator=esecurity.com]'." (Action ID=CNN101-10142707E24-11, SN=5)
    [05/Jan/2005:17:29:22.098 +0530] INFO 71 CNN102 csi2a01 "The Windows entry 'dn: 'CN=actusr2,OU=newsync,DC=esecurity,DC=com' [employeenumber=11112, givenname=ameer2] [destinationindicator=[basha.com, ameer.com]]' is already linked to the Directory Server entry 'dn: 'uid=ds1ameer2,cn=Authorization1,dc=basha,dc=com' [employeenumber=11112, destinationindicator=esecurity.com]'." (Action ID=CNN101-10142707E24-10, SN=5)
    [05/Jan/2005:17:29:22.520 +0530] INFO 73 CNN102 csi2a01 "Received all remote entries for the 'DS2TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-13, SN=5)
    [05/Jan/2005:17:29:22.629 +0530] INFO 63 CNN101 csi2a01 "Received all remote entries for the 'DS2TOADS' Synchronization User List." (Action ID=CNN101-10142707E24-13, SN=10)
    audit log
    [05/Jan/2005:17:29:15.629 +0530] FINE 16 CNN102 csi2a01 "The agent has received an outbound action from MQ: Type: REFRESH SUL: DS2TOADS {Data Attrs: [UNSPEC employeenumber: 11112] [UNSPEC activedirectorydomainname: esecurity.com]} {Other Attrs: cn: actusr2 destinationindicator: basha.com, ameer.com dn: CN=actusr2,OU=newsync,DC=esecurity,DC=com employeenumber: 11112 givenname: ameer2 objectclass: top, person, organizationalPerson, user dspswuserlink: tZeGDb7WM0SW72YcOMzfew== pwdlastset: 127493062677968750 samaccountname: 1234 sn: nagore2 usnchanged: 115104 whenchanged: 20050104100213.0Z}." (Action ID=CNN101-10142707E24-10, SN=3)
    [05/Jan/2005:17:29:15.895 +0530] FINE 16 CNN102 csi2a01 "The controller has received the following outbound action from the agent: Type: REFRESH SUL: DS2TOADS {Data Attrs: [UNSPEC employeenumber: 11112] [UNSPEC activedirectorydomainname: esecurity.com]} {Other Attrs: cn: actusr2 destinationindicator: basha.com, ameer.com dn: CN=actusr2,OU=newsync,DC=esecurity,DC=com employeenumber: 11112 givenname: ameer2 objectclass: top, person, organizationalPerson, user dspswuserlink: tZeGDb7WM0SW72YcOMzfew== pwdlastset: 127493062677968750 samaccountname: 1234 sn: nagore2 usnchanged: 115104 whenchanged: 20050104100213.0Z}." (Action ID=CNN101-10142707E24-10, SN=4)
    [05/Jan/2005:17:29:16.208 +0530] FINE 16 CNN102 csi2a01 "The agent has received an outbound action from MQ: Type: REFRESH SUL: DS2TOADS {Data Attrs: [UNSPEC employeenumber: 11111] [UNSPEC activedirectorydomainname: esecurity.com]} {Other Attrs: cn: actusr1 destinationindicator: basha.com, ameer.com dn: CN=actusr1,OU=newsync,DC=esecurity,DC=com employeenumber: 11111 givenname: ameer1 objectclass: top, person, organizationalPerson, user dspswuserlink: tfNQqDQ8VEigzgJjrfcVSg== pwdlastset: 127493178093125000 samaccountname: 123 sn: nagore1 usnchanged: 115147 whenchanged: 20050104131009.0Z}." (Action ID=CNN101-10142707E24-11, SN=3)
    [05/Jan/2005:17:29:16.926 +0530] FINE 16 CNN100 csi2a01 "The agent has received an outbound action from MQ: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=3)
    [05/Jan/2005:17:29:16.926 +0530] FINE 16 CNN100 csi2a01 "The controller has received the following outbound action from the agent: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=4)
    [05/Jan/2005:17:29:16.973 +0530] FINE 16 CNN102 csi2a01 "The controller has received the following outbound action from the agent: Type: REFRESH SUL: DS2TOADS {Data Attrs: [UNSPEC employeenumber: 11111] [UNSPEC activedirectorydomainname: esecurity.com]} {Other Attrs: cn: actusr1 destinationindicator: basha.com, ameer.com dn: CN=actusr1,OU=newsync,DC=esecurity,DC=com employeenumber: 11111 givenname: ameer1 objectclass: top, person, organizationalPerson, user dspswuserlink: tfNQqDQ8VEigzgJjrfcVSg== pwdlastset: 127493178093125000 samaccountname: 123 sn: nagore1 usnchanged: 115147 whenchanged: 20050104131009.0Z}." (Action ID=CNN101-10142707E24-11, SN=4)
    [05/Jan/2005:17:29:16.973 +0530] FINE 16 CNN102 csi2a01 "The agent has received an outbound action from MQ: Type: SENTINEL SUL: DS2TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-13, SN=3)
    [05/Jan/2005:17:29:16.989 +0530] FINE 16 CNN102 csi2a01 "The controller has received the following outbound action from the agent: Type: SENTINEL SUL: DS2TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-13, SN=4)
    [05/Jan/2005:17:29:17.442 +0530] FINER 13 SysMgr_100 csi2a01 "Sending an acknowledgement to the console for request (ID=1104926235041)."
    [05/Jan/2005:17:29:17.473 +0530] FINE 13 SysMgr_100 csi2a01 "Sent an acknowledgement to the console for request (ID=1104926235041)."
    [05/Jan/2005:17:29:17.457 +0530] FINE 71 CNN100 csi2a01 "The agent has received the following inbound action from the controller: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=6)
    [05/Jan/2005:17:29:17.489 +0530] INFO 71 CNN100 csi2a01 "The agent is sending the following inbound action to MQ: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=7)
    [05/Jan/2005:17:29:17.504 +0530] FINER 71 CNN100 csi2a01 "The controller has acknowledged the following outbound action to the agent: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=8)
    [05/Jan/2005:17:29:18.192 +0530] FINE 16 CNN101 csi2a01 "The agent has received an outbound action from MQ: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=8)
    [05/Jan/2005:17:29:18.364 +0530] FINE 16 CNN101 csi2a01 "The controller has received the following outbound action from the agent: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=9)
    [05/Jan/2005:17:29:18.676 +0530] FINER 62 CNN101 csi2a01 "The controller has acknowledged the following outbound action to the agent: Type: SENTINEL SUL: DS1TOADS {Data Attrs: } {Other Attrs: }." (Action ID=CNN101-10142707E24-14, SN=11)
    Please do the needful
    Basha

    Hi Joshua,
    Does this mean that I need to install the core and sub component but no need to install the DS and AD connectors. No!!! Core must only be installed on one machine! Here is a short summary of the steps during an installation having sun ONE LDAPs in multi-master replication (taking ldap2 as the machine, whrere core is installed):
    1. Install core on ldap2
    2. start console and configure your directory sources. For the sun directory source enter ldap2 as the preferred and ldap1 as the secondary ldap. Configure the rest: attribute-mapping, modification flow, AD-source, SULs, etc. save the configuration.
    3. on ldap2 run idsync prepds untill you get the SUCCESS message in the following way (be sure to specify the secondary ldap with -j and -r options):
    idsync prepds -h <ldap2> -p <ldap2port> -j <ldap1> -r <ldap1port> -D "cn=directory manager" -w <passwort> -s  <configuration_registry_suffix>4. Run the install binaries again on ldap2. Install DS Connector on ldap2, install DS-Subcomponent (preferred) on ldap2. Install AD-Connector.
    5. Copy over install binaries to ldap1. Run the install binaries on ldap1. Give ldap2 as configuration directory URL When you are asked, what components to install, select subcomponent. Select the suffix. When you are asked, what type of ldap, select secondary.
    6. Copy over install binaries to any ldap slave in your replication topology and install the subcomponent there, choosing "other" as the ldap type.
    Good luck again...
    Jakob.

  • Deploying Sun Java - and controlling settings centrally

    Hello.
    We are trying to deploy Sun Java to corporate PCs (XPsp2) silently and also to ensure the settings are correct for our environment.
    Deploying silently is easy (documented here and using SMS).
    Some settings appear to be stored in the registry, and so we can control these by creating Active Directory Group-Policy templates.
    However, some settings are stored in "document.properties" in the users profile - and this file is not accessible via normal centralised management techniques.
    We want to set the downloaded Java folder (deployment.user.cachedir) to, say, c:\temp on all PCs. We cannot have the default option of having it installed in the user profile, as users profiles are quota'd and are cross-site roaming, so it is key to keep them small.
    We would also turn off updates; tray icon etc etc.
    We could manually modify this file in everyones user profile - but this is far from ideal, and indeed quite messy.
    Is there a separate install package available to corporates where options can be determined in advance? Or is there a way we can apply this?
    Many thanks!

    I'm going to take a guess here... It's a known situation that, within a single instance of Internet Explorer, you can't have two different kinds of JVM running. So, for example, if you started a new instance of IE, and ran a forms session using JInitiator for a while; then came out of forms but, staying within the same IE instance, started an app using Sun JVM - you'll get a very nasty crash.
    However, there should be nothing to stop you simultaneously running separate IE instances, one running JInitiator, one running Sun JVM.
    Something to be aware of is that you can have multiple IE windows open, but all existing under the same IE process. For example, if you do CTRL-N from an IE window, you get a new window, but it's still part of the same process - you can see this by checking Task Manager. You can also get multiple windows sharing one process when a link opens in a new window, or you use a desktop shortcut when IE is already open. To guarantee a whole new IE process, the simplest way is to just start IE from the desktop / start menu.
    You state that the order in which people open the two apps makes a difference. I wonder if the different order affects whether a new process is started or an existing one shared?
    Good luck,
    James

  • Sun RI and MyFaces with JBoss AS

    Hi all,
    I am using JBoss AS and have a JSF application. By default, JBoss bundle MyFaces JSF with Jboss. I have everything working fine with MyFaces. However, I encounter problem when I tried to display the banding for dataTable using Oracle ADF. From my research, it seems ADF table's banding does not work with MyFaces so I want to test out using Sun RI JSF with Jboss. I remove MyFaces jar files and put Sun RI jar file in WEB_INF/lib directory and remove the line in web.xml
    <listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    </listener>
    This is done following Jboss documentation. But when Tomcat starts up, it seems still look for org.apache.myfaces.webapp.StartupServletContextListener class and throw ClassNotFoundException (because I removed myfaces jars). Has anyone benn able switched to use Sun RI in JBoss AS version 4.0.5?
    Thanks a lot,
    LNgo

    Hello Raymond,
    I must say that I downloaded the JBoss Portal Binary and not the bundle JBoss AS + JBoss Portal, because I already had a JBoss AS working, so it was the best way to do it (as it is said in the JBossPortalReferenceGuide). I have both things (server and portal) in the same directory, but I don't know if maybe one of them should contain the other (I have seen that in the bundle, the portal directory contains the JBoss application server) When I downloaded the JBoss Portal and tried to deploy it by directing my web browser to http://localhost:8080/portal it did not work, so I decided to copy the jboss-portal.sar directory from the JBoss Portal to the deploy of my server. Maybe this was a mistake.
    But anyway I have seen that JBoss Portal 2.6 comes with the myfaces jars, and as JBoss AS 4.2 uses Sun RI by default, it is going to collapse anyway. Should I just remove these jars from the portal? As I told you before, I tried doing it and I got two errors of not found classes.
    Please, any help would be really appreciated, I am losing a lot of time with this bug, because the server keeps getting out of memory due to it.
    Thanks in advance.

  • Sun IdM and ajax?

    I'm a developer new to Sun IdM. In looking at our existing IdM pages they are painful to say the least. Every single action on them requires the whole page to re-load. I have used ajax in a LAMP sort of setup before and I know there are ways you can implement it on Java/JSP but what I'm wondering is if anyone on this forum has tried this and if it has made a difference at all.
    Thanks Much

    Hi,
    I did this for a little demo before. The challenge is to make the data available for the ajax client in the browser to pick up dynamically.
    What I did in my demo was that the form put the valid choices into a static variable of a custom class. The user could then type in a textbox and as soon as the number of matched items was less than 5 they where displayed for choice. The scenario was to show a way to pick from a big amount of choices without sending out megabytes of checkboxes and having the user scrolling through thausands of lines to find what he is looking for. Of course in a clustered environment the static variable may not be the right sollution.
    Regards,
    Patrick

  • Sun cluster and oracle RAC

    my client is insisting on putting oracle RAC on top of sun cluster, the thing is i don't know what is the benifit of creating such an architecture, i tries to search on the internet but couldn't understand the benifits nor the advantage, Kindly if some one has implemented such an architecture to let us know the use and the benifits

    Hi,
    Here on my environment, there is SUNCluster only for single instances. The Clusterware Oracle is complete providing high availability and load balance for your database, you don't need sun cluster with this case, no advantages gained. The only thing controlled by SUNCluster on my RAC environment is QFS (Cluster file system from SUN).
    If search on this forum, there are many discussion by this topic (suncluster X RAC) like this post Re: Sun Cluster.. Why?
    Regards,
    Rodrigo Mufalani

Maybe you are looking for

  • How To Open a PDF File in a Oracle Forms

    hi all I have a Open a PDF file in a PDF viewer when i Press a Button and Check if File is Exit in given Location then open Or Message . How This is Possible. Help

  • Missing Return Statement, where do I put it?

    Hi am using some code from the Sun website, it is called the KnockKnockProtocol, and I have edited it a bit and I get a "missing return statement" error. When I put one in the server does not run at all? import java.net.*; import java.io.*; public cl

  • Boot Camp/Windows Partition

    I'm thinking of going the boot camp route so as to run a few of my windows programs and would be grateful for advice from users who have done this. Boot camp assistant seems to say 32Gb as standard for the win partition - has this been found to be re

  • Problem in additional tab page in cprojects

    hi all, i have created one additional tab page through spro settings in cprojects application. trasaction : spro collaboration projects -> global enhancements -> Define field groups for customer fields. here it is giving me option to apply this field

  • Naming of nano's on Itunes

    Sorry - I have searched but cannot find an answer.. (thought I had) I ahve two nanos, one very old and one brand new. I want to have one for audio-book and one for music. Can I set them up in Itunes so that they are identified? Or is that aoutomatic?