Você está na página 1de 7

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 1 of 7

******* Rafi ORACLE DBA & APPS DBA Blog*******


Believe that anything you can imagine you can achieve it real. Having the devotion,passion and dedication to learn & Work in Oracle field mail me @ rafidba.alvi@gmail.com."Knowledge grows when it is shared". Best Career related guidance in Oracle DBA,Oracle Apps DBA,Oracle SOA Admin/Developers,ODI Developers,OBI Developers and Oracle Designers. "A Catalyst for Oracle DBA & Apps DBA Interviews,Jobs & Career."

Tuesday, August 16, 2011

USA Clock

Apex listener starting issue


Hi, Usually we start the apex listener as given below,But when you see the error messages as given below don't get shock as it is because the apex war file is not able to pick the right jdk version(jdk6) while starting apex listener. Error message:-bash-3.2$ java -Dapex.images=/apex_4.0.2/apex/images Dapex.port=8080 -jar apex.war INFO: Starting: /apex_4.0.2/apex.war See: 'java -jar apex.war --help' for full range of configuration options INFO: Extracting to: /tmp/apex SEVERE: method java.lang.System.console with signature ()Ljava.io.Console; was not found. java.lang.NoSuchMethodError: method java.lang.System.console with signature () Ljava.io.Console; was not found. at ____embedded.____EntryPoint.apexImages(____EntryPoint.java:104) at ____embedded.____EntryPoint.main(____EntryPoint.java:91)

Followers

Join this site


with Google Friend Connect

Members (234)
More

Oracle Community

Solution: Installed the jdk6 update version latest one and execute the .war file directly as given below.
Already a member?Sign in

# rpm -Uvh jdk-6u26-linux-i586-rpm.bin


Visit Oracle

Go to the path where we unzip the apex_listener.zip file:


MY ORACLE POSTS

Community

February (2) January (2) December (4) October (1) March (1) January (1) December (1) November (3) October (2) September (2) August (4) July (6) June (1) May (2) April (2) March (2) February (5) January (1) December (4) November (5) October (4) September (7)

In an EBS R12 environment don't set the environment for oracle or apps and execute the 'apex.war' file with 'oracle' user. -bash-3.2$ ./apex.war INFO: Starting: /apex_listener_status/apex.war See: 'java -jar apex.war --help' for full range of configuration options INFO: Extracting to: /tmp/apex Enter the path to the directory containing the APEX static resources Example: /Users/myuser/apex/images or press Enter to skip: /apex_4.0.2/apex/images/ INFO: Using classpath: file:/tmp/apex/apex/____embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/xmlparserv2 -11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar:file:/tmp/apex/apex/WEBINF/lib/commons-fileupload-1.2.1.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.620091214.jar:file:/tmp/apex/apex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEBINF/lib/xdb-11.2.0.jar:file:/tmp/apex/apex/WEBINF/lib/ojdbc6.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar:file:/tmp/apex/apex/WEBINF/lib/je-4.0.103.jar: INFO: Starting Embedded Web Container in: /tmp/apex Enter a username for the APEX Listener Administrator [adminlistener]: admin Enter a password for admin: Confirm password for admin: Enter a username for the APEX Listener Manager [managerlistener]: apex Enter a password for apex: Confirm password for apex: Aug 17, 2011 3:22:06 AM ____bootstrap.Deployer deploy

Pages

Home

Labels

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 2 of 7

INFO: Will deploy application path=/tmp/apex/apex/WEB-INF/web.xml Aug 17, 2011 3:22:10 AM ____bootstrap.Deployer deploy INFO: deployed application path=/tmp/apex/apex/WEB-INF/web.xml Using config file: /tmp/apex/apex-config.xml In Database side: alter user apex_public_user identified by apex_public_user; Listener configuration: URL: http://:/apex/listenerConfigure where:host=ipadrress/machine name,port:8080(default)

August (7) July (6) June (7) May (7) April (7) March (7) February (7) January (7) December (5) November (1) October (5) September (2) August (3)

APEX tasks(4) Application server Installation(1) Application server start/stop(1) Apps DBA Queries(1) Apps DBA tasks(25) Apps R12 Concepts(3) Apps R12 OCP (1) ASM (3) Database Diagnosis(1) Database Migrations(2) Database Patches(1) Database Recovery(3) Database Refresh(2) Database Upgrade(2) Dataguard and Standby Database(1) DBA Daily activities(1) DBA Guidelines (1) DBA hot jobs(1) DBA Queries(3) DBA Scripts(1) DBA tasks(21) exp/imp (1) expdp/impdp (5) flashback in Oracle(1) FMW_tasks (1) Happy New Year(1) INTERVIEWS (20) ITIL (1) locks (1) MBA (1) My Favourite Books(3) OCP.. (1) OEM (1) ORACLE CAREER(2) Oracle Concepts(8) Oracle Data Integrator(1) Oracle Errors (10) Oracle Peoplesoft Admin Concepts(3) Oracle Peoplesoft Admin tasks(3) Oracle SOA Concepts(2) Oracle SOA Expert(1) Oracle SOA tasks(2) Oracle Weblogic(2) oracle11g (7) Partition (2) Performance Tuning(4)

Now, July (4) We are ready to configure the apex listener and carry the remaining workspace June (3) administration tasks or leave to the apex team to do rest of the task.
May (2) April (4)

Happy APEX learning.

March (19)

Best regards, Rafi.

My ORACLE FORUMS BOOKS & LINKS

BRAINSURFA CE ORACLE COMMUNITY APPS DBA STUDY ONLINE ASK TOM ORACLE

Posted by Rafi at3:28 AM Reactions: Recommend this on Google Labels:APEX tasks

No comments: Post a Comment

Oracle Class Wissem's Oracle and NOSQL Tips Tunisia's First Oracle, NOSQL Website Oracle Apps Fusion Training Home ORACLE WIKI ONLINE-DBASUPPORTDOCS Oracle Application Express News

Comment as:

Publish

Preview

Oracle Application DBA Oracle SOAGetting Started

Links to this post


Create a Link

ORACLE APPLICATION S(Release 12) DOCUMENTA TION LIBRARY AUTOMATIC SQL TUNING ORACLEPost BASE Older - Oracle DBA (8i, 9i, 10g, 11g) Business Intelligence Documentatio n for Oracle Fusion Middleware 11g (11.1.1.6)

Newer Post Subscribe to:Post Comments (Atom)

Home

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 3 of 7

ORACLE DBA BOOKS ORACLE DBA FORUM Designer Documentatio n ORACLE FUSION MIDDLEWARE DOCUMENTS ORACLE SQL DEVELOPER DETAILS ORACLEBASE - DBA Scripts for Oracle 11g, 10g, 9i and 8i Oracle Application DBA INFO ORACLE DOCUMENTA TION (INCLUDES A TO Z ORACLE DOCUMENST) ORACLE STATISTICS GATHERING DETAILS Oracle Fusion Middleware Documentatio n Library FREE BOOKS DOWNLOAD ORACLE 11g ALAPATI BOOK ORACLE COMMUNITY DOWNLOAD ORACLE DABASE ,APP LICATIONS & FUSION MIDDLEWARE (TAHITI.ORAC LE.COM) Oracle Data Integrator Oracle SOA BPEL ESB Training MY ORACLE SUPPORT (METALINK) ORACLE INDEX USAGE DETAILS ORACLE SOFTWARES DOWNLOAD ORACLE RAC FORUM LAZY DBA OEM GRID CONTROL

PL/SQL (1) RAC (4) RAC EXPERT (1) Recovering drop table(1) RMAN (7) SQL TUNING (2) Unix for DBA(4) Unix Tasks(1)

CERTIFICATIONS ORACLE 9i,10g,11g OCP,RAC CERTIFIED EXPERT,SOA EXPERT & ORACLE EBS R12 OCP

About Me

Rafi Hi DBAs, This is RAFI here working as Senior Oracle DBA & Apps DBA since 5 yrs.Learning ORACLE is my passion.I have worked on Solaris,HP/UX,IB M-AIX,Linux and Windows platform.PL/SQL is my favourite programming language followed by perl.I'm excellent in shell scripting and shell programming.I'm passionate about working in Oracle RAC,Performance tuning,SOA,APPS 11i/R12 technologies.My activities involve working in Database,Applicat ions and Fusion Middleware Design methodologies like SOA,ODI. "Dreams are not those you see while sleeping,Dreams are those that don't let you Sleep". I dedicate this Blog to MY LUCKY CHARM& Oracle Experiments,Inter views & Practices. View my complete profile

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 4 of 7

ORACLE EXPERT'S & PROFESSIONAL'S BLOGS

Blogs.oracle.c om Recent Posts (English -language only)


Oracle University has organized a 3day DBA Expert Summit in London on19th 21st May 2014.

UNIX FORUMS & SHELL SCRIPTING

Linux / Aix Administration - Tips & Stuff


Don't Be A Big Loser - Why You Should Say No To Quick Weight Loss

Aman Oracle DBA's Blog....


WordPress 3.8.2

The UNIX and Linux Forums


Resize the default window size

The Oracle InstructorUWE HESSE'S Blog


LVC Producers at #Oracle University

Shell Scripting Interview Questions

Oracle DBA and RAC DBA Expert


What s new in SAP HANA SPS 07?

Bourne Shell Tutorial

ORACLE JOBS SITES ENTERTAINMENT & FRIENDS NETWORK

Jonath Levis Oracle DBA Blog


NVL() change

Bayt.com Jobs

New DBA Oracle DBA, Oracle Applications DBA, LINUX,RAC, MSSQL, MySQL,Storag e, PMP..FREE
Migrate temp tablespaces from dictionary managed to locally managed Oracle 12c

SILICONINDIA. COM

Altova Blog

PACKT PUBLISHING

Sameer Shaik's Blog


OID Get ORASSO password

PM Study Circle - A PMP & CAPM Certification Exam Preparation Blog

YOUTUBE

Oracle DBA Tips and Techniques


GoldenGate Initial Load Methods Oracle source to SQL Server 2012 target

MBA ASSIGNMENT S GUIDANCE

Oracle Jobs In Dubai Bixee.com

Hemant's Oracle DBA Blog


Storing Trailing NULLs in a table

Deutsch Happen News Feed

Login | Rocket Languages

Whitehorses Blog

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 5 of 7

OGh APEX World 2014

Standard Chartered Bank CardNet

Charles Hooper's Oracle DBA's Blog


On the Topic of Technology 6

Oracle Database 10g Administrator Certified Master Exam

STEVEN CHAN'S Blog


Oracle Database 11.2.0.4 Certified with EBusiness Suite 12.2

Oracle App Jobs in Uae

CertView

Pavan DBA's Blog


cognizant off campus for 2012 and 2013

Oracle Database 11g Certified Master Exam details

ICICI Prulife Kamran Agayev's Oracle Blog


Cluster wont start if diagnostic_dest folder is missing

Citibank EPay credit

MY MBA STUDIES

Jaffar Oracle blog


Oracle 11g upgrade and SYS.AUD$ obstacles

Amazon.com Sign In

SHINE.COM JOBS IN INDIA

The Tom Kyte Blog


Upcoming Events...

Career Center Home

The Momen Blog Asif DBA's


IOUGs 2014 Exadata Virtual Conference

State Bank of India

Murali valath's Blog Summersky RAC Notebook


Sangam13 just 10 days away

Oracle Database 10g: OCM Exam Preparation Workshop

English to German Translation

Oracle Apps Blog


SOA Upgrade 11.1.1.3 -> 11.1.1.6

Monster Gulf Jobs in Dubai, IT Jobs, Sales Jobs

Oracle Internals from Basic to Advanced


Oracle 12c ..available for windows

Index of /data/Oracle /DBA_scripts

NAUKRI JOBS

CAREERJET_ UAE_JOBS

Kevin Closson's Oracle Blog: Platform, Storage & Clustering Topics Related to

ICICI Bank

ING Vysya Net Banking

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 6 of 7

Oracle Databases
Oracle Exadata Database Machine: Proving 160 Xeon E7 Cores Are As Slow As 128 Xeon E5 Cores?

World's Largest Professional Network | LinkedIn

JOBS BANK IT JOBS

The Ahmed SOA Architects's Blog


BINDING.JCA11624 in WebLogic Server 11g adapters

Oracle Certification Program

GULF TALENT JOBS IN GULF

Oracle DBA and Apps DBA blog


Oracle made a few changes in Oracle 11g OCM Exam Environment and Exam Topics

SANTABANTA JOKES WALLPAPERS

PEARSON ORACLE EXAM LOGIN

Naukrigulf.co m Abhishek Saurabh @ SOA-Treasure Unleashed


States meaning for Instances

MONSTER JOBS

Applications DBA Arena


RMAN failure after 11.2.0.3 BP#11 upgrade

Life Insurance Corporation of India

ORKUT

Rakesh Soni DBA


11g DBA Certified.

JOBS IN DUBAI

FACEBOOK Jos Oracle DBA's Blog


36 Peregrinacin a Lujn 2010

Govind Oracle DBA's Blog


Memory Parameters in oracle9i

Become Oracle Apps DBA Atul's Blog


Posts on onlineAppsDBA. com

Navdeep Practical Apps DBA


EBS R12 on IBM P-Series Running RedHat Linux

Oracle Learning Library (OLL)

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex listener starting issue Page 7 of 7

Aman's Apex Blog

JULIAN DYKE.COM Limited

Ashish Agarwal Freelance Oracle APEX Professional, Oracle DBA & Oracle Apps DBA

There was an error in this gadget

Simple template. Template images by gaffera. Powered by Blogger.

http://rafioracledba.blogspot.com/2011/08/javalangnosuchmethoderror-method.html

4/10/2014

Você também pode gostar