Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java SE Development Kit 8 Documentation download problem

b6dec4f4-73fd-4da4-a05e-90cbadd3d176Oct 16 2014 — edited Oct 16 2014

  I'm at http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html 

I accept the license terms, but when I go to download i get:

" Sorry!  In order to download products from Oracle Technology Network you must agree to the OTN license terms. " 

I checked and my browser is accepting cookies and has JavaScript enabled AND i am attempting my download seconds after accepting the license terms (and several times i try to download - fyi), but still I get that Sorry! message I quoted above.  Help.

Comments

User,

Always mention your JDev version.

I would first start from here : Testing and Debugging ADF Components

-Arun

Timo Hahn
Answer

One reason might be that a stand alone server normally has different logging level then you embedded server.

Next thing I'd that you should avoid using system out printing to log messages. Such messages can't be turned off and fill up the server log, and only this,as they are printed to system out.

Instead you should implement ADF logging. A very good article, which has multiple parts, can be found at https://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part

Timo

Marked as Answer by Salman5 · Sep 27 2020
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 13 2014
Added on Oct 16 2014
1 comment
4,209 views