Is J2SE1.3.1_b24 compliant to newDST

I am in the process of patching my Solaris 8 systems for the new DST setting. Sun web site says that J2SE1.3.1_18 and later is compliant. But is 1.3.1_b24 compliant?
Thanks.
Paul

1.4.1_b24 may be the internal build number 24 of the 1.3.1 release,
whereas 1.3.1_18 is the 18th update release to 1.3.1. So to be safe,
better download 1.3.1_18 from java.sun.com
I am in the process of patching my Solaris 8 systems
for the new DST setting. Sun web site says that
J2SE1.3.1_18 and later is compliant. But is 1.3.1_b24
compliant?
Thanks.
Paul

Similar Messages

  • ISE 1.2 - Posture Detail Assessment - enforcement audit mode report not show status for non-compliant

    ISE 1.2 - Posture Detail Assessment - enforcement audit mode report not show status for non-compliant.
    - For old version 1.1.4 it can be reported for non-compliant, How can I generate report for this? 
    Thanks
    Kosin Usuwanthim

    It used to be in there (id 226635 is the last one with it); should I clean it up a bit and put it back with a bit more of a disclaimer?

  • JCOP41 ICAO-compliant passport

    Hi,
    I'm trying for a while to create an ICAO-compliant e-passport using a JCOP41. Now, I'm having some trouble creating a DG14 with characteristic-two fields GF(2n) since GF(p) is not supported by the card. According to RFC3279, here is what I need to create (since I'm sure there is no problem with GF(p), I will only consider the critical part):
    FieldID ::= SEQUENCE {
        fieldType OBJECT IDENTIFIER,
        parameters ANY DEFINED BY fieldType }and
    Characteristic-two ::= SEQUENCE {
        m INTEGER,          -- Field size 2^m
        basis OBJECT IDENTIFIER,
        parameters ANY DEFINED BY basis }Using the document of the BSI "Technical Guideline TR-03110" Appendix D, here is what I propose for keys of length 113:
    3028
        06072A8648CE3D0102
        3011
            020171                              // m = 113
            06092A8648CE3D01020102                    // tpBasis
            020109                              // e = 9The problem is that I cannot perform EAC using the Golden Reader Tool (GRT). I always get the following message: "The chip authentication procedure failed. The chip may have been cloned. BER decode error".
    Is there a document where I can find an example similar to the one in the document of the BSI for GF(2n)? Can someone point me where I'm wrong? (the RFC seems a little bit blur to me)
    Thanks

    Oops, I put the wrong example. Here is what I have, but still no luck:
    301C
        06072A8648CE3D0102
        3011
            020171
            06092A8648CE3D01020102
            020109Thanks for the remark.

  • How to upgrade web app to J2EE compliant, EJB, etc.

    I support an application that was designed and created before the EJB 2.0 spec
    came out. It was built by a regional consulting company, who used their own application
    framework instead of EJB stuff. Their framework mainly consists of classes to
    handle transactions, JDBCconnections, and what is basically their equivalent of
    an EJB, called a Domain Object. The framework is actually pretty impressive and
    works quite well.
    I'm trying to evaluate whether it would be worth 'upgrading' the entire application,
    to use EJBs and other things to make it J2EE compliant. I've worked with JSPs
    and servlets for a couple years, but I've no experience with EJBs. I've pieced
    together an extremely simply stateless-session bean and have been able to use
    it on a JSP, but now I'm trying to get entity beans working, and can't find any
    examples or tutorials of how to invoke, load, create, etc. an EJB in a JSP/servlet.
    Can anyone recommend a resource for this? I've just ordered the latest Enterprise
    Java Beans book from OReilly, but I didn't know how much that had on actually
    using EJBs within JSPs and servlets.
    Thanks

    Hello Karthik,
    I just tried to solve my problem with your suggestions, unfortunately, my JSP channel still doesn't work :(
    The portal server keeps reporting "Server Error..." when I tried to add query at the end of the href.
    Do you still have any other suggestions?
    Thank you

  • JDeveloper 3.1 and JDK1.2.2: are they REALLY compliant?

    Hi,
    I've already been developing in JDev 3.0 using Java 1.1.8 for a few months and have a number of EJB's deployed in an Oracle8i 8.1.5 database. These are accessed by a servlet which is called from a C++ application in order to populate the db tables. I'm using Java Webserver 2.0 and everything works fine.
    I've been upgrading to Java 2 with JDev 3.1, Oracle 8i R2, and JDK1.2.2. Everything again works fine when I am testing and debugging in the JDev 3.1 IDE but when I deploy to the Web server, my context lookup for the EJB published name freezes, returns an error status to the C++ app but does not display any error/exception msgs in the server console/log files.
    On investigating I found that the java.exe bundled with JDev 3.1 as the JDK1.2.2 version is actually NOT the java.exe that has been dispatched with the release version of JDK1.2.2! There are however two files in the bin directory of the JDK1.2.2 called oldjava.exe and oldjavaw.exe which correspond to the ones bundled with JDev 3.1?
    Could someone please explain what is going on? As it stands at the moment the version of java.exe with JDK1.2.2 does not work for my EJB's but if I replace it with the oldjava.exe, it works fine. Does this mean that JDev 3.1 is NOT actually JDK1.2.2 compliant or have I done something wrong?
    This is potentially a major problem for our projects so if anyone at Oracle has any info it would be greatly appreciated.
    Cheers
    Dave

    David,
    I changed Sun Java 1.2.2 VM to JDeveloper 3.0 1.1.8 VM and now I get this:
    [Root exception is java.lang.ClassNotFoundException: EJBBibles.BibleSearchHomeHelper]javax.naming.Na
    mingException: Unknown reasons
    at oracle.aurora.jndi.sess_iiop.SessionCtx._activate(SessionCtx.java:82)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.activate(SessionCtx.java:276)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.lookup(ServiceCtx.java:320)
    at oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(sess_iiopURLContext.java:215)
    at oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(sess_iiopURLContext.java:201)
    at javax.naming.InitialContext.lookup(InitialContext.java:288)
    at EJBBiblesServlet.Servlet1.init(Servlet1.java:36)
    at org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
    at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:445)
    at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
    at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHand
    ler.java:160)
    at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
    at java.lang.Thread.run(Thread.java:466)
    If I use JDev 1.2 VM, I get this:
    javax.naming.NotContextException: fumaca:2481:eatg/test/BibleSearchRemote
    java.lang.Object oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(javax.naming.Name)
    java.lang.Object oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.lookup(java.lang.String)
    java.lang.Object javax.naming.InitialContext.lookup(java.lang.String)
    void EJBBiblesServlet.Servlet1.init(javax.servlet.ServletConfig)
    void org.apache.tomcat.core.ServletWrapper.initServlet()
    void org.apache.tomcat.core.ServletWrapper.handleRequest(org.apache.tomcat.core.Request, org
    .apache.tomcat.core.Response)
    void org.apache.tomcat.core.ServletWrapper.handleRequest(org.apache.tomcat.core.HttpServletR
    equestFacade, org.apache.tomcat.core.HttpServletResponseFacade)
    void org.apache.tomcat.servlets.InvokerServlet.service(javax.servlet.http.HttpServletRequest
    , javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.Serv
    letResponse)
    void org.apache.tomcat.core.ServletWrapper.handleRequest(org.apache.tomcat.core.Request, org
    .apache.tomcat.core.Response)
    void org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request, org.apach
    e.tomcat.core.Response)
    void org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(org.apache.tomca
    t.service.TcpConnection, java.lang.Object[])
    void org.apache.tomcat.service.TcpConnectionThread.run()
    void java.lang.Thread.run()
    Which means that there is a difference relative to the VM version.
    All the names are correct on 8i deployment. And all necessary files are on classpath, (including the EJB source and generated jars, that are also in the /lib on the context dochome).
    Any thoughts?
    Thanks,
    Eduardo
    null

  • Under Windows 7 Ultimate x64 and Boot Camp, my 27 inch Apple LED Cinema Display checks out as a Generic PnP Monitor and is shown as NOT HDCP compliant.  I haven't been able to find any kind of an .inf file to use.  Does anyone have a solution?

    Under Windows 7 Ultimate x64 and Boot Camp, my 27 inch Apple LED Cinema Display checks out as a Generic PnP Monitor and is shown as NOT HDCP compliant.  I haven't been able to find any kind of an .inf file to use.  Does anyone have a solution?  Or is Apple's implementation of HDCP (if it's there) incomplete?

    I am having this same issue. Im not sure if this is the cause but I think this is keeping PowerDVD Ultra 11 from playing back Bluray under Windows 7 / Bootcamp

  • I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages.

    I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages. 
    Specifically I am attempting  to read data frames using the RP1210_READMESSAGE .   am able to configure the hardware and send a message to the J1939 bus. .    I think I have not configured something correctly.  I can use the RP1210_SENDMESSAGE and see the message I have sent on the bus using CANalyzer   When I use the RP1210_READMESSAGE   I get the timestamp from a message and the return from the function sends back the correct number of bytes (the number matches the number of bytes I sent out plus four bytes from the timestamp).  What I am having trouble with is actually receiving the data. I have had the same type of behavior from two different hardware (Vector CANcase XL and Nexiq USB Link), so I don't think the issue is vendor specific.
    Has anyone been able to make the RP1210_RECIEVEMESSAGE function work correctly?
    Thanks for any help

    Thanks
    I have already tried that.  The links are the NI RP1210 wraper. The problem I am having is using labview to interface with the RP1210 layer.  The RecieveMessage char*fpchAPIMessage this is the output which is a pointer to a cahracter array.  In this variable I can receive the timestamp of the message but not the message.  The retun showns the correct amount of bytes are aviaable (18 for a 8 byte message) but I can only get the 4 byte timestamp  I think I have to dereference this pointer to view the data.  I am not sure how to fix this. 

  • After Db upgrade to 11.1.0.6  invailds are not getting complied

    After Db upgrade to 11.1.0.6 from 10.2.0.4 the invailds are not getting complied
    Platfrom:-OEL4
    Invalid:-100

    Hi,
    1. First try to compile invalid objects using adadmin.
    2. If the objects are still invalid, then compile them manually.
    You can use the custom script from the following link
    http://www.oracle-base.com/articles/misc/RecompilingInvalidSchemaObjects.php
    3. If invalids still exists please post few objects here which are invalid.
    Thanks

  • About complier. Thanks for help

    Can anyone tell me how to convert *.class to end-user program-application file? For example, what else of complier to use...
    Thanks for help..

    Hi,
    Read about it here:
    http://developer.java.sun.com/developer/qow/archive/21/index.html
    Regards,
    Manfred.

  • HD movie from iTunes won't play on hdcp compliant setup.

    I purchased an HD movie on iTunes.  But it will not play on my hdcp compliant pc with hdcp compliant video card and monitor.  And I am not even given the option to at least watch it in SD.  How can I get the movie to play on my PC? 
    Thanks.

    Called support. You ave to initiate the rental process on wifi to play it in airplane mde later

  • How can I get data, as opposed to compliant/not-compliant, from compliance?

    I'm new to configuration manager, but I have been through the 2012 MS training class.
    My issue is, I'm trying to determine how I can use SCCM in general and Compliance in particular to collect data on the clients.  Here are some examples of the data that I need to collect:
    The members of the local administrators group.
    The updates that are needed and count of updates that are needed.
    The configuration settings (time zone, pagefile configuration, IE ESC status, Firewall settings, SFP setting, and so on.
    The frequency of update installation over the past year (or whenever the event log rolls over)
    I need to collect this information and report it out in a custom report.  I've tried to do this with compliance, by creating a baseline and deploying it to clients, then adding a configuration item for each piece I want to capture.  The problem
    I'm experiencing is that it looks like compliance is giving me a boolean result - compliant or not compliant, when I go to run a report on the data.  I want to get the actual data, in addition to whether or not it is compliant.
    I want to use compliance, so I can take advantage of the auto-remediation.  I have set up the configuration items with both check powershell scripts and remediate powershell scripts.
    On a related but possibly separate note, I also used a configuration item to attempt to collect data into an MSSQL server.  I created a powershell script that gets the data, and connects to MSSQL and inserts the data; the problem is, that it appears
    to not be working.  If I run the script from an interactive powershell command promt or from an iteractive command line, it runs fine.  It even works if I run it from a scheduled task.  But it doesn't appear to work running it from the configuration
    item in SCCM 2012 R2, even though Powershell is listed as a valid script type.  Two notes: The execution policy on the clients is set to unrestricted, and the firewall is OFF on the clients.
    So my questions are:
    Am I going about this the right way?  If not, how SHOULD I go about this?
    Am I missing anything in trying to run the powershell scripts in the configuration item?
    Here is the script I am trying to run.  I realize that it has the check code mixed with the remediation code, I plan to separate the two once I have the powershell running and updating the database.  Also, I replaced the sensitive information in
    the SQL connection string.
    $Comp=$env:COMPUTERNAME
    Write-Host $Comp
    $LocalMachine=Get-ExecutionPolicy -Scope LocalMachine
    Write-Host "Local Machine:" $LocalMachine
    $UserPolicy=Get-ExecutionPolicy -Scope UserPolicy
    Write-Host "User Policy:" $UserPolicy
    $Process=Get-ExecutionPolicy -Scope Process
    Write-Host "Process:" $Process
    $CurrentUser=Get-ExecutionPolicy -Scope CurrentUser
    Write-Host "CurrentUser:" $CurrentUser
    $MachinePolicy=Get-ExecutionPolicy -Scope MachinePolicy
    Write-Host "MachinePolicy:" $MachinePolicy
    $Conn = New-Object System.Data.SqlClient.SqlConnection
    $Conn.ConnectionString="Server=SQLInstance;Database=DBName;User Id=user;Password=password"
    $Conn.Open()
    $Comm = New-Object System.Data.SqlClient.SqlCommand
    $Comm.Connection=$Conn
    $comm.CommandText="DELETE PSExecPolicies WHERE ServerName='" + $Comp + "'"
    $Comm.executenonquery()
    $CmdStr = "INSERT INTO PSExecPolicies (ServerName, LocalMachine, UserPolicy, Process, CurrentUser, MachinePolicy) VALUES ('" + $Comp + "','" + $LocalMachine + "','" + $UserPolicy  + "','"
    + $Process + "','" + $CurrentUser  + "','" + $MachinePolicy + "')"
    $Comm.CommandText = $CmdStr
    $Comm.ExecuteNonQuery()
    $comm.dispose()
    $Conn.Close()
    $Conn.Dispose()
    if ($MachinePolicy -like "Restricted" -or $MachinePolicy -like "Undefined")
    Write-Host "Machine Policy policy was " $MachinePolicy ", changing it to Remote Signed."
    Set-ExecutionPolicy RemoteSigned -Scope MachinePolicy -Force
    Else
    Write-Host "Machine Policy policy was already" $MachinePolicy ", making no changes."
    if ($UserPolicy -like "Restricted" -or $UserPolicy -like "Undefined")
    Write-Host "User Policy policy was " $UserPolicy ", changing it to Remote Signed."
    Set-ExecutionPolicy RemoteSigned -Scope UserPolicy -Force
    Else
    Write-Host "User Policy policy was already" $UserPolicy ", making no changes."
    if ($Process -like "Restricted" -or $Process -like "Undefined")
    Write-Host "Process policy was " $Process ", changing it to Remote Signed."
    Set-ExecutionPolicy RemoteSigned -Scope Process -Force
    Else
    Write-Host "Process policy was already" $Process ", making no changes."
    if ($CurrentUser -like "Restricted" -or $CurrentUser -like "Undefined")
    Write-Host "Current User policy was " $CurrentUser ", changing it to Remote Signed."
    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
    Else
    Write-Host "Current user policy was already" $CurrentUser ", making no changes."
    if ($LocalMachine -like "Restricted" -or $LocalMachine -like "Undefined")
    Write-Host "Local Machine policy was " $LocalMachine ", changing it to Remote Signed."
    Set-ExecutionPolicy RemoteSigned -Scope LocalMachine -Force
    Else
    Write-Host "Local Machine policy was already" $LocalMachine ", making no changes."

    In general no. Compliance settings is designed explicitly for what you said, thumbs up or thumbs down.
    To collect data, you need to take advantage of hardware inventory's ability to easily pull information from WMI.
    In combination then, you could use compliance settings (via a script) to populate the data in WMI and then HW Inv to collect the data.
    Jason | http://blog.configmgrftw.com

  • HP LaserJet Pro M1217nfw Multifunction Printer - No TWAIN Compliant is installed.

    I was trying to scan using the LaserJet Scan.  However, I have received a message "There is no TWAIN-compliant device installed.  Please install one and try again".  I have searched on google but I was unable to find one.  Please also note that I was also trying to uninstall the driver, but I was unable to do so because it stated that one or more of the printers listed above have pending print jobs.  Printers with pending jobs cannot be removed until the jobs are completed.
    Thanks for taking the time to read and respond to my post.

    Hi Hoang714,
    Thanks for providing that information.
    Download the and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it.
    Find and fix common printer problems using HP diagnostic tools for Windows?
    Create a restore point on the computer. So this way we can always go back to that restore date.
    Go to the start up screen, (tiles menu) type in restore point. Then follow the document provided.
    How to Create a Restore Point in Windows 8.
    Setting up the Administrator Rights on Windows 8.
    Where Do I Change User Privileges in Windows 8?
    Create a new profile. Create a user account . 
    On the Windows 8, hold down the Windows Logo key () on the keyboard and the 'R' to open the run box.
    Check the Windows Image Acquisition Services:
    On the Windows 8, hold down the Windows Logo key () on the keyboard and the 'R' to open the run box.
    Type in services.msc and click on OK.
    In the Window, please right click on Windows Image Acquisition Service and then click on Properties.
    In the Properties window, please click on Dependencies window and check the dependencies.
    It should be “Remote Procedure Call” and “Shell Hardware Detection”. If you find anything else, please advise.
    Close the Properties window.
    In the main Services window, in the list make sure Windows Image Acquisition Service shows 'Started' in the Status column and 'Automatic' for the Startup Type. If the option to stop is available, click stop and then click start.
    In the main Services window, in the list make sure that Remote Procedure Call (RPC) shows as 'Started' in the Status column and 'Automatic' for the Startup Type.
    In the main Services window, in the list make Shell Hardware Detection services shows as 'Started' in the Status column and 'Automatic' for the Startup Type.
    If the other two in the services are not started, please restart these services and then restart the Windows Image Acquisition service. Just right click and select start on each one.
    Temporarilty turn off the Antivirus software, since it may stop the services.
    When you run the installation, right click on it and Run as Administrator.
    I have provided some more steps, just in case you still are having the Twain error.
    file being in the wrong directory when the install gets done.
    Hence the scanning works from MSPaint or Windows Scan and Fax programs but not from HPs Scan App.
    The directions are quite simple and are as follows:
    Hold down the Windows Logo key () on the keyboard and the 'R' to open the run box, type %temp%. You will see the  7z..... folder that extracted your web pack for the printer.
    In this folder, navigate to drivers\scanner\x32\ folder.
    Copy the HPWTIOP4.DLL from this folder.
    Hold down the Windows Logo key () on the keyboard and the 'E' key. Then go  to Program Files (x86)\HP\DigitalImaging\Bin folder and past the HPWTIOP4.DLL in there.
    Try scanning again.
    Let me know how you make out.
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Block the output in R/3 if order is not compliant

    Hello All
    We are currently implementing SAP GTS  compliance module.  To integrated SAP GTS with the rest of the solution, we want to block the output for purchase orders and sales orders and the creation of the subsequent document.
    For the creation of the subsequent document, there are some SAP notes related to it and it doesn't really create an issue for us
    For the output, we are currently struggling to find a correct solution
    So far, we had found the oss note 900555 to block the printed output for the Purchase order but how can we do it  for the others ?
    In addition, I didn't find any solution for the sales orders output  ( expecially we hae some EDI messages that we want to block)
    Currently we were investigating an  other way to do it:
    - Send back a user status that we will use as condition to determine the output. We have still some concerns about this solution because it means that by default we should put this user status as "non-compliant" for all the orders and only when the status is sent back from GTS we can execute the output
    An issue that raise to me also the developper is that in R/3 the output determination is executed before the first call to GTS.
    I hope that some members of the community have better solution which ideally can cover PO and SO with real time call
    Thank you in advance
    Nicolas

    Hello Bastian,
    We had the same issue and didn't find something useful to block the outputs completely.
    Instead, for EDI Outputs probably you can have an extra text segment added in the idoc structure. And put the document compliant status as Yes/No in that segment. The document status will be available.
    But however as we expect, the Outputs cannot be blocked. But atleast notification about the status can be sent to Third party. You can liaise with third party to have a logic implemented to check the status of this field and pass the information to destination.
    Regards
    Dhilipan

  • E-mail notification for Non-compliant Sales order items in creation of SO

    Hi All,
    I have a requirement to write the code in user exits of VA01/VA02 when save ,to check each item whether it is legally compliant or not by looking at its system status. If the item is noncompliant then system status (EXLS) for that item will be active. The program then sends a consolidated email  to report all the noncompliant items in the sales order. Any code to resolve this will be appreciated.
    Regards,
    Sanjit

    Problem Solved.

  • Creation of compliants with reference to r/3 sales order.

    dear friends
    Is it possible to create compliants in CRM with reference to r/3 sales order? if answer is yes please provide  the solution how to configure the same.
    regards
    naveen

    Hi Naveen
    I dont know why you want to create complaints with respect to the sales order.
    The usual process the companies follow is to create complaints wrt to the invoice number.
    But incase you wish to create complaints wrt to sales order, then you can use implementation of a BAdI CRM_COPY_BADI_EXT for the same in the CRM system which will allow you to create a complaint in CRM System wrt sales order in ECC.The path for the same in CRM system is IMG>CRM>Transactions> Settings for Complaints> Integration>Business Add-Ins for Document Referencing> Business Add-In: Create Complaints with Reference to External Document
    Secondly maintian the assignment between the Business Object type of referenced doc and Transaction type using path IMG>CRM>Transactions> Settings for Complaints> Integration>Business Add-Ins for Document Referencing> Assign Business Object Types to Transaction Types
    Now go to CRMD_ORDER and open the transaction type CRLP, you will get pop-up for creation of complaint where you can choose the transaction type and business object type and reference sales order number/ invoice number and create the complaint.
    Hope this will help
    Regards,
    Rekha Dadwal
    You gain a point for every point that you reward. So reward helpful answers generously

Maybe you are looking for