Submit file/project to Oracle enterprise repository from Jdeveloper 11g

Hi,
I created an project and used to submit file/project to oracle enterprise repository from Jdeveloper 11g Release1, it throws the following Ant log as:
Buildfile: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/harvester-ant.xml
introspect-file:
[repository.submit] An error occurred performing the Repository operation:
[repository.submit] com.oracle.oer.sync.framework.MetadataIntrospectionException: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
BUILD FAILED
com.oracle.oer.sync.framework.MetadataIntrospectionException: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
     at com.oracle.oer.sync.framework.MetadataManager.init(MetadataManager.java:310)
     at com.oracle.oer.sync.framework.ant.IntrospectTask.createMetadataManager(IntrospectTask.java:370)
     at com.oracle.oer.sync.framework.ant.IntrospectTask.getMetadataManager(IntrospectTask.java:355)
     at com.oracle.oer.sync.framework.ant.IntrospectTask.performRepositoryWork(IntrospectTask.java:312)
     at com.oracle.oer.sync.framework.ant.RepositoryTaskBase.execute(RepositoryTaskBase.java:182)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
     at org.apache.tools.ant.Task.perform(Task.java:348)
     at org.apache.tools.ant.Target.execute(Target.java:357)
     at org.apache.tools.ant.Target.performTasks(Target.java:385)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
     at org.apache.tools.ant.Main.runBuild(Main.java:758)
     at org.apache.tools.ant.Main.startAnt(Main.java:217)
     at org.apache.tools.ant.Main.start(Main.java:179)
     at org.apache.tools.ant.Main.main(Main.java:268)
Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to read plugin file: /home/weblogic/Oracle/Middleware/jdeveloper/harvester/11.1.1.5.0-OER-Harvester.zip_FILES/harvester/plugins/bpmn.introspector
     at com.oracle.oer.sync.framework.impl.DefaultPluginManager.processIntrospector(DefaultPluginManager.java:127)
     at com.oracle.oer.sync.framework.impl.DefaultPluginManager.<init>(DefaultPluginManager.java:73)
     at com.oracle.oer.sync.framework.MetadataManager.init(MetadataManager.java:308)
     ... 21 more
Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionRuntimeException: Error: Unable to find asset type in OER: c1b66c2b-a0a5-11df-a365-576b3399627c. Please make sure that the Harvester Solution Pack is installed in OER.
     at com.oracle.oer.sync.framework.MetadataManager.putAssetType(MetadataManager.java:213)
     at com.oracle.oer.sync.framework.impl.DefaultPluginManager.processIntrospector(DefaultPluginManager.java:104)
     ... 23 more
Please, provide any solution be appreciated..
Thanks, Janardhan
Edited by: 899397 on Nov 27, 2011 9:55 PM

I'd suggest to try the solution desciribed in [this |https://forums.oracle.com/forums/thread.jspa?messageID=10058821&#10058821] discussion thread.

Similar Messages

  • Unable to Connect to Oracle 10gR1 database from JDeveloper 11g using OCI

    We are migrating our application from OC4J to Weblogic server. As a part, I am trying to create a database connection in JDeveloper 11g (11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) to Oracle 10gR1 database. Previously I had Oracle 10g Client installed in the machine. Created a database connection using OCI driver and when I try to test connect, I got "Test Failed: no ocijdbc11 in java.library.path". I searched through Metalink and forums and one suggestion was to install Oracle 11g Client on the machine where Jdeveloper 11g is installed. I installed 11g R1 client and tried the same test connection using OCI driver. Now I am getting "Test failed: ORA-12705: Cannot access NLS data files or invalid environment specified" error.
    The same database connection works good with Thin driver with both Oracle 10g client and 11gR1 client.
    Previously I had Jdeveloper 10.1.3.2 and Oracle 10g Client and I was able to connect to database without any errors.
    Could you provide me the steps for this or if I missed any steps?
    Steps to Replicate:
    For the error: no ocijdbc11 in java.library.path
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 10g Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    ORA-12705: Cannot access NLS data files or invalid environment specified
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 11gR1 Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    Note: Tried the same scenarios with Oracle 11gR2 client as well. It was not working at all.
    Any ideas and pointers would be great.

    1. will my problem get solved after i install oracle 11g client on my machine.Yes, your problem should get solved. The version of the Oracle 11g Client must match the version of the JDev's JDBC drivers. Alternatively you may install an Oracle 11g Client and replace JDev's Oracle JDBC drivers with these from the installed client. Please, read carefully my 1st posting above in this thread.
    2. can i patch JDeveloper 11g on my machine to work with 10g client, or can i do the same with 10g client.You might succeed if you replace JDev's built-in JDBC drivers (which are 11g versions) with 10g versions, but I do not recommend you to try that because JDeveloper 11g and ADF 11g may be using some 11g features that do not exist in 10g drivers, so you may have problems.
    I also have PLSql developer installed on my machine and it works well.PL/SQL Developer does not use JDBC drivers, so it is not an relevant example in this case.
    My generall recommendation is to use Oracle JDBC Thin drivers. Oracle claimed that OCI drivers had better performance, but this was really true about earlier releases. Current Oracle 11g JDBC Thin drivers offer excellent performance and they offer all the features of the OCI versions (which was not true about earlier releases). In my opinion, the most important disadvantage of Oracle JDBC OCI drivers is that most versions have native memory leaks so all the RAM would get consumed after long application execution. The fact that WebLogic Server does not offer Oracle JDBC OCI drivers by default anymore says that Oracle discourages the usage of the OCI driver in favour of Thin driver.
    Dimitar

  • Unable to Connect to Oracle 10gR1 database from JDeveloper 11g using OCI JD

    We are migrating our application from OC4J to Weblogic server. As a part, I am trying to create a database connection in JDeveloper 11g (11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) to Oracle 10gR1 database. Previously I had Oracle 10g Client installed in the machine. Created a database connection using OCI driver and when I try to test connect, I got "Test Failed: no ocijdbc11 in java.library.path". I searched through Metalink and forums and one suggestion was to install Oracle 11g Client on the machine where Jdeveloper 11g is installed. I installed 11g R1 client and tried the same test connection using OCI driver. Now I am getting "Test failed: ORA-12705: Cannot access NLS data files or invalid environment specified" error.
    The same database connection works good with Thin driver with both Oracle 10g client and 11gR1 client.
    Previously I had Jdeveloper 10.1.3.2 and Oracle 10g Client and I was able to connect to database without any errors.
    Could you provide me the steps for this or if I missed any steps?
    Steps to Replicate:
    For the error: no ocijdbc11 in java.library.path
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 10g Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    ORA-12705: Cannot access NLS data files or invalid environment specified
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 11gR1 Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    Note: Tried the same scenarios with Oracle 11gR2 client as well. It was not working at all.
    Any ideas and pointers would be great.

    1. will my problem get solved after i install oracle 11g client on my machine.Yes, your problem should get solved. The version of the Oracle 11g Client must match the version of the JDev's JDBC drivers. Alternatively you may install an Oracle 11g Client and replace JDev's Oracle JDBC drivers with these from the installed client. Please, read carefully my 1st posting above in this thread.
    2. can i patch JDeveloper 11g on my machine to work with 10g client, or can i do the same with 10g client.You might succeed if you replace JDev's built-in JDBC drivers (which are 11g versions) with 10g versions, but I do not recommend you to try that because JDeveloper 11g and ADF 11g may be using some 11g features that do not exist in 10g drivers, so you may have problems.
    I also have PLSql developer installed on my machine and it works well.PL/SQL Developer does not use JDBC drivers, so it is not an relevant example in this case.
    My generall recommendation is to use Oracle JDBC Thin drivers. Oracle claimed that OCI drivers had better performance, but this was really true about earlier releases. Current Oracle 11g JDBC Thin drivers offer excellent performance and they offer all the features of the OCI versions (which was not true about earlier releases). In my opinion, the most important disadvantage of Oracle JDBC OCI drivers is that most versions have native memory leaks so all the RAM would get consumed after long application execution. The fact that WebLogic Server does not offer Oracle JDBC OCI drivers by default anymore says that Oracle discourages the usage of the OCI driver in favour of Thin driver.
    Dimitar

  • Error In Oracle Enterprise Repository in IBM AIX 5.3

    Hello,
    I'm have installed:
    Oracle Weblogic Server 11g (10.3.3)
    Oracle Enterprise Repository 11g (11.1.1.3)
    The installation is succefully but when i try access to http://10.1.1.218:7111/oer is empty !!
    in the log apper:
    $ tail -f nohup.out
    JIT - r9_20091123_13891
    GC - 20091111_AA)
    JCL - 20091202_01
    Starting WLS with line:
    /usr/java6_64/bin/java -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=oer_server1 -Djava.security.policy=/oracle/app/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -server -da -Dplatform.home=/oracle/app/Middleware/wlserver_10.3 -Dwls.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.home=/oracle/app/Middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://snode938:7115 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oracle/app/Middleware/patch_wls1033/profiles/default/sysext_manifest_classpath:/oracle/app/Middleware/patch_ocp353/profiles/default/sysext_manifest_classpath weblogic.Server
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with IBM J9 VM Version 2.4 from IBM Corporation>
    <Oct 28, 2011 7:06:22 PM GMT-04:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:23 PM GMT-04:30> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 28, 2011 7:06:24 PM GMT-04:30> <Notice> <Log Management> <BEA-170019> <The server log file /oracle/app/Middleware/user_projects/domains/oer_domain/servers/oer_server1/logs/oer_server1.log is opened. All server side log events will be written to this file.>
    <Oct 28, 2011 7:06:26 PM GMT-04:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 28, 2011 7:06:28 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 28, 2011 7:06:31 PM GMT-04:30> <Warning> <HTTP> <BEA-101369> <ServletContext@766848437[app:oer module:/oer path:/oer spec-version:null]: The encoding jsp-descriptor param has been deprecated. Consider declaring the encoding in the jsp-config element (web.xml) or as a page directive (pageEncoding) instead.>
    INITIALIZING EXTERNAL EVENTING
    running in single server mode
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $
    snode938:/oracle/app/Middleware/user_projects/domains/oer_domain/bin $ tail -f nohup.out
    Intializing Thinkmap Server. Version: 2.6.051122173836X
    Thinkmap Server initialized.
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.218:7111 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oer_server1" for domain "oer_domain" running in Production Mode>
    OER: Asset Preload completed: 4982ms
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 28, 2011 7:06:40 PM GMT-04:30> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Oct 28, 2011 7:16:07 PM GMT-04:30> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WebAppModuleOverviewPage&WebAppModuleOverviewPortlethandle=com.bea.console.handles.ModuleHandle%28%22com.bea%3AName%3Doer%2CType%3DAppDeployment%3Boer-web%3B%2Foer-web%3B%3Cnone%3E%3BWEBAPP%22%29.>
    java.lang.Exception: Provider named 'SUN' not found
    at com.flashline.crypto.EncryptedPassword.constructor(EncryptedPassword.java:125)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:74)
    at com.flashline.crypto.EncryptedPassword.<init>(EncryptedPassword.java:38)
    at com.flashline.enterprise.authentication.servlet.Login.service(Login.java:46)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:529)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.flashline.enterprise.authentication.EnterpriseSession.checkLogin(EnterpriseSession.java:441)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:254)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:250)
    at com.flashline.cmee.jsp.CMEESession.checkLogin(CMEESession.java:249)
    at jsp_servlet.__index._jspService(__index.java:130)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any idea ?
    Thank.-
    Post Data: I search any solution in My Oracle Support, and apply the only solution found here. But the issue persist...

    if you see the log file it tells about saposcolSAPCAR: could not open for writing /usr/sap/IND/SYS/exe/run/saposcol (error 28). Text file busy
    could you please check is there any SAPOSCOL process running?
    that is why you are getting error as unpack was executed with status ERROR
    cheers,
    -Sunil

  • Oracle Enterprise Repository + Web logic server configuration

    Hi,
    I have installed Oracle Enterprise Repository 11g, I would set web logic server with application server fo OER, when I started the configuration tool of web logic server (config.sh), in the second screen 'Generate a domainconfigured automatically to support the following products', there isn't 'Oracle enterprise Repository - 11.1.1.2.0'.
    Why?
    Regards
    Leopoldo

    Hi Nitin
    1. Refer: http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    2. You can develop reports using Report Builder that comes with Oracle 9iDS. Alternatively, since Reports 9i supports .jsp/.xml/.html input files, you can also "hand code" your reports. Moreover, you can create reports JSP file using JDeveloper.
    3. iDS suite comes with Reports Developer, Runtime and Server. You need iAS to deploy your reports.
    Oracle Database is required if you go for Job Repository and several other options with Reports. Oracle Reports per se does not require Oracle database to be installed.
    Regards
    Sripathy

  • Oracle Enterprise Repository

    Hi All,
    We are installing OER on weblogic. we successlly installed it, but we are unable to create Domain
    weare facing below issue
    2010-08-05 18:05:54,128 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - /apps/erikas3/aerikas3/u01/app/oracle/product/fmw/wlserver_10.3/common/lib/components.xml does not contain component elements and will be skipped
    2010-08-05 18:05:54,254 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.3.0 [apps/erikas3/aerikas3/u01/app/oracle/product/fmw/wlserver_10.3/common/templates/domains/wls.jar]
    2010-08-05 18:06:54,682 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2010-08-05 18:06:54,691 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-05 18:06:58,319 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-05 18:06:58,339 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-05 18:06:59,229 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-08-05 18:06:59,611 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2010-08-05 18:06:59,612 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.3.0
    2010-08-05 18:06:59,612 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-08-05 18:06:59,813 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
    2010-08-05 18:06:59,864 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-08-05 18:07:52,628 ERROR [WizardController] com.oracle.cie.common.util.JdkVersion - JDK version is null.
    2010-08-05 18:10:26,218 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2010-08-05 18:10:51,639 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2010-08-05 18:10:55,139 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2010-08-05 18:11:32,465 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1571)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.DomainGenerator.generate(DomainGenerator.java:269)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)

    Hi,
    Once before you install OER u need to create some Table spaces for OER and some default OER user for Installation and that from the log i understood tat you are trying to create the Domain from an existing WLS Template.
    Once u run the scripts for OER User schemas and Tablespaces and OER user then reinstall OER and then try to create the DOmian with SOA and OER.
    Correct me if i m wrong..
    Thanks and Regards,
    Ramnath

  • Where can I download Oracle Enterprise Repository 10g

    Hi,
    Where can I download Oracle Enterprise Repository that will work with SOA Suite 10g? I can see only the 11g version is available.
    Thanks.
    Edward

    i just want to use oracle enterprise manager for 11g
    where can i download it compatible for oracle linux enterprise 5.4You can download it from these links:
    Oracle Enterprise Manager Downloads
    http://www.oracle.com/technetwork/oem/grid-control/downloads/index.html
    Oracle e-Delivery Website
    http://edelivery.oracle.com
    Thanks,
    Hussein

  • How to delete all artifacts harvested in Oracle Enterprise Repository Repository 11G

    Is there any way where in I can delete all the harvested artifacts in oracle enterprise repository?
    I could not find any option to delete in bulk in the OER console.

    When I run the script below on the same database to identify the job it does not show the scheduled job
    select job_id, job_name, job_owner from mgmt_job
    where job_name like '%BACKUP_EMS%';
    However in OEM under yesterdays date it shows
    Key Tag Completion Time Contents Device Type Status Keep Pieces
    15 TAG20110830T191924 30-Aug-2011 19:19:26 SPFILE, CONTROLFILE DISK AVAILABLE NO 1
    14 BACKUP_EMS_000021_083011070002 30-Aug-2011 19:19:18 DATAFILE DISK AVAILABLE NO 1
    Where is this job running from as I can't find it?

  • Oracle Enterprise Repository User account locked out

    Hi,
    I installed Oracle Enterprise Repository 11g and tried logging into its web console by opening http://host:port/oer. I gave the wrong credentials and the account got locked. I went into weblogic web consle under security > myrealm but dont see the user admin. I then went to wls_web_console > Domain
    Can someone please tell me how to unlock it....
    Regards,
    Anant

    This should do the trick.
    1. Stop OER
    2, Login to DB using OER user
    3. update ENTSECUSERS set ACTIVESTATUS=0 where USERNAME='xxxxxxxx';
    4. Need to get the entsecuserid value from entsecusers table and column ID,
    5. update CMEEUSERS set ACTIVESTATUS=0 where ENTSECUSERID='id value';
    6. Restart OER

  • Need information on oracle enterprise repository

    Hi,
    I am planning to get started on oracle enterprise repository.
    I have read a lot about it st various blogs and now want to have hands on implementation of the same. Can someone  let me know where I can get some tutorials or examples to get started with it. Sincerely appreciate your help.
    Thanks.Sridhar.

    have a look at these links
    Oracle Enterprise Repository
    Installing Oracle Enterprise Repository
    Installation Guide
    ORA:FMW Fusion Middleware: Installing Oracle Enterprise repository 11g
    regards
    Nasir

  • Oracle Enterprise Repository post installation steps failed.

    Hi,
    I was able to install Oracle 11g Express and Weblogic 10.3.6.0 and 11.1.1.6.0 and when try to follow post installation steps to extend a domain installation fails with following steps. Could you please assist me
    what could i have done wrong or suggest me hints to locate the error.
    2013-01-30 23:08:04,768 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2013-01-30 23:08:11,830 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.6.0 [C:\Oracle\Middleware\wlserver_10.3\common\templates\domains\wls.jar]
    2013-01-30 23:08:15,362 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2013-01-30 23:08:15,471 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.6.0
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.6.0 to WebLogic_Server_10.3.6.0_wlserver_10.3_ORACLE_HOME
    2013-01-30 23:08:27,096 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2013-01-30 23:08:28,737 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2013-01-30 23:08:32,580 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1574)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.TemplateImporter.generate(TemplateImporter.java:274)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)
    Thanks
    Edited by: 985275 on Jan 31, 2013 12:13 AM

    Hi,
    After installing Oracle DB, did you Install RCU setup succesfully??
    If not, Install RCU and then procced.
    -Santosh

  • No Endpoint created in Oracle Enterprise Repository (OER)

    Hi,
    I created a proxy service in Oracle Service Bus (OSB) and harvested it to Oracle Enterprise Repository (OER). The harvesting was successful. Following artifacts were created in OER:
              Interface/OpenAccountService      1.0      Interface      Unsubmitted
              OpenAccount.wsdl      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.wsdl-2      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.wsdl-3      1.0      Artifact: WSDL      Unsubmitted
              OpenAccount.xsd      1.0      Artifact: XSD      Unsubmitted
              ProxyService/PS_OpenAccount      1.0      Service      Unsubmitted
              PS_OpenAccount.proxy      1.0      Artifact: Proxy      Unsubmitted
    But no Endpoint is created. Can someone explain why?
    I need to publish this service to Oracle Service Registry. I cannot publish without a valid Endpoint. Kindly help
    Thanks.

    Adding reference to the thread where we discussed it-
    Service Bus(OSB) not harvesting Endpoint to Enterprise Repository(OER)
    Regards,
    Anuj

  • Problem Installing Oracle Enterprise Repository 10.3

    Hi All,
    When I'm running the installation program in the silent mode on Windows XP, I get the following error:
    *ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The directory path must be absolute: []*
    This is my silent.xml:
    <?xml version='1.0' encoding='UTF-8'?>
    <Oracle-installer>
         <input-fields>
              <data-value name='OracleHOME' value='C:\oracle\Middleware\home_11gR1'/>
              <data-value name='COMPONENT_PATHS' value='Oracle Enterprise Repository/Core Repository with Examples|Oracle Enterprise Repository/Oracle Enterprise Repository Plug-In for Eclipse'/>
              <data-value name='APP_SERVER_TYPE' value='WLS'/>
              <data-value name='APP_SERVER_NAME' value='WebLogic Server 10.3'/>
              <data-value name='APP_PATH' value='oer103'/>
              <data-value name='WEB_PATH' value='oer103-web'/>
              <data-value name='ALER_URL' value='lkxkca0.cantv.com.ve'/>
              <data-value name='DOMAIN_LISTEN_PORT' value='7001'/>
              <data-value name='USER_INSTALL_DIR' value='C:\oracle\Middleware\home_11gR1\repository103'/>
              <data-value name='RUN_DBCONFIG_WIZARD' value='yes'/>
              <data-value name='CONFIG_RESPOSIT_DB' value='yes'/>
              <data-value name='DB_TABLE_BLOB' value='OER_LOB'/>
              <data-value name='DB_TABLE_DATA' value='OER_DATA'/>
              <data-value name='DB_TABLE_INDEX' value='OER_INDEX'/>
              <data-value name='DB_DRIVER' value='oracle.jdbc.driver.OracleDriver'/>
              <data-value name='DB_JARFILES' value='C:\oracle\Middleware\home_11gR1\ojdbc14.jar'/>
              <data-value name='DB_DBMS' value='xe'/>
              <data-value name='DB_PORT' value='1521'/>
              <data-value name='DB_HOST' value='LKXKCA0.cantv.com.ve'/>
              <data-value name='DB_USERNAME' value='OER'/>
              <data-value name='DB_PASSWORD' value='OER_PWD'/>
              <data-value name='APP_SERVER_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>
              <data-value name='USER_DOMAIN_DIR' value='C:\oracle\Middleware\home_11gR1\user_projects\domains\base_domain'/>
              <data-value name='SUPPORTED_WL_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>
              <data-value name='WL_HOME' value='C:\oracle\Middleware\home_11gR1\wlserver_10.3'/>          
         </input-fields>
    </Oracle-installer>
    Thanks,

    Amit Rathi wrote:
    Please can anyone tell me if OER10.3 is compliant with Oracle Weblogic 11g and 10.3???Waiting for an answer? Consider asking in a WebLogic forum instead of a database forum. (Clikc on the "Forum Home" link above and scroll down.) There are lot more people over there who might know the answer.

  • Starting to learn ORACLE Enterprise Repository

    hi,
    i am new to Oracle enterprise repository, i need to start learning it. kindly suggest some links, docs or books to start with.
    thanks in advance

    Hi,
    Start with this;
    http://www.oracle.com/technetwork/middleware/repository/documentation/index.html
    Arik

  • Failed to load policis from repository in Jdeveloper 11g

    Hi All,
    While am trying to attach policy to a exposed service/external service to a composite.xml/external service, am getting below error in jdeveloper 11g.
    "Failed to load policies from repository in jdeveloper 11g",
    Can any body please share your input, why am not able to load policies?
    I appreciate your help.
    Regards
    Santhosh Kumar. K

    Thanks Wajid for your quick reply.
    As per your instructions, you want me to set the default policy store path in the preferences.
    so when am trying to do the same i didn't find the exact path in my machine, upto owsm folder which is same after that i didnt find any other folders(\policies\oracle)under it.
    Path in my machine: <UserProfile>\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\oracle\store\gmds\owsm
    your path: <UserProfile>\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\oracle\store\gmds\owsm\policies\oracle
    Regards
    Santhosh Kumar. K

Maybe you are looking for

  • How to disable Header and Footer in MS word with VB code

    Hi Tea, We need to disable Header & Footer in MS word (Restrict user to edit Header and Footer). So we are trying to write a VB code. What ever code we tried it is not working . Can you please provide any solution how to diable H & F in word using VB

  • How to create a java file from an xml file

    anybody who can help me? i'm really trying to get this job in a hurry..thanks

  • How to use copySubTree in WDCopyService

    Hi, I want to copy node elements from node-1 to node-2.. These two node has exactly same structure. These node have child nodes like following:- Node 'Transaction' has two value attributes-> 'tid', 'tname' and a value node 'Combination' which has a v

  • After Mavericks install, iPhoto, Garageband, not upgraded

    I have installed Mavericks on three of my Macs so far, the last one would not upgrade the iPhoto (& Garageband?) to the associated version.  Apple online support (where I have a really great, helpful person) coached me through to reaching a real pers

  • Standard transaction entries can go to ztable

    hi experts, plz tell me that standard entries of any transaction can go to ztables ? e.g mm01 transaction entries is going to mara but if i create my own zmara table then how can i enter the entries created by user in my zmara table. plz guide me. th