Connection issue Porting to Tomcat

Hey. I'm working on a fairly large scale webapp, we've been working with JRUN 4 for a few years now and are finally porting it to TOMCAT.
We're having success but the funny thing is that now the MS SQL Server we are using is refusing many connections. It seems completely hit or miss whether TOMCAT will report a connection closed.
It works perfectly fine for JRUN4 and it DOES work for TOMCAT so the config must be acceptable but there is always the danger of connection failure.
We are using MS SQL SERVER 2005, Hibernate 2.0 I believe, and TOMCAT 5.5. Is there something we need to change in our connection pooling or something?
Please advise.
Thx.

I can add more info now that I am at home.
I found reference to this article in another thread:
http://www.macosxhints.com/article.php?story=20030803030354585
I installed WEP Key Maker (found it on Tucows) and changed the WEP pw on the MacMini (now prefixed with $).
The Orinoco Control Panel has the following info:
Current Network: - Searching -
Base Station Address: - none -
Signal Strength: 1 bar -> non existent?
Hardware v4.2, Primary firmware v4.4, Station Firmware v8.35
Further in, I have ticked Access Point, Use Encryption, I have entered WEP key with 0x prefix.
I can see MacMini in the network selection list (and it stays there if I refresh).
When I click ok to update the settings I see the tx light on the Orinoco card flash briefly.
However, Current Network does not change.
Attempts to use an internet application fail with open transport error number -3155.
I don't have the Dell with me to try out at the moment.
Any help appreciated.
Thanks,
Andrew

Similar Messages

  • Could not establish TLS connection on port 7001 - "unable to get local issuer certificate"

    tvcs: Event="Outbound TLS Negotiation Error" Service="SIP" Src-ip="10.0.7.168" Src-port="29127" Dst-ip="<Public IP>" Dst-port="7001" Detail="unable to get local issuer certificate" Protocol="TLS" Common-name="ewe.<domainname>.com" Level="1" UTCTime="2014-11-12 12:48:20,071" 2014-11-12T15:48:05+03:00
    Getting above error on Expressway-C server while establishing TLS connection with Expressway-E in DMZ. I have enabled static NAT on Expressway-E and give the Public IP on peer address of Expressway-C. At that time, i was getting DNS resolution error  on Expressway-C so we added a host record on local DNS for Public IP. Later, I created CSR from both Expressway C & E server and ask local microsoft team to issue Local CA certificates. After uploading, i was getting above error (Failed to establish TLS). Also i have uploaded company (wilcard) Public certificates (issued from Geotrust) and we are getting the samer error and Expressway server could not establish TLS connection on port 7001. Firewall connections are done and i double checked it. 
    Expressway ver 8.2

    Yes, Exp-C > Peer Address (FQDN of Exp-E)
    Certificate of Exp-E -> When generating CSR from Exp-E, automatically FQDN (Exp-E(hostname).domainname.com) will be shown. Then this CSR will be send to local CA or Public CA to generate a certificate. OR you meant to say in Exp-E CSR we need to add FQDN of Exp-C server also in alternative name and vice versa too.
    Yes, root certificates & intermediate certificates are uploaded to trusted CA.

  • I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    Hi RonWM,
    Thanks for visiting Apple Support Communities.
    This article lists the ports that are used by the Apple TV:
    Apple TV: TCP and UDP ports and protocols used
    http://support.apple.com/kb/HT2463
    Best Regards,
    Jeremy

  • Issue with hostname "localhost" and general CR connectivity issue

    Hello,
    we installed SAP BOE with the integrated Tomcat 6. We used a Web Tier installation on the same host, but in different paths.
    Tomcat was installed under /usr/sap/tomcat/sap_bobj/tomcat and the SAP BOE package under
    /usr/sap/XXX/sap-bobj/enterprise_xi40. The host has two IP addresses, a physical address (A) and a logic address (B).
    We want to get a setup that uses the logical address whenever possible.
    We have issues with Crystal Reports for Enterprise XI4.0.
    When CR ist started from the BI launch pad, then CR ist started and tries to connect to "localhost". The hostname "localhost" is communicated from BI launch pad to CR.
    For sure, no communication with "localhost" is possible.
    When CR is started manually and a connection to the respective Tomcat server is initiated (port 8080, servername B, context /dswsbobje) we get the
    error message. please wait, no connection possible at the moment. I already read and applied SAP KB articles 1598906 and 1601997, but the issue is not solved.
    1- Where I can make changes so that BI launch pad will communicate hostname B and not "localhost" to start CR?
    2- Is there any local log file on the PC to check why CR can not connect, when started manually?
    Best regards Bernd

    we have installed BO 4.0 and Its working perfectly. we have using webi reports,
    As next step recently we have installed Crystal reports for exterprise XI4.0
    But we could not connect with BO server. Please guide us on below req..
    Server name: 
    Server Port No :
    Server COntext :
    System Display Name :
    User Name :
    Authentication Type :
    Thanks
    Pari

  • Database account locked as it tries to connect different ports for 16 times

    I need a help in answering one of the issue encountered last week.
    I have created a database link and tried to access the information from a table using the program written in another language. The password provided was incorrect for that user while creating database link. So we expected that,while retrieving the data, Database connection has to be errored out as password provided is incorrrect.
    But unfortunately, user account was locked out. When i checked with DBAs they mentioned that it tries to connect 16 ports with in a min of time.we were shocked as it STOPS another scheduled jobs with that user. and affects production badly.
    As per the program, it has to connect only one time and yesterday we tried to execute the program in DBAs observation and it errored out as expected. Didn't tried for multiple ports.
    Now the question is, WHY the database connection established 16 times last week and caused user account locked. DBAs are unable to answer it. Any EXPERTs opinion on this would greatly appreciated.
    I have verified managing ports in oracle documentation, it was mentioned that if one port is busy it will try to connect to another port in the range of ports mentioned during the installtion. DBAs verified ports related file and it was blank. and they are not agreeing with this reason. Please HELP me in finding the correct REASON for this.
    is it a NETWORK issue or issue with DATABASE SERVER only?
    Thanks
    SSP
    Edited by: 960738 on Sep 22, 2012 9:13 PM

    960738 wrote:
    I need a help in answering one of the issue encountered last week.
    I have created a database link and tried to access the information from a table using the program written in another language. The password provided was incorrect for that user while creating database link. So we expected that,while retrieving the data, Database connection has to be errored out as password provided is incorrrect.
    But unfortunately, user account was locked out. When i checked with DBAs they mentioned that it tries to connect 16 ports with in a min of time.we were shocked as it STOPS another scheduled jobs with that user. and affects production badly.
    As per the program, it has to connect only one time and yesterday we tried to execute the program in DBAs observation and it errored out as expected. Didn't tried for multiple ports.
    Now the question is, WHY the database connection established 16 times last week and caused user account locked. DBAs are unable to answer it. Any EXPERTs opinion on this would greatly appreciated.
    I have verified managing ports in oracle documentation, it was mentioned that if one port is busy it will try to connect to another port in the range of ports mentioned during the installtion. DBAs verified ports related file and it was blank. and they are not agreeing with this reason. Please HELP me in finding the correct REASON for this.
    is it a NETWORK issue or issue with DATABASE SERVER only?
    Thanks
    SSP
    Edited by: 960738 on Sep 22, 2012 9:13 PMDBLINK is 100% oblivious to the fact any port exists.
    DBLINK only contains username, password & TNS Alias.
    can you post actual SQL & results?

  • Macbook air Mini DisplayPort to VGA Adapter connectivity issues

    Hi pple,
    Would like to ask if anyone is facing connectivity issues with Mini DisplayPort to VGA?
    I am currently using the 2nd Gen Macbook Air with Intel HD Graphics 3000 384 MB. Sometimes when I connect to a montior (Viewsonic VA1918wm) it works fine, sometimes it just does not work and the laptop just shows me a blue screen.
    I tried with out with my friend's Mini DisplayPort to VGA adapter, it has the same problem. Does this means that my macbook air mini disoaly port got a problem?
    Thanks
    Bryan

    I am experiencing the same kind of problem... only with projectors. Some projectors will display the screen and then others wont even register with the MacBook Air.
    Using an Apple Min Displayport to VGA adapter. It's hit or miss if it works. Firmware has been updated on the adapter but this did not help.
    Anyone help with this?
    Thanks,
    Nathan.

  • Multiple Internet Connection Issues

    Hi there, long time reader first time poster.
    I figured I should post this as, while having read through hundreds of similar posts I still can't figure out how to solve my connectivity issues.
    I just bought a new iMac 21.5 inch 3.2Ghz i3 model and while I am happy with the machine overall, it is the second one in a month - the first had a faulty ethernet port and refused to connect to the internet out of the box. Apple replaced it without question - almost as if they knew.
    The replacement has now seemingly developed the same issue.
    Some background info. The computer was connected both through ethernet and through the TC I bought to back it up until yesterday. So I was getting both a wireless signal from the TC and one through ethernet.
    I have a hub that has 5 devices connected to it ( Printer, Cable TV, iMac and TC - now a PS3 ) That hub is served a signal by a simple NTT modem connected to a phone line. That modem is now nearly 5 years old but has always given great net speeds so I don't believe the problem to be the modem - I could be wrong though.
    I just bought a PS3 and tried connecting it yesterday but had multiple problems. Despite me entering the correct PPPoE information to the letter, the PS3 refused to connect, saying the password and username was incorrect. I could connect it via a Bluetooth signal but no hard wired connection would work.
    So I unplugged everything from the hub, shut down all the machines, turned off the modem and let it sit for 10 minutes and then plugged the ethernet cable from the PS3 straight into the modem, giving it a direct line. Switched on modem, rebooted PS3 and tried again - this time it connected through ethernet. I still don't know how or why. I can guess but I'm sure you guys know much more about this than I do.
    So then I tried connecting the iMac back to the net, reconnected all the hub, followed the same procedure. Off, sit for a bit, on etc. This time the PS3 has no connection and now the iMac has no connection either!
    The TC gave a green light though so I was able to get wireless. I tried removing all net locations from the iMac, installing new ones, renewed the DHCP lease, but no matter what I did (PPPoE info 100% correct) it just refused to establish a connection.
    The the bloody TC light flashed amber and I couldn't get wireless either despite being plugged into the hub and getting a signal! The PS3 is now working and the cable is fine so I am starting to think either I have cluster ****** the whole setup or something is wrong with the iMac.
    I go away for an hour then come back and the stupid TC has somehow picked up a connection! The light is green again?! But now the time connected display is scrolling repeatedly. I've got net but what the **** is wrong with all this?
    Bottom line - not ethernet connection for the iMac but TC seems to be working and all other devices have a connection.
    Please help me if you can! I just can't figure any of this out.
    Message was edited by: Zildog
    Message was edited by: Zildog

    Your description is a bit confusing, but I use English as a second language, so it may be just me.
    1. How is the hub connecting to your modem, by ethernet cable or wirelessly?
    2. Which device is negotiating the internet connection with your ISP, the modem?
    3. Does the device that negotiates the connection use PPPoE?
    4. How are the other devices being handed their internet connection? DHCP only?
    Only one device should be connecting directly to your ISP using the PPPoE protocol and configured with your account username and password. This device is preferably the modem. This device should be configured to hand out internal IP addresses to the other devices on your LAN using DHCP. All of the other devices should be configured to request an IP from that device, whether by ethernet or wi-fi, just with DHCP.
    Dah•veed

  • Poor connection issue sends message "Verizon customer is not available" to callers rather than to VM!

    My phone is my business.  It's the only way I have for clients to reach me to schedule appointments.  Most of my clients are new at this point.  While my latest of 5 replacement phones don't drive me AS crazy with connection issues, it's driving my husband crazy as he daily gets told I'm not available and can't even leave a voicemail (which is usually yelling at me to dump this piece of crap phone).  If he gets that message daily, I wonder how many clients I'm losing from getting the message as well!!  With corporate discounts of 25%, I have still spent over $450 on this phone, all but the screen saver at the Verizon store.  I was given the option of "upgrading" to a Razr last time.  PLEASE!  The CR tried telling me it was newer (don't think so, pretty sure it was on the display right next to my Nexus in Dec), better camera (very debatable, and with much lesser quality screen, who cares about more mp?!), and that I bought my phone 8-9 months ago but it had been available much longer.  Umm, I bought it the week it was released.  I don't think 2 days can be considered "much longer".
    I'm going to try the switch to straight CDMA that seems to work for some with connection dropping, because I can't afford clients getting that message (they understand being sent to voicemail if I'm in a session), but... I bought this phone with a price tag of $299, paid another 99 for insurance, screen saver, gel case, extra battery and charger when my first phone port was shot after 7 months waiting for replacement, and luckily haven't bothered w/ screen savers for the weekly replacements or I'd have to add another $100 to the cost.  This is a flagship phone with a flagship starting contract cost, and the best they can do is send out refurbs that have the same issue over and over.  My guess is the turnover is so great they don't go through the normal testing and repairs of typical refurbs.  Take these refurbs off the market when they're returned with bad radio!  I'd consider a GS3, Razr Maxx, or maybe even the upcoming RazrM (though that would def be a downgrade considering the starting cost and we don't know yet of what issues it will have, but I like the size and battery life), though it sucks that I'd be spending another $50 just on case and screen saver.
    Anyone else experience the unavailable issue and get it resolved? I'm so tired of calling tech support.  And why can't they just put the phone number right on the "contact us" page like normal companies??

        I certainly understand the need to have an operable device!  Please DM me your name and mobile number, so I may further assist you.  Thank you!
    TominqueB_VZW
    Please follow us on Twitter @VZWSupport

  • Ipod connection issues with itunes

    i know, i am the one-thousandth person to write in about a connection issue, but i just bought a 8gb nano. my pc is recognizing the ipod, but itunes does not automatically start.
    instead, if i manually try to start up itunes, it either doesn't start at all, or when it does, it immediately locks up. or it will try as hard as it can to sync and then locks up.
    once i disconnect the ipod from the usb port, itunes will come back to life. i have done EVERYTHING the support pages say, reinstalled itunes, dumped temp files, stopped conflicting software...everything short of sending in the new ipod to be serviced. please if you have run into this particular problem and/or you know how to fix this issue, please respond
    i don't really want to send a brand-freaking-new ipod off to be serviced b/c i think this is a software issue.

    Hello lalajamjam,
    It sounds like you've done a rather good job of troubleshooting already. Other than testing to see if the issue is user-specific per ( http://support.apple.com/kb/TS1717 ) and possibly testing the Nano on another computer, there are few additional steps to try prior to getting it serviced.
    Charles

  • IChat video connection issue, not related to router

    I received a brand new 20" iMac Core 2 Duo just yesterday and intended to use iChat AV to video conference with my girlfriend, who has a 12" iBook G4 1.2GHz with an iSight and all system software up-to-date.
    We both have DSL connections at home. We also both have wireless routers. The very first time we tried a video conference, it worked perfectly without a hiccup and everything just looked and sounded wonderful. At the time, she was connected wirelessly and I was connected both wirelessly and through Ethernet to my router's local network.
    The second time we tried it (only a few hours later), seemingly without having changed any settings, it failed to work, and hasn't worked since. At first, we would get Error -22, saying something about how bandwidth is insufficient to maintain a video conference. However, I do not believe bandwidth is the real issue since all other network/internet tasks on both ends are spiffy as usual. We also both tried turning off Airport and just connecting through Ethernet to our routers' local network. Same problem.
    To then determine if the problem was with one our routers, we both set them aside and plugged our DSL modems directly into our computers and connected to the internet with PPPoE. This appears to partially fix the problem: we are able to initiate a video conference, we both have audio, I can see her, but she can't see me; sort of a one-sided conference. On my screen, the image of myself freezes as soon as the conference is initiated. So unless I'm missing something, the ultimate cause of this problem doesn't appear to be the routers.
    You can bet I tried a bunch of the common tips mentioned in this discussion forum before posting this question, such as changing the iChat port in the preferences, turning off Firewalls in the Sharing preferences and changing Quicktime streaming speed.
    In summary, it worked once and hasn't worked since, and routers do not appear to be the cause of the issue. Does anyone have any further advice for me? Any help would be greatly appreciated! Thanks.
    iMac 20" Intel Core 2 Duo 2.16GHz   Mac OS X (10.4.7)  

    First off I want to thank James for his willingness to help me test connections today. James has suggested I check into upping my Mother's connection. I will definitely look into that.
    I wanted to update the thread that I tried the three test accounts at Apple (appleu3test01-3) and had success from all three on my home computer via my wireless configuration no less. This is what stumps me about my connection issues with my Mother - we can both connect to others but between us we get error -8's since iChat 3. I also find it odd that this is happening even though we are both Earthlink customers - I would chalk it up to routing tables or something if we were on different ISP's.

  • Error Message "The Remote device or resourse wont accept connection, not set up to accept connection from port https"

    I get this error message when trying to open and log into an online casino "The Remote device or resource wont accept connection, not set up to accept connection from port https".
    I am on a desktop computer my connection to the net is with a USB Virgin Mobile hotspot device.
    I also have issues with some downloads not installing right for instance SKYPE wont work. If the problems are related I don't know
    Thanks

    Starting in Firefox 14, Firefox will guess an address and place it in the address bar (AutoFill feature). If you have ever connected to the site using a secure (HTTPS) connection, then Firefox will try to connect security to the address suggested by the AutoFill feature. To work around this you can:
    * Edit the address to force Firefox to interpret your entry literally. For example, if there is a trailing / you can remove it.
    * Turn off the URL bar AutoFill feature and just use the AutoSuggest drop-down.
    * Clear Firefox's memory of the site so it doesn't default to a secure connection (however, this also removes any bookmarks you have to pages on the site).
    To disable the in-address-bar autofill without losing the suggestions that appear below the bar:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''autofill''' and pause while the list is filtered
    (3) Double-click '''browser.urlbar.autoFill''' to toggle it from true to false. You're done with about:config and you can close this tab.
    "Forget about this site" will clear cache, history, bookmarks, and permissions for the site, and probably any saved certificate. There are two ways to get to this:
    * History > Show All History, right-click an entry for the site > "Forget about this site"
    * Type or paste about:permissions in the address bar and press Enter, then select the site from the list on the left side, and click the "Forget about this site" button on the right side
    Depending on the size of your history and cache, this may lock Firefox up for a minute or two while everything is cleansed.

  • Connectivity Issue

    Hi All
    Probably due to connectivity issue from Adapter engine to Integration engine, we have encountered with the following error in audit log of channel monitoring. Can any have an idea where we look for right settings?
    "Transmitting the message to endpoint http://<Host name : service number (8000)>/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused"
    I tried to surf SDN, however I didn't get exact solution. Thanks in advance

    Hi,
    check if this 8000 is the same port used in SMICM-Services-http port,sxmb_admin-integration engine configuration-pipeline URL and  exchange profile-http ports.it should be same 8000.
    thanks.

  • JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..

    JDBC-ORACLE CONNECTIVITY ISSUE WITYH OCI8 DRIVER using oracle 11g client..
    I am getting below error when i m trying to access oracle db using oracle 11g client. It works with earlier oracle client versions. how do i resolve this. is there any issue with version of ojdbc6.jar that i am using??? I cant use thin driver since its an old application for which i dont have source files.
    Apr 6, 2013 1:00:59 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at PettyCash.SysDate.getSysSubSys(SysDate.java:232)
    at org.apache.jsp.PettyCash.index_jsp._jspService(org.apache.jsp.PettyCash.index_jsp:186)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Code is as follow for reference
    import oracle.jdbc.driver.*;
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    conn = DriverManager.getConnection ("jdbc:oracle:oci8:@" + database,db_user, db_pass);
    eNVIRONMENT VARIABLES set are as follows:
    classpath
    C:\Program Files\apache-tomcat-5.5.12\common\lib\servlet-api.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\classes12.jar;C:\Program Files\apache-tomcat-5.5.12\webapps\ROOT\WEB-INF\lib\ojdbc6.jar;
    JAVA_HOME
    C:\Program Files\Java\jdk1.5.0_04
    PATH
    C:\Program Files\Java\jdk1.5.0_04\bin
    ORACLE_HOME
    D:\Oracle11\product\11.2.0\client_1\BIN

    Apr 8, 2013 5:24:06 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
         at org.apache.jsp.abc.index_jsp._jspService(org.apache.jsp.abc.index_jsp:280)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

  • Troubleshoot TC connectivity issues

    My Time Capsule has worked great for over two years.  All of the sudden, my MacBook Pro started having connectivity issues.  Eventually (over about two weeks), the issues became a total lack of wi-fi internet in our household.  I disconnected and powered off the modem and the TC.  I even called my ISP (Comcast).  We reset everything and everything else works fine (phone, TV and Internet plugged directly into modem).  I cannot plug my MacBookPro into the modem since I have no ehthernet port.  The light on the TC blinks amber.
    Our local computers can access the files stored on the TimeCapsule, but airport utility gave the errors below (see pictures) before the comcast assisted reset. Now the Internet icon shows green in airport utility, but the error on the top icon says "no internet access"  (Or something like that, I am submiting this from memory since I am using the wi-fi at work- and I have NO IDEA why they pics are upside down, they are on my computer right side up).
    Please tell me there is an easy fix, or at least one that can be accomplished via a computer that cannot cannect to the internet at the same time as the time capsule.

    Your pictures sadly did not load correctly.. I see nothing but a blank square with the file name. You appear to have spaces in the names.. never a good idea. They are photo 1.jpg and photo 2.jpg
    Try again if you want.
    A Gen3 TC is now past 3years.. well past if  you bought it early in the life of the Gen3. Oct 2009.
    The economic life of most computer equipment is now 3years.
    You should at least try a factory reset of the TC.
    Before doing this I would also downgrade the TC firmware to 7.6.1 or even 7.5.2. You do this by holding the option key when clicking version.
    And redo the setup. No files on the hard disk are lost doing this.
    If the computers are using Mavericks.. I do strongly suggest you set names correctly.
    Make all names in the TC short, Less than 10 characters is excellent.. no more than 20.
    No spaces.
    Pure alphanumeric.. no apostrophe. It is not legal even in Apple network as it is replaced.
    Mavericks changed to using SMB networking by default and it leads to all kinds of issues.
    But if you have network connection to the TC by wireless but not ethernet from WAN port to the main comcast modem.. the internals of the TC are simply failing.
    It is old and tired. Repair is not part of apple's world view.
    I have repaired them. And posted instructions but it is well beyond a tinkerer .. this needs fairly committed DIY repair.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair/new-issue-with-a1355-gen-3-tc

  • How do I set up Mozilla to accept connections on port "The World Wide Web service (HTTP)"?

    When attempting to embed a video in PowerPoint 2013, the message "Sorry we are having some temporary service issues" appears.
    In researching the problem at Microsoft. com, the following message was received: Mozilla is not set up to accept connections on port "The World Wide Web service (HTTP)."

    Hmm... PowerPoint should use Windows to connect to the internet and not Firefox.
    Which method are you using?
    (1) Insert > Video > Online Video
    Apparently there was an update this month that enables this, as described in this support post (see top Answer just after the question): [http://answers.microsoft.com/en-us/office/forum/office_2013_release-powerpoint/embedding-online-you-tube-video-in-powerpoint-2013/0bc00dde-420c-4c6a-bd47-3fb105ce40fc Embedding online you tube video in powerpoint 2013 - Microsoft Community]
    Here's how it should work after the update: [http://office.microsoft.com/en-us/powerpoint-help/insert-or-link-to-a-video-on-youtube-HA104192855.aspx Insert or link to a video on YouTube - PowerPoint]
    (2) Developer > More Controls > Shockwave Flash Object
    As documented on other sites, such as: https://www2.palomar.edu/pages/atrc/2013/09/17/how-to-embed-youtube-video-in-powerpoint-2013/

Maybe you are looking for