10g Preview Problems

Hello Everyone, we are hoping for some help in deploying one of the tutorial applications.
Currently we are testing out the JDeveloper 10g preview application. We''ve been able to follow a few of the tutorials, although it seems that at least half have instructions that are only valid for previous versions of JDeveloper. Anyways, the ADF Web Application Tutorial seemed like a very simple example that shows one how to leverage this new technology. Specifically we followed the, "Developing a Web Application Using the Default Technology Scope Tutorial" tutorial. We are able to follow and run this tutorial quite easily using the embedded application server with JDeveloper 10g.
We would like to deploy this very basic application to our application server sitting out on the network. The version of this application server is 9.0.3.0.0 . So, we create a .war file and deploy this to our OC4J instance. When we attempt to goto the customers.jsp page we receive this error:
java.lang.NoSuchMethodError
at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:228)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:84)
at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
at java.lang.Thread.run(Thread.java:479)
Can anyone help us out?
Thank you

Thanks for the info Duncan.
So when different documentation refers to Standalone OC4J that doesn't mean only include installations of the Oracle containers but also installations of the application server itself?
In other words I thought that for development you might install the standalone Oracle containers but for a more production worthy environment you would run the application server suite. I was under the impression that where instructions specify updating/upgrading the standalone those instructions don't always apply to the Application server installation as well.
Do you understand what I'm atttempting to say? I feel that since I'm very new to the J2EE environment my lack of knowledge regarding terminology and architecture is a hinderance. That said I'm not always adequately explaining my situation and or problems.
So, in conclusion, even though we have installed the application server and not the standalone (Oracle Containers) we still need to install the adf runtimes.
Is this correct?
Thanks again

Similar Messages

  • Problem with running Applets in JDEV 10G Preview

    Our Jdeveloper project has a default run target which is an Applet HTML page.
    Sometimes when a you click Run/Debug the project runs in Applet Viewer and sometimes it spawns an OC4J process and runs it in the container. It seems the execution of our project has a mind of its own. You can run/debug the same project on different developer PCs and have different execution behavior.
    How do you configure the execution environment for applets?
    If possible, it would be nice to be able to create multiple execution profiles so that we could have this applet run in OC4J sometimes and in AppletViewer other times. But it does not seem like you have control of this under the project properties.
    Thanks,
    Paul Manning

    Hi Paul,
    In the 10g preview, the code that launches applet viewer has first crack at whether it should "run" your html file. If that code thinks it should not launch applet viewer, then the code that launches OC4J gets a chance. The applet viewer launcher looks at the contents of the html file and looks for the <applet> tag. Is it possible that the contents of your html file is changing in such a way that my applet viewer launcher code isn't able to find the <applet> tag? If so, can you possibly send me your html file, or describe the applet tag(s), so that I can improve my side? I'd really appreciate it.
    In the near term future (the 10g release), when the run target can be started in different ways (like your applet html), the user will get to choose which way when he/she clicks run/debug. If you use the context menu, the run and debug items will lead to a pull-right submenu that lists all the choices. However, if my applet viewer launcher code doesn't find the applet tag in your html file, you won't see applet viewer in the list of choices.
    In the long term future we will support real multiple execution profiles.
    -Liz Looney

  • 10g preview SerialVersionUID

    I am devloping an app using JAXB in jdev 10g. I added the JAXB libraries from JWSDP-1.3 to my project along with some jaxb source code I compiled with JWSDP. I am using JWSDP so I can use the xjc serializable extension to be able to store my classes as cmp fields.
    When I use the embedded oc4j that comes with jdev 10g preview the app works fine. When I deploy to a standalone version of the same oc4j along with the same added libraries, it also works as expected. But when I deploy to the standalone 10g oc4j preview, along with the same added libraries, using this type of code:
    ObjectFactory objFactory = new ObjectFactory();
    MyObjectType myObject = objFactory.createMyObjectType();
    I am getting an error saying:
    java.lang.InternalError: com.sun.msv.datatype.xsd.XSDatatypeImpl; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID = 48001797565480860 at com.sun.xml.bind.unmarshaller.DatatypeDeserializer.deserialize(DatatypeDeserialer.java:30)
    Strangely it does not happen on most of the jaxb classes I try to invoke, only a few. I believe the error means that there is a different version some JAXB implementation classes in the OC4J preview than I added to the default embedded oc4j. Can anyone point me in the right direction on how to fix this?

    I have a little more information. The problem was being caused by a custom datatype which used the <union/> tag. I'm still a little puzzled why it works in jwsdp-1.3 and the embedded version, but not the 10g preview. Does anyone know what libraries I can move from JWSDP-1.3 into oc4j 10g preview to get the union tag to work?

  • DataAction class changed from 10g Preview version to Production

    I have been using the production version of JDeveloper to work through the "Creating a JSP Application using ADF Business Components and ADF DataBinding" tutorial that was written for the 10g Preview (http://otn.oracle.com/products/jdev/collateral/tutorials/9050/bizcomp_jsp_tut.html).
    In one section it instructs you to override the findForward() method of a DataAction. Unfortunately, there is no longer an overloaded version of findForward() in the DataAction class that returns an ActionForward object, only one that returns void. Overloading the method is not a problem per se, but it cannot return super.findForward() as is specified.
    There is also a problem with importing oracle.adf.controller.struts.actions.PageLifecycle; the class does not seem to be part of that package.
    Any help or guidance is greatly appreciated. Thanks!

    Ryan,
    Yes, some of the classes have changed between the preview and the production release. The extent of the changes are describe in the release note accessible from the help menu.
    As for the findForward method, the value of the action forward is now set to the context object. Look at the javadoc for StrutsPageLifecycle.findForward
    http://download.oracle.com/otn_hosted_doc/jdeveloper/905/adf_javadocs/oracle/adf/controller/struts/actions/StrutsPageLifecycle.html#findForward(oracle.adf.controller.lifecycle.LifecycleContext)

  • Terrible Performance with 10g preview

    I have serious performance problems with the 10g preview during basic operations.
    Very frequently, it just locks up, using 100% CPU for 5-10 seconds.
    It seems to occur every time I change window, for example
    - double click on an error message in either the Compiler window or the Structure window and I have to wait 10 seconds before the cursor is active in the code editor.
    - double click on a file in the navigator, 10 seconds before the opened file can be edited.
    - click on an item in the HTML component palette
    - close a code editor window. Can't use the next window for 10 seconds (this is less reliable than the others)
    I am running NT4 SP6 on a PIII 500Mhz with 512M of memory. According to task manager, I am not using all the memory yet.

    I hit the virus scanner problem when I first started using 903, but that is not the problem now.
    Here is a dump produced as described.
    Full thread dump OJVM Client VM (9.0.5.972 4dopv):
        "AWT-EventQueue-0"    prio: 6    state: runnable
        "AWT-Shutdown"    prio: 5    state: waiting for notification of monitor 0x1D1D7C24
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void sun.awt.AWTAutoShutdown.run()
                [locked monitor 0x1D1D7C24]
                AWTAutoShutdown.java:259
            void java.lang.Thread.run()
                Thread.java:536
        "Java2D Disposer"    prio: 10    state: waiting for notification of monitor 0x1D257D84
            void java.lang.Object.wait(long)
                native code
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
                [locked monitor 0x1D257D84]
                ReferenceQueue.java:111
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
                ReferenceQueue.java:127
            void sun.java2d.Disposer.run()
                Disposer.java:97
            void java.lang.Thread.run()
                Thread.java:536
        "WeakDataReference polling"    prio: 1    state: waiting for notification of monitor 0x1E4FB124
            void java.lang.Object.wait(long)
                native code
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
                [locked monitor 0x1E4FB124]
                ReferenceQueue.java:111
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
                ReferenceQueue.java:127
            void oracle.ide.util.WeakDataReference$Cleaner.run()
                WeakDataReference.java:88
            void java.lang.Thread.run()
                Thread.java:536
        "AWT-Windows"    prio: 6    state: runnable
            void sun.awt.windows.WToolkit.eventLoop()
                native code
            void sun.awt.windows.WToolkit.run()
                WToolkit.java:253
            void java.lang.Thread.run()
                Thread.java:536
        "IdeMinPriorityTimer"    prio: 1    state: waiting for notification of monitor 0x1F74216C
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void java.util.TimerThread.mainLoop()
                [locked monitor 0x1F74216C]
                Timer.java:403
            void java.util.TimerThread.run()
                Timer.java:382
        "IconOverlayTrackerTimer"    prio: 5    state: waiting for notification of monitor 0x1CFCA064
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void java.util.TimerThread.mainLoop()
                [locked monitor 0x1CFCA064]
                Timer.java:403
            void java.util.TimerThread.run()
                Timer.java:382
        "IconOverlayTrackerTimer"    prio: 5    state: waiting for notification of monitor 0x1E1D64E4
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void java.util.TimerThread.mainLoop()
                [locked monitor 0x1E1D64E4]
                Timer.java:403
            void java.util.TimerThread.run()
                Timer.java:382
        "TimerQueue"    prio: 5    state: waiting for notification of monitor 0x1D51E514
            void java.lang.Object.wait(long)
                native code
            void javax.swing.TimerQueue.run()
                [locked monitor 0x1D51E514]
                TimerQueue.java:231
            void java.lang.Thread.run()
                Thread.java:536
        "Finalizer"    prio: 8    state: waiting for notification of monitor 0x1CDFC134
            void java.lang.Object.wait(long)
                native code
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove(long)
                [locked monitor 0x1CDFC134]
                ReferenceQueue.java:111
            java.lang.ref.Reference java.lang.ref.ReferenceQueue.remove()
                ReferenceQueue.java:127
            void java.lang.ref.Finalizer$FinalizerThread.run()
                Finalizer.java:159
        "Reference Handler"    prio: 10    state: waiting for notification of monitor 0x1CDFC124
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void java.lang.ref.Reference$ReferenceHandler.run()
                [locked monitor 0x1CDFC124]
                Reference.java:113
        "WaitCursorTimer"    prio: 5    state: waiting for notification of monitor 0x1F11E28C
            void java.lang.Object.wait(long)
                native code
            void java.lang.Object.wait()
                Object.java:426
            void java.util.TimerThread.mainLoop()
                [locked monitor 0x1F11E28C]
                Timer.java:403
            void java.util.TimerThread.run()
                Timer.java:382
        "main"    prio: 5    state: idle
        "VM Tasks"    prio: 1    state: runnable
        "Signal Dispatcher"    prio: 1    state: idle

  • Imbedded JSP runner in 10g preview error

    I attempt to run a JSP from inside 10g preview:
    I get:
    03/10/30 14:32:02 java.lang.UnsupportedClassVersionError: oracle/jdevimpl/runner/oc4j/Oc4jNotifier (Unsupported major.minor version 48.0)
    My java version is
    $ ./java -version
    java version "1.4.1_02"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
    Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
    Running on Redhat Linux 9
    Cheers,

    I believe what you have should run okay.. but when I did a quick Google search I see that your problem is fairly common and seems to be indicative of a VM problem..
    http://www.artima.com/forums/flat.jsp?forum=61&thread=4792

  • Creating secure web apps in JDeveloper 10g preview

    Hi all,
    I am trying to set up a secure web application and test it within JDeveloper 10g preview. So far, I am able to set up the correct entries in web.xml and ???-oc4j-app.xml (actually had to add the role mapping manually in the last file). I am able to automotically bring up a login form, enter my username/password and get to the protected resources. What I am not able to do is the following:
    1. Display an error page when the login fails (I get a generic HTTP 403 page instead of the page I specified in web.xml).
    2. Enable SSL. I can set the write checkboxes, etc., but instead of displaying the login form, the browser asks me to open/save the file home.do (the protected resource). I think there is some setup that is messing, but what is it?
    Any help is appreciated. Thanks.
    Ara

    Sorry, I guess I shoud have made it clearer: I am using HTTP-FORM authentication and I have specified a login and error page there. Neither page is protected (i.e., their URI pattern is not specified in the servlet deployment descriptor).
    I get the login page fine. I am also able to log in,provided I submit the right username/password. The problem comes when I submit an incorrect name/password. In that case, I get a generic HTTP 403 page instead of the error page I specified.
    Hope this provides more clues.
    Ara

  • Preview Problem: PDF file:Adobe livecycle designer ES 10.0

    Hallo.
    How do I fix  preview problem of a .pdf file that was created with Adobe livecycle designer es 10.0.  version 1.7 ( show on the properties of the file). The file opens normally. No preview in explorer preview pane and change to printing problem too. Need to preview the file before uploading it onto the internet. All updates done: Windows 7, Explorer 11, Java (Javascript enable) Adobe reader XI. and Adobe Reader XI Pro.(Trail version). When in Explorer and using open with:Default program: select software already in stalled on computer: Browse Adobe reader XI (Acrord32.exe: properties show version 11.0.06.70) This will show as Adobe reader 9.4 on the list of programs.

    If you purchased a prior license of Acrobat and have purchased an upgrade to Acrobat XI Pro then you are eligible for free LiveCycle Designer upgrade.
    See more information on: http://www.adobe.com/products/acrobatpro/faq.edu.html
    Visit the http://www.adobe.com/go/learn_acr_livecycle_upgrade_en to request an upgrade.

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • 10g Preview: No way to rename view link usages in AM

    10g Preview (9.0.5.0.0 Build 1375), Win2k SP3.
    I generated the entity objects, view objects, associations, and view links from my DB structure. I created an application module with the default data model from the view objects and view links.
    I then renamed all of the view links using the Rename View Link dialog. The AM's xml file was correctly updated with the new names of the underlying view links, but the view link usages retained the old names.
    There does not appear to be a convenient way of renaming the view link usages in the AM. The workarounds are either to deconstruct the data model and then reconstruct it, or to manually edit the .java and .xml files.
    I would like to see, at minimum, the ability to rename the AM's usages via a right-click menu in the Structure pane. This would affect both view object and view link usages. Currently the only option available in the right-click menu is to edit the underlying business object, not the usage. It also would make sense to allow view link usages to be renamed from the Data Model page of the AM wizard.

    That worked beautifully. I didn't have the property inspector open originally, so it's nice to know there is a way to rename usages after all.
    I wonder if there's a usability issue here though... maybe it's just me, but with the ability to rename some things via the right-click menu in the navigator pane, it seemed natural to look in the very similar structure pane for the same sort of functionality. Now there's a third place to look. Perhaps if the right-click menu in the structure pane simply had a "Properties..." entry or something similar that brought focus to the Property Inspector, it would help the user understand that there's another place to try to make the desired changes.

  • Compile error with Jdev 10g Preview

    I am trying out Jdev 10g with JHeadstart. I followed the instruction on the Oracle JHeadstart 10g and Oracle JDeveloper 10g preview document, and then used the isnstructions on the NewJhsProjectInstructions.html document.
    The first time I tried to compile the project, I got a whole list of errors which looked like;
    /usr/oracle/jhs904/jheadstart/src/jhsruntime_source.zip!/oracle/jheadstart/model/bc4j/JhsApplicationModuleImpl.java
    Error(143,31): cannot access class oracle.cle.persistence.HandlerNotFoundException; file oracle/cle/persistence/HandlerNotFoundException.class not
    This was due to Jdeveloper trying to compile jhsruntime_source.zip. I removed this from the java source path and added jhsruntime.jar.
    I am now getting thisError(22,53): cannot access class oracle.jheadstart.model.bc4j.handler.DataObjectHandlerImpl; file oracle/jheadstart/model/bc4j/handler/DataObjectHandlerImpl.class not found error;
    I have checked, and cinfirmed that the class file oracle/jheadstart/model/bc4j/handler/DataObjectHandlerImpl.class is in jhsruntime.jar.
    The Java Source path in Jdeveloper is ;
    /home/chandana/jdevhome/mywork/JHS/src;/usr/oracle/jhs904/jheadstart/lib/jhsruntime.jar.
    Can some one tell me what is wrong ?

    Hi Chandana,
    You should not put jhsruntime.jar in the Java Source Path. It should be in the Additional Classpath.
    The Java Source Path (Project Settings - Common - Input Paths) should only contain /home/chandana/jdevhome/mywork/JHS/src .
    If you created the library JhsLibs the way it was described in the JDev 10g document, your project should now compile correctly. The JhsLibs library ensures that your project can compile against jhsruntime.jar (amongst others).
    Hope this helps,
    Sandra Muller
    JHeadstart Team

  • RAM Preview Problems in After Effects CC

    AE CS 6 RAM Previews work, but two problems to report with AE CC on the same computer. Possibly two faces of the same problem.
    1. Having QuickTime Player open while doing a RAM preview makes the RAM preview stutter. I quit the player, and now the RAM preview plays back without dropping a frame, though Info palate shows "fps: 24 (realtime)", but the RAM preview playback is slow: ie, a tenor sounds like a baritone.
    2. A RAM preview that looked and sounded fine last night, is now playing back slowly (tenor sounds like a baritone), though Info Palate shows "fps: 24 (realtime)". I have no other applications open. The only thing that changed is that I quit AE, slept the computer, slept a little myself, and then launched AE. Trashing the cache files (manually), rebooting, relaunching and re-RAM-previewing creates a functional RAM preview, so I assume there is some problem with the cached files or the retrieval of them.
    Is anyone else getting either of these? If so, what is your system configuration?
    Also, I posted on another thread that Quicktime import/render works with AE CS6 on this computer, but AE CC can not import, play, or render QT reliably (without throwing error messages). Perhaps all of this is part of the same problem.
    Thoughts?
    Cheers,
    Benjamin
    CS 6 CC | Mac OS 10.8.4 | MacPro5,1 | 96 GB Ram | PROJECT & MEDIA drive: Mercury Accelsior > 500 MB/s read/write | CACHE drive: Mercury Accelsior > 500 MB/s read/write | Nvidia Quadro 4000 Mac | CUDA Driver: latest update | Wacom Intuos 5

    96 GB RAM is  accessible in 10.8.4 on my machine according to OWC. I'm working on a stereoscopic 4K project with large files and hundreds of layers. I regurlarly render with AE MP while working with huge files in PS, and am glad to see the % of RAM AE uses displayed in my render cue between 3 and 60%.
    I have 12 processors (24 with hyperthreading)
    I have reserved 10 for other applications leaving 14 for After Effects
    4 GB per x 14 = 56 GB for AE. leaving 40 GB for everything else
    I've played with what and how much I have allocated being sure to keep the CPU counts even, but this does not fix the RAM preview problems described above. Any other suggestions?
    Thanks,
    Benjamin

  • JDeveloper 10G Preview Feedback

    Hi, I've switiched over to 10G Preview. As a constant user of JDeveloper I thought I'd supply some requested feedback on some encountered bugs in this Preview release :
    [1] 'New View' Navigator restart : When I create a 'new view' of a project to open up in a new navigator, this navigator is displayed by is empty when JDeveloper 10G is restarted. It only displays a single non-expandable node of the .jpr file.
    [2] Sources tree in Projects always default back to 'File List' view on restart. Its irritating that it does not seem to restore to each sources tree view as set when the IDE was exited.
    [3] CVS Server in Connection Navigator. Created CVS connection which failed to connect to pserver (which it should of as all as was specified in WinCVS client which works fine.) Can delete CVS connection, but cannot create a new CVS connection (menu option disabled)
    Will send more as I encounter. Like the IDE though and look forward to the Prod release.
    Richard Bergquist

    Some more :
    [1] IDE Locks up when Root HTML input path is altered in Project settings while these source files are being editied.
    [2] The ability to trim down JDev's footprint via external tools is a great concept. But, why in 10G Preview is there nothing visible in the list. A bug ?
    RjB

  • CS4 Premiere Pro General file format & preview problems

    I was redirected here after posting my complaint on Twitter, so please excuse my forum manner.
    I've been using Adobe Premiere Pro (CS4) for about a year now, and I've been editing videos along with other packages with no problem. (Only problem being my slow processor). Up until last week Premiere Pro has been completely fine. But seeing I have a project deadline next month, I thought I would spend a day trying to kick-start the video editing.
    My source videos were originally photograph-frames animated in Flash CS4 into .MOV, decided to use the H.264 output codec. As I have finished exporting my needed videos, I imported them into Premiere Pro as usual, as I have in the past. But then I encountered the common problem that I have seen quite a few have also encountered with .MOV, or jsut general "no-preview" problem when the source video is fine.
    I then took a day to research online about Premiere Pro's compatability with .MOV, among other container and formats. Upon using softwares such as MediaInfo and GSpot, I found that there might have been a problem with missing Codecs within my Adobe package. I then tried to convert the .MOV into .MPG (mpeg2), hoping such standard codec would work with Premiere Pro as they they in the past. No result avail.
    I then turned to the uninstall route (retaining user info) and re-installing. The problem has NOT been fixed, what's more is that it crashes almost instantly after I try rendering the workplace. (Even post-rendering does not show the preview, but the files in the Adobe folder, does). Here's a screencap to my latest workplace, if it helps:
    [IMG]http://i86.photobucket.com/albums/k83/neo0031/AdobePreProcap.jpg[/IMG]
    Before the re-install, I believe I was running Premiere Pro CS4's latest update (4.2.x) something, now it is back to 4.0.0. But I don't think that is where the main problem is? I recently changed my locale from a certain language to Japanese to run a certain program. Would that be causing the problem(s)?
    Does anyone know a way that I can FIX this? Any help is appreciated and I thank you all in advance.
    I am using a Sony Vaio NS series laptop,
    a 2.0 GHz Intel Pentium Dual Core processor
    3GB RAM,
    intergrated graphics Intel Chipset Family Series 4( I think).
    Windows Vista Home Premium 32bit.
    I tried moving the Scratch disks from an external portable hard drive to the local hard drive, to no result.
    Again, any help is appreciated. I would appreciate direct advice rather than links. Thanks again.
    Neo.

    I have updated my CS4, Ppro to 4.2.1. The problem still remains. Would it have anything to do with my project setting? I don't have much knowledge to setting one up. The difference between the AVC projects and etc?
    EDIT : I took the problem to my lecturer, and he didn't do anything out of the ordinary, but his "magic touch" click on the preview panel (Main composition) has made the video show up! But even after render, it won't play. But scrubbing along frames is now fixed. Any idea what's causing the no-preview-playback?

  • JDev 10g preview is out!

    The JDev 10g preview is now available:
    http://otn.oracle.com/products/jdev/collateral/prodtour10g.html
    Oracle JDeveloper 10g includes a lot of a new UIX functionality, including a UIX visual editor. Check it out!

    I'm assumming the "operation timed out" error is from your browser?
    If you are using VPN or DHCP, you'll need to specify "localhost" as the hostname where OC4J will start, and subsequently, where you're JSP will be deployed. Go to Tools -> Embedded OC4J Server Preferences. Select Startup and specify the host name as "localhost". Redeploy and you'll be able to access your JSP using http://localhost:8988/simple_jsp-Project-context-root/simple.jsp
    Hope this helps,
    Lynn
    Java Tools Team

Maybe you are looking for

  • IPod recognized by one Mac but not another

    I have a fourth-generation iPod. My home computer, which has stopped recognizing my iPod, is a PowerPC G4 running 10.4.11. My work computer, which does recognize the iPod, is a 20-inch iMac (whose specs I don't recall). All software is up to date on

  • Authorization at Sales Order Change (Item level)

    Hello Experts, Is there any standard authorization object at sales order for adding new items? As I want to restrict some users to add new item lines at sales order change ( VA02 ) Regards, Amr

  • 20" ACD brightness / Eye-One 2 problem

    So I go to do my normal calibration with my Eye-One Display 2 on my 20" ACD and it goes fine, although I am surprised to see that the brightness level has fallen to like, 75cd/m2. So I turn up the brightness to 120, calibrate. Fine. Then I go to do a

  • Dynamic include file?

    In my application we are using an include. I want to choose which include file to use automatically. For example, I know a variable is pagelang = "english". So I want to display: <%@ include file="includes/english.jsp"%> Sometimes the variable is chi

  • How we evaluate indirect Wages ?

    Hi Experts                  I have defined three wages types in Basic Pay 1. Basic 2. HRA 3. Conveyance in which i gave condition HRA should calculate indirectly through 50% of Basic. But while entering in the PA30 in infotype 0008 its giving error a