Oracle Bi Solutions

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 5 February 2013

DAC - Error "main" java.lang.NoClassDefFoundError: oracle/security/jps/JpsException

Posted on 22:57 by Unknown

Problem :  Exception in thread "main" java.lang.NoClassDefFoundError: oracle/security/jps/JpsException

1) After installation dac, When you start the command  ./standaloneServerSetupPrompt.sh it was givuing the below error.

2) After installation dac, When you start the command   ./startserver.sh  it was givuing the below error.


[obidac@oracle dac]$ . ./standaloneServerSetupPrompt.sh
OS detected: Linux
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/security/jps/JpsException
        at com.siebel.etl.gui.login.TextModeServerSetup.main(TextModeServerSetup.java:459)
Caused by: java.lang.ClassNotFoundException: oracle.security.jps.JpsException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 1 more
[obidac@oracle dac]$ ./startserver.sh
OS detected: Linux
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/security/jps/JpsException
        at com.siebel.etl.net.QServer.main(QServer.java:498)
Caused by: java.lang.ClassNotFoundException: oracle.security.jps.JpsException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Solution :

 After configuring the variable COMMON_COMPONENTS in the config.sh file as
export COMMON_COMPONENTS_HOME=${DAC_HOME}/lib/oracle_common
the scripts above ran successfully.

. ./dac_env.sh
#JAVA_HOME=@JAVA_HOME
JAVA_HOME=/usr/jdk1.6.0_31/bin
#JAVA_HOME=/opt/javal.6
export JAVA_HOME
DAC_HOME=/Oracle/OBIAPPS/DAC/orahome/11g/dac
export DAC_HOME
JAVA=/usr/jdk1.6.0_31/bin/java
export JAVA
export COMMON_COMPONENTS_HOME=${DAC_HOME}/lib/oracle_common
SQLSERVERLIB=./lib/msbase.jar:./lib/mssqlserver.jar:./lib/msutil.jar:./lib/sqljdbc.jar
export SQLSERVERLIB
ORACLELIB=$DAC_HOME/lib/ojdbc6.jar:$DAC_HOME/lib/ojdbc5.jar:$DAC_HOME/ojdbc14.jar
#ORACLELIB=./lib/ojdbc6.jar:./lib/ojdbc5.jar:./lib/ojdbc14.jar
export ORACLELIB

DB2LIB=./lib/db2java.zip
export DB2LIB

TERADATALIB=./lib/teradata.jar:./lib/terajdbc4.jar:./lib/log4j.jar:./lib/tdgssjava.jar:./lib/tdgssconfig.jar
export TERADATALIB

NETEZZALIB=./lib/nzjdbc.jar
export NETEZZALIB

BISERVERLIB=./lib/bijdbc.jar
export BISERVERLIB

TIMESTENLIB=./lib/ttjdbc6.jar:./lib/orai18n.jar:./lib/timestenjmsxla.jar:./lib/jms.jar:./lib/javax.jms.jar
export TIMESTENLIB
DBLIBS=${SQLSERVERLIB}:${ORACLELIB}:${DB2LIB}:${TERADATALIB}:${NETEZZALIB}:${BISERVERLIB}:${TIMESTENLIB}
export DBLIBS

DACLIB=./DAWSystem.jar:./lib/biacm.paramproducer.jar:
export DACLIB

WSCLIENT_CLASSPATH=${COMMON_COMPONENTS_HOME}/modules/oracle.pki_11.1.1/oraclepki.jar:${COMMON_COMPONENTS_HOME}/webservices/wsclient_extended.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jmx_11.1.1/jmxspi.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.odl_11.1.1/ojdl.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jps_11.1.1/jps-internal.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jps_11.1.1/jps-platform.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jps_11.1.1/jps-se.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.idm_11.1.1/identitystore.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jps_11.1.1/jps-az-rt.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jps_11.1.1/jacc-spi.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.iau_11.1.1/fmw_audit.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.jmx_11.1.1/jmxframework.jar:${COMMON_COMPONENTS_HOME}/modules/oracle.igf_11.1.1/identitydirectory.jar:
export WSCLIENT_CLASSPATH

UICLIENTCLASSPATH=${COMMON_COMPONENTS_HOME}/jlib/help-share.jar:${COMMON_COMPONENTS_HOME}/jlib/ohj.jar:${COMMON_COMPONENTS_HOME}/jlib/jewt4.jar:${COMMON_COMPONENTS_HOME}/jlib/share.jar:${COMMON_COMPONENTS_HOME}/jlib/oracle_ice.jar:
export UICLIENTCLASSPATH

DACCLASSPATH=${DBLIBS}:${DACLIB}:${WSCLIENT_CLASSPATH}:${UICLIENTCLASSPATH}
export DACCLASSPATH


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in DAC | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • OBIEE 11g Hide/Show Sections based on Dashboard Prompt
    allow a user’s interaction to hide/show certain sections of a dashboard. In this particular case the user wanted to choose either ‘Quarterly...
  • OBIEE 11g not showing new dashboard in the drop down menu
    When creating New dashboard in  OBIEE 11g, I have faced with issue that dashboard name did not show up in drop down dashboard menu. 1. When ...
  • [OBIEE11g] - OBIEE Dashboard for Informatica Metadata Reporting
    The metadata that Informatica Power Center 8 retains in its repository can be exposed via OBIEE reports and dashboards. This metadata includ...
  • OBIEE 11g - State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46118] Out of disk space. (HY000)
    Error Details Error Codes: AAD5E5X3:OPR4ONWY:U9IM8TAC Odbc driver returned an error (SQLFetchScroll). State: HY000. Code: 10058. [NQODBC] [S...
  • [ODI] - Frequently Asked Questions (FAQ)
    Here is a list of FAQs about Oracle Data Integrator 1) What is Oracle Data Integrator (ODI)? 2) What is E-LT? 3) What components make up Ora...
  • [Informatica] Informatica Service is not Configured to run Impacted Session
    When I executed the informatica task using DAC, I got the below message despite the fact that all the sessions were refreshed and validated....
  • [OBIEE11g] - Creating Dashboard Traversing Through Graph
    The general requirement asked for by customers is that they want to Click on the Main Dashboard Page’s Graph and be transferred to the other...
  • Upper Function
    In Oracle/PLSQL, the  upper function  converts all letters in the specified string to uppercase. If there are characters in the string that ...
  • [OBIEE11g] - Dashboard Prompt - "Prompt User"
    Oracle BI 11g which we hadn't seen before, the " Prompt User " operator on a dashboard prompt. I'm not sure exactly when t...
  • [OBIEE11g] - How to rename My Dashboard
    To rename the My Dashboard follow the below steps: 1.Navigate to E:\OBIEE 11G\Oracle_BI1\bifoundation\web\msgdb\l_en\messages. 2.Locate “uim...

Categories

  • BI Publisher
  • DAC
  • DataWarehouse
  • Hyperion
  • Informatica
  • OBIEE
  • ODI
  • Oracle Applications EBS 12.1.3
  • Oracle Database
  • PL/SQL
  • SQL
  • Unix/Linux

Blog Archive

  • ▼  2013 (500)
    • ►  November (8)
    • ►  October (1)
    • ►  July (4)
    • ►  June (9)
    • ►  May (15)
    • ►  April (24)
    • ►  March (43)
    • ▼  February (73)
      • Remember Username and Password in Obiee11g
      • Change Locale in OBIEE 11g
      • Change Password in BI Publisher 111.1.6.0
      • OBIEE 11g - Change the Date Format/ Evaluate Function
      • OBIEE 11g - Enabling Sorting order for more than 1...
      • OBIEE 11g - Changing the NodeManager and weblogic ...
      • OBIEE 11g - Description ID column
      • Fact and Dimension from single source Table
      • OBIEE 11g - Denormalizing physical tables in BMM l...
      • OBIEE 11g - ADF Integration
      • BUG:12930924 SAG: CANNOT DISPLAY MORE THAN 300 OBJ...
      • OBIEE 11g - Hide Apply and Reset button
      • OBIEE 11g Security - Creating Application Policies
      • OBIEE11g startup error - An instance of the interf...
      • OBIEE 11g - Partial Update using Condition in Answers
      • OBIEE 11g - custom Date format in Answers
      • The boot identity may have been changed since the ...
      • OBIEE 11g - weblogic admin account creation
      • Informatica PC Upgrade from 861 to 91 Installation...
      • Installation Informatica Powercenter 9.1 on Oracle...
      • How to Start oracel Database 11gR 2 manually on Linux
      • OBIEE 11g - Installation on OEL 5.8
      • OBIEE 11.1.1.6.5 and J Developer Integration on Li...
      • Oracle SQL Developer :Enter full path for java.exe
      • OBIEE 11g - Unable to get file lock , will retry i...
      • OBIEE 11g - Changing Presentation Services Port Nu...
      • OBIEE 11g - Changing the background color on hover...
      • OBIEE 11g - Date Format change based on Locale Set...
      • OBIEE 11g - Javascript and CSS locations
      • OBIEE 11g - Removing the Gray Header from Reports
      • OBIEE 11g - Refreshing a report Everytime
      • OBIEE 11g - Adding Bookmark Link in Dashboard
      • OBIEE 11g - Searching a Text in Page
      • OBIEE 11g - Remember Username and Password
      • OBIEE 11g - Removing/ Deleting Report Links in a Page
      • OBIEE11g - Export to Excel issue
      • OBIEE 11g - Right-click interactions in Dashboard ...
      • OBIEE11g - Right Function
      • OBIEE 11g - Set Default currency in Dashboard
      • OBIEE 11g - Hide BI Portal Name
      • OBIEE 11g - Export or Print Dashboard Page
      • OBIEE 11g - Ldap authentication is failing when us...
      • OBIEE 11g - Warning: "Upgrade is recommended to th...
      • OBIEE 11g - [OracleBIServerComponent] [ERROR:1] [...
      • OBIEE 11g - State: HY000. Code: 10058. [NQODBC] [S...
      • OBIEE 11g - List of System/Predefined Session Vari...
      • OBIEE 11g - Writeback Steps
      • [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulat...
      • [ERROR:1] [] [] [ecid: 18c5ef9f7c3aec02:-1a7b1b1:1...
      • OBIEE 11g - Important Path Directories
      • OBIEE 11g - OBI Server and Presentation Cache Mana...
      • How to login to OBIEE 11g - With User and Password...
      • OBIEE 11g - Direct Query from Database, bypassed C...
      • OBIEE 11g - Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
      • OBIEE 11g - Deploying RPD without BI Presentation ...
      • OBIEE 11g - Dashboard Selective View from Report L...
      • OBIEE11g - RPD Deployment Considerations
      • OBIEE 11g - Starting / Stopping Domain Services in...
      • OBIEE 11g - SQL Conditional COUNT & SUM
      • OBIEE11g - Security Migration
      • OBIEE 11g - Performance Tuning
      • OBIEE 11g - User Guide for BI Mobile
      • OBIEE 11g - Active Directory Authenication
      • OBIEE 11g - Security Troubleshooting
      • DAC - Error "main" java.lang.NoClassDefFoundError...
      • DAC11g Starting issue (-server)
      • OBIEE 11.1.1.6.7 Opatch Apply from 11.1.1.6.0 to 1...
      • OBIEE 11.1.1.6.8 - bugs fixed
      • Informatica Powercenter Workflow Manager Repositor...
      • DAC - Restrict the number of years using Mcal Peri...
      • DAC - Global Currency Code Issue in dac
      • Hyperion Installation 11.1.2.1.0 on Linux 32 Bit
      • OBIEE 11g - Deploying RPD on Linux to Access the L...
    • ►  January (323)
Powered by Blogger.

About Me

Unknown
View my complete profile