Is Java blocked again?

I was forced this morning to update to Java 7 update 17 from Oracle. Has update 13 before.
Then it was working for a couple of hours but now its blocked again. I'm trying to run the installation again for Java 7 update 17 but i just get the message that a higher version is already installed.
I have tried it on 3 different Macs and all have the same problem.
This is really getting on my nerves as it completely stops me from doing my work.

The download from Apple is the Xprotect framework which blocks Java from working.  If you didn't download the updated Xprotect, then you could continue using your current Java version, which is insecure (and the reason Apple blocked it).
You can elect to have Apple update Xprotect and secure your system (by blocking insecure Java versions on your machine), or you can elect to have Apple NOT do this and run what Java version you want.  But once Xprotect is updated on your machine, you MUST update Java or you must hack a plist file to run an insecure Java.
It's your choice.  And just because you don't understand my answer, does not mean it's unhelpful.

Similar Messages

  • JDBC Blocks again when try to get new connections.

    Hi,
    again, my tomcat freezes today, and i must stop/start tomcat to get new connections:
    i checked MaxDB server and a Running thread causes Timer to block.
    the output of command show t_cnt of the running maxdb thread is:
    --------------------  T270  USER              ( pid =      0 ) ---------------
    remote_node   : 192.168.99.1                          remote_pid    : 0
    dispatcher_cnt: 618065                                command_cnt   : 99418
    exclusive_cnt : 1035660104                            self_susp_cnt : 4
    Resume count 0  total 155        History [ T2 T2 T2 ]
    dev_read_io   : 177                                   dev_read_pg   : 177
    state_vwait   : 0          state_vsleep  : 45         state_vsusp   : 144
    rcv_rpl_count : 99418      rcv_rpl_long  : 0          avg_rcv_rpl_t : 0.0000
    dev_que_len_0 : 177        dev_que_len_1 : 0          dev_que_len>1 : 0
    prio_total    : 2                                     prio_from_oth : 2
    some of the java blocked thread example is:
    "http-80-173" daemon prio=10 tid=0x0000000043edd000 nid=0x7ce8 waiting for monitor entry [0x000000005564c000..0x000000005564da90]
       java.lang.Thread.State: BLOCKED (on object monitor)
            at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:917)
            - waiting to lock <0x00002aaab91895b0> (a org.apache.tomcat.dbcp.pool.impl.GenericObjectPool)
            at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:96)
            at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
            at org.exolab.castor.jdo.engine.DatabaseRegistry.createConnection(DatabaseRegistry.java:399)
            at org.exolab.castor.jdo.engine.TransactionContextImpl.getConnection(TransactionContextImpl.java:203)
            at org.exolab.castor.persist.TransactionContext.query(TransactionContext.java:644)
            - locked <0x00002aab12f5a5d8> (a org.exolab.castor.jdo.engine.TransactionContextImpl)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:458)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:414)
            at com.supridatta.bean.DataPersist.consulta(DataPersist.java:536)
            at com.supridatta.servlet.SupridattaServlet.doConsultarControl(SupridattaServlet.java:730)
            at com.supridatta.servlet.SupridattaServlet$9.resolve(SupridattaServlet.java:294)
            at com.supridatta.servlet.SupridattaServlet.processaOperacao(SupridattaServlet.java:144)
            at com.supridatta.servlet.SupridattaServlet.doAppletControl(SupridattaServlet.java:114)
            at com.supridatta.servlet.SupridattaServlet.service(SupridattaServlet.java:1747)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:183)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    like this exists about 189 java blocked threads all waiting for this one:
    "Timer-4" daemon prio=10 tid=0x0000000043ae7000 nid=0x51b3 runnable [0x0000000042128000..0x0000000042128b10]
       java.lang.Thread.State: RUNNABLE
            at java.net.SocketInputStream.socketRead0(Native Method)
            at java.net.SocketInputStream.read(SocketInputStream.java:129)
            at com.sap.dbtech.rte.comm.BasicSocketComm.receiveData(BasicSocketComm.java:577)
            at com.sap.dbtech.rte.comm.BasicSocketComm.receive(BasicSocketComm.java:666)
            at com.sap.dbtech.rte.comm.JdbcCommunication.execute(JdbcCommunication.java:41)
            at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:536)
            - locked <0x00002aaabce3bc80> (a com.sap.dbtech.jdbc.ConnectionSapDB)
            at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:461)
            at com.sap.dbtech.jdbc.ConnectionSapDB.isClosed(ConnectionSapDB.java:746)
            at com.sap.dbtech.jdbc.trace.Connection.isClosed(Connection.java:400)
            at org.apache.tomcat.dbcp.dbcp.DelegatingConnection.isClosed(DelegatingConnection.java:346)
            at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.validateConnection(PoolableConnectionFactory.java:324)
            at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.validateObject(PoolableConnectionFactory.java:312)
            at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.evict(GenericObjectPool.java:1217)
            - locked <0x00002aaab91895b0> (a org.apache.tomcat.dbcp.pool.impl.GenericObjectPool)
            at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool$Evictor.run(GenericObjectPool.java:1341)
            at java.util.TimerThread.mainLoop(Timer.java:512)
            at java.util.TimerThread.run(Timer.java:462)
       Locked ownable synchronizers:
            - None
    then seeing all this appears that com.sap.dbtech.jdbc.ConnectionSapDB.isClosed(ConnectionSapDB.java:746) do something that blocks all connections, but i cant understand if T270 is related to this Timer-4 java thread.
    any idea?

    Hi Lars,
    I updated all things, Java, Linux, MaxDB, i discovered that the problem isnt with network, but with some kind of deadlock at database side, for example:
    1) user 1 insert something on table A
    2) user 2 starts a long running transaction with poor SQL statement that locks the table A.
    3) user 3 opens a connection to run an SQL statement that queries table A.
    4) all java threads that need a new JDBC connection get blocked because step 3 never returns a new connection, and DBCP synchronization never goes out.
    here is the thread of step 2:
    java.lang.Thread.State: RUNNABLE
            at java.net.SocketInputStream.socketRead0(Native Method)
            at java.net.SocketInputStream.read(SocketInputStream.java:129)
            at com.sap.dbtech.rte.comm.BasicSocketComm.receiveData(BasicSocketComm.java:577)
            at com.sap.dbtech.rte.comm.BasicSocketComm.receive(BasicSocketComm.java:666)
            at com.sap.dbtech.rte.comm.JdbcCommunication.execute(JdbcCommunication.java:41)
            at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:536)
            - locked <0x00002aab1ed9d560> (a com.sap.dbtech.jdbc.ConnectionSapDB)
            at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:461)
            at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:398)
            at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:109)
            at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:222)
            - locked <0x00002aaabc74ade0> (a com.sap.dbtech.jdbc.DriverSapDB)
            at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
            at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
            - locked <0x00002aaabc896988> (a org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory)
            at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
            at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:96)
            at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
            at org.exolab.castor.jdo.engine.DatabaseRegistry.createConnection(DatabaseRegistry.java:399)
            at org.exolab.castor.jdo.engine.TransactionContextImpl.getConnection(TransactionContextImpl.java:203)
            at org.exolab.castor.persist.TransactionContext.query(TransactionContext.java:644)
            - locked <0x00002aab1e8d9348> (a org.exolab.castor.jdo.engine.TransactionContextImpl)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:458)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:414)
            at com.supridatta.bean.DataPersist.consulta(DataPersist.java:536)
    and here is the thread at step 3:
    java.lang.Thread.State: BLOCKED (on object monitor)
            at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
            - waiting to lock <0x00002aaabc896988> (a org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory)
            at org.apache.tomcat.dbcp.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
            at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:96)
            at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
            at org.exolab.castor.jdo.engine.DatabaseRegistry.createConnection(DatabaseRegistry.java:399)
            at org.exolab.castor.jdo.engine.TransactionContextImpl.getConnection(TransactionContextImpl.java:203)
            at org.exolab.castor.persist.TransactionContext.query(TransactionContext.java:644)
            - locked <0x00002aab1e898f98> (a org.exolab.castor.jdo.engine.TransactionContextImpl)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:458)
            at org.exolab.castor.jdo.engine.OQLQueryImpl.execute(OQLQueryImpl.java:414)
            at com.supridatta.bean.DataPersist.consulta(DataPersist.java:536)
    I inspected the database side, still really running, database results comes, but without releasing the connection, and if i wait the time or no user need a new connection, i never get thread blockeds, appears that MaxDB locks all connections if the newly created connection executes some SQL after acquiring that connection.
    I see some blocks too at java finalizer, where one thread running is stucked getting a connection.
    all this is just guess, maybe I'm wrong, but for now i will end this thread as we need see how this system will perform with all updates made.
    best regards.
    Clóvis

  • Block again after InputStream.read() return -1

    Hello,
    I've got the following problem: I call read() on my InputStream object until the function return -1. The read() call is done in a loop. After that i start processing the received data. The socket is not closed and i want to start a blocking read() call again. But this doesn't work. Instead the read() return -1 again and again..... This make sense to me because there are actually no data, but i expected that read() is blocking again.
    Does anyone know this problem?
    By the way: Can i change my screen name. I typed in some stupid stuff as I think i could change is later.
    Thanks
    Christian

    read() returning -1 means that the other end has closed the connection. All you can do is close yours. There will never be any more data so there is nothing for it to block for.

  • Java blocks webos doctor

    I have an HP touchpad wi-fi only.  I was trying to install the webos doctor as my device has been increasingly cranky and not opening some referred websites and mime files.  I got the doctor partly installed and Java blocked the completion saying the certificate was out of date.  When I checked the box to take the risk, Java still blocked the installation saying it was dangerous to install the program. 
    How do I "refresh" my tablet? As I am sure you know, HP no longer supports the tablet :-(   Many thanks.
    This question was solved.
    View Solution.

    Hello, and Welcome to the HP Support Community!
    Here's my standard "How to Doctor a TouchPad" reply.  See if it helps at all.
    How to Doctor an HP TouchPad (reflash the ROM)
    On your Touchpad be sure to have:
    USB cable. The battery is charged to at least 30%.
    Computer:
    Windows 7, Windows XP, Windows Vista Available USB port (not a hub or secondary port). Java 1.5 or later is installed. If you are not sure about what version of Java you have, or even if Java is installed, go to www.java.com and click the Do I have Java? link to install the latest version of Java. 210MB of storage space. Internet connection.
    Miscellaneous Info:
    The update process will take approximately 15 minutes. During this process, your device will not be available for use.
    Downloading webOS Doctor
    Download webOS Doctor on your desktop computer. If you have a webOS profile, get it from http://ws.hpwebos.com/webosdoctor/sorry.htm
    If not, check the webOS Internals page: http://www.webos-internals.org/wiki/Webos_Doctor_V​ersions
    Get your TouchPad ready to update
    Hold the Power Button for several seconds until a menu appears. Tap Shut Down to completely power down your device.
    Running webOS Doctor
    Double-click the file that was downloaded to run webOS Doctor. Follow the on screen directions up until you are asked to connect your device. Select the language you selected on your device, and click Next. Confirm your language choice. Click Accept to accept the terms of use. Click Next. webOS Doctor checks your system. BE PATIENT! I've seen this part take a few minutes to complete. After webOS Doctor finishes checking your system, you will be asked to connect your device.
    Connecting your device and finishing the webOS Doctor update
    Connect your device to your computer using the USB cable. You must connect your device directly to your computer, not through a USB hub or other intermediate device. Now the tricky part. Hold the Volume Up button on the device and insert the USB cable. After the large USB symbol appears on screen, let go of the Volume Up button. If you see the HP logo instead of the large USB symbol, you may have let go of the Volume Up button prematurely. If this occurred , wait until your device boots up, shut down your device and then repeat step 2. Windows will find your device and may offer to install two different drivers. When asked to install drivers of OMAP, select No, not at this time. When asked to install drivers for Palm Novacom (bootie), select Yes and let the drivers install. This may take a while. Once the drivers have been installed, the Next button will become available in webOS Doctor. Click Next. Do not disconnect your device from the computer during the update process. When the Reset Complete screen appears, click Done. Wait a few minutes for your device to reset. You're done!
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Why is java blocked

    Is java blocked by OS on iphone 5?

    No iPhone has ever supported Java. Search the app store for an app that will permit you to view sites that use java applications.

  • Java blocked in Win XP?

    I have a WinXP Pro machine here that ran java applets fine.
    Then someone installed the latest XP update to it, and the installation reported that it removed Java.
    Both the Microsoft VM and the Sun Java plugin options on IE's Internet Options > Advanced tab are missing.
    All attempts to re-install the JVM to Internet Explorer through the auto-installer still doesn't bring it back.
    Attempts to install it on Mozilla end in a failed installation.
    We're wondering if the latest WinXP update not only removes Java, but also blocks?
    Does anyone know about this situation and how to resolve it?

    Hi r.fox,
    Your not alone. Our e-commerce system uses Java applets and several of our customers have had problems with Java since updating windows (mostly Win 2K and XP).
    If the MS JVM has been removed, (type 'jview' into a command window to test if it's installed). then it's not easy to find the re-install files as they are not available from Microsoft (although I have a copy if you need them).
    There has been a few different levels of problems some machines have lost Java completely. Some just database connections don't work and some the MS JVM works for databases and not the Sun JVM. Although it used to work before they patched windows.
    There are quite a few people having this kind of problem on the forums! I hope Sun is listening.
    If the MS JVM is missing, is the Sun plug-in still installed (test by typing 'java -version' in a command window)?
    If so then you might need to install a different version of the Sun JVM to get it working again.
    Some questions for you to find out what the problem is.
    1. Which version of XP is it (Home or Pro)?
    2. Is the MS JVM and the Sun JVM removed (chech 'Add/Remove Programs' and try typing the commands above into a command window (Start -> Run -> "cmd").
    3. If the Sun JVM is still installed, do applets using the OBJECT tag still work?
    Let me know and I'll try and help.
    Alastair.

  • Java Blocked This Morning

    I seem to be having Java plug-in problems with both Mac OS 10.6 and Mac OS 10.7 systems on our network this morning, in both cases Java applications are unable to run either from Safari or Firefox. In 10.7 I get a message about the plugin being blocked and am directed to the Java website to download an update, however, the version presented is the same one that is installed that is getting blocked (I downloaded and installed it anyway but the blocked message still remains). In 10.6 I get a message about an invactive plugin and when I click on the arrow to activate it it launches Apple Software Update which indicated that everything is up to date. Today is the last day in our pay period and our Timesheet application runs in Java so I really need to get this resolved quickly.
    Does anyone have any pointers on reenabling Java?
    Thanks in advance.

    Apple slammed the door again on Oracle's Java this morning, due to its presence as a vector for malware intrusion. It will remain closed until Oracle decides to fix it, and Apple determines that it is no longer a threat.
    You can override this protection at your own risk.
    Warnings
    By performing the following you understand and acknowledge that you are intentionally modifying OS X's built-in protection against the open security threat presented by Oracle's Java. In other words you're on your own.
    By modifying OS X you may break your system.
    Do not proceed without a backup plan.
    I do not use Java because it is a security threat.
    You will need Apple's Xcode. Download and install it here: https://developer.apple.com/xcode/
    An application such as EasyFind will help find the file you need to modify. Download it here: http://www.devontechnologies.com/products/freeware.html
    Using EasyFind or similar utility, search for the file Xprotect.meta.plist. Make EasyFind look like this:
    Double-click the highlighed file to open it in Xcode. Click the "reveal triangles" under PlugInBlacklist until you find the highlighted entry for Java's minimum plugin version that looks like this:
    Notice the entry String 1.7.11.22. If your version is something different than that it would be best to not proceed since it would be different than what my .plist is showing.
    Click the String so that you can modify it, and change the String to 1.7.10 or earlier version of Java 7.
    File > Save.
    Quit Xcode.
    Quit EasyFind.
    You may need to reboot your Mac for this change to take effect.
    This should enable you to use your Java-based timesheet application for today.
    Subsequent updates from Apple will modify Xprotect so this will only be a temporary workaround, if it works at all. I cannot confirm that it will - see Warning #4 above.

  • Java blocking related problem

    This question is related to other questions in this discussion thread, but about a different aspect.
    The program on my QNAP NAS uses Java to bring up the dialog for the selection of files to upload. Each time Java is updated this code has the problem that it doesn't find Java activated. Some other programs seem to do this themselves, but alas the QNAP code does not. A workaround is usually not to use Safari but Firefox. However, today even that didn't do the trick. Only after accessing a site whose code does activate Java itself, is the QNAP code satisfied. As I have no control over QNAP's code (and content with the current version of its system) I would like to know if there is another way to do the Java activation. Once done, I guess it will stay that way until the next Java update. Perhaps something in Terminal? I am not afraid to use that.
    By the way: I have the Safari Preferences Security tab checked on "Enable JavaScript" (change and change back doesn't solve the problem, not even after quit and reopen). In the Internet plug-ins tab checkbox "Allow Java" under the button "Manage Website Settings ..." the website of the NAS is listed as having full allowances. More settings relevant to the problem I cannot find. Using the latest MacOSX.
    A side note: In "Manage Website Settings ... there are four possibilities, under which "Allow Always". The strange thing here is that in contrast always an alert comes up, asking if I want to block or not. But that is the behaviour I should expect instead from selecting "Ask before Using". Is there an explanation for this? Allthough it is not so much a hindrance, I find it strange behaviour given the label.
    Thanks in advance for your contributions on the solution of this problem.

    You could try installing the Phony extension and set it to Desktop Firefox. If that allows you to connect to the server then your company's server is doing a bad job of detecting Firefox browsers.
    https://addons.mozilla.org/en-US/android/addon/phony/
    If that does not work then I don't know of anything else we can do to assist as this is a privately controlled server.

  • HT5655 Has Adobe Flash Player been blocked again.  I can download the image and proceed to installing; however, installation of flash prompts me to select update methods.  I cannot select update or not update.  I also cannot click on NEXT.

    Has Apple blocked Flash Player again, listing it in the block list.  I am able to download the image from Adobe, and begin the install process.  Once I get to the option to select update Flash automatically or not, I cannot select an option or click on NEXT to finish the installation.  Thoughts?

    Adobe's Flash Player Install Manager was updated about a week ago.
    I suggest trying the download from Adobe's site here:
    http://get.adobe.com/flashplayer/?promoid=JZEFT

  • How can I make Java work again

    Java went down on all Apple products last week, but how do I make it work again?  I have, let me repeat that, I HAVE to use java for work.  I have 2 programs that are essential to my work and they are currently not working causing me to either use a PC or not get work done. The timing was interesting considering I was planing on buying new Macbook Pros and Macs for our office.  However, if this is something that can and will happen with no way to fix it I might have to consider PC. Why didn't Apple give us the option to disable and not just disable without even giving us a warning.  I didn't get an e-mail or pop up or anything that said "hey Java will not be working due to..." Any help would be greatly appreciated.

    Hi!
    Today i read news that there were new patch files from java and apple turned it on again

  • Java blocking dequeue

    I am writing an application that is to read messages from a queue.
    The application is implemented in java using the oracle.AQ packages.
    In my application I have a number of background threads that reads from a queue.
    A thread will issue a call to dequeue a message. If there is anything to dequeue it will dequeue it without problems.
    Now if there isnt anything to dequeue i have set the thread to wait for 120 seconds hoping that any clients enqueing within this timeframe will have their messages dequeued by the waiting thread.
    My challenge is that the dequeue method semes to be blocking. My reader thread are waiting - but no clients are allowed to enqueue while reader threads are waiting.
    Ive tried different options to make the dequeue non-blocking. Can anyone help me?
    Some code:
    queue = queueManager.getQueue();
    AQDequeueOption dequeueOption = new AQDequeuOption();
    dequeueOption.setWaitTime(120000);
    AQMessage message = queue.dequeue(dequeueOption);
    Ive tried to:
    dequeueOption.setDequeueMode(AQDequeueOption.DEQUEUE_REMOVE);
    but that didnt help..
    Hope you can help!
    Regards,
    John P Jensen

    I think you need to commit after every dequeue.
    thanks
    kamal

  • External smtp blocked again

    Hi telstra moderators,
    I'm having the same problem as my last post- https://crowdsupport.telstra.com.au/t5/General-Internet/outbound-smtp-from-static-IP-blocked/m-p/95220/highlight/true#M865
    Shelley helped escalate this to get it resolved after fruitless calls to the technical helpdesk.
    Can you please raise with your engineers again.
    First noticed today as our office was closed yesterday.

    I've had the same problem with Telstra Cable. Would you mind PMing me details of who you are using as your mail server? I'd like to compare notes. There are numerous examples of this problem on this very forum (search for external IMAP or external SMTP). Unfortunately, most of the suggestions from Telstra's otherwise excellent Support Agents will be unhelpful. It's not the Support Agent's fault as I suspect this is something far more complex than what they should be expected to resolve.  See my thread for my experience: http://crowdsupport.telstra.com.au/t5/Bigpond-Email-Inc-Windows-Live/Can-t-Access-external-IMAP-or-SMTP-servers/m-p/390163/highlight/true#M5481 The first thing that you should do is change your mail.telstra.com mail server from port 25 to port 465.  &#27;Potential Solutions:There are three solutions that worked for me but are not perfect and will cost you time and/or money: migrate to a gmail or an exchange hosted mail server. There are other advantages of this (less false tagging as spam by your receivers), but will likely cost you around $5 per month per user.use a VPN server to effectively by-pass the Telstra network. This works fine. I use GhostVPN. I'd encourage you to use a pay-for-use service, but you could test it on a free service. You might need to add mail.bigpond.com to the VPN exception list. use an SSH tunnel to your webserver and change your mail settings to a localhost and port setting. This is advanced, not perfect but reliable and free. Other Observations:Your mail will probably work if you connect to the internet via your phone.This is an incredibly annoying scenario and Telstra is unlikely to be able to help.My problems went away this week with me making no changes.

  • Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Look to the right under "More Like This". Your issue has been discussed many many times. The error you are seeing is because you do not have enough free "contiguous" space on your hard drive. Read the other threads that address this issue to find how to solve the issue.
    Or, put "The disk cannot be partitioned because some files cannot be moved" into the search box at the upper right of this page.

  • How do I stop Firefox blocking my bank log in sites, when I click allow the bank resets to default which then Firefox blocks again.

    Every time I try logging into my bank accounts ie Nat West, Lloyds or Barclays I get the Firefox pop up bar saying "Firefox prevented this page from automatically redirecting to another page" and when I click on allow the bank log in page goes back to their home page, this means I now can't log in to my bank accounts. Can you please tell me how I can allow sites without the blocked pop up occuring.
    Dawlish 1.

    Un-checking the redirect block is a Global setting. I want to know how to allow redirect for sites I use every day as friendly sites. I do not want it turned of for the entire world wide web. Otherwise, why even have this security setting at all? I've already added my usual sites to my Privacy exception list but that list is ignored by the redirect security warning.

  • HT1338 java block

    hello there,
    I am having trouble watching movie using the java application.. My laptop has been updated,but I stll cannot access the movies on the page which I am entering.
    Could some kndly assist me.
    Cheers,

    Thanks for replying so quickly..
    Here is the sight..
    http://www.cuevana.tv/

Maybe you are looking for

  • Nested tables and Inheritance

    Hi there, Im a bit new to SQL and am doing it for my degree at the moment. We have been set an assignment to create a database from a conceptual schema, and as far as I can tell, i need to implement nested cells into a table that has inheritance both

  • PROFIT CENTER ACCOUNTING-BALANCE SHEET ITEMS TRANSFER

    Dear all. SAP describe as forllows about set up the opening balance for materials: In this activity, you set up the opening balance for materials. The system determines the material stock balance from Materials Management and posts it to Profit Cente

  • ZENworks App and Configruation update errors

    I am currently running ZMM 2.8.2 on a fully patched Windows 2008 server. When I make a configuration change and push it out to my users we are finding that the previous MDM profile has to be removed allowing for the update to be installed. When remov

  • Indexes on Index Organized Table

    I remember seeing a note regarding problems in using indexs on index organized tables. Of course, the index would be something other than the one implied in the table definition. I can't seem to remember what the problem was. Has anyone used indexes

  • How to remove disabled plugin in Firefox

    I have three Firefox Plugins which are disabled, but no means to remove same, and they do not show up Microsoft Uninstall or Change a Program Panel.