Disappointed with 10g JDeveloper preview version

I consistently use and recommend Oracle products to my co-workers. But I am disappointed with the latest JDeveloper, thanks to many bugs. I could not find basic items like remove from project menu item. The files I open are not getting added to the project. And the continuing lack of decent support for PL/SQL. If Oracle can't support PL/SQL, in its IDE that is hard to believe. This forces me to use 2 IDEs. One for Java and another one for PL/SQL. Hope it will get better in the production release.

All files from a folder are automatically added to a project, it is automatically recompiled with a build command. The file can be "invisible". To see a new file in the navigator, use the refresh button.
There should be several changes to this behaviour:
1) refresh is quite slow on a big project. It should be possible to select a package and refresh only the files inside the folder
2) When a file is opened, it should be automatically added into the navigator of the current project.
3) To remove a file from a project, it seems there are only 2 solutions:
3a) Use a different hierarchy tree for each project (ie: locate each project source in a different folder) and carefully remove the files you don't need. Huge pain with versioning and check out module. You have to check out each file individually.
3b) refactoring. Move the file in a new folder and exclude that "subfolder" in the project content (first page in the project properties).
In the long term this refactoring could be a good thing. In the short term it is a major pain because most projects use intertwined packages.
Some examples:
1) I use only one hierarchy tree for several projects. I have to include much more libraries in my projects to be able to compile. For example, I have a swing application. In a package used by this swing application, one class does an import of some j2ee stuff.
I never use this class in the swing application. I have to include all the j2ee libs to compile my project.
2) I have a factory constructor interface dealing with java.sql.DataSource.
I have several implementations depending on the target jdbc driver (classes12.jar ojdbc14.jar,mysql-connector-java-2.0.14-bin.jar,...). Each implementation is put in the same folder:
/mycompany/mypackage/MyDataSourceOracle14.java
/mycompany/mypackage/MyDataSourceOracle12.java
/mycompany/mypackage/MyDataSourceMySql.java
The implementation with classes12.jar is incompatible with the one with ojdbc14.jar.
With JDev 10g preview, there is just no way to rebuild my project. I had to refactor and use subfolders:
/mycompany/mypackage/Oracle14/MyDataSourceOracle14.java
/mycompany/mypackage/Oracle12/MyDataSourceOracle12.java
/mycompany/mypackage/MySql/MyDataSourceMySql.java

Similar Messages

  • JDeveloper Preview deployment error

    I am using JDeveloper Preview version 10.1.3.0.2.223. Occasionally I encounter the following error when trying to deploy my application to a WAR file:
    ---- Deployment started. ---- May 2, 2005 3:15:28 PM
    Target platform is Standard J2EE.
    **** Unable to deploy to a WAR file because no web.xml file could be found in the project.
    **** Please verify that your project contains web components.
    Elapsed time for deployment: 1 second
    #### Deployment incomplete. #### May 2, 2005 3:15:29 PM
    Of course I have a web.xml file in my project, and I am able to run the project in JDeveloper. I have not found a reliable workaround for this error. It seems each time the solution is different, which leads me to conclude that I don't understand what is actually happening. Whenever this situation occurs I also get errors when using the wizard to create new JSP pages:
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.xml.DescriptorNodeFactory.findOrCreateIn(DescriptorNodeFactory.java:99)
         at oracle.jdeveloper.xml.j2ee.war.WebAppNode.findOrCreateIn(WebAppNode.java:214)
         at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard.createWebAppNode(AbstractJspWizard.java:216)
         at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard.access$10000071(AbstractJspWizard.java:33)
         at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard$1.run(AbstractJspWizard.java:97)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
         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.pumpEventsForHierarchy(EventDispatchThread.java:141)
         at java.awt.Dialog$1.run(Dialog.java:540)
         at java.awt.Dialog.show(Dialog.java:561)
         at java.awt.Component.show(Component.java:1133)
         at java.awt.Component.setVisible(Component.java:1088)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:275)
         at oracle.jdevimpl.webapp.wizards.AbstractWebAppFileWizard.doFinish(AbstractWebAppFileWizard.java:82)
         at oracle.jdevimpl.webapp.wizards.AbstractWebAppWizard.invoke(AbstractWebAppWizard.java:77)
         at oracle.ide.WizardManager.invokeWizard(WizardManager.java:488)
         at oracle.ide.WizardManager$1.run(WizardManager.java:542)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1143)
         at oracle.ide.WizardManager$2.run(WizardManager.java:550)
         at oracle.ide.util.IdeUtil$4.run(IdeUtil.java:1123)
         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)
    Caused by: java.lang.ClassCastException
         at oracle.jdevimpl.xml.DescriptorNodeFactory.findOrCreateIn(DescriptorNodeFactory.java:73)
         ... 29 more
    The JSP file is created anyway but I have a feeling the errors may be related.
    I can usually create the error by copying a workspace into a new directory and trying to use the files.

    I think maybe you use wrong adf lib when deploying your project to the OC4J.
    You can update your oc4j in the jdev.[JDEV->Tools->ADF Runtime Installer-> Standalone OC4J].
    Good luck
    Hart

  • Issue in running a 9i version Page XML in 10g JDeveloper

    Hi
    In our 11i to R12 upgrade project we are trying to run our custom 9i version Page XMLs in 10g JDeveloper. We imported the JPR itself in 10g Jdeveloper and it did conversion while loading. But when we tried to run the pages we are getting
    java.lang.NullPointerException
         at oracle.apps.fnd.framework.webui.OASlideMenuUtil.prepareNavAndFavList(Unknown Source) error.
    We found out that it is because of the missing "Navigation and Favorites options" that comes along with R12 version pages. We confirmed it by creating a new page in 10g Jdev and copy pasted all the regions from the old page to the new page. It is working fine. Now the doubt i have is,
    Wont 10g Jdev take care of this during the conversion of the Page XMLs and Java files? Or am i missing any big part here.
    Tried searching with keywords, tags but dint help. Kindly refer if you have any links or thoughts.
    Thanks,
    Praveen.

    This can be caused by the 'Function Name' attribute on the page layout region being NULL but with the XML tag still in the page XML i.e.:
    <oa:pageLayout id="PageLayoutRN" amDefName="xxjlp.oracle.apps.fnd.por.econtent.server.EContentAM" windowTitle="Portal Guidance Documents" title="Portal Guidance Documents" controllerClass="xxjlp.oracle.apps.fnd.por.econtent.webui.GuidanceDocSumCO" function="">
    Check the page you are forwarding to either has a valid value for 'Function Name' or ensure that this tag is removed from the page XML by clicking the 'Set to default' button on the component pallet toolbar.
    This is normally caused when a value was added by the developer then removed by highlighting the value and hitting delete.  This action keeps the tag in the XML file.  You should use the 'Set to default' button which will remove the tag completely.

  • Problem removing files with CVS (JDeveloper 10.1.3 Preview)

    Hello,
    I've got a problem removing files from CVS :
    - I right-click on the file I want to remove -> Versioning -> Remove
    - The file is removed from local directory, and it appears in "Pending changes" view, on "Outgoing" tab. Its status is "scheduled for removal".
    - When I commit the file in the "Pending Changes" view, and click OK, then nothing happens. The file stay with "scheduled for removal" status, and it is not deleted on CVS server.
    I tried to commit the package or the project, but it's the same thing.
    Files additions and modifications work correctly.
    I'm using JDeveloper 10.1.3 Preview version.
    Is this a bug ? Or do I do something wrong ? Is there an other way to solve my problem ?
    Thanks.

    Here is the message displayed in the log window when I remove file (in Versioning menu) :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> remove -l Test_suppr_1.java
    cvs remove: scheduling `Test_suppr_1.java' for removal
    cvs remove: use 'cvs commit' to remove this file permanently
    Here is the message displayed in the log window when I COMMIT the "scheduled for removal" file :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> commit -F C:\DOCUME~1\19363~1.WIN\LOCALS~1\Temp\.jdevcvs_cmt22356.tmp Test_suppr_1.java
    cvs commit: Examining .
    Thanks.
    Message was edited by:
    user444728

  • Disappointed with IOS7, i had organized my music library as per the Genre and now im unable to hear all the songs of the same genre like in the earlier versions. The options of "all albums" and "all songs" are missing in this version of IOS. Help Please..

    Disappointed with IOS7, i had organized my music library as per the Genre and now im unable to hear all the songs of the same genre like in the earlier versions. The options of "all albums" and "all songs" are missing in this version of IOS. Help Please..

    It would be nice if you told others the steps you've tried and/or how you used to have your setup.
    Anyway have you tried tapping MORE this will then bring you to
    the selection-list of Audiobooks, Genres, Compilations & Composers.
    Selecting Genres gives you a list of all your music split into genres which was set within the Music downloaded via iTunes or uploaded from CD or which you may have set yourself.
    Then you just select the Genre you want:
    If certent songs are not correctly gategorised you may need to go into iTunes and reselect via Get-info
    >Info>Genre and change it there. That way you should end up with all songs of Jazz or other in 1 place.

  • Our Java application is built with java 1.4 version and oracle 10g

    Our Java application is built with java 1.4 version and oracle 10g version database, is it possible to upgrade oracle database to 11g?

    is it possible to upgrade
    Yes. SE and the other editions have a migration/upgrade utility, not seeing any mention of that program in the XE license docs. To upgrade to 11gR2 from 10g, the 10g instance must be at patch 10.2.0.2 or higher.
    So if you're a GUI dba, might be out of luck. But the the XE install has the catalog upgrade scripts that need to be run, there is a MOS note explaining the manual upgrade steps.
    Or set up a brand new 11g database instance and datapump your user schema(s) from the 10g instance to the new 11g instance. The database doesn't care what java version you're using, it just does what its told with the data. DDL, DCL, DML ... its not much different. Quite a few new features in 11g.
    But if you're after JVMs that piece is not supported with XE.

  • What's up with the Preview Version?

    When you click on the application "Preview" the version info says 4.0
    When you open Preview and then click on about Preview, it says version 4.1
    All of my computers are running 10.5.2 and are totally up to date.
    Anyone else notice this about the Preview version?
       Joseph Kriz

    Better IMO is to file bug reports or enhancement requests via Apple's Bug Reporter system. Join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go toApple BugReporter and file your bug report/enhancement request. You'll get a get a Bug ID number; thus, starting a dialog directly with engineering.

  • Checkout folder with CVS JDeveloper 10g

    Hi
    Is there way to checkout only folder with CVS JDeveloper 10g? I have module on CVS server, but let say it consist of two folders, src/ which contains myPackages//*.java
    and config/, which contains my ear application exploded structure. And my question is, is there a way that every programmer create project himself, only locally, and checkout from CVS only *.java files(so only subdirectories of my src folder in module main directory), with assumption of later controlling them from JDeveloper?
    I mean, it's not a good idea to have application and project files in cvs, right?
    mn

    Hi,
    Was the project imported to CVS at the same time as the package structure?
    Do the project source paths match the filesystem? For example, does the java source path match the root of the java source? Jdev normally puts files in a flat structure if the files are not in the right file system folder for their java package.
    If changing the project path does not fix this can you tell me what technologies your using, such as BC4J, struts, Tag libs, etc.. Then I can try and reproduce this here.
    Many thanks,
    Geoff
    JDev SCM Team
    -------------

  • HT201210 Hellow every one. i just updated my iphone 5 with the ios7. unfortunately i experience different type of bugs...the most important one to me is that the itunes store do not open at all. i'm disappointed with this version of iOS.

    Hellow every one. i just updated my iphone 5 with the ios7. unfortunately i experience different type of bugs...the most important one to me is that the itunes store do not open at all. i'm disappointed with this version of iOS. my itunes version is updated and my mc version is also updated
    my question is: how can i make itues store to work? how can i go back to the previous version of ios?

    Upgrade to Snow Leopard - it's compatible with the latest version of iTunes, and still supports PowerPC applications.
    $19.99 - http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Snow Leopard is required if you wanted to upgrade to Lion, anyway, which you may want to in the future if the latest version of iTunes no longer supports Snow Leopard.

  • 10g Dev Preview -- sub query problem

    I'm not sure if this is the place to report bugs or problems with the 10g developer preview. But here goes.
    I have some code that used to work. The idea is to find "task" objects that are not assigned to anyone, ie, have no "task assignment" records pointing to them. This code used to work. It creates an expression that when queried returns all Task objects that are not in the subQuery which fetches task assignments.
    ExpressionBuilder eb = new ExpressionBuilder();
    ReportQuery queryAssigned = new ReportQuery(TaskAssignment.class, new ExpressionBuilder());
    ReportQuery queryAssigned = new ReportQuery(TaskAssignment.class, new ExpressionBuilder());
    queryAssigned.addAttribute("ID", eb.get("task").get("ID"))
    return eb.get("ID").notIn(eb.subQuery(queryAssigned));
    When I use TOPLink 10g, however, I get the following error:
    [junit] Query: ReadAllQuery(com.marketsoft.workflow.Task)
    [junit] Local Exception Stack:
    [junit] Exception [TOPLINK-6015] (Oracle TopLink - 10g Developer Preview 3 (10.1.3.0 ) (Build 041116)): oracle.toplink.ex
    ceptions.QueryException
    [junit] Exception Description: Invalid query key [task] in expression.
    [junit] Query: ReadAllQuery(com.marketsoft.workflow.Task)
    [junit] at oracle.toplink.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:491)
    [junit] at oracle.toplink.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:555)
    [junit] at oracle.toplink.expressions.Expression.normalize(Expression.java:2587)
    [junit] at oracle.toplink.internal.expressions.DataExpression.normalize(DataExpression.java:349)
    [junit] at oracle.toplink.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:369)
    [junit] at oracle.toplink.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:356)
    [junit] at oracle.toplink.internal.expressions.DataExpression.normalize(DataExpression.java:343)
    [junit] at oracle.toplink.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:369)
    [junit] at oracle.toplink.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:356)
    [junit] at oracle.toplink.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:951)
    [junit] at oracle.toplink.internal.expressions.SubSelectExpression.normalizeSubSelect(SubSelectExpression.java:123)
    [junit] at oracle.toplink.internal.expressions.ExpressionNormalizer.normalizeSubSelects(ExpressionNormalizer.java:82)
    [junit] at oracle.toplink.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:982)
    [junit] at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQuery
    Mechanism.java:223)
    [junit] at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.prepareCursorSelectAllRows(ExpressionQuery
    Mechanism.java:587)
    [junit] at oracle.toplink.queryframework.CursorPolicy.prepare(CursorPolicy.java:137)
    [junit] at oracle.toplink.queryframework.CursoredStreamPolicy.prepare(CursoredStreamPolicy.java:93)
    [junit] at oracle.toplink.queryframework.ReadAllQuery.prepare(ReadAllQuery.java:571)
    [junit] at oracle.toplink.queryframework.DatabaseQuery.checkPrepare(DatabaseQuery.java:367)
    [junit] at oracle.toplink.queryframework.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:506)
    [junit] at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:537)
    [junit] at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:408)
    [junit] at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:1977)
    [junit] at oracle.toplink.publicinterface.Session.executeQuery(Session.java:973)
    This maybe isn't that surprising. I see that the unbound ExpressionBuilders might be causing problems. However, which I switch to something a little bit more like what I see in the examples:
    ExpressionBuilder eb = new ExpressionBuilder();
    ExpressionBuilder assignBuilder = new ExpressionBuilder();
    ReportQuery queryAssigned = new ReportQuery(TaskAssignment.class, assignBuilder);
    queryAssigned.addAttribute("ID", assignBuilder.get("task").get("ID"));
    queryAssigned.useDistinct();
    return eb.get("ID").notIn(eb.subQuery(queryAssigned));
    In this case, it seems to generate messed up SQL where the table name goes missing:
    Exception [TOPLINK-4002] (Oracle TopLink - 10g Developer Preview 3 (10.1.3.0 ) (Build 041116)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00903: invalid table name
    Error Code: 903
    Call:SELECT COUNT(*) FROM TASKS t0 WHERE ((t0.ID NOT IN (SELECT DISTINCT t1.ID FROM )) AND (t0.ITEMTYPE = ?))
         bind => [Task]
    Query:ReportQuery(com.marketsoft.workflow.Task)
    Local Exception Stack:

    Charles,
    I couldn't reproduce your problem. I used an employee example in which Employee has 1:m relationship with PhoneNumber. My code and sql are as follows:
         ReadAllQuery query = new ReadAllQuery(Employee.class);
         ExpressionBuilder emp = new ExpressionBuilder(Employee.class);
         ExpressionBuilder phone = new ExpressionBuilder();
         ReportQuery subquery = new ReportQuery(PhoneNumber.class, phone);
         subquery.addAttribute("id", phone.get("owner").get("id"));
         subquery.useDistinct();
         Expression expression = emp.get("id").notIn(subquery);
         query.setSelectionCriteria(expression);
    Vector employees = (Vector)getSession().executeQuery(query);
    SELECT t0.VERSION, t1.EMP_ID, t0.L_NAME, t0.F_NAME, t1.SALARY, t0.EMP_ID, t0.GENDER, t0.END_DATE, t0.START_DATE, t0.MANAGER_ID, t0.START_TIME, t0.END_TIME, t0.ADDR_ID FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID NOT IN (SELECT DISTINCT t2.EMP_ID FROM PHONE t4, SALARY t3, EMPLOYEE t2 WHERE ((t2.EMP_ID = t4.EMP_ID) AND (t3.EMP_ID = t2.EMP_ID)))) AND (t1.EMP_ID = t0.EMP_ID))
    Shanno

  • Can't see demo 'Using Oracle Reports with Oracle JDeveloper'

    Hi,
    I can't see this demo :
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html
    I have this java error :
    viewletUrl_: http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/rep9i_jdev9i_part1.viewlet
    java.lang.NegativeArraySizeException
         at leelou.viewlet.a.a(Unknown Source)
         at leelou.viewlet.QViewApplet.readViewlet(QViewApplet.java:125)
         at leelou.viewlet.QViewApplet.<init>(QViewApplet.java:107)
         at leelou.viewlet.vcr.QVCRApplet.init(QVCRApplet.java:213)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have to create a custom destination for Reports in JDeveloper, but I don't find starter doc (for JDeveloper).

    Hi,
    Unfortunately this demo is one of those old demos which have technical problems with new IE + JDK versions, so we had to take it off. The link to this demo is no longer available on OTN:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=DEM&submit=Search
    You may have bookmarked it. If it is available on any OTN page, pl let me know.
    For Oracle Reports integration with JDev, pl see the tool / utility available at this page:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=UTI&submit=Search
    This tool/utility is currently available with 10g (9.0.4), and has not yet been tested with 10g R2 (10.1.2).
    But if your objective is only to use to use JDev to develop a pluggable destination, you may want to see the pluggable destination API documentation available here, which can be developed with any tool including JDeveloper:
    http://www.oracle.com/technology/products/reports/apis/plugDestination/index.html
    Some plugin destinations and their source code is available here for reference. As you can see, its pretty straightforward - most of these samples have just a few lines of custom code:
    http://www.oracle.com/technology/products/reports/pluginxchange/index.html
    Of course JDev-specific starter tutorials are available here:
    http://www.oracle.com/technology/products/jdev/index.html
    Navneet.

  • SAP NW CE 7.1 EHP1 NWDS Preview Version Installation issue

    I am running into follow error message when trying to install NWDS of SAP NW CE 7.1 EHP1 Preview Version
    Error Message:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Java EE" due to errors
    Error Details:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Java EE" due to errors.
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
      Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "C:SAPCE-EPH1NWDSIDENWDS_platformeclipse eaturescom.sap.netweaver.developerstudio.facades_7.1.0.081107100357". Log file: "C:DOCUME1PEdalaLocal SettingsTempcom.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
    Before error message is displayed, I get Windows Pop message with Windows Installer message as below:
    Windows ® Installer. V 3.01.4000.1823
    msiexec /Option 
    Install Options
              i - Status messages
              w - Nonfatal warnings
              e - All error messages
              a - Start up of actions
              r - Action-specific records
              u - User requests
              c - Initial UI parameters
              m - Out-of-memory or fatal exit information
              o - Out-of-disk-space messages
              p - Terminal properties
              v - Verbose output
              x - Extra debugging information
              + - Append to existing log file
              ! - Flush each line to the log
    - Log all information, except for v and x options
         /log
              Repairs a product
              p - only if file is missing
              o - if file is missing or an older version is installed (default)
              e - if file is missing or an equal or older version is installed
              d - if file is missing or a different version is installed
              c - if file is missing or checksum does not match the calculated value
              a - forces all files to be reinstalled
              u - all required user-specific registry entries (default)
              m - all required computer-specific registry entries (default)
              s - all existing shortcuts (default)
              v - runs from source and recaches local package
    Setting Public Properties
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.
    Please advice?
    Best regards,
    Sridhar

    Hi,
    Although I have not encountered this error in my installation copy - you can try the following:
    Take the zip file for NWDS to another machine and install it. If you do get the same error - then the zip file was damanged in the transfer - if not then probably it is an issue with the Microsoft Installer files that you are using. If you are using a legal version of Windows then upgrade to the latest updates and then try again. You can try the same steps after shutting down and restarting your PC.
    Most probably the zip file is damaged since the MSI has run successfully.for the CE WAS.
    p256960.

  • Problems with display of preview - and Adobe's tech support.

    Hello, all.
    After quite a bit of struggle I am still experiencing problems with the way Bridge CS5 displays previews. Previews are displayed with rather low quality. By that I mean low resolution that causes images to appear pixelated and out of focus. I've tried every possible setting in Bridge (or at least I think I have) but nothing seems to work. The setting that forces Previews to be built to the specific monitor size of the computer used doesn't work for me as I spend equal amounts of time working between my Macbook Pro 17" and my Apple 30" cinema display that have different resolutions. I've tried this setting and the preview images created on the notebook would not display at all on the 30" display.
    I have contacted support only to find it is nearly non-existent. A voice obviously from someone located in India answered and kept asking what I considered to be basic questions and must have used the word "apologize" at least 20 to 30 times (no exageration) during the 1 hour and 43 minutes we were on the phone to accomplish nothing other than to "register" my complaint.
    What is happening to Adobe ? This is not a joke, a rumor or an angry comment but rather a serious question from a user who has built a professional workflow based on the use of Adobe's products. I have been an user of the Adobe Creative Suite since its very first version and of the individual applications even before then. Bridge is one of the applications I use the most in my workflow that involves the organization of my large database of medical images I keep from my treatments and research. So this is very serious to me. I am now on the phone with Adobe waiting again to speak with someone in technical support. I was told the average waiting time would take between 35 and 50 minutes and I didn't think it would be possible but so far I have been on hold waiting for 1 hour and 7 minutes and someone has yet to answer the phone. What is happening with Adobe ? Is the company about to go out of business ? The last time I remember experiencing such a lack of support from a company I did so when contacting Polaroid and we all know what happened to it.
    To make matters worse I have twice contacted Adobe and asked their technical support agent to remove a phone number that they seem to have mistakenly written as a contact number in my files. More than one month after I registered my support request I finally received an e-mail stating that had tried to contact me at the phone that isn't mine and shouldn't be a part of my records despite the fact I have instructed them twice to remove. There are serious legal implications here as I am bound to confidentiality when it comes to the medical information I manage with my Adobe applications and the idea that someone in technical support may accidentally share this information with a stranger while calling the wrong number is a serious problem.
    What is going on ?
    Outside of this forum I have no idea who to contact and if it is even worthwhile doing so as it may prove to be a huge waste of time.
    Bridge has been a problem application since its inception. In fact the only version of Bridge that seemed to have worked (somewhat) right out of the box was the first one. I have experienced problems with Bridge with every single new version. Previews that don't display properly, crashes, folder hierarchy indicators not displaying properly, and others. The same images display fine if I open them in Apple's OS X Preview or Photoshop CS5. The problem is restricted to Bridge. All images are RAW high-quality images from a professional Canon EOS 1Ds MK II camera with a 17 megapixel full size sensor, and they always look stunning on everything else.
    What is one to do ???
    Sorry about the long post but I am one frustrated user who doesn't know what else to do.
    Thanks,
    Joe

    Hi again, Steve.
    In answer to your questions:
    > What view are you using for the Slideshow (centered, fit screen, fill screen, 100%)?
    Centered.
    > What is the slide duration set to in Slide Show Options, does changing it to manual help?
    I have it always set to manual.
    > What are you're Preferences> Advanced> settings for 'Software Rendering' and 'Monitor Previews' (checked or unchecked)?
    I've tried both choices for both options. My usual default options are 'Software Rendering' unchecked as I have a new Macbook Pro (only a few months old) and the graphics card is powerful enough to handle the previews and 'Monitor Previews'  also unchecked.
    > What are you're Preferences> Cache settings for Options (Keep 100%..., Automatically Export...)?
    ' Keep 100% Previews in Cache ' option - checked
    ' Automatically Export Cache to Folders When Possible ' option - unchecked
    > What resolutions do you have set for both the 17" MBP and 30" ACD?
    Their native resolutions: 1920 x 1200 for the MBP 17" built-in display and 2560 x 1600 for the 30" cinema display.
    > In the Mac System Prefs.> Energy Saver... do you have the Automatic graphics switching checked off ?
    No. I have this option checked for both Battery and Power Adapter.
    On Bridge's interface upper right hand corner I have also selected using one of its pull down menus the following options:
    ' Always High Quality ' and ' Generate 100% Previews '
    Any ideas ???
    Thanks,
    Joe

  • Really disappointed with the Macbook pro

    Hi all,
    I purchased a Macbook pro in the middle of January 2011 with some inheritance money. I went for the cheapest one - was going to go for the white macbook like my partner but thought it would be worth the extra money to upgrade to the pro. It was the first time i had made the move from PC to Mac, but was fairly familiar with the systems having owned an ipod touch for a while and my partner also having a macbook.
    4 months on...and i have to say I am really really disappointed with my Macbook pro and certainly not worth over £1000 i paid for it. This is mainly because:
    i find that after a while of watching movies (15 - 20 mins), the video starts to "stutter" and the mouse jumps when i try to move it. I thought this was only the case on flash-based websites (like Youtube - although there is no problem on my partners basic macbook) so installed click2flash. I have since come to realise that it also happens whilst watching DVDs etc. I also thought it may be when the battery is low, but it happens even when it is plugged in. I cant understand how it happens on mine but not my partners even though my Pro is supposed to be a high spec (isnt it???)
    I use Garageband and often record myself by mic input over the top of backing tracks that i import into the program. I have to record with no effects on my voice to begin with whatsoever , nor the backing track, and have to minimise the garageband window to the dock as when it is open and scrolling, i get the "Part of the project was not played. This project has too many tracks, effects, or notes to be played in real-time." error.
    The other day, i noticed my macbook pro would not burn CD-Rs (both music Cds and MP3s) and later realised that i could burn anything up to 6 or so tracks (about 20-25 minutes worth of audio). After trawling the forums, trying slower burn speeds, different brands of CD-R and lens cleaning cds (which froze in my macbook) I still have a faulty disc drive. I have now discovered that the end tracks of some audio cds i have will not play so is obviously something wrong with the drive.
    I'm very frustrated and can't help but wonder if maybe i should have just got a £500 windows laptop instead!
    Any help and feedback would be much appreciated. Are Apple Support good at dealing with stuff like this? Am i best calling and discussing over the phone or taking it in to a Genius bar? I have also ran all the latest software updates.
    Thanks!
    Tom
    PS - my hardware overview is as follows:
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          3 MB
      Memory:          4 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP71.0039.B0B
      SMC Version (system):          1.62f6
      Serial Number (system):          W8***M
      Hardware UUID:          A6DAE6B2-A0CB-56E4-974E-7352CAFCD40C
      Sudden Motion Sensor:
      State:          Enabled
    NVIDIA GeForce 320M:
      Chipset Model:          NVIDIA GeForce 320M
      Type:          GPU
      Bus:          PCI
      VRAM (Total):          256 MB
      Vendor:          NVIDIA (0x10de)
      Device ID:          0x08a0
      Revision ID:          0x00a2
      ROM Revision:          3533
      Displays:
    Color LCD:
      Resolution:          1280 x 800
      Pixel Depth:          32-Bit Color (ARGB8888)
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Built-In:          Yes
    Display Connector:
      Status:          No Display Connected
    HARD DRIVE: TOSHIBA MK2555GSXF:
      Capacity:          250.06 GB (250,059,350,016 bytes)
      Model:          TOSHIBA MK2555GSXF                     
      Revision:          FH405B 
      Serial Number:                     Y0***T
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      Rotational Rate:          5400
      Medium Type:          Rotational
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
      Capacity:          209.7 MB (209,715,200 bytes)
      Writable:          Yes
      BSD Name:          disk0s1
    Macintosh HD:
      Capacity:          249.72 GB (249,715,376,128 bytes)
      Available:          200.11 GB (200,105,803,776 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /
    DISC DRIVE: MATSHITADVD-R   UJ-898:
      Model:          MATSHITADVD-R   UJ-898                 
      Revision:          HC10   
      Serial Number:                  UK***B
      Native Command Queuing:          No
      Detachable Drive:          No
      Power Off:          Yes
      Async Notification:          No
    <Edited by Host>

    >the video starts to "stutter" and the mouse jumps when i try to move it.
    That's the fault of the video format you are viewing.  It probably caches itself to the hard disk, and the sudden motion sensor gets triggered by the hard drive, if you give it any innertia.  You could create a RAM Disk with any of a number of solutions you can Google.
    And DVD drives don't like being bounced around.   See what I have to say about CD failure below too.   Anything can cause a disc to get unbalanced, and not play back right.   I would not attempt to play DVDs while the machine is in motion, as you can damage the DVD drive of any machine that is.
    Garageband has its own forum here: https://discussions.apple.com/community/ilife/garageband where someone can tell you if there is a setting you missed to improve the recordings.
    CD Burning is a menace throughout the industry because a lot of media is not very high quality.  See my FAQ*:
    http://www.macmaps.com/cdrfailure.html

  • Disappointed with product introduction

    I am new to FrameMaker.  Based on its popularity and others' comments, I'm sure it is a fascinating, feature-packed program that can do a lot for me in my technical writing.  However, I am disappointed with Adobe's lack of introduction to the product.  Any product should come with material that tells me what is special about it and who is meant to use it.  It should also have sample work to show what can be done with the product.  Instead, Adobe begins with a Getting Started with FrameMaker that introduces the user interface and screen basics, which are not yet of concern at this introductory stage.  Note also that there is a section called "What's new in FrameMaker 9", clearly oriented to past users, but totally ignoring the need of new users to learn about the essence of FrameMaker.
    I hope the folks at Adobe are listening and will provide some introductory material.  I would be most thankful for it.

    hmm63 wrote:
    I am new to FrameMaker.  Based on its popularity and others' comments, I'm sure it is a fascinating, feature-packed program that can do a lot for me in my technical writing.  However, I am disappointed with Adobe's lack of introduction to the product.  Any product should come with material that tells me what is special about it and who is meant to use it.  It should also have sample work to show what can be done with the product.  Instead, Adobe begins with a Getting Started with FrameMaker that introduces the user interface and screen basics, which are not yet of concern at this introductory stage.  Note also that there is a section called "What's new in FrameMaker 9", clearly oriented to past users, but totally ignoring the need of new users to learn about the essence of FrameMaker.
    I hope the folks at Adobe are listening and will provide some introductory material.  I would be most thankful for it.
    I agree that it's hard to find good getting started training materials in the FrameMaker package that you buy. Some versions of FrameMaker were shipped with a training disk, or with training materials on the main disk. I'm not sure if recent versions do.
    Recently some Adobe products have come with a 30-day free subscription to Lynda.com online training. Sometimes there's something in the package that tells you about these goodies, and other times you'll get email that tells you about them. You probably have to register your software at Adobe.com. You'll need to create an Adobe user account (free) if you don't have one. The adobe.com site isn't easy to find your way around. On the home page, type register in the search box at the top right, click Product Registration, and the registration log-in page appears. You can create an account if you need to.
    Search Google for terms like "adobe.tv framemaker tutorial," "free online video training framemaker," and "framemaker training resources" without quotes for some good links. These searches include content from the official adobe.com site as well as others.
    Forum participants are users who volunteer to help others in the community, as they've been helped - passing a torch. You're always welcome to post questions here. It's most helpful to would-be helpers if you state the subject of your question clearly, one question or problem per message thread. And, provide your exact version of FrameMaker; it's the version number (like 9.1) and the build number (pxxx) displayed with Help > About FrameMaker.
    And, you can help others who struggle to find good introductory material in the package by posting a formal request at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

Maybe you are looking for