Weblogic 이나 Amberpoint 등등의 JVM 을 쓰는 플랫폼 기반에서 도는 어플리케이션들은 대부분 OS 타임을 읽지 않고 JAVA쪽 타임을 읽는군요..으아아악~~패닉 상태입니다..이거 다시 여기저기 engage 하려면 시간 걸리는데..이번주안에 완료 안되면 대형사고로 직결될수 있는~~~

다음은 Java.Sun 에서 캡춰한 부분입니다..

Updating the Java Runtime Environment With the Latest Timezone Data

Sun Microsystems makes every effort to ship each JRE update release with the most up-to-date Olson timezone data possible. Including current timezone data in each update of the JRE software, however, does not address earlier JRE releases that have already been installed and that are otherwise functioning adequately. The Java SE platform's timezone data is not read from the local or host operating system (OS), so OS timezone patches will not update the JRE software's timezone data. Consequently, older JRE releases might have outdated DST rules that have been superseded by changes in timezone boundaries or DST rules that are implemented after that release. As a result, applications running on an older JRE implementation in a region that has changed its DST rules might report the incorrect time after the date that the new DST rules were implemented. This can have serious consequences for software applications.

If you have installed the latest update release of the Java SE platform 6, or J2SE platform 5.0, 1.4.2 or 1.3.1, then you already have a recent version of the Olson timezone data. However, more recent Olson data that affects your timezone might have been released after the latest JRE update release. Consequently, if you are concerned about application failures that may result from any DST changes, you should perform the following steps:

  1. Check which version of the Olson timezone data is included in your JRE version. See Timezone Data Versions in the JRE Software.
  2. If the latest timezone data for your region is not in your JRE implementation, then update your JRE version with the most recent update release.
  3. If the latest timezone data for your region is still not correct, then you should download and run the TZUpdater tool.
The TZUpdater Tool

Ideally, installing the latest JRE update release is the preferred vehicle for delivering both timezone data updates and other product improvements, such as security fixes. However, if the timezone rules in your region change and you are unable to use the latest JRE update release, then you will need to update the platform's timezone data without altering other system configurations and dependencies. If for any reason you cannot upgrade your JRE software to the most recent update release, you can use a tool that can modify the timezone data within your existing JRE software without requiring you to update the whole platform. This tool, TZUpdater, updates older installed JRE implementations with the most recent timezone data.

Download

The TZUpdater tool works on version 1.4 and later of the JRE software and on all the platforms that are supported by Sun. The tool is designed and built to provide full compatibility with any existing, previously installed JRE software on your system. For details of the latest release of the TZUpdater tool, see the TZUpdater README.

Even if you do upgrade to the latest update release of the JRE software, it is still possible that the latest timezone data for your region is not included. In this case, you should run the TZUpdater tool. See Timezone Data Versions in the JRE Software to see which version of the Olson timezone data is included in which JRE update release.

Solutions for Older Versions of the Java Platform

On Windows, Linux, and the Solaris 9 and Solaris 10 operating systems, the J2SE 1.3.1 platform completed the Sun End of Life (EOL) process when the Java SE 6 platform was released on December 11, 2006. A paid Java Vintage Support Offering is available for those customers who are interested in continued support for the 1.3.1 release. Please contact your Sun sales representative for details. On the Solaris 8 operating system, the J2SE 1.3.1 platform will continue in the EOL process until the the end of its five year Vintage Support Period in 2009. During this EOL transition period, products continue to be supported on Solaris 8 per existing customer support agreements.

However, customers with support contracts running the J2SE 1.3.1 platform can download a version of TZUpdater for JDK/JRE version 1.3.1 from the SunSolve Support Solutions site.

Customers using older Java platform versions that have completed the Sun EOL process, such as the 1.1 and 1.2 release families, should upgrade to a release family that is currently supported in order to obtain the latest DST rules. EOL products are not supported under standard support contracts. A paid Java Vintage Support Offering is available for those customers who are interested in continued support for a specific EOL release. Please contact your Sun sales representative for details.

From http://java.sun.com/javase/timezones/

이올린에 북마크하기(0) 이올린에 추천하기(0)
Posted by arain
한국은 썸머타임제가 없지만 미국이나 호주 등은 열심히 하고 있습니다.
이거 IT쪽 사람들에겐 골치거리 중에 하나입니다. 매번 3월 마지막주에 시간 변경이 있었는데..
이번년엔 4월 첫째주로 바뀌었네요...덕분에 Unix OS box 들은 전부 patch 깔고 reboot을 해야됩니다..

하필이면 이번엔 제가 코디네이션을 하게 되었는데요...
회사 내부적으로 사용하고 있는 130개 Application 에 의존성 가만해서 Reboot 스케쥴 잡고 Application 관리 개발부서 (저희부서)와 중형서버 관리부서간에 Implementation 계획을 수립해서 follow up 한다는게 장난이 아니네요..
분에 제가 Backend 에서 직접 지원하는 Application 말고 다른 Appl 도 전반적으로 볼수 있는 많은 기회가 되긴 합니다... 가장 문제가 되는 부분은 의존성이 가장 많은 SSO platform 인 Netegrity 나 Weblogic 기반에서 돌고 있는 Vignette 등등이 아닐까 하네요...에궁..잠시 중간에 머리 식히려고 주저리 주저리 해봅니다...
이올린에 북마크하기(0) 이올린에 추천하기(0)
Posted by arain

얼마전 요약해서 상관한테 보낸 메일 입니다.
아마도 BEA 전반에 관련된 Admin 업무가 추가 될듯 합니다..에궁..


FYI, I have surveyed Weblogic Server version 10 including 10.3 that will be released on June-2008.

Please refer to followings. I have summarized new features. :)

If you need further information including high level cost estimation to upgrade, please let me know.



Weblogic Server 10


Simplified development

-  Java EE5 specification implementation to improve developer's productivity.

-  EJB 3.0 support for writing sophisticated enterprise applications and services

-  JPA( java Persistence API)  to simplify how developers map Java objects to relational databases and store these objects for later use

-  Annotations for helping developers to reduce the repetitive, boilerplate code they must write.

-  Support popular and useful opensource projects such as Spring Framework to write applications

-  Providing Eclipse-based BEA Workshop for WebLogic platform integrated development environment (IDE).


New and improved Web services

 - JAX-WS 2.0(Java API for XML Web Services) UPDATE based on  GlassFish community project, providing solid implementation

 - JAXB 2.0(Java API for XML Binding) UPDATE to simplify development of Web services by supporting important protocols such as SOAP and annotations

 - JAX-RPC (equivalent JAX-WS 1.0) enhancement

 - Interoperability enhancement for Windows

 - New security-related Web services implementation as those standards have evolved


Operational efficiency in support of uptime

 - Lock-and-edit feature to help prevent inadvertent errors

 - Auto-record domain configuration changes to help cut down potential errors when working on repetitive procedures.

 - High-availability functionality helps prevent downtime for users during failover across the network.

 - Many automatic capabilities - ex) automatic transaction recovery service to ensure finalizing incomplete transactions in the server failure

 - Diagnostic framework improvement during displaying diagnostic data

 - Support important management standards such as SNMP v3

 - Support prior APIs with offering  automated domain upgrading via its domain configuration tool --> Easy upgrade from 8.1 to 10 :)

 - Of course interoperable with previous releases including 8.1 that we are mostly using




Weblogic Server 10.3

Based on  version 10, it enables more productive development environemnt.


Lightweight WebLogic Server

 - Download time and installation footprint

   To giving more installation options, making the above and other technologies selectable at time of installation

- Application development round-trip time 

   FastSwap --> Class change is immediately reflected in a running server without loss of server context

- Optional service startup 

   To specify only services that have to be running

 - Console performance improvements when starting and using the console

 - Startup and runtime performance  enhancement


Programming Model and API Support

 - SOA Server-Web services/SCA support

 - Spring enhancements

   Improvement to distributed management of Spring applications and integration of Spring security with WebLogic Server

 - Web 2.0 support

   support the development of AJAX to make rich Web page

 

Technology Integration and Standards

 - C# JMS client for .NET integration

    Direct integration with non-WebLogic Server technologies, like .NET, providing C# JMS

 - SAML 2.0 (Security Assertion Markup Language )

 - Web Services standards

    Support for Web services standards, especially OASIS WS-* standards such as WS-Security, WS-Policy, WS-Reliable Messaging, and WS-Addressing.

 - Java SE 6

    Supports and leverages Java SE 6, the latest release of the Java SE platform.

 - Eclipse support

이올린에 북마크하기(0) 이올린에 추천하기(0)
Posted by arain

남자와 여자

At work 2008/03/12 15:20
같은 팀에서 일하는 동료에게 받은 이멜 내용입니다..
가끔 회사에서 보면 일은 안하고 이런 메일만 메일 보내는 사람들 한둘은 꼭 있죠...ㅎㅎㅎ

How to Make a Woman Happy

It's not difficult to make a woman happy.
A man only needs to be:


1. a friend
2. a companion
3. a lover
4. a brother
5. a father
6. a master
7. a chef
8. an electrician
9. a carpenter
10. a plumber
11. a mechanic
12. a decorator
13. a stylist
14. a sexologist
15. a gynecologist
16. a psychologist
17. a pest exterminator
18. a psychiatrist
19. a healer
20. a good listener
21. an organizer
22. a good father
23. very clean
24. sympathetic
25. athletic
26. warm
27. attentive
28. gallant
29. intelligent
30. funny
31. creative
32. tender
33. strong
34. understanding
35. tolerant
36. prudent
37. ambitious
38. capable
39. courageous
40. determined!
41. true
42. dependable
43. passionate
44. compassionate

WITHOUT FORGETTING TO:


45. give her compliments regularly
46. love shopping
47. be honest
48. be very rich
49. not stress her out
50. not look at other girls

AND AT THE SAME TIME, YOU MUST ALSO:


51. give her lots of attention, but expect little yourself
52.. give her lots of space, never worrying about where she goes

IT IS VERY IMPORTANT:


 
. Never to forget:
* birthdays
* anniversaries
* arrangements she makes


 Not rocket science neh!!!
 

HOW TO MAKE A MAN HAPPY


1. Show up naked
2. Bring food

이올린에 북마크하기(0) 이올린에 추천하기(0)
Posted by arain