EA4.2 - Pop Up Describe

I have recently switched to a 64bit windows 7 machine and have installed the 32/64bit download along with Java7. However when I now try and do a desc on a package etc (Shift-F4) it now no longer seems to function and i get the following in my logging page:
SEVERE
123
0
oracle.ide.controller.IdeAction
Error during handleEvent on action 'Popup Describe' (id=173). None of the attached controllers handled the action. - oracle.ide.controller.IdeAction$ControllerDelegatingController@b94efd13[oracle.ideimpl.controller.MetaClassController@b94efd13[oracle.dbtools.raptor.oviewer.base.PopupDescribeController]].
Is this an install issue/Win 7 issue or is it something else?
Thanks
Paul
Message was edited by: Trotty
The following is from the cmd window when debugging:
LOAD TIME : 227UsersCache.fillIn() time = 50  ret==null?: false
Exception while performing action Popup Describe
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.substring(String.java:1911)
        at oracle.dbtools.raptor.controls.search.BaseSearchPanel.goTo(BaseSearch
Panel.java:52)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:99)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:87)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:64)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribeController.handleEven
t(PopupDescribeController.java:20)
        at oracle.ideimpl.controller.MetaClassController.handleEvent(MetaClassCo
ntroller.java:53)
        at oracle.ide.controller.IdeAction$ControllerDelegatingController.handle
Event(IdeAction.java:1482)
        at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
        at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:11
53)
        at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
        at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelpe
r.java:180)
        at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandl
er.java:337)
        at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
        at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
        at java.awt.Component.processKeyEvent(Component.java:6463)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2828)
        at java.awt.Component.processEvent(Component.java:6282)
        at java.awt.Container.processEvent(Container.java:2229)
        at java.awt.Component.dispatchEventImpl(Component.java:4861)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.ja
va:1895)
        at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboard
FocusManager.java:762)
        at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeybo
ardFocusManager.java:1027)
        at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeybo
ardFocusManager.java:899)
        at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFoc
usManager.java:727)
        at java.awt.Component.dispatchEventImpl(Component.java:4731)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Window.dispatchEventImpl(Window.java:2719)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:694)
        at java.awt.EventQueue$3.run(EventQueue.java:692)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:76)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:87)
        at java.awt.EventQueue$4.run(EventQueue.java:708)
        at java.awt.EventQueue$4.run(EventQueue.java:706)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
        at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQu
eueWrapper.java:169)
        at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQue
ueWrapper.java:151)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Exception while performing action Popup Describe
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.substring(String.java:1911)
        at oracle.dbtools.raptor.controls.search.BaseSearchPanel.goTo(BaseSearch
Panel.java:52)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:99)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:87)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribe.showPopup(PopupDescr
ibe.java:64)
        at oracle.dbtools.raptor.oviewer.base.PopupDescribeController.handleEven
t(PopupDescribeController.java:20)
        at oracle.ideimpl.controller.MetaClassController.handleEvent(MetaClassCo
ntroller.java:53)
        at oracle.ide.controller.IdeAction$ControllerDelegatingController.handle
Event(IdeAction.java:1482)
        at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
        at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:11
53)
        at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
        at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelpe
r.java:180)
        at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandl
er.java:337)
        at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
        at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
        at java.awt.Component.processKeyEvent(Component.java:6463)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2828)
        at java.awt.Component.processEvent(Component.java:6282)
        at java.awt.Container.processEvent(Container.java:2229)
        at java.awt.Component.dispatchEventImpl(Component.java:4861)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.ja
va:1895)
        at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboard
FocusManager.java:762)
        at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeybo
ardFocusManager.java:1027)
        at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeybo
ardFocusManager.java:899)
        at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFoc
usManager.java:727)
        at java.awt.Component.dispatchEventImpl(Component.java:4731)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Window.dispatchEventImpl(Window.java:2719)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:694)
        at java.awt.EventQueue$3.run(EventQueue.java:692)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:76)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:87)
        at java.awt.EventQueue$4.run(EventQueue.java:708)
        at java.awt.EventQueue$4.run(EventQueue.java:706)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
main.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
        at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQu
eueWrapper.java:169)
        at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQue
ueWrapper.java:151)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Thanks Trotty, but we already have this one nailed down, see
Re: EA2 Popup Describe
I'm in a dev build from this week and it appears to be working...we'll have an EA3 you can confirm your test case with.

Similar Messages

  • Error: 'No Valid Query' doing describe in v1.5

    in the sql worksheet, select tablename, press F4, get dialog box titled as above with 'No query found for version of the selected database.', then get the describe window

    downloaded 1.5.0 53.38 (yesterday's Oracle Technology Network TechBlast
    pointed to the early adopter release) -- problem does not exist
    however, 'pop-up describe' does not appear able to describe data dictionary tables (tried user_constraints, user_cons_columns, user_users) -- the columns tab comes up empty, but the other tables are populated
    it also does not seem to be able ot handle tables in other schemas that do not have synonyms -- in this case 'No Object Found: xxxx' is displayed

  • Recently Thunderbird started popping up big yellow "notes" if I hover too long anywhere on the screen. How do I make it stop?

    There must have been a recent update, and now when my cursor rests almost anywhere on the Thunderbird window, big yellow notes pop up, describing whatever I'm hovering over. I want to turn this feature off.
    I wish I could get a screen shot, but whenever I try to, the pop up disappears.
    I'm using a Mac, and version 24.6.0

    Are you sure that you do not have an add on doing this? I am running ver. 24.6 on a PC and I have never seen this occur.
    You can restart with add ons disabled under the Help menu.

  • Problems generating PL/SQL objects Des6i !

    Hi,
    For your info
    I had problems when I try to generate PL/SQL procedures of a free format.
    The generator process hangs when reading the server model.
    I discovered that when I remove the declaration section in the PL/SQL block and put it in the private declaration block it works fine.
    The help of the PL/SQL block property doesnt mentioning any thing about not putting the declarations in the PL/SQL block.
    Is this a known problem or have I this problem only maybe caused by a different installation. (Designer 6i rel3 /Oracle 8.1.7/NT4 )
    null

    Vadim,
    In version 2.1 RC1 (2.1.0.63.41) I still have problems with the PL/SQL editor.
    Will these be solved in the final version?
    I was searching bug no. 8967961 in My Oracle Support, but was not able to find it. Where can I find this bug?
    Problems in RC1:
    *1. User defined extensions are not shown in PL/SQL editor.*
    This problem is introduced in 2.1 EA1 and still exists in RC1.
    *2. Pop-up describe for a pl/sql object shows only the user defined tab pages*
    Select the name of a PL/SQL object in the editor, right click and choose "Popup describe". The default tab pages are not shown, only the tab pages added by User Defined Extensions.
    *3. "Go to ...." option does not go to specific line number*
    Use Report Data Dictionary Reports > PLSQL > Search Source Code. In the results, right click on an object and choose the "Go to .... " option. The editor doesn't go to the correct line. The pseudo column sdev_link_line has no effect.

  • Popup parenting issues in multi window

    Hello folks,
    I have a multi-window AIR application - there is one base
    application window, but we currently hide that and use mx:Window
    for all of our application windows. The application allows you to
    open new windows to enable easy drag and drop between different
    areas of content in the app. We use the addPopup method to display
    a custom editor control when working a specific content item. That
    means that you could have multiple windows open and each one
    displaying it's own popup to edit an item that the user if viewing
    in the window. 60% or so of the time, the popups work fine and
    parent to the proper window, but the other 40% of the time, the
    popup will parent to a different window. (I can post a link to a
    screencast demonstrating the behavior).
    The custom editor class has the following method, this is
    called to bring up the editor window. We cache these editors,
    following the advice for memory management by Sean Christmann and
    others.
    public function showOnView(view:UIComponent, mobj:*):void {
    PopUpManager.addPopUp(this, view as DisplayObject, true);
    PopUpManager.centerPopUp(this);
    callLater(_finishShowOnView, [view, mobj]);
    The _finishShowOnView method makes sure the instance of the
    editor is pointing to right model object. None of that touches the
    parent of the popup though.
    Anyone have any thoughts?
    - Brian

    Popup describe is case-sensitiveI haven't had a case sensitivity problem with the pop-up describe - where it works, it works if the name in the code is in either upper or lower case (I am assuming the actual object name is uppercase). However, it still doesn't work properly for objects owned by another user - it only finds something owner by another user if the current user has a private synonym with the same name. Even then describing the synonym name pops up the table details and describing the table with owner prefix pops up the synonym details.
    Ctrl+up-arrow or Ctrl+down-arrow to replace the editor contents from the history is great, but there is no ability to change the shortcut in the accelerators preferenceI agree with the frustration of not being able to change the Ctrl+Up/Down short cuts, but we will have to wait until they can improve it.
    The SQL Worksheet window frequently loses it's syntax coloring ...I haven't had problems with that
    There is no preference setting to control the starting point in the file system for File/Open or File/Save As...The File Open does remember the last four (?) directories that you have opened files from as short cuts, but being able to force it to open a specific directory by default would be good. The preference that Raghu mentioned is the directory where it looks for scripts when running them, rather than opening a file.
    Explore Directory from the Files tab tree doesn't seem to start from where you try to "explore"Like Raghu, I don't know what you mean by Explore Directory
    theFurryOne

  • Windows8 32 bit disables Bootcamp Assistant4 (no trackpad)

    When I load Windows 8 and Bootcamp assistant 4 it on my Macbook Pro it works OK for a while, but Windows sends a message that it is incompatible and disables my trackpad-(no right click), screen dimmer, keyboard dimmer. Gotta have the trackpad! Bootcamp assistant 5 only works with 64 bit Windows. I can't use 64 bit because of incompatible Software with 64 bit Windows.  This irreplaceable, older Software, along with a considerable investment in other Windows Sotware is the only reason I have to use BootCamp at all.  This is clearly because Apple has decided that Assistant 5 is only for 64 bit? Why? So it seems I have no other choice but to go back to Win7. or buy a PC Laptop, an expensive, backwards step.

    The software is 16 bit and was leading edge in it's day, designed to run on Windows 95!  Newer Windows and Mac Programs of this type are loaded with bells and whistles that I don't need, just add a lot of clutter and aren't nearly as effective or easy to use. It was written in assembler and it is fast, sleek, (150K), an intuitiive GUI, and has a great search engine which does instantaneous boolean searches. It is beautiful, with an elegant interface. A program that does just what it was designed to do, a work of programming art created by a man named Parsons who was an accountant.  This one program is a big reason that I run Windows.  When I loaded it into Widows 8, a window pops up describing it as 16 bit software and asks me if I want to enable 16 bit Compatibility. It is amazing that it still works and works as well or better, (faster CPU's), than it did in Windows 2K. Nothing lasts forever, and I'm gpoing to have to move on eventually.  I really have not found a suitable replacement for it, but I'm still looking.  Also I use Office, AutoCad and Adobe Creative Suite which would cost me a bundle to replace, even with older Mac versions. I am out of work, and I can't afford much anymore. My brother-in-law sold me Win 8 Pro for $50. I use the Mac side as much as I can, using Fusion running XP with Office 2003.  I might just ditch Boot Camp altogether.  Too many O/S's and data sources, I'm trying to consolidate all my files into the Cloud.
    I solved my problem above with Windows 8 Pro, otherwise I was going to velcro a mini-trackball alongside the trackpad. The problem was with Boot Camp Manager. All the other drivers work just fine. In Task Manager - Startup - it seems I had two copies of Boot Camp Manager installed, which Windows didn't like at all and would shut it down. I disabled both copies, rebooted and only one copy is reported.  Re-enabled it and rebooted again. Though Windows warned that Bootcamp 4 was incompatible, I inored the messages and now everything works perfectly, no more warning messages either?.  Bootcamp Assistant 4 is not recommended or supported for Windows 8, but it works just fine. I have it configured to run everything from the desktop, bypassing the Start Screen altogether.  My win 8 boots up in 10 seconds, (SSD), and shuts down almost instantaneously, Really cool!
    Walt

  • Need assistance for hire

    Hello, I'm interested in contracting with a person who is familiar with creating plug-ins for Photoshop for a fairly simple plug-in (or that's what I'm thinking) that will work in Photoshop CS - CS5 on both Mac and PC.  The plug-in will search for the address of a dongle to see if it's plugged into the USB port.  If not, then the actions/script stop and a pop-up describes the problem.  If interested, please contact me at [email protected]  We can discuss timeline, rates, etc.  This is for a software (actions/scripts) add-on to Photoshop that already has a considerable amount of pre-sales and extraordinary interest.  I will only respond between now (Nov. 2, 2011) and Dec. 2, 2011.  Thanks!

    We might be able to help...I'll send you an email.

  • JFrames with only the close button

    I have been writing a notepad as my first java project and have done most things but cant seem to fix this: coding a JFrame with only the close button. Most of us know that when you click Help > About... a window pops up describing the company that wrote the software.
    Please help....

    I have been writing a notepad as my first java
    project and have done most things but cant seem to
    fix this: coding a JFrame with only the close button.
    Most of us know that when you click Help > About... a
    window pops up describing the company that wrote the
    software.
    Please help....so whats the problem? you're asking if a person clicks on help->about then a description dialog box should pop up describing the company right? you can use JDialog or a popupmenu. look at the swing tutorial at sun

  • EA 2.1: Some problems with PL/SQL objects

    SQL Developer 2.1
    JDK 1.6_0.16
    Windows XP
    Some features for PL/SQL objects (packages, functions, procedures) do not work in EA 2.1.
    *1. User defined editor extensions*
    My user defined extensions for PL/SQL objects are not loaded. These extensions are migrated from 1.5, where I added some tab pages to the editor.
    *2. Go to <object name> does not work for PL/SQL objects*
    From Reports the context menu shows the menu option "Go to ....".
    This doesn't work for PL/SQL objects.
    For example All Reports > Data Dictionary Reports > PLSQL > Progam Unit Arguments
    *3. Open declaration for PL/SQL objects*
    Selecting an objectname in the PL/SQL editor and select "Open declaration" from context menu opens the selected object. This works for tables, bu tnot for PL/SQL objects.

    Vadim,
    In version 2.1 RC1 (2.1.0.63.41) I still have problems with the PL/SQL editor.
    Will these be solved in the final version?
    I was searching bug no. 8967961 in My Oracle Support, but was not able to find it. Where can I find this bug?
    Problems in RC1:
    *1. User defined extensions are not shown in PL/SQL editor.*
    This problem is introduced in 2.1 EA1 and still exists in RC1.
    *2. Pop-up describe for a pl/sql object shows only the user defined tab pages*
    Select the name of a PL/SQL object in the editor, right click and choose "Popup describe". The default tab pages are not shown, only the tab pages added by User Defined Extensions.
    *3. "Go to ...." option does not go to specific line number*
    Use Report Data Dictionary Reports > PLSQL > Search Source Code. In the results, right click on an object and choose the "Go to .... " option. The editor doesn't go to the correct line. The pseudo column sdev_link_line has no effect.

  • A black box keeps popping up on my screen with a voice that describes what I'm a doing. How do I get rid of it? I have no idea how it got here.

    BSD
    I've never had this before and I don't know how it happened.
    Everywhere I type there is a moving black text box. As well on the computer screen there is a black box with text that describes exactly what i am doing and a voice that reads it out.
    Extremely annoying. How do I get rid of it???

    Turn off VoiceOver in the Universal Access or Accessibility pane of System Preferences.
    (94078)

  • Mail compose window jumps to back when adding address. As soon as I add a single character to the address window of a new mail message, it pops  under all other existing windows. If I have others open...and who doesn't? I have to then close them all.

    So.....deeply....disappointed by Lion...
    It honestly gets in the way of getting things done.
    When was the last time you had an upgrade, in any program or  OS that caused an immediate productivity drop?
    Mail windows, when adding a new address, pop under to become the lowest window in the stack...before you are done composing...
    no extra clicks..just adding ONE character to the actual address bar does it.
    Trying to add files to an online content management system is hard...it's hard because when you attempt to add the file, it disappears from
    the list, so a search must be conducted...oh not a search of your hard drive...no...it has to include ALL FILES and that takes a while, showing
    files totally unrelated to what you need or in whatever that view is, showing everything from movies to documents, to a whole range of other stuff
    that is irrelevant to what is being sought.
    I can get used to the disappearing icon tool bar...but the message threading in Mail is so strangely bad it's hard to describe. So you send out an email,
    and it had 5 points...but that was 3 emails before...A reply comes in addressing those 5 points but saying something like ..."I disagree with point number 4"
    Unless you have total recall the thread shows you only incoming mail and the LAST most recent folded up message you sent. You are forced to go digging
    into sent mail to see what that point you made 8 days eariler actually was...
    I am pleased that I don't have to have Launchpad (honestly the silliest 'feature' I've ever seen on a computer) in the dock and see no point in the juvenile Mission Control (the naming scheme is odd and reminiscent of Junior Spaceman...how ironic that we end America's manned launch capability at the same time as Launch Pad and Mission Control, both throwbacks to the 60's are added to an OS). In any case both are virtually useless tools. One, replacing the mildly useful Spaces and the other just genuinely useless.
    I'm going to give Apple until the second bug fix...but I can tell right now that Snow Leopard was a far more robust OS. The thousands of posts about this may rise to the level of AntennaGate...I hope so...It seems the only way to get Steve (for whom I have now honestly lost respect for the FIRST TIME) to address the issues is to embarrass the company publicly. Lion is a broken system, poorly conceived...and proof that the Apple methodology of no widespread user testing can and does fail. This needs to get fixed. Soon.

    It seems to have something to do with profile manager.
    I get stack traces in the "system messages" logs for the "Server" application, grrrr.
    I'll get that info and attempt to submit a but report tonight.

  • Cannot send email in mail app. using POP account with Wi-Fi

    I recently moved to an apartment that only has wireless internet access. Since moving I cannot send email using my POP account, although I can receive email. I was also not able to receive email using my .mac account, but I learned through this forum to change server port to 587 in .mac account and now I can send via .mac account in mail app. But I still cannot sent email with mail app. using my POP account. I changed no settings when I moved, and have never had this problem with cable. Any suggestions?

    It all depends on the policy of whoever is the ISP at your new location and the method used by the outgoing (SMTP) server to determine whether you’re a legitimate user.
    In an attempt to fight spam, many ISPs restrict the ability to send using an outgoing (SMTP) server not owned by them, usually by blocking port 25 for all traffic outside their own network, which means you cannot send with an SMTP server not owned by them if configured to use that port number. And it may happen the other way around as well, i.e. the outgoing server itself may look at the IP address you’re connecting from and refuse the connection if you’re outside its own network.
    Something that often works is changing the outgoing server port to 587 (or whatever alternate port number the outgoing server listens to) instead of 25 and using some form of authentication in Preferences > Accounts > Account Information > Outgoing Mail Server > Server Settings, but two conditions must be satisfied for this change to work: (1) the ISP must not block that port as well AND (2) the outgoing server in question must listen to that port and accept a form of authentication not based on the IP address you’re connecting from.
    Independent mail service providers not tied to a particular ISP, such as .Mac and Gmail, do allow authenticated SMTP access on port 587, which is the reason changing the outgoing server port number solves the problem for them if the ISP doesn’t block that port as well.
    The following article, for example, describes several ways to address this issue in the case of .Mac, but can be useful for other mail accounts as well (not just .Mac), and applies to all versions of Mac OS X (not just Mac OS X 10.4.2 and earlier as the article states):
    .Mac: Server timeout alert message when sending email

  • How do I get rid of Pop-Up that appeared on my opening screen?

    There is a box on my opening screen which reads: Opening <filename>.exe. You have chosen to open <filename>.exe whic is a binary file http://aihdownload.adobe.com. Would you like to save this file? Within the Pop-up box there is 2 boxes -- save -- cancel. I cannot save nor cancel. I have contacted Adobe and they said it is because I am using Firefox. Can you please get rid of this Pop-Up?

    The problem that I described above is on my desk-top screen, not on my Firefox opening screen. I will repeat problem again. Title of box: Opening <filename>.exe.
    You have chosen to open <filename>,exe which is a binary file from http://aihdownload.adobe.com. Would you like to save this file? Save File -- Cancel File. I can do neither. Is there a way I can fix this?
    I did not try to open this file. It just popped up on Desk-top Screen.

  • I was having trouble withfirefox 4 so deleted it tried to to reinstall 3.5.7 can't get it to reinstall fully , my pop ups site allow button is turned off

    the site says thank you for downloading mozilla firefox but nothing pops up to tell me it downloaded ,safe, nothing except on the top right corner of the page in the internet explorer bar, it say thank you for downloading mozilla firefox what could it be? firefox 4 wasn't working right at all I was having problems with it freezing up and I got a 404 message I still can't get rid of not saying that that had anything to do with it but I have quite a mess here that's why I just want the old version back please help me

    Here is a link which describes the process for changing an Adobe ID:
    Adobe ID, sign-in, and account help

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

Maybe you are looking for