2016-12-30

tomcat softlink









#remember what u did in:
/opt/Programs/apache-tomcat-8.0.36/conf/context.xml

<Resources allowLinking="true"></Resources>


#1
Create a real/physical file at dashboard with path:
 /opt/Programs/apache-tomcat-8.0.36/webapps/dashboard/gg.jsp

#2
Then go to cp or other module:
cd /opt/Programs/apache-tomcat-8.0.36/webapps/cp

#3
Create softlink so u can access same file & source from dashboard, when u access cp.(which simulate leftnav.jsp) by using script:
ln -s /opt/Programs/apache-tomcat-8.0.36/webapps/dashboard/gg.jsp gg.jsp

#script definition:
ln -s sourceFullPath shortcut
#more refer to:
https://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/
#or:
google linux softlink

2016-12-20

java.lang.NoSuchMethodError


Reference URL: http://timen-zbt.iteye.com/blog/1871152



HTTP Status 500 - Handler processing failed; nested exception is java.lang.NoSuchMethodError: com.company.model.project.ObjectPerson.isMale()Z




注意:这里将superUser属性的类型改为Boolean(boolean的封装类型)
然后将编译后的Person.class拷贝到刚刚发布的项目中替换掉刚才的Person.class文件(注意你没有更改TestNoSuchMethodError类,所以大多你不会想更新这个类)









2016-09-15

SVN tab is missing from eclipse project properties for existing SVN projects after svn plugin/connector crashed.

1st, removed all related SVN plugins and connectors.
Then reinstall again SVN plugins & connectors.

But existing SVN projects won't appear to have SVN enabled.





http://stackoverflow.com/questions/166220/restore-eclipse-subversion-project-connection




Edit: is not applicable to Neon.2.


Trying for mars and successful:
https://docs.google.com/document/d/12Fh-NqSj4-shRVtlVwvjEOqiqMwlsvvfOGh1WpC_U2s/edit?usp=sharing

2016-06-14

1st meet with Jenkins...



https://zh.wikipedia.org/wiki/Jenkins_(%E8%BD%AF%E4%BB%B6)







To be continue...







New Line character(s)


References URL:

  • https://en.wikipedia.org/wiki/Newline






Info from Wikipedia

  • LF:    MulticsUnix and Unix-like systems (LinuxOS XFreeBSDAIXXenix, etc.), BeOSAmigaRISC OS, and others[1]
  • CR:    Commodore 8-bit machines, Acorn BBCZX SpectrumTRS-80Apple II familyOberonMac OS up to version 9, MIT Lisp Machine and OS-9
  • RS:    QNX pre-POSIX implementation
  • 0x9B:  Atari 8-bit machines using ATASCII variant of ASCII (155 in decimal)
  • CR+LFMicrosoft WindowsDOS (MS-DOSPC DOS, etc.), DEC TOPS-10RT-11CP/MMP/MAtari TOSOS/2Symbian OSPalm OSAmstrad CPC, and most other early non-Unix and non-IBM OSes
  • LF+CRAcorn BBC and RISC OS spooled text output.



  • Not sure for Android, using Titanium...
    Facing issue to handle CSV files with contents, which lines end with CR+LF("\r\n")

    To be continue...



















    2016-05-11

    Spring javax.naming.PartialResultException LDAP Authentication


    Reference URL: http://stackoverflow.com/questions/16412236/how-to-resolve-javax-naming-partialresultexception






    Sample Errors:


    stdout: 2016-05-11 18:16:22,077     INFO: _____ -  URL 'ldap://valid-server-ip-address:389/DC=company,DC=com,DC=branch_location', root DN is 'DC=company,DC=com,DC=branch_location'.#####                com.company.spring.security.SpringSecurityContextSourceWrapper:   57
    stdout: 2016-05-11 18:16:22,138    DEBUG: _____ - AuthenticationSource not set - using default implementation.#####                      org.springframework.ldap.core.support.AbstractContextSource:  328
    stdout: 2016-05-11 18:16:22,140    DEBUG: _____ - Using LDAP pooling..#####                      org.springframework.ldap.core.support.AbstractContextSource:  346
    stdout: 2016-05-11 18:16:22,141    DEBUG: _____ - Trying provider Urls: ldap://valid-server-ip-address:389/dc=company,dc=com,dc=branch_location.#####                      org.springframework.ldap.core.support.AbstractContextSource:  371
    stdout: 2016-05-11 18:16:23,328    DEBUG: _____ - Looking for controller advice: org.springframework.context.support.ClassPathXmlApplicationContext@376f2723: startup date [Wed May 11 18:16:15 SGT 2016]; root of context hierarchy.##### org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter:  618
    stdout: 2016-05-11 18:16:23,388    DEBUG: _____ - Looking for exception mappings: org.springframework.context.support.ClassPathXmlApplicationContext@376f2723: startup date [Wed May 11 18:16:15 SGT 2016]; root of context hierarchy.##### org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:  284
    stdout: 2016-05-11 18:16:23,782    DEBUG: _____ - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@23da34b5].#####               org.springframework.context.support.ClassPathXmlApplicationContext:  858
    stdout: 2016-05-11 18:16:23,784    TRACE: _____ - Publishing event in org.springframework.context.support.ClassPathXmlApplicationContext@376f2723: org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.context.support.ClassPathXmlApplicationContext@376f2723: startup date [Wed May 11 18:16:15 SGT 2016]; root of context hierarchy].#####               org.springframework.context.support.ClassPathXmlApplicationContext:  332
    stdout: 2016-05-11 18:16:23,842    DEBUG: _____ - Got Ldap context on server 'ldap://valid-server-ip-address:389/dc=company,dc=com,dc=branch_location'.#####                      org.springframework.ldap.core.support.AbstractContextSource:  259
    stdout: 2016-05-11 18:16:23,903    DEBUG: _____ - PartialResultException encountered and ignored.#####                                       org.springframework.ldap.core.LdapTemplate:  312
    javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name '/'
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2866)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2840)
    at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:147)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:216)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:189)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:295)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:237)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:624)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:535)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:462)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:483)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:503)
    at org.springframework.ldap.core.LdapTemplate.authenticate(LdapTemplate.java:1482)
    at org.springframework.ldap.core.LdapTemplate.authenticate(LdapTemplate.java:1386)
    at test.ldap.UTIL_AUTHEN.main(UTIL_AUTHEN.java:52)
    stdout: 2016-05-11 18:16:23,907    DEBUG: _____ - Removing pooling flag for user cn=Administrator,cn=Users,dc=company,dc=com,dc=branch_location.#####                com.company.spring.security.SpringSecurityContextSourceWrapper:   76
    stdout: 2016-05-11 18:16:23,917    DEBUG: _____ - Got Ldap context on server 'ldap://valid-server-ip-address:389/dc=company,dc=com,dc=branch_location'.#####                      org.springframework.ldap.core.support.AbstractContextSource:  259
    ===============================
    Administrator
    pa55word@2016
    ===============================
    true
    stdout: 2016-05-11 18:16:23,921    DEBUG: _____ - Got Ldap context on server 'ldap://valid-server-ip-address:389/dc=company,dc=com,dc=branch_location'.#####                      org.springframework.ldap.core.support.AbstractContextSource:  259
    stdout: 2016-05-11 18:16:23,936    DEBUG: _____ - PartialResultException encountered and ignored.#####                                       org.springframework.ldap.core.LdapTemplate:  312
    javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name '/'
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2866)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2840)
    at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:147)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:216)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:189)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:295)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:237)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:624)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:535)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:462)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:483)
    at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:503)
    at org.springframework.ldap.core.LdapTemplate.authenticate(LdapTemplate.java:1482)
    at org.springframework.ldap.core.LdapTemplate.authenticate(LdapTemplate.java:1386)
    at test.ldap.UTIL_AUTHEN.main(UTIL_AUTHEN.java:65)
    stdout: 2016-05-11 18:16:23,938    DEBUG: _____ - Removing pooling flag for user cn=Staff Name,cn=Users,dc=company,dc=com,dc=branch_location.#####                com.company.spring.security.SpringSecurityContextSourceWrapper:   76
    stdout: 2016-05-11 18:16:23,949    DEBUG: _____ - Got Ldap context on server 'ldap://valid-server-ip-address:389/dc=company,dc=com,dc=branch_location'.#####                      org.springframework.ldap.core.support.AbstractContextSource:  259
    ===============================
    staff.name
    pa55word*()
    ===============================
    true







    <bean id="contextSourceLdap"
    class="com.customized.spring.security.SpringSecurityContextSourceWrapper">
    <constructor-arg value="${LDAP.SERVER}:389/${LDAP.DOMAIN}"/>
    <property name="userDn" value="${LDAP.USERDN}"/>
    <property name="password" value="${LDAP.PASSWORD}"/>
    </bean>





    <bean id="contextSourceLdap"
    class="com.customized.spring.security.SpringSecurityContextSourceWrapper">
    <constructor-arg value="${LDAP.SERVER}:3268/${LDAP.DOMAIN}"/>
    <property name="userDn" value="${LDAP.USERDN}"/>
    <property name="password" value="${LDAP.PASSWORD}"/>
    </bean>
































    2016-04-23

    FWD: Malaysia vs Singapore: Which Country Is Cheaper To Live In?




    Source URL: https://www.imoney.my/articles/malaysia-vs-singapore-which-country-is-cheaper-to-live-in

    Image URL: https://www.imoney.my/articles/wp-content/uploads/1995/04/R2_INFOGRAPHIC-Malaysia-vs.-Singapore-Which-country-will-let-you-earn-more-save-more-and-spend-less-3-1.jpg





    Who thinks the cost of living in Singapore is much higher than in Malaysia? Well, most people actually, considering that the island republic just topped theEconomist Intelligence Unit’s 2016 Worldwide Cost Of Living Survey, making that the third year in a row. The survey compares the cost of living in 133 cities around the world.
    Cost of living is the amount of money you need to sustain a certain way of living, including paying for basic expenses like food, clothing and housing.
    Of course, if you take it at face value, cost of living is indeed higher in Singapore, especially since Singapore has already attained developed nation status and is also a cosmopolitan nation, so naturally things are more expensive there.
    Housing and cars in the island nation are also way more expensive to own there. Due to its land scarcity, housing and rental rates in Singapore cost up to three times more than in Malaysia!
    Transportation, on the other hand, is way more advanced in Singapore, hence many residents in the island do not need to own a car. That is not something many Malaysians can do yet, as public transportation is only robust in certain areas of the Klang Valley.
    If you factor in the currency conversion rate (which stands at 2.9 at this point in writing), it might appear at first, that it would be much more expensive to live in Singapore than in Malaysia.
    However, for an apple-to-apple comparison, currency conversion should not be factored in when assessing the difference in cost of living in both countries.
    Cost of living is more accurately adjudged when you compare the average income of a nation versus the average prices of goods and services, especially in purchasing the necessities for sustaining a decent livelihood.
    To date, Malaysia’s average monthly disposable salary is RM3,505 (US$869.10) while Singapore’s is S$4,152 (US$3,028.38). The bad news is, Malaysians do not only earn less than their neighbours across the causeway, the weaker Ringgit currency compared to the US dollar (with an exchange rate of roughly 3.9 versus the Singapore dollar’s 1.36 at this point in writing) also means that imported goods that are sold in Malaysia often cost more in the Ringgit quantum.
    For instance, apparel like a pair of Nike shoes and Levi’s jeans could cost up to two times more in the Ringgit quantum, while a typical McDonald’s combo meal is sold for RM12 in Malaysia, compared to just S$7.50 in Singapore.
    Though the comparison of cost of living between these two countries do not just comprise comparing prices of clothing and McDonald’s meal, there are many areas that Malaysia prices top its counterparts across the causeway.

    So, which country has it better? View our infographic to find out.

    *Prices shown in the infographic are averages.
    Article is updated as of 22 April 2016.


     
    R2_INFOGRAPHIC-Malaysia-vs.-Singapore-Which-country-will-let-you-earn-more-save-more-and-spend-less-3-1.jpg























    2016-04-17

    Fwd: Visceral Fat (VFat)


    Visceral Fat (VFat)


    Source URL: https://www.facebook.com/stephanie.meiwan/media_set?set=a.10154038076566192.1073741894.509476191&type=3


    Visceral Fat is the fat that is wrapped around our heart and other vital organs. It is also the fat that is deposited around our arteries. Too much of visceral fat deposit causes blockage of blood flow in arteries. HEART ATTACK happens when the blockage occurs in heart arteriea; STROKE happens when the blockage occurs in brain arteries. BAD NEWS is visceral fat cannot be burn through any exercise at all. So if anyone of you out there who decides to start exercising hoping to burn your visceral fat, sadly to know that no matter how much you exercise, your visceral fat will stay the same. Visceral fat can only be reduced through diet (what you eat daily) and supplements. 

    Do you know how many layers of visceral fat is wrapping and covering your heart? 
    1 to 4: Excellent 
    5 to 8: Healthy 
    9 to 12: Bad 
    13 and above: Alarming 





































    2016-03-22

    Spring Webflow redirect url with execution value injected.






    Reference URL: https://github.com/icescrum/iceScrum/issues/8



    <Connector address="127.0.0.1" port="8080"
        protocol="org.apache.coyote.http11.Http11NioProtocol"    connectionTimeout="20000"
        redirectPort="8443" 
        scheme="https" proxyPort="443" />



    Related term:

    1. tomcat
    2. Spring
    3. Webflow
    4. redirect
    5. inject execution value










    2016-01-26

    Search in notepad++ [To be continue]



    notepad++_find_replace_mysql_createscript_to_selectscript

    Find What: "` .*?,\r\n\t"
    Replace with: "`, "










    Find: "` .*?,\r\n\t"
    Replace: "`" \)\;\r\n\tsb.appendCustomizedString\( ", "
    (exclude 1st and last character of double quote["] )





    to





















    Google Referrals