Errors in sdo_util on 12c

I have installed spatial on an Oracle 12C database and I am receiving the error below when using sdo_util.to_wktgeometry. Some of the other sdo_util functions work as expected. I checked the class files and they are all valid. Has anyone else encountered this error.
ORA-29531: no method structToWktJS in class oracle/spatial/util/Adapters
ORA-06512: at "MDSYS.SDO_JAVA_STP", line 350
ORA-06512: at "MDSYS.SDO_UTIL", line 2813
ORA-06512: at "MDSYS.SDO_UTIL", line 2836
29531. 00000 -  "no method %s in class %s"
*Cause:    An attempt was made to execute a non-existent method in a
           Java class.
*Action:   Adjust the call or create the specified method.

I am not getting any error, as shown below, using a few excerpts from the online documentation.  Can you run the same or similar script without error?  Can you post a run of a test case that does produce the error for you?
SCOTT@orcl12c> set long 2000;
SCOTT@orcl12c> SELECT banner FROM v$version;
BANNER
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
PL/SQL Release 12.1.0.1.0 - Production
CORE    12.1.0.1.0    Production
TNS for 64-bit Windows: Version 12.1.0.1.0 - Production
NLSRTL Version 12.1.0.1.0 - Production
5 rows selected.
SCOTT@orcl12c> CREATE TABLE cola_markets
  2    (mkt_id    NUMBER PRIMARY KEY,
  3      name    VARCHAR2(32),
  4      shape    SDO_GEOMETRY);
Table created.
SCOTT@orcl12c> INSERT INTO cola_markets VALUES
  2    (2, 'cola_b',
  3      SDO_GEOMETRY
  4        (2003, NULL, NULL,
  5         SDO_ELEM_INFO_ARRAY (1,1003,1),
  6         SDO_ORDINATE_ARRAY(5,1, 8,1, 8,6, 5,7, 5,1)));
1 row created.
SCOTT@orcl12c> INSERT INTO user_sdo_geom_metadata (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID) VALUES
  2    ('cola_markets', 'shape',
  3      SDO_DIM_ARRAY
  4        (SDO_DIM_ELEMENT('X', 0, 20, 0.005),
  5         SDO_DIM_ELEMENT('Y', 0, 20, 0.005)),
  6      NULL);
1 row created.
SCOTT@orcl12c> CREATE INDEX cola_spatial_idx ON cola_markets(shape) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
Index created.
SCOTT@orcl12c> SELECT SDO_UTIL.TO_WKTGEOMETRY (shape) FROM cola_markets WHERE name = 'cola_b';
SDO_UTIL.TO_WKTGEOMETRY(SHAPE)
POLYGON ((5.0 1.0, 8.0 1.0, 8.0 6.0, 5.0 7.0, 5.0 1.0))
1 row selected.

Similar Messages

  • Error while installing, Oracle 12C

    Hi Guys,
    I am getting error while installing the oracle 12c software
    its giving error like
    [INS-30131] Initial setup required for the execution of installer validations failed.
    Please help
    Thanks
    Krishna

         HI Srini,
    i am working on windows7 proffessional
    Location: C:\Users\Lenovo\.oracle\logs
    File name: oraInstall2013-12-10_11-56-33PM
    Zero byte file.
    I am the administrator of this PC. so i guess permissions are correct..
    Still i am geetting permisssions denied kinda error.
    Cause - Failed to access the temporary location.
    Action - Ensure that the current user has required permissions to access the temporary location.
    Additional Information: 
    - Framework setup check failed on all the nodes
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    Summary of the failed nodes
    lenovo-pc
    - Version of exectask could not be retrieved from node "lenovo-pc"
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    PLease help

  • Error while login to 12c R2 OEM grid

    All,
    I am getting the error "Authentication failed. If problem persists, contact your system administrator" while log in to 12c OEM grid as sysman user.
    I am using repository database SYSMAN password, to enter into 12c R2 OEM grid.
    Please guide me how to get into the grid as sysman user. I tried with changing the repository DB sysman password, even getting the same error with new password also.
    Thanks in advance,
    Mahi

    Hi Jimmy Gupta,
    Verify the following:
    1. lsnrctl status
    2. Verify the following document:
    12.1.0.2 : Login to Console Fails With "Authentication failed. If problem persists, contact your system administrator." (Doc ID 1493151.1)
    3. If nothing works, emoms.trc file would help us to understand the error tracked during the login.
    Regards,
    Venkat

  • Error in Installing Jdev 12C through Generic istaller

    I tried to run the installer.
    it runs and in the middle i gives an error in copying files.
    You can view the screen shot of the error here . https://docs.google.com/file/d/0B2uF0CGt8hayWUFRSkpDOHU1NGc/edit?usp=sharing

    earlier I had downloaded the 32bit windows version. installer. It showed some error when i ran the installer.
    But however i extracted the installer and was able to install 12C in my laptop. But when i migrated an application made on JDev 11.1.2.1.0 ,f was migrated well ,but when i ran the application on server.. there was always an error  saying "Save and close the Jdeveloper ". I mean the error that comes when Jdev becomes unstable and asks to save the files and quit.

  • Error when installing EM 12c

    Hi ,
    I'm facing the problem with 'Repository Configuration' when installing EM 12c on WIndows 7.
    The installation gets stuck at 47% . My database doesn't have any pluggable database and SYSMAN has never been created  before. Can you please help with this problem ?
    NFO: oracle.sysman.top.oms:The command run for transx is C:\Middle\oms\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=orcs9003.shire.local)(PORT=1521)))(CONNECT_DATA=(SID=TEST))) -action transx  -repos_user SYSMAN -dbUser SYS -mwHome C:\Middle -mwOraHome C:\Middle\oms
    INFO: oracle.sysman.top.oms:processing arguments
    INFO: oracle.sysman.top.oms:compiling arguments for validation
    INFO: oracle.sysman.top.oms:'stty' is not recognized as an internal or external command,
    INFO: oracle.sysman.top.oms:operable program or batch file.
    INFO: oracle.sysman.top.oms:'stty' is not recognized as an internal or external command,
    INFO: oracle.sysman.top.oms:operable program or batch file.
    INFO: oracle.sysman.top.oms: Enter SYSMAN repository password :
    INFO: oracle.sysman.top.oms:'stty' is not recognized as an internal or external command,
    INFO: oracle.sysman.top.oms:operable program or batch file.
    INFO: oracle.sysman.top.oms:'stty' is not recognized as an internal or external command,
    INFO: oracle.sysman.top.oms:operable program or batch file.
    INFO: oracle.sysman.top.oms:Verify :
    INFO: oracle.sysman.top.oms:Enter password for: SYSMAN
    INFO: oracle.sysman.top.oms:   done checking required user credentials...
    INFO: oracle.sysman.top.oms:done creating arguments...
    INFO: oracle.sysman.top.oms:creating logger..
    INFO: oracle.sysman.top.oms: Connection exception in  action logger path calculated: C:\Middle\oms\sysman\log\schemamanager\
    INFO: oracle.sysman.top.oms: action logger path calculated: C:\Middle\oms\sysman\log\schemamanager\
    INFO: oracle.sysman.top.oms: action logger path calculated finally: C:\Middle\oms\sysman\log\schemamanager\
    INFO: oracle.sysman.top.oms: no action logger file name from previous session
    INFO: oracle.sysman.top.oms: action logger filename after search: emschema.log
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log
    INFO: oracle.sysman.top.oms:Logger FileName:C:\Middle\oms\sysman\log\schemamanager\emschema.log
    INFO: oracle.sysman.top.oms:already exists: C:\Middle\oms\sysman\log\schemamanager\emschema.log
    INFO: oracle.sysman.top.oms:oracleHome:  C:\Middle\oms
    INFO: oracle.sysman.top.oms:connect_string: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=orcs9003.shire.local)(PORT=1521)))(CONNECT_DATA=(SID=TEST)))
    INFO: oracle.sysman.top.oms:done connection validation without error
    INFO: oracle.sysman.top.oms:action to perform is: transx
    INFO: oracle.sysman.top.oms:action to be performed:TRANSX
    INFO: oracle.sysman.top.oms:action is transx - non RCU based action
    INFO: oracle.sysman.top.oms: action logger path calculated finally: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\
    INFO: oracle.sysman.top.oms: action logger path calculated finally: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log.TRANSX
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Failed Parameter Validation]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: C:\Middle\oms\sysman\log\schemamanager\m_2013-07-23_1613\m_2013-07-23_1613.TRANSX\
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 0
    INFO: oracle.sysman.top.oms:process_id:1hqlayg7hyxmo
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-65096: ogiltigt namn för gemensam användare eller roll
    File:C:\Middle\oms\sysman\admin\emdrep\sql\core\latest\admin\admin_create_repos_user.sql
    Statement:CREATE USER SYSMAN  IDENTIFIED BY ******  DEFAULT TABLESPACE MGMT_TABLESPACE   QUOTA UNLIMITED ON MGMT_TABLESPACE  TEMPORARY TABLESPACE TEMP
    INFO: oracle.sysman.top.oms:The plug-in Repository Configuration has failed its perform method
    Best Regards
    Tien

    Hi,
    Because you mentioned that you do not have any pluggable database, and because pluggable databases are new in Oracle Database 12c, I have to ask: Are you trying to install EM12c using Oracle Database 12c as the repository database?  If so, this is not a supported configuration and I would strongly suggest that you select one of the certified versions of the database (like 11.2.0.3) to use for your repository database.
    -Brian

  • Configuration error  when installing OEM 12c

    Hi
    I was trying to install OEM cloud control 12c release 2 on a 64 bit Red Hat Enterprise Linux Server release 5.7 and in the “OMS Configuration” step the process encountered the following error and stopped.
    INFO: oracle.sysman.top.oms:Securing OMS ......
    INFO: oracle.sysman.top.oms:java.lang.Exception: emkey is not present in repository and backup is not present on file system. Hence emkey cannot be copied to credstore.
    INFO: oracle.sysman.top.oms:           at oracle.sysman.omsca.adapter.wls.OMSWLSAdapter.adapterPostDeployAndReposSetup(OMSWLSAdapter.java:2844)
    INFO: oracle.sysman.top.oms:           at oracle.sysman.omsca.framework.OMSGenericAdapter.postDeployAndReposSetup(OMSGenericAdapter.java:327)
    INFO: oracle.sysman.top.oms:           at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:193)
    INFO: oracle.sysman.top.oms:           at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:240)
    INFO: oracle.sysman.top.oms:OMSCA-ERR:Securing of OMS failed
    INFO: oracle.sysman.top.oms:
    INFO: oracle.sysman.top.oms:OMSCA-ERR:Post "Deploy and Repos Setup" operations failed. Check the trace file:/u02/Middleware/oms/cfgtoollogs/omsca/omsca_20130701175825.log
    INFO: oracle.sysman.top.oms:
    Check the OMS Configuration Assistant logs at: /u02/Middleware/oms/cfgtoollogs/omsca
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    And the following is from the mentioned log file:
    SEVERE: Exception occurred while securing OMS:
    java.lang.Exception: emkey is not present in repository and backup is not present on file system. Hence emkey cannot be copied to credstore.
                    at oracle.sysman.omsca.adapter.wls.OMSWLSAdapter.adapterPostDeployAndReposSetup(OMSWLSAdapter.java:2844)
                    at oracle.sysman.omsca.framework.OMSGenericAdapter.postDeployAndReposSetup(OMSGenericAdapter.java:327)
                    at oracle.sysman.omsca.framework.OMSCAFreshInstall.execute(OMSCAFreshInstall.java:193)
                    at oracle.sysman.omsca.framework.OMSConfigAssistantDriver.main(OMSConfigAssistantDriver.java:240)
    Jul 1, 2013 6:15:22 PM oracle.sysman.omsca.framework.OMSGenericAdapter postDeployAndReposSetup
    SEVERE: OMSCA-ERR:Post "Deploy and Repos Setup" operations failed. Check the trace file:/u02/Middleware/oms/cfgtoollogs/omsca/omsca_20130701175825.log
    Jul 1, 2013 6:15:22 PM oracle.sysman.omsca.framework.OMSCAFreshInstall execute
    SEVERE: Post "Deploy and Repos Setup" operations failed.
    Jul 1, 2013 6:15:22 PM oracle.sysman.omsca.framework.OMSConfigAssistantDriver main
    I have to mention that previously I installed OEM cloud control 12c release 2 on a 64 bit Windows and used the DB that I am trying to use for the current installation as the repository. Actually for some reason I stopped the previous Windows OEM and try to install a new Linux version and I want to use the same DB. Is this the reason for the error? What should I do to solve that? What about to create a new DB schema?
    Ferez

    AkankshaSheoranKaler,
    Yes, I am using same database to house the 12.1.0.2  OMS on win and 12.1.0.2 on linux but I am not going to use the OMS on win.
    Your solution worked for me. Dropping sysman schema and removing it's related synonyms solved the problem, thank you very much.
    Ferez

  • Error while installing JDeveloper 12c

    Hi,
    I am getting the following error while installing the windows version of Jdeveloper 12c.
    'CMD property not found in autorun.inf'
    Thanks,

    Is a .exe file such as setup.exe provided? Double-click on the setup.exe file directly to install.

  • Getting the error "Authentication failed."

    Hi,
    I am getting the error +"Authentication failed. If problem persists, please contact the system administrator"+ while login to OEM12c grid console as sysman user.
    I thought it was sysman password related and set the new password at DB level and OMS level too.
    Changed the SYSMAN user password at DB level as: alter user sysman identified by qmpzla102;
    Changed the SYSMAN user password at Grid level (OMS level) as: emctl config oms -store_repos_details -repos_host ushdc8951.us.deloitte.com -repos_port 1521 -repos_sid OER -repos_user SYSMAN -repos_pwd qmpzla102
    Though I am getting the same error while login to the OEM console.
    Please help me in getting the solution.
    Thanks,
    Mahipal

    Similar thread
    Error while login to 12c R2 OEM grid

  • Weblogic 12C

    When i am running configure.cmd in windows 7 , I am getting the following error.
    WebLogic Server 12c (12.1.1.0) Zip Configuration
    MW_HOME: G:\weblogic12
    JAVA_HOME: C:\Program Files\Java\jdk1.7.0_02
    771 jar files are being unpacked.
    Please wait, title bar will show progress ...
    'C:\Program' is not recognized as an internal or external command,
    operable program or batch file.
    'C:\Program' is not recognized as an internal or external command,
    operable program or batch file.
    Please help me....

    Sorry, but may I correct you:
    "To avoid further issues later as well, it's advisable that *Oracle fixes this stupid configure.cmd script that is not even capable of taking into account spaces into a path.*"
    Are they aware at Oracle that space is a character like any other, and that ALL shells provide way to escape paths???
    Thanks.

  • Install Weblogic 12c zip for developement on Windows 7

    I have downloaded wls1211_dev.zip for development purpose (instead of full install using windows installer), for installing on the windows 7 (64 bit). After extracting the zip contents, I set up the environment variables for JAVA_HOME, MW_HOME and JAVA_VENDOR as stated in the readme.txt included in the zip distribution. I also made sure to set the environment variables using 8.3 names (old DOS names) by using dir /x command. Here are the environmental settings:
    E:\WLS12c>echo %JAVA_HOME%
    C:\PROGRA~1\Java\JDK17~1.0_0\bin
    E:\WLS12c>echo %MW_HOME%
    E:\WLS12c
    E:\WLS12c>echo %JAVA_VENDOR%
    Sun
    But every time I run configure.cmd, I get the following error:
    (I checked the permissions on the directory where I have unzipped and it is full control for me (not an administrator user). I tried to run the configure.cmd using administrative user but the same result). I can also navigate to the directories using 8.3 names. I am able to create delete and update files and folder in the target directories as non-administrative user. I have no idea why I should be getting the following errors.
    WebLogic Server 12c (12.1.1.0) Zip Configuration
    MW_HOME: E:\WLS12c
    JAVA_HOME: C:\PROGRA~1\Java\JDK17~1.0_0\bin
    783 jar files are being unpacked.
    Please wait, title bar will show progress ...
    The system cannot find the path specified.
    -- above line repeated I guess 783 times
    "ACLs are being setup for E:\WLS12c Please wait..."
    The system cannot find the path specified.
    The WebLogic Server wasn't found in directory E:\WLS12c\wlserver\server.
    Please edit the setWLSEnv.cmd script so that the WL_HOME
    variable points to the WebLogic installation directory.
    Your environment has not been set.
    The system cannot find the path specified.
    I will appreciate your help in this regard.
    Thanks in advance
    Salman

    Hi,
    This issue usually occurs when you install WebLogic Server using generic jar installer and when launching installation with incorrect JDK version.It may be improper JDK installation or incorrect JAVA HOME setup at OS level.
    To resolve this issue, uninstall current WebLogic installation using generic.jar installer that is referring incorrect JDK and relaunch the installation with correct JDK by setting correct JAVA HOME system variables. Below are steps to be followed to address this issue.
    Un-install WebLogic from your machine.
    If the installer is on a network drive it's recommended to copy the generic installer to your local file system and to a folder with no spaces or strange characters.
    Remove the system variables you've set: JAVA_HOME, JAVA_VENDOR, and remove the %JAVA_HOME%\bin from the path system variable.
    Run the installer as follows:
    Open a command prompt
    Change directory to \JDK_64\bin folder and execute:
    java.exe -jar -Xms1024m server1001_generic.jar
    After the installation is completed you can proceed to safely run the Configuration Wizard (config.cmd)
    Regards,
    Kal

  • How to convert java class file version without decompiling

    Hi,
    Oracle R12.1.3 i am having illegal access error while try to access the class file version Java 1.3 uses major version 47,So how to convert the class file version without using decompiling.
    Current java version is 1.6.0_07
    Is there any tool or API for converting class file version?
    Thanks,
    Selvapandian T

    Beside this I wonder where you get your error from since AFAIK 12c comes with java 1.6.
    Well wonder no more!
    OP isn't using Oracle 12c database.
    They are using Oracle R12.1.3 - which is the E- Business Suite.

  • ADFBindingFilter error while deploying a war to WLS server using jdev 12c

    I've a OSB Server setup using XBUS_MAIN_GENERIC_120131.1402.S which is using JDEVADF_MAIN_GENERIC_120102.0032.6211.
    Launched the 12c Jdev and created a simple adfc web application with a test.jspx page and deployed in the OSB Server. The web app deployed and could launch the test page.
    I have added the page definition for that test page by 'Go to Page Definition' option.
    Now, If I try to deploy this web app war to the OSB Server, I'm getting the following exception in the jdev (Error1) and in the server log I could see the error (Error2).
    Any Idea how to resolve this issue?
    Error1 ( on Jdev )
    [03:15:08 AM] ---- Deployment started. ----
    [03:15:08 AM] Target platform is (Weblogic 10.3).
    [03:15:09 AM] Retrieving existing application information
    [03:15:09 AM] Running dependency analysis...
    [03:15:09 AM] Building...
    [03:15:15 AM] Deploying profile...
    [03:15:16 AM] Wrote Web Application Module to /scratch/sansrini/OSB_DEV/OSBMgmtTestApp/OSBMgmtTaskflowsTestApp/deploy/newosb2.war
    [03:15:16 AM] Deploying Application...
    [03:15:18 AM] [Deployer:149193]Operation "deploy" on application "newosb2" has failed on "AdminServer".
    [03:15:18 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application newosb2 on AdminServer.: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter.
    [03:15:18 AM] weblogic.application.ModuleException: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter
    [03:15:18 AM] Deployment cancelled.
    [03:15:18 AM] ---- Deployment incomplete ----.
    [03:15:18 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Error2 ( on wls log )
    <Feb 3, 2012 3:15:18 AM PST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: [HTTP:101371]There was a failure when processing annotations for application /scratch/sansrini/view_storage/sansrini_xbus2/xbus/build/MW_HOME/user_projects/domains/base_domain/servers/AdminServer/upload/newosb2/app/newosb2.war. Ensure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:732)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:188)
    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:93)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:172)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace

    I guess you should be asking on an internal forum somewhere, because we, the unwashed masses, don't have access to JDev 12c.
    John

  • Error in Starting Weblogic Server 12c

    Hi,
    I get the below error when I run Weblogic server 12c. I am running it on Windows 7 Enterprise sp1.
    I have installed the products. Oracle DB 11.2.0.1.0, RCU 11.1.1.6.0, Webcenter Portal & Content- 11.1.1.8.0
    The main error I see is Opening of file based keystore failed from below log.
    C:\Oracle\Middleware\user_projects\domains\New_domain\bin>startWebLogic.cmd >> log.txt
    'C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\bin\\Installer64' is not recognized as an internal or external command,
    operable program or batch file.
    'C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\bin\\Installer' is not recognized as an internal or external command,
    operable program or batch file.
    'C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\bin\\Installer' is not recognized as an internal or external command,
    operable program or batch file.
    'C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\bin\\Installer' is not recognized as an internal or external command,
    operable program or batch file.
    FINDSTR: No search strings
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    6 Sep, 2013 2:27:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    JAVA Memory arguments: -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\oracle_common\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\Middleware\Oracle_WC1\wcps-services-app\modules\oracle.wcps_11.1.1\wcps-connection-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\xqrl.jar;C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\jlib\idcloader.jar;C:\Oracle\MIDDLE~1\ORACLE~3\ucm\idc\components\NativeOsUtils\classes-NativeOsUtils.jar;
    PATH=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\native;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\app2\v.narasakumar.kuchi\product\11.2.0\dbhome_1\bin;C:\app1\v.narasakumar.kuchi\product\11.2.0\dbhome_1\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.6.0_38\bin;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.policy  -Xverify:none -Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\JDK160~1/jre/lib/endorsed;C:\Oracle\MIDDLE~1\WLSERV~1.1/endorsed  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.1 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.1\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.1\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Djps.auth.debug=false -Dtangosol.coherence.log=jdk -DjiveHome=C:\Oracle\MIDDLE~1\USER_P~1\domains\NEW_DO~1\config\fmwconfig\servers\AdminServer\owc_discussions -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.webcenter.analytics.disable-native-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djava.awt.headless=true -Doracle.webcenter.tagging.scopeTags=false -XX:+UseParallelGC -XX:+DisableExplicitGC -Dportlet.oracle.home=C:\Oracle\Middleware\oracle_common -Dwc.oracle.home=C:\Oracle\Middleware\Oracle_WC1  -Dipm.oracle.home=C:\Oracle\Middleware\Oracle_ECM1 -Doracle.capture.home=C:\Oracle\Middleware\Oracle_ECM1 -Ducm.oracle.home=C:\Oracle\MIDDLE~1\ORACLE~3 -Dirm.oracle.home=C:\Oracle\Middleware\Oracle_ECM1 -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sysext_manifest_classpath  weblogic.Server
    <6 Sep, 2013 2:27:03 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <6 Sep, 2013 2:27:03 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <6 Sep, 2013 2:27:03 PM IST> <Notice> <WebLogicServer> <BEA-000395> <The following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\user_projects\domains\New_domain\lib\mbeantypes\csp-id-asserter.jar;C:\Oracle\Middleware\user_projects\domains\New_domain\lib\mbeantypes\jps-wls-trustprovider.jar.>
    <6 Sep, 2013 2:27:04 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc..>
    <6 Sep, 2013 2:27:05 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0  Wed Dec 7 08:40:57 PST 2011 1445491 >
    <6 Sep, 2013 2:27:06 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <6 Sep, 2013 2:27:07 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <6 Sep, 2013 2:27:07 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\New_domain\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <6 Sep, 2013 2:27:07 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\New_domain\servers\AdminServer\logs\AdminServer.log00009. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\New_domain\servers\AdminServer\logs\AdminServer.log.>
    <6 Sep, 2013 2:27:07 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\New_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <6 Sep, 2013 2:27:09 PM IST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <6 Sep, 2013 2:27:09 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
      at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
      at weblogic.security.SecurityService.start(SecurityService.java:148)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
      at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:170)
      at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:383)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
      at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2984)
      at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3226)
      at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
      at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:383)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
      at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:406)
      at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:352)
      at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:122)
      at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:88)
      at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:164)
      Truncated. see log file for complete stacktrace
    >
    <6 Sep, 2013 2:27:09 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <6 Sep, 2013 2:27:09 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <6 Sep, 2013 2:27:09 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    I get the same error when I execute "startWeblogic.cmd" from domain folder and bin folder.
    Any help is appreciated. Thanks.

    Hi,
    Few comments here...
    1) Seems your environment is not setup correctly but that is not the big cause here.....
    2) This one is important, it seems that you installed weblogic using a different account and are trying to run it from a different account.
    So the account with which you are trying to run weblogic does not have proper permission on
    MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso
    Right click on the file and go in properties ..
    Enable full control,modify,Read and execute,read and write permissions for the user you are trying to start weblogic and apply it.
    if this simple steps doesnt work, please enable more logging by adding "-Djava.security.debug=jpspolicy" to startup option and grab more details.
    Good Luck let me know if this works.

  • Error while deploying an application on weblogic 12c. An error occurred while reading the deployment descriptor. The error was: Error processing annotations

    Anyone please help me solve this error. I am trying to deploy an application on weblogic 12c  i am getting an error but the same application gets successfully deployed on weblogic 11g. The error is
    An error occurred during activation of changes, please see the log for details.
    Exception preparing module: EJBModule(gsCallbackAdapterLGTX-ejb.jar) An error occurred while reading the deployment descriptor. The error was: Error processing annotations: .
    [EJB:015001]Unable to link class com.aep.gridsmart.adapters.lgtx.buslogic.deliver.xform.AdapterTransfomerDeliverSession in Jar /appl/oracle/middleware/WLS/12.1.1.0/user_projects/domains/Gridsmart/servers/ManagedServer1/tmp/_WL_user/gsCallbackAdapterLGTX/34vz4d/gsCallbackAdapterLGTX-ejb.jar : java.lang.NoClassDefFoundError: com/aep/gridsmart/adapter/deliver/CommonAdapterDeliverBean

    Cotton please let me know what is the mistake i am
    doingThe following path does not exist.
    C:\Sun\AppServer7\domains\domain1\server1\
    applications\j2ee-modules\task_1\WEB-INF\web.xml

  • MDS error while deploying the application in 12c

    Hi,
    I'm  using JDeveloper -  12.1.2.0.0
    I'm trying to deploy the application and encountered the following error:
    oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document   
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "WebCenterFileMetadataStore" is invalid.   
    MDS-01255: The property partition-name has not been supplied.
    I see the MDS metadata entries are present in adf-config.xml located at .adf folder.
    The same configurations are working in 11g environment, but seing this error in 12c.
    Are there any changes to be done for adf-config.xml file in 12c setup?
    Any inputs would be helpful.
    Thanks
    Ravi

    Ravi, have you migrated the application?
    If yes you should make a small test with a fresh 12c app to see how the descriptors have changed.
    The release notes don't reveal a change in the setup. !"c migration on the other side sometimes adds descriptos or add entries into the meta data. Thats why I always try to create a app under12c first to see which entries and descriptors are needed. Then I compare them with the data after the migration.
    Timo

Maybe you are looking for