JDev CVS integration Compare error

I have successfully integrated JDev 10g 9.0.5.0.0.1375 with a CVS server. When I attempt to compare two different versions in the history of an XML file using the "Compare...." option, the following class cast exception is thrown and the compare fails.
Comparing 2 versions of any other type of file eg .java, .jsp works without errors.
Any ideas?
Many thanks
Steve
java.lang.ClassCastException: oracle.scm.diffmerge.result.impl.CompareResultElementImpl
     at oracle.scm.client.ui.components.compare.tree.CompareTreeComponent.install(CompareTreeComponent.java:211)
     at oracle.scm.client.ui.components.compare.tree.CompareTreeControl.install(CompareTreeControl.java:72)
     at oracle.jdeveloper.compare.CompareEditor.compare(CompareEditor.java:385)
     at oracle.jdeveloper.compare.CompareEditor.open(CompareEditor.java:318)
     at oracle.ideimpl.flateditor.EditorState.openEditor(EditorState.java:237)
     at oracle.ideimpl.flateditor.EditorState.createEditor(EditorState.java:141)
     at oracle.ideimpl.flateditor.EditorState.getOrCreateEditor(EditorState.java:87)
     at oracle.ideimpl.flateditor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java)
     at oracle.ideimpl.flateditor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:206)
     at oracle.ideimpl.flateditor.TabGroupState.createSplitPaneState(TabGroupState.java:113)
     at oracle.ideimpl.flateditor.TabGroup.addTabGroupState(TabGroup.java:230)
     at oracle.ideimpl.flateditor.FlatEditorManager.createEditor(FlatEditorManager.java:1174)
     at oracle.ideimpl.flateditor.FlatEditorManager.createEditorInFrame(FlatEditorManager.java:1147)
     at oracle.ideimpl.flateditor.FlatEditorManager.openEditorInFrame(FlatEditorManager.java:1078)
     at oracle.jdeveloper.compare.CompareAddin.showCompare(CompareAddin.java:157)
     at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiff.compareRevisionsIntegrated(CVSOperationDiff.java:153)
     at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiff.compareRevisions(CVSOperationDiff.java:137)
     at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.doHistoryCompare(CVSOperationDiffAgainst.java:132)
     at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.doitImpl(CVSOperationDiffAgainst.java:140)
     at oracle.jdeveloper.vcs.util.ClientAbstractCommand.doit3(ClientAbstractCommand.java:262)
     at oracle.jdeveloper.vcs.util.ClientAbstractCommand.access$2000071(ClientAbstractCommand.java:37)
     at oracle.jdeveloper.vcs.util.ClientAbstractCommand$1.run(ClientAbstractCommand.java:233)

Hi Stephen,
This is a known bug in the preview. You can either wait a few days for the production release, or download the following unofficial patch for preview:
http://www.dubh.org/jdevpatches/905preview/patch3115078.zip
(just extract the jar file contained in the above zip into your ${jdev.home}/jdev/lib/patches directory.
Cheers,
Brian
JDev Team

Similar Messages

  • Exception in CVS integration: comparing to other revision

    Hi
    If I try to compare a file with an other revision using the CVS JDeveloper integration ("compare to other revision" I get the following Exception:
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.showDialog(CVSOperationDiffAgainst.java:148)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst.access$5000071(CVSOperationDiffAgainst.java:55)
         at oracle.jdevimpl.vcs.cvs.op.CVSOperationDiffAgainst$2.run(CVSOperationDiffAgainst.java:101)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)"Compare to previous revision" however works. Has anyone an idea? I'm using JDeveloper 9.0.5.2.
    Thanks

    To reproduce the problem:
    - open any file from the applications-browser
    - click into the editor window to make it active
    - select the "Source"-View
    - right-click into the editor window and choose "Compare With / Other Revision"
    => an Error-Message "0" will be shown, Button Details reveals the stacktrace above
    The problem does NOT apear if you
    - right click in the Application-Browser
    - right click in the "Design" or "History" view of the selected file.
    The problem apears with any type of file (tested: jsp, xml. java)
    Thanks

  • CVS Integration with JDeveloper 10.1.2

    I have upgraded to JDeveloper 10.1.2 from the previous version and CVS integration appears to be partially broken.
    All my source files are checked in and I can confirm this with WinCVS which allows me to 'cvs edit' my source for update. In JDeveloper however the 'Edit' option is grayed out and I cannot edit the file as it is read only. All the source icons have a * symbol against them.
    CVS integration worked OK in the previous version and the only environment change is the upgrade to JDeveloper 10.1.2
    I wondered if anyone else had experienced any similar problems.
    Thanks,
    Kim

    We have also experienced this problem. The pattern seems to stem from a Module Checkout (We use the connections tab to a remote pserver repository).
    Expanding a project will mark all files with the * (modified) symbol. Even though we only just checked out the module.
    If we try and Update (or Update with deletion) the item remains on the uncommitted files list, however the background cvs command worked without error (at this point there is no way of removing files from the uncommitted file list).
    Additionally if we use ANT and create a new task like follows;
    <target name="CVS fake update MyProject quiet">
    <cvs command="-n update -R"
    cvsRoot="${cvsroot}"
    package="MyProject"
    />
    </target>
    Then this reports all workfiles up to date with the repository (i.e. only a problem in what JDeveloper thinks is uncommited).
    What I have noticed....
    When the Module Checkout works I noticed the file named JDev under the CVS working folder looks as follows;
    #Fri Apr 01 06:33:52 GMT 2005
    universal_time_calibration=0
    When it fails the content looks like this;
    #Fri Apr 15 06:33:52 GMT 2005
    universal_time_calibration=-3600000
    (I suspect at some point it is getting this offset from my Windows settings - Australia GMT + 10hrs).
    By fail I mean
    Hope this information is of use to someone at Oracle.

  • JDeveloper assumptions and CVS integration

    It looks to me when I'm in Jdeveloper using CVS and I say 'Commit Project folders' or 'Update Project Folders' that Jdeveloper is selecting only the folders that are below the folder the .jpr is in not the folders that are actually in the project. Frankly, we do not want to store the .jprs in cvs overtop of the source tree. We have a single source tree and use cvs to split it up for particular projects see certain sections the whole thing is not under JDevelopers .jpr. How can I make JDeveloper CVS integration recognize that there are other folders that are peers to the folder the jpr is in? It looks to me like I have to now select all files in the System Navigator and do the update or commit or do it outside JDev.
    ANy ideas?

    Wouldn't this be a question to ask on a ADE forum (if there is one)?
    Or you give more info about what you are talking about. Google tells me that ADE is 'Amsterdam Dance Event (ADE)' but I guess this is not what you meant.
    Timo

  • URGENT: Cvs Integration

    Hi,
    I am currently struggling with the CVS integration within JDeveloper 9.0.3. Maybe anyone can help ;-)
    My configuration:
    JDeveloper is installed on a W2k worstation, the cvs server resists on a linux server. We currently use the cvs client "Concurrent Versions System (CVSNT) 1.11.1.3 (Build 57j) (client/server)" provided by cvsnt.org, those folder path is listed in the environment variable PATH.
    We must use SSH for the connect to the CVS server on the linux machine. Therefore, we configured an external locator which is ssh2.
    We successfully established a connection via WinCVS and SSH to our CVS server.
    We have been working on integration of JDeveloper with CVS since a few days - with little success. When JDeveloper starts we receive the typical CVS message pane, and the source control entry within the context menu is also available - by this means JDeveloper could successfully access the CVS client. When we try to create a CVS connection we run into some issues. We set the external locator to ssh2.exe with the remote server program cvs.
    We also set the configuration parameters properly for our connection, so that our CVSROOT variable seems to be ok (real names replaced by placeholders):
    :ext:<<username>>@<<ourCVSServer>>:/usr/local/cvs.
    But when we try to make a test connection then the following issue occurs:
    1. The external shell pops up where we enter the password
    2. one or two seconds delay
    3. Error message in wizard: Connection test failed: unable to connect.
    I don't have any clue how to solve this.
    My questions:
    - Did anyone get connected to a CVS on linux machine via SSH within JDeveloper?
    - if yes, how did you do this?
    - what am I doing wrong?
    I appreciate every hint or installation step procedure.
    Regards,
    Stefan

    I posted a reply on your other thread on this.
    Rob
    Team JDev

  • Integration MIRO error, how to determine the VST related accounts.

    integration Miro error.
    Hi gurus,
    please resolve the problem urgent.
    while doing MIRO Iam getting the following error.
    after given PO number in MIRO I getting the following error. please how to resolve the problem.
    where i can determin the accounts, which accounts will be effect.
    Error in account determination: table T030K key ASHA VST V0
    Message no. FF709
    Diagnosis
    In the chart of accounts to be posted to, no accounts are defined for the tax code you used.
    Procedure
    Contact your system administrator.
    Define the accounts to which a tax posting is to be made with the tax code entered in Customizing for taxes on sales/purchases.
    To do this, choose Maintain entries (F5).
    How to determine VST

    I have already replied to the same question in one of ur earlier posts.
    If you want to knowthe GL accounts which are used presently for the transaction VST, you can go to table T030K give the field name KTOSL value as VST and execute. YOu will get the list of all GL accounts which use the transaction VST for all possible tax codes and Chart of Accounts.

  • The settings for accounting integration contain errors

    The settings for accounting integration contain errors
    Message no. DPR_FIN_GECCO004
    System Response
    The accounting functions are not available.
    Procedure
    Check the following in Customizing for Collaboration Projects:
    Did you assign an object type to the project type for communicating with the accounting system? See the IMG activity Make General Settings.
    Does this object type have the proxy class CL_DPR_OLR3_GECCO (for single-object controlling on internal orders) or CL_DPR_OLR3_WBSELEMENT (for single-object controlling on WBS elements)? See the IMG activity Define Object Types for Object Links.
    Has an RFC destination been entered in this object type? See the IMG activity Define Object Types for Object Links.
    In the project type did you choose the confirmation setting regarding 'Time Recording for' to match the integration scenario? See the IMG activity Define Project Types. For example, time recording for a role is not permitted in a structure-based scenario.
    All the steps mentioned in the in the above error have been verfied and are correct but the error is still existing. Is there anything that I am missing here?

    Hi SAP USER123 ,
    Actually the description of the messages should the reason of the problem. Please double check the settings again one by one.
    If the problem still remains, you can open a customer message for help.
    Kind regards
    Zhenbo

  • 11g: CVS integration crashes CVSNT

    Hi!
    When I turn on CVS integration and switch it to external CVS, then whenever I open the History tab of a file and select a CVS revision I get a crash dump dialog from CVS.
    Same happens when I browse the repository and double-click a file in the repository navigator.
    CVS Version (External)     (CVSNT) 2.5.03 (Scorpio) Build 2382 (client/server)
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.0.31.51.56     Loaded
    Versioning Support for CVS     oracle.jdeveloper.cvs     11.1.1.0.31.51.56     Loaded
    I cannot switch to the internal CVS since we're using SSPI.
    Is that problem known and is there a workaround?
    Sascha

    Hi!
    Arthur Barrett from March Hare replied in the CVSNT mailing list.
    http://www.cvsnt.org/pipermail/cvsnt/2008-October/031366.html
    I did what he requested. I downloaded a copy of Zen RC9 and it crashed in the same way. I created client comm traces as requested and sent them to March Hare.
    Let me point out again, that we all have vanilla copies of Scorpio on our machines. I only installed Zen RC8 and RC9 to see if the problem still exists with these versions.
    I downloaded the PDB files for Scorpio and received the (now correct?) stack trace:
    Function     Arg 1     Arg 2     Arg 3   Source
    cvsapi!Convert+21b     00000000     00000000     00000001   
    cvsapi!get_date+259     00d66dc0     0012f760     00000001   
    cvs!Make_Date+53     00d66dc0     0049c25c     00d68c80   
    cvs!patch+103     00000006     01079e78     00d65b56   
    cvs!main+137c     00000006     01079e78     00000000   
    cvs!wmain+12d     0000000b     00d64f28     00d67268   
    cvs!wmainCRTStartup+143     0117bb12     6361726f     7ffd4000   
    kernel32!BaseProcessStart+23     0048f058     00000000     78746341    That was also sent to March Hare. Later, I will send the crash dump file of Zen RC9 to March Hare. The file is too large to do it now.
    I couldn't download the PDB files for Zen (because there are none) but I assume that the crash trace will look the same.
    I also unzipped a vanilla copy of JDev10.1.3.4 and CVSNT works well with that version (as reported by tilemahos). No problems opening a file from the CVS Navigator.
    That strongly suggests that there is something wrong in JDev11, don't you think?
    Sascha

  • When I am trying to run any OA page from jdev OA extension getting error

    when I am trying to run any OA page from jdev OA extension getting error
    When I am trying to run any OA page from jdeveloper, I am getting the following error.
    Failed to load "file:/D:/jdevhome/jdev/myprojects/oracle/apps/per/assistant/webui/SetupAssistantPG.xml" file.
    I felt the path of the file is wrong instead of D:/jdevhome, the path in above shows :/D:/jdevhome/jdev.
    I looked at the preferences and settings...but I could not get any clue to resolve this issue.
    Your help on thi issue is really appreciated.
    Thanks...

    Hi
    I am getting the same error.
    everything was running perfectly ..suddenly it started showing this error..i have checked JDEV_USER_HOME pointing to correct directory.
    but still it gives error as
    "file:/D:/development/jdevhome/jdev/myprojects/oracle/apps/pa/xxpa/assignment/webui/XXPAAssignResourcePG.xml" file.
    pls help

  • CProject - The settings for Accounting integration contain errors

    Hi,
    I got error message "The settings for Accounting integration contain errors"  from cProject page when I choose controlling method  (Project Role, Automatic).
    If I choose other controlling method then this the error message disappear.
    Maybe some thing wrong while setup Role Type?.
    Please help!
    Thank you
    Long Nguyen

    Hi,
    Are you using MULTILEVEL CONTROLLING ( PROJECT ROLE , AUTOMATIC)
    that means
    Multilevel Controlling (Project Role, <b>Automatic</b>): In this method, the system automatically creates a PS project definition for the project definition and a WBS billing element at the first level of the hierarchy. More WBS elements are created for the project roles of the cProjects projects.
    Multilevel Controlling (Project Role, <b>Manua</b>l): In this method, a user has to create the PS project in the ERP system. The user then has to assign the project roles of a cProjects project to the WBS elements of this PS project manually in cProjects.
    thanks
    sunil

  • Microsoft office pro vol 2013 database compare error unhanding message

    Microsoft office pro vol 2013 database compare error unhanding message my operating system windows 8.1 ? but last qus and give a answer looking not my operating system not support Microsoft .NET Framework 2.0Microsoft Report Viewer Redistributable 2008.
    this application pls help as me? error stop?

    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    DatabaseCompare
        Assembly Version: 5.5.0.5
        Win32 Version: 5.5.0.5
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Office/Office15/DCF/DATABASECOMPARE.EXE
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    Common.FileUtils
        Assembly Version: 5.5.0.5
        Win32 Version: 5.5.0.5
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Office/Office15/DCF/Common.FileUtils.DLL
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer

  • CVS Integration in JWS8

    I'm running JSW8 and trying to get it integrated with CVS.
    I've set up CVS and tested it in command mode to confirm it's working.
    I then started JWS8 and created a Versioning Manager, pointing it at my CVS repository. I then clicked "Versioning" -> "CVS" -> "Init Local Repository" and the command ran successfully.
    I then created an "index.html" file in the Web Pages folder.
    I'm now trying to check in this file, but cannot see a way to do it. According to the documentation, when I'm in File view and I right click on the "index.html" file, the popup menu should include a "CVS" -> "Add" option. However, no "CVS" option appears in the popup menu.
    If I go to the "Versioning" -> "CVS" menu, there is a "check out" option, but no "check in" option.
    Has anyone been able to get CVS integrated with JWS8?
    If so, is there a simple step (or steps) that I've missed?

    Thanks for the advice. I've now got CVS integrated with JWS8.
    Coming from the Eclipse and Websphere world, I have to say that setting up CVS in JWS8 is a bit more difficult and not as intuative...
    Here's how it's done:
    1. Create a project. Choose your project folder. (ex. "c:\myProject")
    2. Create a new, empty folder to be used as the repository. (ex. "C:\myProject_rep")
    3. In your CVS server, create a new entry, and point it to the repository folder (ex. "/cvs_myProject" --> "c:\myProject_rep")
    4. Choose "Versioning" -> "Versioning Manager" and create a new CVS versioning manager, using the CVS path (ex. "/cvs_myProject").
    5. If your CVS server does not initialize the repository by default, click on the "Versioning" -> "CVS" -> "Init Local Repository" and initialize the repository.
    6. Choose "Versioning" -> "CVS" -> "Import", and do a CVS 'import' to bring the project folder into CVS. (ex. import "c:\myProject" into "/cvs_myProject")
    * If you check the "Perform Checkout After Import" box, all your files will be checked out.
    * If you leave this box blank, you'll need to manually check your files. This can be done by right-clicking the file name, and from the popup menu, choose "CVS" -> "Add" to add the file to CVS version control the first time, then doing a "CVS" -> "Commit".
    7. You can now perform CVS functions on any file in the project by right-clicking on it, and choosing "CVS" from the popup menu.

  • Default server (integration) start error

    Hi,
    I've installed jdev 11g tp3 on a xp and a win2000 server ,and config integrated OC4j ,when I start default server ,error occurred as below;
    [Starting DefaultServer using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\jdev1111\jdk\bin\javaw.exe -client -classpath D:\jdev1111\j2ee\home\oc4j.jar;D:\jdev1111\jdev\lib\jdev-oc4j-embedded.jar -Doracle.home=D:\jdev1111 -Doracle.component.type=o.j2ee -Doracle.instance=D:\jinstance\system11.1.1.0.22.47.96 -Djava.net.preferIPv4Stack=true -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler -Doc4j.userThreads=true -Xmx256m -Doracle.component.name=embedded-oc4j -Doracle.sysman.emRep.repositoryMode=repository_less -Doracle.oc4j.instancename=oc4j_em -Doracle.notification.filewatching.interval=10000 -DLOCATOR_PORT=23891 -Xverify:none -XX:MaxPermSize=512m -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\java2.policy oracle.oc4j.loader.boot.BootStrap -config D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    2008-1-15 15:48:19 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:48:21 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    08/01/15 15:48:28 warning: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    08/01/15 15:48:28 JMS server will listen on port 9227.
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorErrorTopic_oracle.tip.mediator.dispatch.MediatorQueueManagerFactory@19896c7
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorDeferredTopic
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorRetryTopic_oracle.tip.mediator.dispatch.MediatorQueueManagerFactory@19896c7
    08/01/15 15:48:30 oracle.j2ee.jms.oc4j.JMSServer startup complete
    2008-1-15 15:48:31 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:32 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    2008-1-15 15:48:40 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:40 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:41 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:41 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00002
    2008-1-15 15:48:41 oracle.j2ee.util.AnnotatedLogger log
    warning: No javax.jms.ConnectionFactory found at null
    2008-1-15 15:48:41 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:42 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:42 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:45 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00009
    2008-1-15 15:48:45 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00009
    08/01/15 15:48:47 DiagnosticService java logger init
    08/01/15 15:48:48 log level = INFO
    08/01/15 15:48:48 filter = null
    2008-1-15 15:48:48 oracle.tip.b2b.system.DiagnosticService checkLoggable
    warning: WARNING
    2008-1-15 15:48:48 oracle.tip.b2b.system.DiagnosticService checkLoggable
    severe: SEVERE
    08/01/15 15:48:48 DiagnosticService finish
    08/01/15 15:48:48 DiagnosticService : s_baseDirectoryName = D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\log\b2b
    08/01/15 15:48:48 ApplicationServerFactory<clean-only> ENV in ThreadMDBBean():
    08/01/15 15:48:48 ApplicationServerFactory<clean-only> ENV in EventListener():
    08/01/15 15:48:48 B2BStarterBean ejbCreate()
    2008-1-15 15:48:48 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:49 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:49 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:50 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:50 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:51 oracle.j2ee.jmsrouter.util.JmsRouterMessages logException
    warning: oracle.j2ee.jmsrouter.RouterException: JMS Destination, {0}, does not exist
    [TopLink Info]: 2008.01.15 03:48:55.687--ServerSession(14633650)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:48:55.703--ServerSession(14633650)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:48:55.937--ServerSession(14633650)--tracking-session login successful
    08/01/15 15:48:56 FabricConfigManager: ServerURL is http://tght-lxz:8988
    08/01/15 15:48:56 FabricConfigManager: JNDIProviderURL is ormi://tght-lxz:23891
    08/01/15 15:48:56 MediatorServiceEngine instantiated ....
    08/01/15 15:48:56 MediatorServiceEngine instantiated ....
    08/01/15 15:48:56 information: FaultPoliciesParser.<init> ------->Constructed Policy parser
    08/01/15 15:48:56 BPELServiceEngine=> constructed ....
    08/01/15 15:48:57 Warning: Could not locate file pc.properties in classpath
    08/01/15 15:48:57 error:didnot find exception error string "10198" in resource file
    08/01/15 15:48:58 BPELServiceEngine=> Setting FaultRecoveryManager
    08/01/15 15:48:58 GOT the CLASSPATH_CONTEXT org.springframework.context.support.ClassPathXmlApplicationContext@be5beb: display name [org.springframework.context.support.ClassPathXmlApplicationContext@be5beb]; startup date [Tue Jan 15 15:48:57 CST 2008]; root of context hierarchy
    [TopLink Info]: 2008.01.15 03:48:58.859--ServerSession(15795055)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:48:59.000--ServerSession(15795055)--file:/D:/jdev1111/j2ee/home/lib/api-ext/-bpel_persistence_unit login successful
    2008-1-15 15:48:59 com.collaxa.cube.CubeLogger error
    severe: <DomainObserverRegistry::load> Failed to locate observer class oracle.bpel.services.workflow.DeploymentListener
    2008-1-15 15:48:59 com.collaxa.cube.CubeLogger error
    severe: <DomainObserverRegistry::load> Failed to locate observer class com.collaxa.cube.ws.soap.oc4j.BPELOC4JServlet
    08/01/15 15:48:59 BPELServiceEngine=> initialized ....
    08/01/15 15:48:59 Mediator: setInstanceManager = oracle.integration.platform.instance.InstanceManagerImpl@1b8c5e3
    08/01/15 15:48:59 Mediator: setFacadeInstanceManager = [email protected]5
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorDeferredTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorDeferredTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorRetryTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorRetryTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorErrorTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorErrorTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.InitialMessageDispatcher init
    severe: Initial dispatcher is getting initiatlized
    [TopLink Info]: 2008.01.15 03:49:00.843--ServerSession(8167849)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:00.843--ServerSession(8167849)--Server: unknown
    [TopLink Info]: 2008.01.15 03:49:00.859--ServerSession(8167849)--tracking_session login successful
    [TopLink Info]: 2008.01.15 03:49:00.859--ServerSession(8167849)--tracking_session logout successful
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--tracking_session login successful
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8167849)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8167849)--Server: unknown
    [TopLink Info]: 2008.01.15 03:49:01.156--ServerSession(8167849)--tracking_session login successful
    08/01/15 15:49:01 Scheduler = oracle.cep.execution.scheduler.RoundRobinScheduler
    [TopLink Info]: 2008.01.15 03:49:01.687--ServerSession(14633650)--tracking-session logout successful
    [TopLink Info]: 2008.01.15 03:49:01.937--ServerSession(14759614)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.937--ServerSession(14759614)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:49:01.953--ServerSession(14759614)--tracking-session login successful
    08/01/15 15:49:01 wasp.location = D:\jdev1111/uddi , found = true
    08/01/15 15:49:01 java.security.auth.login.config = D:\jdev1111/uddi/conf/jaas.config
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: Parsing configuration as XML failed
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: file=javacache.properties, java.io.FileNotFoundException: javacache.properties (system can't find spcified file。)
    null
    javacache.properties (system can't find spcified file。)
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: Attempting to parse configuration as non-XML
    08/01/15 15:49:04 information: FabricKernelInitializer.getCompositeList Checking server.xml at D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application datatags; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application javasso; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application jmsrouter; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application WSIL-App; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application soa-console; composites will not be deployed
    08/01/15 15:49:04 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\HelloWorldApp\sca_HelloWorld_rev1.0\composite.xml
    08/01/15 15:49:05 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\SOAHelloWorld\soa_Hello_rev1.0\composite.xml
    08/01/15 15:49:05 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\CreditCardValidation\soa_validationForCC_rev1.0\composite.xml
    08/01/15 15:49:06 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    08/01/15 15:49:06 >> modified xmlbean locale class in use
    08/01/15 15:49:06 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    08/01/15 15:49:07 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\CreditCardValidation\sca_validationForCC_rev1.0\composite.xml
    2008-1-15 15:49:07 oracle.fabric.FabricMessages warningMBeanAlreadyExists
    warning: An MBean of name "soa-infra:J2EEApplication=CreditCardValidation,J2EEServer=standalone,name="validationForCC",revision=1.0,type=SCAComposite" already exists. Unable to create MBean for this composite.
    08/01/15 15:49:07 -------> FabricKernelInitializer init() took 3.203 seconds.
    2008-1-15 15:49:07 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskqueryservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskqueryservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="usermetadataservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="usermetadataservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    08/01/15 15:49:13 IN NotificationService.startup()
    Ready message received from Oc4jNotifier.
    DefaultServer startup time: 67656 ms.
    DefaultServer started.
    after I deploy end-2-end 105 ch2,I didnot find it on http://localhost:8988/SOAConsole,how can I correct this and deploy my applicaion?
    thanks advance
    lixinzhu
    2008/1/15

    See the SOA tech preview forum
    SOA Suite and OC4J 11g Technology Preview
    In this case, you do not show the server completely started - see the SOA install guide for details on what messages to watch for before deploying your app.
    Heidi.

  • JDev 10.1.2 error?

    I'm receiving the following error in my UIX 10.1.2 application. Does anybody know what I've done wrong? It happens when my application navigates to a struts data-action.
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/jdeveloper/html/HTMLElement
         at oracle.adf.controller.struts.util.ErrorReporting.addError(ErrorReporting.java:78)
         at oracle.adf.controller.struts.actions.StrutsPageLifecycle.reportErrors(StrutsPageLifecycle.java:399)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:270)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:463)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:150)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    Steve, I have tried to reproduce the problem, by starting new-from-scratch workspace. Everything worked fine except for one problem that is not related to this post but is in UIX Logout event and login-again problem
    However, I did NOT get HTMLElement error even though I do not have BC4J HTML lib included in Model nor in ViewController.
    I guess I will remain in dark until future release of JDev. We cannot afford to build our projects from scratch every time an issue like this arises. Even though we use CVS it might be impossible to track-down which code addition triggered an error (which may show-up in 'remote' area of application). So I guess I would have a request for enhancement. Is there a way to add optional but recommended notification in design time, which would notify (and possibly log) user what has been done (in the shadow) after certain (wizard) operation is performed? For example, if one would drag&drop a table on blank UIX form, JDEV would 'tell' user which files (if any) has been created and/or modified. Does this make sense?
    Regards.

  • JDev 10.1.3 : Error running my first ADF application.

    I compiled and runned my first JDev application and I cound the following error during the connection :
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
    I found the same error in 10.1.2.1 and I solved it replacing the new JDBC driver with the old one !
    Should I do the same ?
    Tks
    Tullio

    You where right, the conversion left a "JClient Runtime" library.
    I eliminated it and I went back to the original error.
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    ## Detail 0 ##
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:648)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:434)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:539)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:329)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
         at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
         at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
         at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:876)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1115)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5845)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:117)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
         at oracle.jbo.server.ClConnectionStrategy.connect(ClConnectionStrategy.java:41)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:440)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:331)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7736)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3870)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2052)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1851)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2655)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:395)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:390)
         at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1533)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1491)
         at axioma.a4j.ap.servizi.client.ServiziClient.creaAmServizi(ServiziClient.java:588)
         at axioma.a4j.ap.servizi.client.ServiziClient.<init>(ServiziClient.java:42)
         at axioma.a4j.ap.servizi.client.ServiziClientInterattivo.<init>(ServiziClientInterattivo.java:16)
         at axioma.a4j.ap.dashboard.DsTavolo.<init>(DsTavolo.java:57)
         at axioma.a4j.ap.dashboard.DsTavolo.creaTavolo(DsTavolo.java:460)
         at axioma.a4j.ap.dashboard.StartUp.<init>(StartUp.java:22)
         at axioma.a4j.ap.dashboard.StartUp.main(StartUp.java:26)
    This error seems to be related to the EnvInfoProvider and I found it in 10.1.2.1 .
    Using tester (wich uses a different infoprovider) it works with the same AM.
    I suspect something changed in jdbc driver (may be symply a default) wich TesterInfoProvider resets correctly but my code don't.
    Tks
    Tullio

Maybe you are looking for

  • Performance - composite index with 'OR' in 'WHERE' clause

    I have a problem with the performance of the following query: select /*+ index_asc(omschact oma_index1) */ knr, projnr, actnr from omschact where ((knr = 100 and actnr > 30) or knr > 100) and rownum = 1; (rownum used only for test purpose) index: cre

  • Problem in execution of OIM 9.1 API

    Hi, In our project, we have developed a custom application using OIM9.1 API where we are using calling tcRequestOperationIntf.getRequestObject(ReqKey) at multiple places. and also tcRequestOperationIntf.seRequestResponse(a,b,c) methods. same code is

  • How to download recordings from HD LCD TV to iMac G5?

    anyone know how to download recordings from a HD on a LG LCD TV to an apple computer? thx. iMac G5   Mac OS X (10.4.9)  

  • Error in compiling java source code in a package

    hi all... am having a problem in compiling a java source code: i have a class named 'Test' in the package 'packone'.... i have another class named 'getTest' in the same package.... in the class getTest i am taking a reference to Test class... on comp

  • Error Installation Data Provider for Net

    When I am installing to the moment of the configuration this mistake happens and Net Manager does not allow to initiate Line parameters of incorrect commands parts from the software based on the work of independent JPEG Group