Migrating projects from JDeveloper 10.1.2 to JDeveloper 11g

Hi,
We are currently still making use of JDeveloper 10.1.2.2 to develop/maintain JSP/Struts/ADF 10.1.2 applications. Will it be possible to migrate these projects directly from JDeveloper 10.1.2 to 11g with the final production version when it is released?
Would I be correct in assuming that the development/maintenance of JSP/Struts 1 based applications will still be possible in JDeveloper 11g so that we can first migrate the projects from 10.1.2 and then focus on changing the view technology over a longer timeframe?
Thank you.
Regards,
Graeme.

Hi,
The first two questions were a bit average - obviously still finding my way around. The answer to the 2nd question appears to be yes. However, I have not found anything official for the first question.
I have managed to migrate one of our basic struts projects from JDeveloper 10.1.2.2 to 10.1.3.4. However, following a similar procedure to migrate to 11g I get the following failure when trying to run the application in the embedded and internal servers.
oracle.security.jazn.JAZNRuntimeException: JBO-26001: XML File not found for the Container /null/DataBindings.cpx     
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)     
at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583)     
at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)     
at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
etc...
The DataBindings.cpx file is available in the WEB-INF/classes directory.
Would anyone be able to tell me what I am doing wrong?
Thank you.
Graeme.

Similar Messages

  • Unable to deploy BPEL from jdeveloper 11g

    Hi
    I tried to deploy a simple bpel project from jdeveloper 11g to SOA 11g
    but i get the following error in the jdeveloper..
    Buildfile: D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite : 'D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\composite.xml'
    BUILD FAILED
    D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml:242: Java returned: 1 Check log file : D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\SCA-INF\classes\scac.log for errors
    Total time: 4 seconds
    The Log file for ur reference ..
    java.lang.NoClassDefFoundError: 111100\jdeveloper\
    Caused by: java.lang.ClassNotFoundException: 111100\jdeveloper\
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: 111100\jdeveloper\. Program will exit.
    Exception in thread "main"
    Help me with these issue
    Thanks & Regards
    Bala

    Yes.
    Like pointed out by Theo,
    the exception is : "java.lang.NoClassDefFoundError: 111100\jdeveloper\."
    Its trying to look in the folder "111100" which does not exist (due to space instead of ....\JDeveloper 111100\.... , it starts right from \111100)
    I guess you will have ro re-install the JDev
    regards,
    Ketan

  • JDeveloper 11.1.2.3 hangs when opening project from JDeveloper 11.1.1.6

    Hello! I have a problem here which I can't solve. I also asked this question here: http://stackoverflow.com/questions/14365031/jdeveloper-11-1-2-3-hangs-when-opening-project-from-jdeveloper-11-1-1-6/14369211#14369211 . The whole story in short. I have a JavaEE client-server project in JDeveloper 11.1.1.6, where it works like a charm. Recently I had to upgrade JDeveloper version to the latest 11.1.2.3. The first problem was that the standard procedure of migrating project from the older version of JDeveloper to the newer one did not help: IDE was hanging forever all the time with no apparent (for me) reason, log file was silent about that. Then I tried another way: I just created the same project from the beginning and put there all necessary source files, libraries, set project properties etc. Still nothing, but now found the way to obtain a kind of error at least. I ran C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.exe from the command line and got the following (e.g. when I started running debug):
    Jan 16, 2013 8:52:09 PM oracle.ideimpl.runner.StarterFactoryDescriptionImpl logError
    SEVERE: Incorrect hash-structure value in starter-factory definition
    Jan 16, 2013 8:52:10 PM oracle.ideimpl.runner.StarterFactoryDescriptionImpl logError
    SEVERE: Incorrect hash-structure value in starter-factory definition
    But I don't know what could be the next step... Could anyone help me? Thanks in advance for your attention!
    Edited by: user12144197 on 22.01.2013 0:42

    Hi,
    not sure if you have a support contract or work for Oracle. In both cases the best option is to file a bug (service request)
    Frank

  • Migration from Jdeveloper 11g r1 to 11g r2 problem

    Hi all
    I have a project initially created in Jdeveloper 11g r1
    after migrating it to Jdeveloper 11g r2 i tried to replace lookup ejb invocation to dependency injection.
    So i used @EJB annotation in my managed bean. I'm shure there could be no mistakes in the way how i used this anno, i did it many times
    it looks something like this
    @EJB(name="StatelessSessionEJBEx",beanInterface =StatelessSessionEJBEx.class, beanName = "StatelessSessionEJBEx")
    as a result it generated an exception which said that the EJB interface could not be found, though all dependencies between business and view projects are in place. After a while i figured out that the problem is it used JSF 1.2 specification instead of 2.0 so i replaced the version of JSF in managed been source code
    <?xml version="1.0" encoding="windows-1251"?>
    <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"> ....
    but it seemed to make no effect at all.
    So are there any guesses what i did wrong
    Thanks. Alex.

    Hi,
    the server used by JDeveloper 11g R2 is a patched WLS 10.3.5 or 10.1.3.6 server (depends on teh JDeveloper version), which is not a Java EE 6 version but Java EE 5 (which explains why CDI doesn't work as expected). To read up on how to get annotated EJBs work from JSF managed beans, see http://buttso.blogspot.de/2011/03/jsf-with-managed-beans-and-dependency.html.
    The upcoming 12c release will solve all of this. My suggestion therefore is to keep on going with the web.xml reference and then replace it later with @EJB annotation references
    Frank

  • Problems migrating project in JDeveloper

    Hello OraclALL,
    I am having problems migrating my project from JDeveloper 10.1.2 to version 10.1.3.
    Actualyl the problem is specific to the UML diagramas. It was able to correctly convert the Class Diagram and ER Diagram, but did not work with Use Case Diagram neither with Activity Diagrams.
    Is there something I can do to import, convert or migrate my project with all diagrams included?
    Thanks

    There is nothing special to be done to migrate those uml diagrams. The migration which succeeded in migrating your other diagrams should also have migrated the use case and activity diagrams.
    You say that it did not work for use case and activity, could you describe what the problem is with those diagrams ?
    If there was some error dialogs, exceptions during the migration process or when you try to open those diagrams ... could you also describe/paste them ?
    Alternatively you can send all this information to me.
    Thanks very much.
    Dominique

  • 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.

  • Deploying SOA composite from Jdeveloper: 11g

    When I try to deploy a modified SOA project from JDeveloper, it is trying to connect to the soa_server1 using SSL. Since SSL is not configured in my test environment, I get an error saying Connection refused. Is there a setting I can change so JDeveloper does not automatically try to deploy my project over SSL?

    were you able to compile the composite successfully ? If that is successful, while deploying from JDeveloper; make sure you have checked the checkbox "Overwrite". There are possibilities that version 1.0 is already been deployed and you trying to deploy again with the same version without checking the overwrite option. Also, you can try is, deploy the SAR file from the EM console.
    Hope this helps
    N

  • I am not able to create ESB project in Jdeveloper 11g

    I tried to create ESB project in Jdeveloper 11g and not finding.
    3.3.1 How to Create an ESB Project
    After you have created an application, create the ESB project that will contain the ESB services using Oracle JDeveloper ESB Designer.
    To create an ESB project:
    In the Applications Navigator, right-click the application to which you want to add a project and then choose New Project.
    The New Gallery opens.
    Select ESB Project under General Projects, and then click OK.

    Here is what i see in Jdeveloper help.
    Comment: Questions on ESB configuration with demo, or specific steps to recreate ESB components of the demo, are described in the SOA Quick Start or Tutorial. ESB info in this guide is more of an overview of the process. Note that ESB is installed with SOA suite and that ESB does not need separate configurations and uses connections defined for the SOA demo

  • Unable to make UDDI Registry connection from Jdeveloper 11g

    Hi all,
    I am getting the below error while trying to connect to UDDI registry inquiry end point from Jdeveloper 11g.
    Testing connection with proxy proxy.tcs.com:8080...
    Contacting http://01HW324617.India.TCS.com:7101/registry/uddi/inquiry/...
    The inquiry endpoint could not be contacted. Test failed.
    Unsupported response content type &quot;text/html&quot;, must starts with &quot;text/xml&quot;. Response was:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;Error Message&lt;/TITLE&gt;
    &lt;META http-equiv=Content-Type content=&quot;text/html; charset=UTF-8&quot;&gt;
    &lt;STYLE id=L_10060_1&gt;A {
         FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #005a80; FONT-FAMILY: tahoma
    A:hover {
         FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #0d3372; FONT-FAMILY: tahoma
    TD {
         FONT-SIZE: 8pt; FONT-FAMILY: tahoma
    TD.titleBorder {
         BORDER-RIGHT: #955319 1px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 0px solid; COLOR: #955319; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACKGROUND-COLOR: #d2b87a; TEXT-ALIGN: left
    TD.titleBorder_x {
         BORDER-RIGHT: #955319 0px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 1px solid; COLOR: #978c79; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACKGROUND-COLOR: #d2b87a; TEXT-ALIGN: left
    .TitleDescription {
         FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: tahoma
    SPAN.explain {
         FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #934225
    SPAN.TryThings {
         FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #934225
    .TryList {
         MARGIN-TOP: 5px; FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: tahoma
    .X {
         BORDER-RIGHT: #955319 1px solid; BORDER-TOP: #955319 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 12pt; BORDER-LEFT: #955319 1px solid; COLOR: #7b3807; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: verdana; BACKGROUND-COLOR: #d1c2b4
    .adminList {
         MARGIN-TOP: 2px
    &lt;/STYLE&gt;
    &lt;META content=&quot;MSHTML 6.00.2800.1170&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
    &lt;BODY bgColor=#f3f3ed&gt;
    &lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot;&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
    &lt;TD class=titleborder_x width=30&gt;
    &lt;TABLE height=25 cellSpacing=2 cellPadding=0 width=25 bgColor=black&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
    &lt;TD class=x vAlign=center align=middle&gt;X&lt;/TD&gt;
    &lt;/TR&gt;
    &lt;/TBODY&gt;
    &lt;/TABLE&gt;
    &lt;/TD&gt;
    &lt;TD class=titleBorder id=L_10060_2&gt;Network Access Message:&lt;SPAN class=TitleDescription&gt; The page cannot be displayed&lt;/SPAN&gt; &lt;/TD&gt;
    &lt;/TR&gt;
    &lt;/TBODY&gt;
    &lt;/TABLE&gt;
    &lt;TABLE id=spacer&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
    &lt;TD height=10&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
    &lt;TABLE width=400&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
    &lt;TD noWrap width=25&gt;&lt;/TD&gt;
    &lt;TD width=400&gt;&lt;SPAN class=explain&gt;&lt;ID id=L_10060_3&gt;&lt;B&gt;Explanation:&lt;/B&gt;&lt;/ID&gt;&lt;/SPAN&gt;&lt;ID id=L_10060_4&gt; The request timed out before the page could be retrieved. &lt;/ID&gt;&lt;BR&gt;&lt;BR&gt;
    &lt;B&gt;&lt;SPAN class=tryThings&gt;&lt;ID id=L_10060_5&gt;&lt;B&gt;Try the following:&lt;/B&gt;&lt;/ID&gt;&lt;/SPAN&gt;&lt;/B&gt;
    &lt;UL class=TryList&gt;
    &lt;LI id=L_10060_6&gt;&lt;B&gt;Refresh page:&lt;/B&gt; Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
    &lt;LI id=L_10060_7&gt;&lt;B&gt;Check spelling:&lt;/B&gt; Check that you typed the Web page address correctly. The address may have been mistyped.
    &lt;LI id=L_10060_8&gt;&lt;B&gt;Contact website:&lt;/B&gt; You may want to contact the website administrator to make sure the Web page still exists. You can do this by using the e-mail address or phone number listed on the website home page.
    &lt;/UL&gt;
    &lt;ID id=L_10060_9&gt;If you are still not able to view the requested page, try contacting your administrator or Helpdesk.&lt;/ID&gt; &lt;BR&gt;&lt;BR&gt;
    &lt;/TD&gt;
    &lt;/TR&gt;
    &lt;/TBODY&gt;
    &lt;/TABLE&gt;
    &lt;TABLE id=spacer&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height=15&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
    &lt;TABLE width=400&gt;
    &lt;TBODY&gt;
    &lt;TR&gt;
    &lt;TD noWrap width=25&gt;&lt;/TD&gt;
    &lt;TD width=400 id=L_10060_10&gt;&lt;B&gt;Technical Information (for support personnel)&lt;/B&gt;
    &lt;UL class=adminList&gt;
    &lt;LI id=L_10060_11&gt;Error Code 10060: Connection timeout
    &lt;LI id=L_10060_12&gt;Background: The gateway could not receive a timely response from the website you are trying to access. This might indicate that the network is congested, or that the website is experiencing technical difficulties.
    &lt;LI id=L_10060_13&gt;Date: 8/11/2011 6:03:20 AM [GMT]
    &lt;LI id=L_10060_14&gt;Server: INCHNSIRCEL01.India.TCS.com
    &lt;LI id=L_10060_15&gt;Source: Firewall
    &lt;/UL&gt;
    &lt;/TD&gt;
    &lt;/TR&gt;
    &lt;/TBODY&gt;
    &lt;/TABLE&gt;
    &lt;/BODY&gt;
    &lt;/HTML&gt;
    I am getting the below page while trying to open the endpoint from browser.
    *<definitions name="UDDI_API_V3" targetNamespace="urn:uddi-org:api_v3generated/">*
    *<import namespace="urn:uddi-org:api_v3" location="http://01HW324617.India.TCS.com:7101/registry/uddi/inquiry/3.0/wsdl"/>*
    *<import namespace="urn:uddi-org:inquiry" location="http://01HW324617.India.TCS.com:7101/registry/uddi/inquiry/1.0/wsdl"/>*
    *<import namespace="urn:uddi-org:api_v2" location="http://01HW324617.India.TCS.com:7101/registry/uddi/inquiry/2.0/wsdl"/>*
    *</definitions>*
    Please help me in fixing the above issue.
    Regds,
    Harini

    Hi,
    See this.
    <LI id=L_10060_11>Error Code 10060: Connection timeout
    <LI id=L_10060_12>Background: The gateway could not receive a timely response from the website you are trying to access. This might indicate that the network is congested, or that the website is experiencing technical difficulties.
    <LI id=L_10060_13>Date: 8/11/2011 6:03:20 AM [GMT]
    <LI id=L_10060_14>Server: INCHNSIRCEL01.India.TCS.com
    <LI id=L_10060_15>Source: Firewall
    It means that you are testing the service from behind the proxy. Try adding the hostname, 127.0.0.1, localhost etc to the exception list and see if it helps.
    -Arun

  • SQL Server connectivity from Jdeveloper 11g

    I wanted to connect SQL SERVER from Jdeveloper 11g.
    I am selecting Connection type as generic JDBC
    I believe Driver class should be weblogic.jdbc.sqlserver.SQLServerDriver but i am not able to find the same from Jdev.
    Please help me to resolve this.
    Thanks,

    Possibly new to English too. <g>
    The name of this forum is "Database - General." It is not the place to post questions about JDeveloper. Please repost in the correct forum. Well that and get yourself a real database. <g>

  • Unable to run struts project from jdeveloper 10.1.3

    Hi,
    I have created a struts-based application project using jdeveloper 10.1.3(build JDEVADF_10.1.3.1.0_NT..) by importing an ear file .The project seems to be built fine as i get no errors in compiling the entire project.I have included the Struts runtime library as well in the project.
    But when i try to run the login.jsp from the struts-config.xml,i get the :
    The page cannot be displayed message in the browser.
    I dont see any errors in the Embedded OC4J log except few warnings lik dis:
    [Another instance of the server is still running.  JDeveloper will shut it down and then restart the server.]
    Process exited.
    [Starting OC4J using the following ports: HTTP=8898, RMI=23899, JMS=9235.]
    D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config>
    D:\jdevr12\jdevbin\jdk\bin\javaw.exe -client -classpath D:\jdevr12\jdevbin\j2ee\home\oc4j.jar;D:\jdevr12\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/jdevr12/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/jdevr12/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 26766 ms.
    pls help me out on what could be the problem.This application wsa running fine in Eclipse but i am unable to run it using Jdeveloper.

    Is this new develop page ?
    you check these points for this issue.
    1. Check JDEV_USER_HOME
    2. Design a Test PG and test it first.
    3. Your OAF patch level: is 12.0.4 ? Are you running with r12?
    Thanks

  • Error while deploying my project from jDeveloper to Weblogic Server 10.3

    I am trying to deploy my project from Oracle jDeveloper to remote Weblogic Server.
    I am getting an SQL Exception. See below log:
    [11:09:55 PM] ---- Deployment started. ---- [11:09:55 PM] Target platform is (Weblogic 10.3). [11:09:55 PM] Running dependency analysis... [11:09:55 PM] Building... [11:10:04 PM] Deploying profile... [11:10:04 PM] Updating revision id for the SOA Project 'bpm_poc_project.jpr' to '1.0'.. [11:10:04 PM] Wrote Archive Module to /xyz/home/abc/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Deploying sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:10:04 PM] Processing sar=/xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Adding sar file - /xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Preparing to send HTTP request for deployment [11:10:04 PM] Creating HTTP connection to host:localhost, port:7001 [11:10:04 PM] Sending internal deployment descriptor [11:10:04 PM] Sending archive - sca_bpm_poc_project_rev1.0.jar [11:11:26 PM] Received HTTP response from the server, response code=500 [11:11:26 PM] Error deploying archive sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:11:26 PM] HTTP error code returned [500] [11:11:26 PM] Error message from server: There was an error deploying the composite on AdminServer: javax.ejb.EJBException: EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"): EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))").
    Can someone give some pointers ?
    Edited by: 853032 on Apr 18, 2011 11:22 PM

    If you can, the best way would be to to change the column name from SUBTYPE to something that isn't a SQL reserved key word.
    You might get around this particular problem by adding @Column(name = "\"SUBTYPE\"") on your attribute. This will force eclipselink to add quotation marks in the generated SLQ, but I think it will cause problems when it comes to some more complicated queries.
    In my opinion, the only safe way here is to not use column names that are in conflict with SLQ reserved key words.
    Pedja

  • Error in deploying BPEL project from Jdeveloper

    Hi all,
    I am using Jdeveloper 10.1.3.4.0.
    For the first time BPEL project deployed successfully, but when i am trying to deploy second time it's giving the below error.
    BUILD FAILED
    D:\jdevstudio10134\jdev\mywork\AIA_POC_Application\AIABPELProcess1\build.xml:77: A problem occured while connecting to server "172.16.122.234" using port "80": bpel_AIABPELProcess1_1.0.jar failed to deploy. Exception message is: Error deploying BPEL suitcase.
    An error occurred while attempting to deploy the BPEL suitcase file "D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\bpel_10514847.tmp"; the exception reported is: archive cannot rename D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_AIABPELProcess1_1.0_a5bf50a13f9cba731b8f263f2431a17c.tmp
    pls help me.
    thanks
    mani

    Can you check these things :
    1) is this issue with only this project ? Try deploying some other project
    2) try deploying this project using ant (change values in build.properties and right click on project -> run ant or something like that, use default deploy target)
    3) try undeploying project from server and then redeploying it again
    also, why is it connecting to port 80? normally it is 8888 or 7777 right?
    regards,
    Ketan

  • Error While Executing index.jspx Of Content.ear Project from Jdeveloper

    Hi All,
    We are trying to execute index.jspx (of the project we extracted from content.ear file present in $CONTENT_HOME/content/lib. ContentDB Version 10.1.0.4) from JDeveloper(10.1.3.1.0 build 3984), however getting the following error.
    Sep 17, 2007 7:54:08 PM oracle.ifs.fdk.http.HttpNodeManager
    INFO: Creating HTTP Node ...
    07/09/17 19:54:08 Cannot create HTTP Node:
    oracle.ifs.common.IfsException: IFS-45061: Unable to create node
    oracle.ifs.common.IfsException: IFS-20016: Required parameters are null (either "Schema Name" or "Domain Name" should be non-null)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:243)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:156)
         at oracle.ifs.fdk.http.HttpServer.createNode(HttpServer.java:162)
         at oracle.ifs.fdk.http.HttpNodeManager.contextInitialized(HttpNodeManager.java:37)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1130)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1973)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1925)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:424)
         at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:393)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:434)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Can anyone please help us out in fixing this issue by giving some pointers.
    Please let us know if we are required to make some settings in jdeveloper to run this project for connecting to content db from jdeveloper.
    Any Help is really appreciated.
    Thanks in Advance.
    Vandana.

    I am facing the same. Have you found a solution?
    Johnson

  • Deploying a project from Jdeveloper

    I have created a project consisting of four classes, in order to connect webservices (Content Services). I want to be able to deploy this project from different client machines based on Operative system timer such as "AT".
    How do make a deployment set in order to do this from Jdeveloper version 10.1.3.?
    With Kindest Regards
    Armenoui Pogosian
    SoftBASE A/S

    Hi,
    select the project, choose NEW from the context menu and select the deployment profile node under the General node. Not sure what you mean by deploying the the project based on OS timer, this for sure isn't in the scope of a development IDE
    Frank

Maybe you are looking for

  • My simple jsp doesn't work: hhhelp

    hello i'm new to java. I'm testing a simple jsp with a javabean: Fruit.class When i test it , it seems there is a problem of package (but i really need help on this)... Here's the error i get: C:\jakarta-tomcat-5.0.19\work\Catalina\localhost\_\org\ap

  • Screen pixilating and will not start up on macbook pro.

    I have a Macbook pro approx 6/7yrs old. (running on 10.4.?) When I turn it on the screen pixilates and breaks down and does not fully start up. Can see apple logo in centre of screen in the background. Anyone have any experience of this, or know what

  • Consolidation  Unit change from Group A to group B

    When I drag consolidation unit from group A to Group in CX1X and then I run CXCd and error message popped stated  below; Entry cannot be posted :B/s and I/S balance of  1.7million. I think it might be due to moving from one group to another group. pl

  • Mail locked up

    My mail app will open, but will not respond to mouse clicks.  No mail coming in, cannot change to different mailbox, have to force quit.  Late 2010 imac, Mountain Lion.  Other users on the same computer - mail works fine.

  • Communication Centre

    I have the N97 and have installed the 'Ovi' Suite. Having looked for the ability to send SMS direct from my PC, the utility does not appear to be present in this version of the PC software. I can see on the beta labs pages a utility called 'Nokia Com