JDEV OA EXTENSION EXCEPTION

Hi,
I installed a 11.5.10 vision demo and tried to setup the JDEV OA extension to create new pages.
I followed the "Setting Up your development environment" guide packed with patch p4045639_11i_GENERIC.zip
I made it work one time but then for some reasons I had to clean 11.5.10 node and do the fresh-install once again.
And now I am not able to make the OA extension work I got the following exception :ICX DIAGNOSTIC: FND_TOP = /usr/oajdeveloper/jdevhome/jdev/myhtml/OA_HTML/
ICX DIAGNOSTIC: application_id = -1
ICX DIAGNOSTIC: responsibility_id = -1
ICX DIAGNOSTIC: security_group_id = -1
oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. (Could not lookup message because there is no database connection)
at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:158)
at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)ICX DIAGNOSTIC: routine createSession: Stack Trace from createSession when active session not found
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_COOKIE_HAS_NO_ICX_ENTRY. (Could not lookup message because there is no database connection
Did anyone face same issu
regards
JO

Thank you for your quick response :
I am able to log-in with the user/password I set up in the JDEV run-time section directly to the E-Business Home page and the menus show that the Oracle Framework resp have not expired.
her is my dbc file:
#DB Settings
#Mon Feb 07 12:13:55 CET 2005
GUEST_USER_PWD=GUEST/ORACLE
APPL_SERVER_ID=EF83ED89AECBADBFE030650A6B2301A140729940139053206467869684602666
APPS_JDBC_DRIVER_TYPE=THIN
FND_JDBC_BUFFER_DECAYRATE=300
GWYUID=APPLSYSPUB/PUB
#APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=tcp)(HOST\=FR101SV0107.corp.tpnet.intra)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=VIS)))
FND_JDBC_BUFFERMIN=1
FND_JDBC_BUFFERMAX=5
FND_JDBC_STMT_CACHE_SIZE=200
TWO_TASK=VIS
FND_MAX_JDBC_CONNECTIONS=500
FND_JDBC_USABLE_CHECK=false
FNDNAM=APPS
FND_JDBC_PLSQL_RESET=false
DB_PORT=1521
FND_JDBC_CONTEXT_CHECK=true
FND_JDBC_BUFFER_DECAYSIZE=5
DB_HOST=fr101sv0107.corp.tpnet.intra
Please help me
Thanks
JO

Similar Messages

  • 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

  • JDev VSS Extension

    Hi:
    I’m trying to connect (synchronise) a project with Microsoft Visual Source Safe (VSS) using the JDev VSS Extension. The message log prints when JDeveloper (10.1.3.3) is opened:
    JDev VSS Extension environment loaded...
    Source control connection established.
    Unfortunately, I didn’t manage to check-in or check-out contents. I’ve also noticed that the versioning menu takes some time to open (show).
    Any hints?
    Albert

    If you are talking about this extension:
    http://sourceforge.net/projects/jdev-vss-ext
    Then this one is an open source one which you can take and add functionality to.
    The above URL has links to a how-to and contact for the creator.

  • Reading config data in a project panel for a jDev 10 Extension

    I have made it past creating config and project setting panels as jdev extension. My question is how can I read the config data when the project panel is displayed? 1) I would like to use the config data as default when the project is first created and/or 2) the panel extension is first accessed. Thanks!

    Thx Olivier,
    The problem is that I need a functionmodule that can apply the OLAP aggregation for a hierarchy to the data outpu from RSDRI_INFOPROV_READ_RFC.
    ... or the best alternative would be if there were a fm/class that could provide me with the hierarchy aggregation of the data.
    /Martin

  • JDEV 11G TP3: exception when setting preferences for java code style

    I got this exception when calling the panel in the preferences settings for java code style.
    How to restore it ?
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1284)
         at java.util.Arrays.sort(Arrays.java:1223)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1243)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1506)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:531)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:784)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:481)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    I got this exception for menu tools\preference\extensions.
    I erased folder C:\JDeveloper\myDirectory\system11.1.1.0.22.49.49 and the error appeared.
    Jun 12, 2008 11:20:55 PM oracle.ide.panels.MDDPanel exitTraversable
    SEVERE: Exception exiting traversable oracle.ideimpl.extension.preference.ExtensionOptionsPanel[,0,0,485x391,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    java.lang.NullPointerException
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.disabledIdsHaveChanged(ExtensionOptionsPanel.java:191)
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.onExit(ExtensionOptionsPanel.java:182)
         at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:1160)
         at oracle.ide.panels.MDDPanel.mav$exitTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1470)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:536)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    ericardezp

  • JDev 11g Extension Preferences Panel

    Hi,
    I'm designing a plugin/extension with a properties page and I can't get the FieldLayoutBuilder and JTextField's to behave.
    I have set the FieldLayoutBuilder property StretchComponentsWithNoButton to false and yet when I run the extension and view my properties page (Tools->Preferences:PluginName) my JTextField is is fully expanded to the width of the panel.
            FieldLayoutBuilder b = new FieldLayoutBuilder(this);
            b.setStretchComponentsWithNoButton(false);My JTextField does not have a button and I would like it to be 45 pixels in width. Does setStretchComponentsWithNoButton doe anything? Am I using it correctly or should I do this another way?
    pls help,
    Brenden

    Hi Shay,
    thanks for helping with this.
    I was thinking of using another layout control but wasn't sure if this would cause issues with the sizing of the JDev preferences panel or if the FieldLayoutBuilder is the preferred layout for the preferences dialog. There is only one example in the extension sdk (ConfigPanel extension) so I wasn't sure if FieldLayoutBuilder was used as the recommended approach or just for convenience of the example.
    It's really the b.setStretchComponentsWithNoButton(false); that I am wondering what it is (not) doing.
        private void layoutControls() {
            FieldLayoutBuilder b = new FieldLayoutBuilder(this);
            b.setStretchComponentsWithNoButton(false);
            servers.setHorizontalAlignment(JTextField.RIGHT);
            servers.addKeyListener(new KeyAdapter() {
                public void keyTyped(KeyEvent e) {
                char c = e.getKeyChar();
                if (!((Character.isDigit(c) ||
                    (c == KeyEvent.VK_BACK_SPACE) ||
                    (c == KeyEvent.VK_DELETE)))) {
                    getToolkit().beep();
                    e.consume();
            browse.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        browse_actionPerformed(e);
            b.add(b.field().label().withText("&Command File:").component(cmdfile).button(browse).withText("..."));
            b.add(b.field().label().withText("&Start Servers:").component(servers));
            b.addVerticalSpring();
        }Brenden

  • Jdev -Tools -Preference Exception

    gurus, in Jdev 11.1.1.5, when clicking on Tools _ Preference i am getting this exception and the window is not opening. Tried restarting JDev but still the same. I was able to open this till yesterday
    Jul 21, 2011 5:18:30 PM oracle.ide.controller.IdeAction
    SEVERE: Exception peforming action
    java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
         at oracle.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
         at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
         at oracle.ide.config.ClientSetting.copyToImpl(ClientSetting.java:255)
         at oracle.ide.config.ClientSetting.copyTo(ClientSetting.java:249)
         at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
         at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:203)
         at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:196)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:783)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:556)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    chk this
    Re: Can't open preferences dialog, I receive the following exception.
    can u remove the following entry from preferences.xml in C:\Documents and Settings\user\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper
    Item>
    <Key>audit-preferences</Key>
    <Value class="oracle.jdevimpl.audit.preferences.AuditPreferences">
    <assistProfile/>
    <auditDuringCompile>false</auditDuringCompile>
    <auditWhileEditing>true</auditWhileEditing>
    <compileProfile/>
    <editorDelay>700</editorDelay>
    <maximumFileSize>5.0</maximumFileSize>
    <showCodeAssistanceInGutter>true</showCodeAssistanceInGutter>
    </Value>
    </Item>

  • Works JDev Glassfish Extension only on Windows ?

    Hey,
    using the Glassfish Extension(1.2) with JDev (Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1) on Mac OS X.
    Try to "Start Glassfish" after setup the extension parameters in the preferences.
    Nothing happens..only one line inside the Messages Log Window:
    java.io.IOException: Cannot run program "cmd": error=2, No such file or directory
    Have i miss something..

    Sorry, i miss the v1.3 !

  • JDev 11g Extension using LogWindow + ToolBar

    Hi,
    I've copied the DockableWindow example from the 11g extension SDK and modified it to use LogWindow instead of a DockableWindow (LogWindow extends DockableWindow) and I have the new extension working in my extension project.
    I would like to add a toolbar and a few buttons to the LogWindow however I've tried everything and cannot get it to work.
    I have tried overriding getToolbar but it appeared to do nothing.
    The closest toolbar example I could find in the SDK was in the CustomNavigator but this one was completely declarative and relies on the getViewCategory which is not found in LogWindow or its parent classes.
    some help would be greatly appreciated!
    Brenden

    Whether extending LogWindow or DockableWindow the code implements it has some sort of GUI component that you return as part of implementing getGUI().
    For example, my DockableWindow may look something like this:
    public class MyDockableWindow extends DockableWindow
    static final String VIEW_ID = "MY_VIEW_ID";
    private JPanel _panel;
    private Toolbar _toolbar;
    public MyDockableWindow()
    super(MyDockableFactory.VIEW_TYPE + "." + VIEW_ID);
    public String getTabName()
    return "MyShortName";
    public String getTitleName()
    return "My long name comes here";
    public Component getGUI()
    if (_panel == null)
    initializeUI();
    return _panel;
    private void intializeUI()
    _panel = new JPanel(new BorderLayout());
    _toolbar = new Toolbar();
    // add relevant components to toolbar
    panel.add(toolbar, BorderLayout.NORTH);
    public Toolbar getToolbar()
    return _toolbar;
    }

  • BUG : JDev 10.1.3 SR2 hangs when opening a java files

    Hi,
    think I've found a bug. I'm using JDev 10.1.3, patched with SR1 & 2, my machine is a Windows XP SP2 box with 1GB mem and Intel Pentium 4 2.60 Ghz with HT.
    When I try to open a file in the Java editor the IDE hangs. Launching jdev.exe I can see that the following output is continuously printed:
    Exception occurred updating RowMap: 16
    startRow: 0
    numRows: 1
    startLine: 0
    numLines: 15
    _rowCount: 15
    lineCount: 15
    Stack trace follows
    java.lang.ArrayIndexOutOfBoundsException: 16
         at oracle.javatools.buffer.ArrayLineMap.getLineEndOffset(ArrayLineMap.java:326)
         at oracle.javatools.editor.BasicView$LineRowMap.recalculateLineWidths(BasicView.java:3576)
         at oracle.javatools.editor.BasicView$LineRowMap.recalculateRows(BasicView.java:3487)
         at oracle.javatools.editor.BasicView$LineRowMap.handleInsert(BasicView.java:3315)
         at oracle.javatools.editor.BasicView$LineRowMap.rebuildRowMap(BasicView.java:3286)
         at oracle.javatools.editor.BasicView$LineRowMap.<init>(BasicView.java:3259)
         at oracle.javatools.editor.BasicView$FoldedRowMap.<init>(BasicView.java:3966)
         at oracle.javatools.editor.BasicView.updateMetrics(BasicView.java:1128)
         at oracle.javatools.editor.BasicView.getPreferredSpan(BasicView.java:1730)
         at javax.swing.plaf.basic.BasicTextUI$RootView.getPreferredSpan(BasicTextUI.java:1257)
         at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:819)
         at oracle.javatools.editor.BasicEditorUI.getPreferredSize(BasicEditorUI.java:158)
         at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)
         at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1227)
         at javax.swing.JViewport.getViewSize(JViewport.java:1003)
         at javax.swing.plaf.basic.BasicScrollPaneUI.syncScrollPaneWithViewport(BasicScrollPaneUI.java:264)
         at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.viewportStateChanged(BasicScrollPaneUI.java:855)
         at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(BasicScrollPaneUI.java:797)
         at javax.swing.JViewport.fireStateChanged(JViewport.java:1357)
         at javax.swing.JViewport.setView(JViewport.java:975)
         at oracle.ideimpl.editor.SplitPane.setEditorComponent(SplitPane.java:343)
         at oracle.ideimpl.editor.SplitPane.attachEditor(SplitPane.java:949)
         at oracle.ideimpl.editor.SplitPane.attachCurrentEditor(SplitPane.java:919)
         at oracle.ideimpl.editor.SplitPane.setCurrentEditorStatePos(SplitPane.java:1138)
         at oracle.ideimpl.editor.SplitPane.setSplitPaneState(SplitPane.java:207)
         at oracle.ideimpl.editor.TabGroup.attachCurrentNode(TabGroup.java:517)
         at oracle.ideimpl.editor.TabGroup.setCurrentTabGroupState(TabGroup.java:1294)
         at oracle.ideimpl.editor.TabGroup.activateEditor(TabGroup.java:639)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1273)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1504)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1841)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1862)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Forcing RowMap rebuild
    I also disabled ALL extension and removed the jar files in jdev/extension, except the one that was originally included in the 10.1.3 and those that seems related to the service releases.
    The file I'm trying to open is done like this:
    --- start after this line ---
    package com.websiteitalia.jsftest.view.controllers.people.list;
    import com.websiteitalia.jsftest.model.list.people.PeopleListUtil;
    import com.websiteitalia.jsftest.view.controllers.BaseListBacker;
    import com.websiteitalia.weblib.ejb.list.IWSList;
    public class PeopleListBacker extends BaseListBacker {
    public IWSList getListRemote() throws Exception {
    return PeopleListUtil.getList();
    --- end before this line ---
    I include also an HEX encoding of the file:
    00000000h: 70 61 63 6B 61 67 65 20 63 6F 6D 2E 77 65 62 73 ; package com.webs
    00000010h: 69 74 65 69 74 61 6C 69 61 2E 6A 73 66 74 65 73 ; iteitalia.jsftes
    00000020h: 74 2E 76 69 65 77 2E 63 6F 6E 74 72 6F 6C 6C 65 ; t.view.controlle
    00000030h: 72 73 2E 70 65 6F 70 6C 65 2E 6C 69 73 74 3B 0D ; rs.people.list;.
    00000040h: 0A 0D 0A 69 6D 70 6F 72 74 20 63 6F 6D 2E 77 65 ; ...import com.we
    00000050h: 62 73 69 74 65 69 74 61 6C 69 61 2E 6A 73 66 74 ; bsiteitalia.jsft
    00000060h: 65 73 74 2E 6D 6F 64 65 6C 2E 6C 69 73 74 2E 70 ; est.model.list.p
    00000070h: 65 6F 70 6C 65 2E 50 65 6F 70 6C 65 4C 69 73 74 ; eople.PeopleList
    00000080h: 55 74 69 6C 3B 0D 0A 69 6D 70 6F 72 74 20 63 6F ; Util;..import co
    00000090h: 6D 2E 77 65 62 73 69 74 65 69 74 61 6C 69 61 2E ; m.websiteitalia.
    000000a0h: 6A 73 66 74 65 73 74 2E 76 69 65 77 2E 63 6F 6E ; jsftest.view.con
    000000b0h: 74 72 6F 6C 6C 65 72 73 2E 42 61 73 65 4C 69 73 ; trollers.BaseLis
    000000c0h: 74 42 61 63 6B 65 72 3B 0D 0A 69 6D 70 6F 72 74 ; tBacker;..import
    000000d0h: 20 63 6F 6D 2E 77 65 62 73 69 74 65 69 74 61 6C ; com.websiteital
    000000e0h: 69 61 2E 77 65 62 6C 69 62 2E 65 6A 62 2E 6C 69 ; ia.weblib.ejb.li
    000000f0h: 73 74 2E 49 57 53 4C 69 73 74 3B 0D 0A 0D 0A 0D ; st.IWSList;.....
    00000100h: 0A 70 75 62 6C 69 63 20 63 6C 61 73 73 20 50 65 ; .public class Pe
    00000110h: 6F 70 6C 65 4C 69 73 74 42 61 63 6B 65 72 20 65 ; opleListBacker e
    00000120h: 78 74 65 6E 64 73 20 42 61 73 65 4C 69 73 74 42 ; xtends BaseListB
    00000130h: 61 63 6B 65 72 20 7B 0D 0A 20 20 20 20 0D 0A 20 ; acker {..    ..
    00000140h: 20 20 20 70 75 62 6C 69 63 20 49 57 53 4C 69 73 ; public IWSLis
    00000150h: 74 20 67 65 74 4C 69 73 74 52 65 6D 6F 74 65 28 ; t getListRemote(
    00000160h: 29 20 74 68 72 6F 77 73 20 45 78 63 65 70 74 69 ; ) throws Excepti
    00000170h: 6F 6E 20 7B 0D 0A 20 20 20 20 20 20 20 20 72 65 ; on {..        re
    00000180h: 74 75 72 6E 20 50 65 6F 70 6C 65 4C 69 73 74 55 ; turn PeopleListU
    00000190h: 74 69 6C 2E 67 65 74 4C 69 73 74 28 29 3B 0D 0A ; til.getList();..
    000001a0h: 20 20 20 20 7D 0D 0A 20 20 20 20 0D 0A 7D 0D 0A ; }.. ..}..
    Note the last empty line before the end-of-file. If I try to past this code into a Java file and open it in JDev, it hangs as described.
    Moreover, if I remove the last empty line, JDev will open the file in the editor but, as soon as I enter it again (placing the cursor at the end of the file a hitting enter) JDev hangs again.
    A final note: I experienced many hangs also in JSP editor, especially selecting a block of text and pasting something in its place, but don't know if the two behaviours are related.

    Ok, maybe I've tracked down at least one factor that makes JDev hang. I changed my font back to the default "DialogInput" instead of "Lucida Console" and now it opens my file.
    This is the settings that works in system/oracle.jdeveloper.10.1.3.36.73/preferences.xml
    <Item>
    <Key>FontSizeOptions</Key>
    <Value class="oracle.ide.ceditor.options.FontSizeOptions">
    <fontFamily>DialogInput</fontFamily>
    <fontSize>12</fontSize>
    <showOnlyFixedWidth>false</showOnlyFixedWidth>
    </Value>
    </Item>
    With this one it hangs:
    <Item>
    <Key>FontSizeOptions</Key>
    <Value class="oracle.ide.ceditor.options.FontSizeOptions">
    <fontFamily>Lucida Console</fontFamily>
    <fontSize>12</fontSize>
    <showOnlyFixedWidth>false</showOnlyFixedWidth>
    </Value>
    </Item>
    Logging the exception
    Exception occurred updating RowMap: 16
    startRow: 0
    numRows: 1
    startLine: 0
    numLines: 15
    _rowCount: 15
    lineCount: 15
    Stack trace follows
    java.lang.ArrayIndexOutOfBoundsException: 16
         at oracle.javatools.buffer.ArrayLineMap.getLineEndOffset(ArrayLineMap.java:326)
         at oracle.javatools.editor.BasicView$LineRowMap.recalculateLineWidths(BasicView.java:3576)
         at oracle.javatools.editor.BasicView$LineRowMap.recalculateRows(BasicView.java:3487)
         at oracle.javatools.editor.BasicView$LineRowMap.handleInsert(BasicView.java:3315)
         at oracle.javatools.editor.BasicView$LineRowMap.rebuildRowMap(BasicView.java:3286)
         at oracle.javatools.editor.BasicView$LineRowMap.<init>(BasicView.java:3259)
         at oracle.javatools.editor.BasicView$FoldedRowMap.<init>(BasicView.java:3966)
         at oracle.javatools.editor.BasicView.updateMetrics(BasicView.java:1128)
         at oracle.javatools.editor.BasicView.getPreferredSpan(BasicView.java:1730)
         at javax.swing.plaf.basic.BasicTextUI$RootView.getPreferredSpan(BasicTextUI.java:1257)
         at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:819)
         at oracle.javatools.editor.BasicEditorUI.getPreferredSize(BasicEditorUI.java:158)
         at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)
         at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1227)
         at oracle.javatools.editor.gutter.LineGutterPlugin.getRowCount(LineGutterPlugin.java:1485)
         at oracle.javatools.editor.gutter.LineGutterPlugin.getPreferredSize(LineGutterPlugin.java:890)
         at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:690)
         at java.awt.Container.preferredSize(Container.java:1558)
         at java.awt.Container.getPreferredSize(Container.java:1543)
         at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
         at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:78)
         at java.awt.Container.preferredSize(Container.java:1558)
         at java.awt.Container.getPreferredSize(Container.java:1543)
         at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
         at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:717)
         at java.awt.Container.layout(Container.java:1401)
         at java.awt.Container.doLayout(Container.java:1390)
         at java.awt.Container.validateTree(Container.java:1473)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validateTree(Container.java:1480)
         at java.awt.Container.validate(Container.java:1448)
         at java.awt.Window.show(Window.java:515)
         at oracle.ideimpl.MainWindowImpl.show(MainWindowImpl.java:572)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:773)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Forcing RowMap rebuild

  • JDeveloper10g VCS Extension API Question

    Hi.
    I wrote a VCS system for JDeveloper9.0.3 against Microsoft Visual Source Safe, which worked fine. We've now upgraded to 10g, and this system does no longer work, because the JDev's extension API has changed.
    I'm therefore rewriting the system to support the 10g API. But I'm a bit overwhelmed by the changes made to the API. Where do I start?
    1. I wish to implement a new panel in JDev's preferences screen under VersionControl systems which can configure my plugin.
    2. I wish to present files in the Navigator window with overlay icons on files checked in, checked out, not present and such.
    4. I wish to add my plugin to the context menu for the Navigator, so that users can be presented with the choice to perform file operations against VSS.
    3. I wish to present one dialog for single file operations and one for multiple file operations.
    Which classes do I need to extend? Which interfaces do I need to implement?
    Can someone give me directions? The help file for the extension API does not give sufficient answers.

    To answer your other questions:
    The VCSPropertyCustomizer object I've written contains properties I need to use during any VSS operations. Does the IDE store these properties in an easily retrievable place, or do I need to handle this myself.
    You can get a VCSPropertyMap from the Ide like this:
      ((VCSPropertyMap)Ide.getSettings().getData( YOUR_DATA_KEY );
    And another thing, the example above does not describe dialogs on operations like checkin, checkout and so on.
    Would this be implemented in the doitImpl() method in my implementation of VCSAbstractCommand?
    Yes... Below is a snippet from the code for the ClearCase client.
    FWIW, sorry it's so much work to do this. I'm working on an (optional, i.e won't break existing code) way of just writing a simple xml file to integrate version control clients into JDeveloper that should hopefully make everyone's life easier in the future :P
      protected int doitImpl() throws Exception
        final Collection nodes = getNodesToCheckIn();
        if ( nodes.size() <= 0 )
          return NOOP;
        if (! saveDirtyDocuments( nodes ))
          return Command.CANCEL;
        final Map timestampMap = VCSBufferUtils.storeTimestamps( nodes );
        final VCSDirectoryInvokableState invokableState =
            new VCSDirectoryInvokableState( VCSModelUtils.convertNodesToURLs(
                nodes ) );
        final VCSCommandState state = new VCSCommandState( invokableState,
            timestampMap );
        if ( context.getView() instanceof ClearCaseChangeListWindow &&
          !((ClearCaseChangeListWindow)context.getView()).isUsingCheckInDialog() )
          return checkInSilently( nodes, state,
            ClearCaseClient.getInstance().getChangeListCustomizer() );
        else
          return checkIn( nodes, state );
      protected void noOpImpl() throws ClearCaseValidationException
        throw new ClearCaseValidationException(
            ResourcePicker.get().getString( "ERROR_CHECKIN_FILTERED_TITLE" ), //NOTRANS
            ResourcePicker.get().getString( "ERROR_CHECKIN_FILTERED" ) ); //NOTRANS
      private int checkInSilently(
        final Collection nodes,
        final VCSCommandState state,
        final VCSOptionsCustomizer customizer )
        Ide.getWaitCursor().show();
        Runnable r = new Runnable()
          public void run()
            try
              doCommitOperationImpl( Ide.getMainWindow(), customizer.getOptions(),
                state );
            catch ( Exception e )
              getExceptionHandler().handleException( e, Ide.getMainWindow() );
            finally
              EventQueue.invokeLater( new Runnable()
                public void run()
                  Ide.getWaitCursor().hide();
                  postCheckIn( state );
        Thread t = new Thread( r, "ClearCase Check In Committer" ); // NOTRANS
        t.start();
        return OK;
      private int checkIn( final Collection nodes,
          final VCSCommandState state )
        throws Exception
        boolean multiCheckin = ( nodes.size() > 1 );
        final VCSOptionsCustomizer customizer =
            new VCSCommentsCustomizer( new ClearCaseCheckinCustomizer(),
            multiCheckin );
        if ( getContext().getView() instanceof ClearCaseChangeListWindow )
          customizer.setOptions(
            ClearCaseClient.getInstance().getChangeListCustomizer().getOptions()
        final JEWTDialog dialog = VCSComponents.createOperationDialog(
          VCSWindowUtils.getCurrentWindow(),
          ResourcePicker.get().getString( "CHECKIN_CAPTION" ), //NOTRANS
          ResourcePicker.get().getString( "CHECKIN_LONG_PROMPT" ), //NOTRANS
          VCSComponents.createFileListerComponent( nodes ),
          customizer.getComponent(),
          "f1_clearcasechkin_html", //NOTRANS
          customizer.getInitialFocusComponent()
        Map options = null;
        if ( ! multiCheckin )
          String checkoutComments = retrieveCheckoutComments( ((Locatable)nodes.
              iterator().next()).getURL() );
          // bug 3067323 - check in dialog does not prepopulate with check out comments
          if ( checkoutComments != null )
            customizer.setOptions( Collections.singletonMap( KEY_SETTING_COMMENTS,
                checkoutComments ) );
        else
          customizer.setOptions( Collections.singletonMap(
              KEY_SETTING_REUSE_COMMENTS, _optionReuseComments ) );
        dialog.addVetoableChangeListener( new VCSDialogCommitter()
          protected final boolean doCommitOperation() throws Exception
            return doCommitOperationImpl(
                dialog, customizer.getOptions(), state);
        boolean dialogSuccessful = ClearCaseDialogRunner.runDialog( dialog );
        postCheckIn( state );
        _optionReuseComments = (Boolean)customizer.getOptions().get(
            KEY_SETTING_REUSE_COMMENTS );
        return (! dialogSuccessful ? Command.CANCEL : Command.OK);
      private void postCheckIn( VCSCommandState state )
        Collection processedUrls = state.getInvokableState().getProcessedURLs();
        if ( processedUrls.size() > 0 )
          VCSBufferUtils.reloadBuffers( state.getTimestampMap() );
        URLFilter filter = VCSURLFilters.createSpecificURLFilter(
          (URL[])processedUrls.toArray( new URL[0] ) );
        ClearCaseClient.getInstance().getStatusCache().clear( filter );
      private boolean doCommitOperationImpl(
          Component dialog, Map options, VCSCommandState state )
          throws Exception
        DeterminateProgressMonitor monitor = new DeterminateProgressMonitor(
          dialog,
          ResourcePicker.get().getString( "CHECKIN_PROGRESS_TITLE" ), //NOTRANS
          ResourcePicker.get().getString( "CHECKIN_WATCHER_DESCRIPTION" ), //NOTRANS
          0,
          -1
        final ClearCaseShellRunner runner = new ClearCaseShellRunner();
        List cmd = new ArrayList();
        cmd.add( "ci" ); //NOTRANS
        Boolean b = (Boolean)options.get( KEY_SETTING_IDENTICAL_CHECKIN );
        if (b != null && b.booleanValue())
          cmd.add( "-ide" ); //NOTRANS
        b = (Boolean)options.get( KEY_SETTING_REUSE_COMMENTS );
        String s = null;
        if (b == null || ! b.booleanValue())
          s = (String)options.get( KEY_SETTING_COMMENTS );
        URL commentFile = writeCommentsFile( s, cmd );
        runner.setCmdList( cmd );
        VCSDirectoryInvokable invokable = new ClearCaseDirectoryInvokable(
            state.getInvokableState(), ClearCaseUtil.FILE_COMMAND_BATCH_SIZE )
          protected final boolean doInvocation2( URL parent, URL[] invokeUrls )
              throws Exception
            String[] filenames = VCSFileSystemUtils.getURLFileNames( invokeUrls );
            runner.setDirURL( parent );
            runner.setOptions( Arrays.asList( filenames ) );
            doInvocationImpl( runner );
            return true;
        invokable.setProgressMonitor( monitor );
        try
          if (! invokable.runInvokable())
            return false;
        finally
          if ( commentFile != null )
            URLFileSystem.delete( commentFile );
        return true;
      private void doInvocationImpl( ClearCaseShellRunner runner ) throws Exception
        runner.exec();
        String error = runner.getErrorText();
        if ( error != null &&
             error.indexOf( "The most recent version on branch" ) >= 0 && //NOTRANS
             error.indexOf( "is not the predecessor of this version" ) >= 0 ) //NOTRANS
          throw new ClearCaseOperationException(
            ResourcePicker.get().getString( "ERROR_CHECKIN_FAILED_TITLE" ), //NOTRANS
            ResourcePicker.getPicker( ClearCaseOperationCheckin.class ).getString(
                "ERROR_CHECKIN_FAILED_SUBSUMED" ) ); //NOTRANS
        if (runner.getExitCode() == null ||
            runner.getExitCode().intValue() != 0)
          throw new ClearCaseProcessException(
            ResourcePicker.get().getString( "ERROR_CHECKIN_FAILED_TITLE" ), //NOTRANS
            ResourcePicker.getPicker( ClearCaseOperationCheckin.class ).getString(
                "ERROR_CHECKIN_FAILED" ), runner.getErrorText() ); //NOTRANS
      private String retrieveCheckoutComments( URL url )
        // bug 3067323 - check in dialog does not prepopulate with check out comments
        String[] cmd = new String[] { "lsco", "-me", "-fmt", "%c", "-cvi", //NOTRANS
            URLFileSystem.getPlatformPathName( url ) };
        try
          ClearCaseShellRunner runner = new ClearCaseShellRunner();
          URL parent = URLFileSystem.getParent( url );
          if ( url == null )
            return null;
          runner.setCmdArray( cmd );
          runner.setDirURL( parent );
          runner.setQuiet( true );
          runner.exec();
          String output = runner.getOutputText();
          if ( output != null && output.equals( "" ) )
            return null;
          return output;
        catch ( Exception e )
          oracle.ide.util.Assert.printStackTrace( e );
          return null;

  • XML Publisher Doc Viewer Region error in Jdev but not on server

    I have created a OAF page using the XML Publisher Viewer region.
    When I run the page in JDev, click the Run button to generate the report, I get the following error:
    "An error encounterd either due to invalied Template details or due to null Data Input Stream"
    Running the same code on my dev server, everything runs fine and the report is correctly displayed.
    Running the code on my UAT server gets the same error as in JDeveloper
    I am on 11.5.10CU2 with XML Publisher 5.6.3 with burst patch

    JDev info
    Looks like the error is
    ava.io.FileNotFoundException: \var\tmp\FINDEV4\xdomrtROH76UH012408_0438408750.fo (The system cannot find the path specified)
    But if I am running the code on my PC why is it trying to access my unix server ?
    Starting OC4J using the following ports: HTTP=8989, RMI=23892, JMS=9228.]
    C:\framework\jdevbin\jdk\bin\javaw.exe -client -classpath C:\framework\jdevbin\j2ee\home\oc4j.jar;C:\framework\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:C:\framework\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\framework\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7203 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [0 ms]
    Tutalii: C:\framework\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ICX DIAGNOSTIC: FND_TOP = C:\framework\jdevhome\jdev\dbc_files\
    ICX DIAGNOSTIC: application_id = 601
    ICX DIAGNOSTIC: responsibility_id = 24742
    ICX DIAGNOSTIC: security_group_id = 0
    TIME: runregion: session and transaction creation [3703 ms]
    ICX DIAGNOSTIC: mEncryptedSessionID = I6FhfvxGJh9c56oMq0pBSMyf:S
    ICX DIAGNOSTIC: mSessionID = 1174297704
    ICX DIAGNOSTIC: mTransactionID = 1524949388
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - processRequest : 6422ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 13094ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 3281ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 3156ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 78ms
    [012408_043832828][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [012408_043832828][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [012408_043832828][][EXCEPTION] [DEBUG] [ICX_COOKIE_NAME]:[findev4]
    [012408_043832828][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [012408_043832828][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[1E623318E51B4F15E0440003BAA4629F20856795951061629620282712684287]
    [012408_043832828][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [012408_043832875][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [012408_043832875][][EXCEPTION] [DEBUG] [ICX_SESSION_COOKIE_VALUE]:[I6FhfvxGJh9c56oMq0pBSMyf:S]
    [012408_043832875][][EXCEPTION] [DEBUG] [ICX_TRANSACTION_ID]:[-1]
    [012408_043832875][][EXCEPTION] [DEBUG] [APPLICATION_SHORT_NAME]:[AK]
    [012408_043832875][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD/MM/RRRR]
    [012408_043832875][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[601]
    [012408_043832875][][EXCEPTION] [DEBUG] [LOGIN_ID]:[1267520]
    [012408_043832875][][EXCEPTION] [DEBUG] [DB_PORT]:[1523]
    [012408_043833125][][EXCEPTION] [DEBUG] [USER_ID]:[21063]
    [012408_043833125][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [012408_043833125][][EXCEPTION] [DEBUG] [APPLICATION_ID]:[xx.oracle.apps.xdo.oa.common.server.DocViewerAM]
    [012408_043833125][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [012408_043833125][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [012408_043833125][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [012408_043833125][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [012408_043833375][][EXCEPTION] [DEBUG] [RESP_ID]:[24742]
    [012408_043833375][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_PROFILE_VALIDATION_ENABLED]:[null]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [012408_043833375][][EXCEPTION] [DEBUG] [ICX_PV_SESSION_MODE]:[null]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [012408_043833375][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [012408_043833625][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=FINTD1.fin.man.ac.uk)(PORT=1523)))(CONNECT_DATA=(SID=FINDEV4)))]
    [012408_043833625][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [012408_043833625][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [012408_043833625][][EXCEPTION] [DEBUG] [TWO_TASK]:[FINDEV4]
    [012408_043833625][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [012408_043833625][][EXCEPTION] [DEBUG] [DB_HOST]:[fintd1.fin.man.ac.uk]
    [012408_043833875][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[C:\framework\jdevhome\jdev\dbc_files\secure\fintd1_findev4.dbc]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [012408_043833875][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [012408_043833875][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [012408_043833875][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[5]
    [012408_043834125][][EXCEPTION] [DEBUG] [DB_NAME]:[null]
    [012408_043834125][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[WE8ISO8859P1]
    [012408_043834125][][EXCEPTION] [DEBUG] [ORG_ID]:[82]
    [012408_043834125][][EXCEPTION] [DEBUG] [DB_ID]:[fintd1_findev4]
    [012408_043834125][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [012408_043834125][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [012408_043834125][][EXCEPTION] [DEBUG] [ICX_SESSION_ID]:[1174297704]
    [012408_043834125][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [012408_043834375][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [012408_043834375][][EXCEPTION] [DEBUG] [oracle.j2ee.container.version]:[9.0.3.1.0]
    [012408_043834375][][EXCEPTION] [DEBUG] [oracle.jms.j2eeCompliant]:[true]
    [012408_043834375][][EXCEPTION] [DEBUG] [os.name]:[Windows XP]
    [012408_043834375][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[C:\framework\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\framework\jdevbin\jdev\appslibrt\nls_charset12.zip;C:\framework\jdevbin\jdk\jre\lib\rt.jar;C:\framework\jdevbin\jdk\jre\lib\i18n.jar;C:\framework\jdevbin\jdk\jre\lib\sunrsasign.jar;C:\framework\jdevbin\jdk\jre\lib\jsse.jar;C:\framework\jdevbin\jdk\jre\lib\jce.jar;C:\framework\jdevbin\jdk\jre\lib\charsets.jar;C:\framework\jdevbin\jdk\jre\classes]
    [012408_043834625][][EXCEPTION] [DEBUG] [oracle.xdkjava.compatibility.version]:[9.0.3]
    [012408_043834625][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [012408_043834625][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [012408_043834625][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_04-b05]
    [012408_043834625][][EXCEPTION] [DEBUG] [user.name]:[zzalsms2]
    [012408_043834625][][EXCEPTION] [DEBUG] [oc4j.iiop.trustStorePass]:[123456]
    [012408_043834625][][EXCEPTION] [DEBUG] [user.language]:[en]
    [012408_043834875][][EXCEPTION] [DEBUG] [java.naming.factory.initial]:[com.evermind.server.ApplicationInitialContextFactory]
    [012408_043834875][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[C:\framework\jdevbin\jdk\jre\bin]
    [012408_043834875][][EXCEPTION] [DEBUG] [com.sun.CORBA.activation.DbDir]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config\orb.db]
    [012408_043834875][][EXCEPTION] [DEBUG] [java.version]:[1.4.2_04]
    [012408_043834875][][EXCEPTION] [DEBUG] [user.timezone]:[Europe/London]
    [012408_043834875][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [012408_043835125][][EXCEPTION] [DEBUG] [oc4j.iiop.trustStoreLoc]:[truststore.jks]
    [012408_043835125][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.UtilClass]:[com.sun.corba.ee.internal.POA.ShutdownUtilDelegate]
    [012408_043835125][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[C:\framework\jdevbin\jdk\jre\lib\endorsed]
    [012408_043835125][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[pentium i486 i386]
    [012408_043835125][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [012408_043835125][][EXCEPTION] [DEBUG] [file.separator]:[\]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [012408_043835375][][EXCEPTION] [DEBUG] [oracle.jms.stronglyTypedSelectors]:[true]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.class.version]:[48.0]
    [012408_043835375][][EXCEPTION] [DEBUG] [user.country]:[GB]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.home]:[C:\framework\jdevbin\jdk\jre]
    [012408_043835375][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [012408_043835375][][EXCEPTION] [DEBUG] [os.version]:[5.1]
    [012408_043835625][][EXCEPTION] [DEBUG] [oc4j.iiop.keyStorePass]:[123456]
    [012408_043835625][][EXCEPTION] [DEBUG] [path.separator]:[;]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.vm.version]:[1.4.2_04-b05]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.WindowsPreferencesFactory]
    [012408_043835625][][EXCEPTION] [DEBUG] [user.variant]:[]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.protocol.handler.pkgs]:[com.evermind.protocol]
    [012408_043835625][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.awt.windows.WPrinterJob]
    [012408_043835875][][EXCEPTION] [DEBUG] [RUN_FROM_JDEV]:[true]
    [012408_043835875][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [012408_043835875][][EXCEPTION] [DEBUG] [com.sun.jts.pi.INTEROP_MODE]:[false]
    [012408_043835875][][EXCEPTION] [DEBUG] [awt.toolkit]:[sun.awt.windows.WToolkit]
    [012408_043835875][][EXCEPTION] [DEBUG] [MetaObjectContext]:[oracle.adf.mds.jbo.JBODefManager]
    [012408_043835875][][EXCEPTION] [DEBUG] [FND_TOP]:[C:\framework\jdevhome\jdev\dbc_files\]
    [012408_043835875][][EXCEPTION] [DEBUG] [oracle.j2ee.http.socket.timeout]:[500]
    [012408_043836125][][EXCEPTION] [DEBUG] [JRAD_ELEMENT_LIST_PATH]:[C:\framework\jdevhome\jdev\myhtml\OA_HTML\jrad\]
    [012408_043836125][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[C:\framework\jdevhome\jdev\dbc_files\secure\fintd1_findev4.dbc]
    [012408_043836125][][EXCEPTION] [DEBUG] [user.home]:[C:\Documents and Settings\zzalsms2]
    [012408_043836125][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [012408_043836125][][EXCEPTION] [DEBUG] [java.library.path]:[C:\framework\jdevbin\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\oracle\product\10.2.0\client_1;J:\orawin95\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ZipGenius 6\;C:\Program Files\Common Files\PROIV\;C:\Program Files\Common Files\Northgate HR\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\english;C:\Program Files\Novell\ZENworks\;es\InstallShield\AdminStudio\5.5\ConflictSolver;C:\WINDOWS\system32\;C:\WINDOWS\system32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\Novell\ZENworks;C:\Program Files\Common Files\Northgate HR;C:\Program Files\Common Files\PROIV;c:\forms;Y:.;]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [012408_043836375][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.StubClass]:[com.sun.corba.se.internal.javax.rmi.CORBA.StubDelegateImpl]
    [012408_043836375][][EXCEPTION] [DEBUG] [oracle.j2ee.dont.use.memory.archive]:[true]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [012408_043836375][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [012408_043836375][][EXCEPTION] [DEBUG] [oracle.jdbc.J2EE13Compliant]:[true]
    [012408_043836625][][EXCEPTION] [DEBUG] [java.class.path]:[C:\framework\jdevbin\j2ee\home\oc4j.jar;C:\framework\jdevbin\jdev\lib\jdev-oc4j.jar;C:\framework\jdevbin\j2ee\home\lib/ejb.jar;C:\framework\jdevbin\j2ee\home\lib/servlet.jar;C:\framework\jdevbin\j2ee\home\lib/ojsp.jar;C:\framework\jdevbin\j2ee\home\lib/jndi.jar;C:\framework\jdevbin\j2ee\home\lib/jdbc.jar;C:\framework\jdevbin\j2ee\home\iiop.jar;C:\framework\jdevbin\j2ee\home\iiop_gen_bin.jar;C:\framework\jdevbin\j2ee\home\lib/jms.jar;C:\framework\jdevbin\j2ee\home\lib/jta.jar;C:\framework\jdevbin\j2ee\home\../../opmn/lib/ons.jar;C:\framework\jdevbin\j2ee\home\../../lib/dms.jar;C:\framework\jdevbin\j2ee\home\../../dms/lib/dms.jar;C:\framework\jdevbin\j2ee\home\lib/connector.jar;C:\framework\jdevbin\j2ee\home\lib/cos.jar;C:\framework\jdevbin\j2ee\home\../../jdk/lib/tools.jar;C:\framework\jdevbin\j2ee\home\../../lib/jsse.jar;C:\framework\jdevbin\j2ee\home\../../oracle/lib/jsse.jar;C:\framework\jdevbin\j2ee\home\../../jdk/jre/lib/ext/jnet.jar;C:\framework\jdevbin\j2ee\home\../../jdk/jre/lib/ext/jcert.jar;C:\framework\jdevbin\j2ee\home\lib/activation.jar;C:\framework\jdevbin\j2ee\home\lib/mail.jar;C:\framework\jdevbin\j2ee\home\../../lib/xmlparserv2.jar;C:\framework\jdevbin\j2ee\home\../../oracle/lib/xmlparserv2.jar;C:\framework\jdevbin\j2ee\home\lib/jaxp.jar;C:\framework\jdevbin\j2ee\home\lib/jaas.jar;C:\framework\jdevbin\j2ee\home\jazn.jar;C:\framework\jdevbin\j2ee\home\../../jdbc/lib/classes12dms.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jdbc/lib/classes12dms.jar;C:\framework\jdevbin\j2ee\home\../../jdbc/lib/nls_charset12.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jdbc/lib/nls_charset12.jar;C:\framework\jdevbin\j2ee\home\jaxb-rt-1.0-ea.jar;C:\framework\jdevbin\j2ee\home\lib/jasper.zip;C:\framework\jdevbin\j2ee\home\../../soap/lib/soap.jar;C:\framework\jdevbin\j2ee\home\../../webservices/lib/wsserver.jar;C:\framework\jdevbin\j2ee\home\../../webservices/lib/wsdl.jar;C:\framework\jdevbin\j2ee\home\lib/aqapi.jar;C:\framework\jdevbin\j2ee\home\lib/jem.jar;C:\framework\jdevbin\j2ee\home\../../javacache/lib/cache.jar;C:\framework\jdevbin\j2ee\home\../../javacache/admin;C:\framework\jdevbin\j2ee\home\lib/http_client.jar;C:\framework\jdevbin\j2ee\home\../../jlib/jssl-1_1.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jlib/jssl-1_1.jar;C:\framework\jdevbin\j2ee\home\../../jlib/repository.jar;C:\framework\jdevbin\j2ee\home\../../oracle/jlib/repository.jar;C:\framework\jdevbin\j2ee\home\lib/jaasmodules.jar;C:\framework\jdevbin\j2ee\home\../../sqlj/lib/runtime12ee.jar;C:\framework\jdevbin\j2ee\home\../../sqlj/lib/translator.jar;C:\framework\jdevbin\j2ee\home\lib/crimson.jar;;C:\framework\jdevbin\j2ee\home\tools.jar;C:\framework\jdevhome\jdev\myglobalclasses;C:\framework\jdevbin\jdev\appslibrt\global_patch_jars;C:\framework\jdevbin\BC4J\lib\bc4jdomorcl.jar;C:\framework\jdevbin\BC4J\jlib\bc4jdatum.jar;C:\framework\jdevbin\jakarta-commons-el\jsp-el-api.jar;C:\framework\jdevbin\jakarta-commons-el\commons-el.jar;C:\framework\jdevbin\jakarta-commons-el\oracle-el.jar;C:\framework\jdevbin\jdev\appslibrt\xmlparserv2.jar;C:\framework\jdevbin\jdev\appslibrt\regexp.jar;C:\framework\jdevbin\jdev\appslibrt\share.jar;C:\framework\jdevbin\jdev\appslibrt\sax2.jar;C:\framework\jdevbin\jdev\appslibrt\uix2.jar;C:\framework\jdevbin\mds\lib\mdsrt.jar;C:\framework\jdevbin\jdev\lib\mdsdt.jar;C:\framework\jdevbin\jdev\appslibrt\oamdsdt.jar;C:\framework\jdevbin\jdev\appslibrt\fwkjbo.zip;C:\framework\jdevbin\jdev\appslibrt\fwk.zip;C:\framework\jdevbin\jdev\appslibrt\wf.zip;C:\framework\jdevbin\jdev\appslibrt\ak.zip;C:\framework\jdevbin\jdev\appslibrt\flex.jar;C:\framework\jdevbin\jdev\appslibrt\aolj.jar;C:\framework\jdevbin\jdev\appslibrt\collections.zip;C:\framework\jdevbin\jdev\appslibrt\appsSSO.zip;C:\framework\jdevbin\jdev\appslibrt\cacheFwk.zip;C:\framework\jdevbin\jdev\appslibrt\jttComn.zip;C:\framework\jdevbin\jdev\appslibrt\iasjoc.zip;C:\framework\jdevbin\jdev\appslibrt\rosettaRt.zip;C:\framework\jdevbin\jdev\appslibrt\portalFlexComps.jar;C:\framework\jdevbin\jdev\appslibrt\svc.zip;C:\framework\jdevbin\jdev\appslibrt\pat.zip;C:\framework\jdevbin\jdev\appslibrt\concurrent.zip;C:\framework\jdevbin\jdev\appslibrt\oamMaintMode.zip;C:\framework\jdevbin\jdev\appslibrt\fwkCabo.zip;C:\framework\jdevbin\bibeans\lib\biamlocal.jar;C:\framework\jdevbin\bibeans\lib\bipres.jar;C:\framework\jdevbin\bibeans\lib\bicmn.jar;C:\framework\jdevbin\bibeans\lib\bidatasvr.jar;C:\framework\jdevbin\bibeans\lib\bidataclt.jar;C:\framework\jdevbin\bibeans\lib\bidatacmn.jar;C:\framework\jdevbin\bibeans\lib\biext.jar;C:\framework\jdevbin\bibeans\lib\bicmn-nls.zip;C:\framework\jdevbin\bibeans\lib\bipres-nls.zip;C:\framework\jdevbin\bibeans\lib\bidata-nls.zip;C:\framework\jdevbin\bibeans\lib\olap_api_92.jar;C:\framework\jdevbin\j2ee\home\lib;C:\framework\jdevbin\j2ee\home\lib\activation.jar;C:\framework\jdevbin\j2ee\home\lib\aqapi.jar;C:\framework\jdevbin\j2ee\home\lib\connector.jar;C:\framework\jdevbin\j2ee\home\lib\cos.jar;C:\framework\jdevbin\j2ee\home\lib\crimson.jar;C:\framework\jdevbin\j2ee\home\lib\ejb.jar;C:\framework\jdevbin\j2ee\home\lib\http_client.jar;C:\framework\jdevbin\j2ee\home\lib\jaas.jar;C:\framework\jdevbin\j2ee\home\lib\jasper.zip;C:\framework\jdevbin\j2ee\home\lib\javax-ssl-1_2.jar;C:\framework\jdevbin\j2ee\home\lib\jaxp.jar;C:\framework\jdevbin\j2ee\home\lib\jdbc.jar;C:\framework\jdevbin\j2ee\home\lib\jem.jar;C:\framework\jdevbin\j2ee\home\lib\jms.jar;C:\framework\jdevbin\j2ee\home\lib\jmxgrinder.jar;C:\framework\jdevbin\j2ee\home\lib\jmxri.jar;C:\framework\jdevbin\j2ee\home\lib\jmxtools.jar;C:\framework\jdevbin\j2ee\home\lib\jndi.jar;C:\framework\jdevbin\j2ee\home\lib\jssl-1_2.jar;C:\framework\jdevbin\j2ee\home\lib\jta.jar;C:\framework\jdevbin\j2ee\home\lib\mail.jar;C:\framework\jdevbin\j2ee\home\lib\ojsp.jar;C:\framework\jdevbin\j2ee\home\lib\runtime12.jar;C:\framework\jdevbin\j2ee\home\lib\saxon.jar;C:\framework\jdevbin\j2ee\home\lib\servlet.jar;C:\framework\jdevbin\j2ee\home\lib\translator.jar;C:\framework\jdevbin\j2ee\home\lib\xalan.jar;C:\framework\jdevbin\BC4J\lib;C:\framework\jdevbin\BC4J\lib\bc4jct.jar;C:\framework\jdevbin\BC4J\lib\bc4jctejb.jar;C:\framework\jdevbin\BC4J\lib\bc4jhtml.jar;C:\framework\jdevbin\BC4J\lib\bc4jimdomains.jar;C:\framework\jdevbin\BC4J\lib\bc4jmt.jar;C:\framework\jdevbin\BC4J\lib\bc4jmtejb.jar;C:\framework\jdevbin\BC4J\lib\bc4juixtags.jar;C:\framework\jdevbin\BC4J\lib\bc4j_jclient_common.jar;C:\framework\jdevbin\BC4J\lib\collections.jar;C:\framework\jdevbin\BC4J\lib\datatags.jar;C:\framework\jdevbin\ord\jlib\ordim.jar;C:\framework\jdevbin\ord\jlib\ordhttp.jar;C:\framework\jdevbin\jlib\uix2.jar;C:\framework\jdevbin\jlib\share.jar;C:\framework\jdevbin\jlib\regexp.jar;C:\framework\jdevbin\jlib\jdev-cm.jar;C:\framework\jdevbin\lib\dsv2.jar;C:\framework\jdevbin\rdbms\jlib\xsu12.jar;C:\framework\jdevbin\j2ee\home\jsp\lib\taglib;C:\framework\jdevbin\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\framework\jdevbin\lib\oraclexsql.jar;C:\framework\jdevbin\jlib\LW_PfjBean.jar;C:\framework\jdevbin\jlib\bigraphbean.jar;C:\framework\jdevbin\jlib\bigraphbean-nls.zip;C:\framework\jdevbin\jlib\jewt4.jar;C:\framework\jdevbin\jdev\lib\jdev-rt.jar;C:\framework\jdevbin\vbroker4\lib\vbjorb.jar;C:\framework\jdevbin\jdev\lib\ojc.jar;;C:\framework\jdevbin\jdev\lib\jdev-rt.jar;C:\framework\jdevbin\jdev\lib\ojc.jar;C:\framework\jdevbin\lib\servlet.jar;C:\framework\jdevbin\jsp\lib\ojsp.jar;C:\framework\jdevbin\jsp\lib\ojsputil.jar;C:\framework\jdevbin\lib\xmlparserv2.jar;C:\framework\jdevhome\jdev\myclasses;C:\framework\jdevbin\jdbc\lib\classes12.jar;C:\framework\jdevbin\jdbc\lib\nls_charset12.jar;C:\framework\jdevbin\BC4J\jlib\bc4jctvb.jar;C:\framework\jdevbin\jdev\appslibrt\wsp.zip;C:\framework\jdevbin\jdev\appslibrt\diagnostics.jar;C:\framework\jdevbin\BC4J\jlib\bc4jtester.jar;C:\framework\jdevbin\jlib\help4-nls.jar;C:\framework\jdevbin\jlib\help4.jar;C:\framework\jdevbin\jlib\jewt4-nls.jar;C:\framework\jdevbin\jlib\oracle_ice5.jar]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.j2ee.home]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [012408_043836875][][EXCEPTION] [DEBUG] [JRAD_XML_PATH]:[C:\framework\jdevhome\jdev\myclasses\JRADXML;C:\framework\jdevhome\jdev\myprojects;C:\framework\jdevbin\jdev\oamdsxml\fwk]
    [012408_043836875][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.PortableRemoteObjectClass]:[com.oracle.iiop.javax.rmi.PortableRemoteObjectImpl]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [012408_043836875][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.j2ee.container.name]:[Oracle9iAS (9.0.3.1.0) Containers for J2EE]
    [012408_043836875][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[Service Pack 2]
    [012408_043836875][][EXCEPTION] [DEBUG] [oracle.vector.deepCopy]:[false]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[C:\DOCUME~1\zzalsms2\LOCALS~1\Temp\]
    [012408_043836875][][EXCEPTION] [DEBUG] [com.sun.jts.pi.CLIENT_POLICY_CHECKING]:[false]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [012408_043836875][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [012408_043836875][][EXCEPTION] [DEBUG] [os.arch]:[x86]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.Win32GraphicsEnvironment]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.ext.dirs]:[C:\framework\jdevbin\jdk\jre\lib\ext]
    [012408_043836875][][EXCEPTION] [DEBUG] [oc4j.iiop.keyStoreLoc]:[keystore.jks]
    [012408_043836875][][EXCEPTION] [DEBUG] [user.dir]:[C:\framework\jdevhome\jdev\system9.0.3.5.1437\oc4j-config]
    [012408_043836875][][EXCEPTION] [DEBUG] [CACHENODBINIT]:[true]
    [012408_043836875][][EXCEPTION] [DEBUG] [line.separator]:[
    [012408_043836875][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [012408_043836875][][EXCEPTION] [DEBUG] [file.encoding]:[Cp1252]
    [012408_043836875][][EXCEPTION] [DEBUG] [org.omg.CORBA.ORBClass]:[com.oracle.iiop.server.OC4JORB]
    [012408_043836875][][EXCEPTION] [DEBUG] [java.specification.version]:[1.4]
    Tutalii: C:\framework\jdevhome\jdev\myclasses
    java.io.FileNotFoundException: \var\tmp\FINDEV4\xdomrtROH76UH012408_0438408750.fo (The system cannot find the path specified)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFileJDK118(TmpFile.java:146)
         at oracle.apps.xdo.common.tmp.TmpFile.createTmpFile(TmpFile.java:113)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:987)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.xdo.oa.common.DocumentHelper.getOutputURL(DocumentHelper.java:635)
         at oracle.apps.xdo.oa.common.webui.XDOCommonRnCO.processRequest(XDOCommonRnCO.java:251)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:389)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - processRequest : 8671ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - preparePage : 8703ms
    JRAD_PERF : /xx/oracle/apps/xdo/oa/common/webui/DocViewPG - renderDocument : 31ms

  • Header missing in SOAP message header (SAP XI Extension)

    Hi Experts,
    We are implementing interface MasterDataUpdateConfirmation_Out between 2 SAP ERP systems. The middleware is SAP PI.
    SAP PI team requested a change in this interface Stack - Replace Stack ABAP by Stack Java. The changes were made.
    However, now we get an error in the interface in the SAP ERP sender system, but the message arrives to SAP PI where is processed without errors and also arrives to SAP ERP receive system and the message is also processes without errors.
    The error we have in XML message in SAP ERP sender system is:
    XML element {http://schemas.xmlsoap.org/soap/envelope/}Header missing in
    SOAP message header (SAP XI Extension)
    Exception of class CX_XMS_SYSERR_PARSER
    Can anyone please help us? We have no ideia what to do.
    Thanks in advance,
    RS

    Hi again,
    I don't know if it is important, but the communication is asynchronous and the sender system is SAP ECC 6.0.
    Thanks!

  • 9i JDev download doesn't execute

    After some difficulties with Candidate Release 9.065, I was advised to download the production release 9.0.2 from Oracle. This I did yesterday (all 135MB, quite some time) I unzipped to appropriate home, and double-clicked (in WindowsNT) on home\jdev\bin\jdevw.exe. Nothing happened. Nothing happened with jdev.exe either (except a wee console window briefly flashed up and vanished again).
    Any suggestions? I never have this problem with JBuilder!
    Thanks in advance
    Iain

    Did you install the JDev RC into Oracle Home directory
    and then download and install JDev 9i 902 into O_H ?
    If so try installing outside of O_H..
    Also are you on an intel PC ..P3?
    Shouldnt use P4 (not sure if NT is supported
    on P4, should be 2000?, XP?)..
    Also any environment issues should be
    investigated (disk space, memory etc..)see min
    requirements in install.html
    Digging at the bottom of the barrel I
    know, but I havent come across any issues
    with JDev 902 downloads not running on startup..
    There is one known ojvm issue but not sure its related(unpublished and fixed
    in 903) workaround: from DOS window, "jdevw.exe -hotspot"
    this will use the hotspot jvm rather than ojvm.Have not installed into O_H. Using PentiumIII, NT, 1GHz 128mb. I do have JBuilder installed (merely thinking about other instances of pre-installed JDK's), but then previously I could run both JBuilder and JDeveloper (the release candidate) without any issue.
    Frustrating!
    Iain

  • Safari doesn't download extensions- When I click on the install button it says "This developer's server appears to be busy. Please try again later."

    I`ve restarted my macbook, checked the wifi (webpages still load), and downloaded the extensions from the developer`s websites. When I download the extensions this way they supposedly install but yet I've yet to see them actually work. (Ultimate Status Bar doesn't appear in links, News Ticker doesn't show news, etc.) I know I probably installed too many, too fast. I uninstalled all my previous extensions and the problem still persists.
    I've tried installing the same extensions on my iMac and they work perfectly. What can I do??
    Thank You in advance...
    Adrian

    Can you install from the Safari Extensions Gallery instead > https://extensions.apple.com/
    Downloading extensions from the internet instead of the Safari gallery may not be a safe thing to do anyway. I downloaded the file from here > http://ultimatestatusbar.com/    then a dialog asked if I wanted to download from the internet. I for one never download extensions except from the gallery.
    I found it in the gallery >  https://extensions.apple.com/
    Try downloading from there instead. That will download the file to your Downloads folder. Double click the file to install.
    edited by:  cs

Maybe you are looking for

  • Macbook to TV, Works fine until I put the Macbook to sleep then tv display

    Macbook to TV, Works fine until I put the Macbook to sleep, I wake the Macbook with external keyboard and the display shows up on TV just fine for a second or two then it looks like something changes and then it starts rolling. It does not do this wh

  • How to pass a binding value to a Javascript function?

    Hi, I have this: A binding: #{bindings.DOCUMENT_ID.inputValue} A javascript inserted into the page in this way: <af:commandButton text="Ver Documento" id="cb1" icon="/Images/Document-Preview-icon.png"> <af:clientListener method="openViewer('#{binding

  • Screen stuck on apple icon

    My iphone 4s is stuck on the apple icon it will not charge or start up.

  • 2nd Optical-Drive for Early 2008 Mac Pro: Suggestions Required

    I am hoping to add a second optical-drive to my Early 2008 Mac Pro.  I notice that there are various SATA ones available for Early 2009 Mac Pro's onwards (e.g. the LG GH24NS90) but according to OWC (Other World Computing) these ones are apparently un

  • Backing up elements 12 catalogue

    Why does every attempt to backup Photoshop Elements 12 fail saying 'Not Enough Disc Space'? The Picture File size shows on 'Propeties' as 65 GB. I have tried on completely empty 1 Terabyte Disc & get the same thing. Robert