Can no longer publish to WL using WS4WL

Hi.
Last week, my Workshop4WebLogic suddenly decided that it would go on a deployment strike. I've tried several negotiation methods, even mortal threats and violence, but the IDE is very persistant.
It spits out the following protest each time I try to perform a rebuild and publish:
Publish failed
Error with publish task 'Controls Assembly'.
Controls assembly failure running assembly on standalone WAR 'TRACK'.
java.lang.NullPointerException: null
Error(s) occurred during assembly. No modules will be published.
I've employed a temporary deployment worker - ANT to function as the deployment manager for Workshop4WebLogic, but this is not an optimal solution. I'm not sure that ANT will write the appropriate Beehive code for me when I compile, so I constantly use clean and rebuild before running ANT. It used to take about 50sek. between the time of a code change and the time I could test the code. Now I use about 110sek.
Could somebody please tell me what this error means, and how to fix it? The server console log does not say anything...

Hi Raj.
I'm using Workshop for Weblogic 9.2.1 build 842050 with the following installed extensions:
* Aptana 0.2.7.13425
* SubClipse 1.0.5
I'm developing on a Dynamic J2EE Web project using Hibernate, Spring, Beehive running on JRockit 90_150_04.
The server domain has one configured datasource referenced by Hibernate.
Extract from .log file:
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:07:20.580
!MESSAGE Deployment manager created @21300451
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:27.871
!MESSAGE Publishing beginning.
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:29.604
!MESSAGE Deployment manager created @24778833
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:31.345
!MESSAGE ***dm.getAvailableModules (initModuleNameCache)
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:34.177
!MESSAGE ***dm.stop (stopModule) TRACK
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:35.553
!MESSAGE Waiting on ProgressObject:@7671005
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.313
!MESSAGE ProgressObject completed :@7671005
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.316
!MESSAGE Stopped TRACK
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.318
!MESSAGE ***dm.undeploy (undeploy) TRACK
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:37.365
!MESSAGE Waiting on ProgressObject:@18594359
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:40.928
!MESSAGE ProgressObject completed :@18594359
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:40.983
!MESSAGE Module TRACK was undeployed sucessfully.
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:42.367
!MESSAGE Releasing deployment manager @24778833
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:42.386
!MESSAGE Publishing finished.
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:44.420
!MESSAGE Deployment manager created @13090583
!ENTRY com.bea.wlw.controls.core 4 4 2007-02-08 19:13:00.887
!MESSAGE Failed in attempt to detect callbacks from pageflows.  No warnings will be supplied.
!STACK 0
java.lang.NullPointerException
     at com.bea.wlw.controls.core.publish.ControlsClassLoaders.findToolsJar(ControlsClassLoaders.java:143)
     at com.bea.wlw.controls.core.publish.ControlsClassLoaders.createParentClassLoader(ControlsClassLoaders.java:71)
     at com.bea.wlw.controls.core.validation.ControlValidator.build(ControlValidator.java:66)
     at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
     at org.eclipse.core.runtime.Platform.run(Platform.java:783)
     at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
     at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
     at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
     at org.eclipse.core.runtime.Platform.run(Platform.java:783)
     at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
     at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
     at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
     at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.checkAutoBuild(WeblogicServerBehaviour.java:541)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:326)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:301)
     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:02.219
!MESSAGE Publishing beginning.
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:05.734
!MESSAGE Releasing deployment manager @0
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:05.737
!MESSAGE Publishing finished.
!ENTRY org.eclipse.wst.server.core 4 0 2007-02-08 19:13:06.53
!MESSAGE Publishing failed
!SUBENTRY 1 com.bea.wlw.server.core 4 0 2007-02-08 19:13:06.53
!MESSAGE Error with publish task 'Controls Assembly'.
!SUBENTRY 2 com.bea.wlw.controls.core 4 4 2007-02-08 19:13:06.53
!MESSAGE Controls assembly failure running assembly on standalone WAR 'TRACK'.
!SUBENTRY 3 com.bea.wlw.controls.core 4 4 2007-02-08 19:13:06.53
!MESSAGE java.lang.NullPointerException: null
!SUBENTRY 1 com.bea.wlw.server.core 4 4000 2007-02-08 19:13:06.53
!MESSAGE Error(s) occurred during publish assembly. No modules will be published.
!ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:08.871
!MESSAGE Deployment manager created @1563473I will try to create the project anew... But I will have to get back to you on that. I will post this now, and make a new post a little later on...
Thank you for now.

Similar Messages

  • Using iweb 11 I can no longer publish site updates, please help.

    I am using iweb 11 and Lion and I can no longer publish site updates, please help.

    What a brilliant solution, Roddy.  Never would have thought of that.

  • I can no longer publish my ICal work calendar

    Just updated to the new calendar in mobile me but it deleted all previous calendars that were on my iCal app on desktop computer.  Fixed that with apple's help, but can no longer publish new calendar updates that are created on home desk top computer/ical (not mobile me).  The radio beacon is no longer present on the work calendar that has been published for 5 years and in the tool bar under Calendar "published" is not able to be selected.  I have 81 mb of my iDisk being used and over 9 gb of free space.  Any help/ideas out there.  Thank you.

    This is odd: I have no trouble doing this. However I'm on Snow Leopard, so I don't know what difference Leopard makes.
    When Apple sorted out your initial problem with the calendars after the upgrade, are you sure they didn't land you with MobileMe calendars? The new calendars live on MobileMe and Leopard can read them and display them in your iCal - I don't know whether it lists them under your MobileMe login name as Snow Leopard does.
    Try this: create a new calendar and make sure that it's 'On My Mac'. Add a single event to it just so that there is something there. Can you publish this? If so, then the other calendars probably are on MobileMe and need to be transferred back to your Mac (from where they won't sync with MobileMe).
    This is the procedure for shifting calendars back to 'On My Mac':
    Select a calendar listed under your MobileMe login name.
    From the File menu choose Export...>Export. An .ics file will be saved at your designated destination.
    Create a new calendar with the same name as the one you've just exported from, choosing 'On My Mac'.
    From the File menu choose Import... Select the .ics file and choose to import it into the calendar you just created (make sure you don't import it into the MobileMe version).
    When complete, check that it's OK and then you can delete the MobileMe version.
    Repeat for other calendars. I should keep the .ics files for a bit as a safety until you are quite sure everything is correct.

  • Can no longer connect to iProjects using Oracle Portal

    From one day to the other, I can no longer connect to iProjects using Oracle Portal. It gives the message "Cannot connect to iprojects-files.oracle.com" because the username or password is incorrect. I can connect using the web interface though, using the same username and password. I type my username in uppercase and password in lowercase. Tried other combinations (upper and lower) as well, to no avail.
    Any Idea?
    Jan Kettenis

    JEM24 , your suggestion is included in:
    - iOS: Troubleshooting Wi-Fi networks and connections
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    JEM24 wrote:
    Sorry Mindi, also have your tried rebooting your router? That's all. Try that before you attempt to Restore. Cheers.

  • After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    Dansyacht wrote:
    If the previous Safari suggestion doesn't work try the following:
    In Finder, go to Macintosh HD/Library/Internet Plug-ins and move AdobePDFViewerNPAPI.plugin to the Disabled Plug-ins Folder.  Restart Safari.  If this works you may just want to delete that FUBAR plug-in.
    Thanks.  This was the solution for me.
    Message was edited by: tvdowntown

  • I have a Lexmark Prevail Pro 705 printer connected to my network wirelessly. I can no longer scan from it using Image Capture. I can print to it. I can scan from it using a Windows machine. Most updated firmware. Driver v 11.0 Any ideas?

    I have a Lexmark Prevail Pro 705. Latest (as of july 30, 2012) firmware. Mac driver v 11.0
    I can no longer communicate wirelessly with the scan feature of the printer. I can print no problem using a wireless connection. Using a window's machine I can scan wirelessly from the printer. It seems that my iMac (OSX 10.8, 3.06 Ghz Intel Core 2 Duo, 24inch early 2009) is not connecting to it. I can put a USB cord into the computer and scan.
    Any ideas? This came up starting 2 weeks ago. I had hoped the operating system upgrade would solve it. It has not. I see nothing on the Lexmark boards about this. Since the printer works fine in both print an scan mode using a windows machine and can print fine from a Mac but not scan I don't have any ideas but I suspect it is the Mac.  

    Repair your disk permission: http://bit.ly/OeD7U3.
    Run Cleanup tool http://bit.ly/vnukXY
    Download updated driver from Lexmark website www.lexmark.com
    Run firmware update http://bit.ly/AcNqbg
    Reset printing system http://support.apple.com/kb/HT1341

  • I can no longer connect to itunes using the icon on my desk top.

    my computer came with itunes which i used successfully but my nephew installed an other music program that i deleted and ever since then I can no longer open my itunes from the icon on my desk top. I just get the spinning circle for a few seconds and then nothing.

    Hello Jpahlphoto!
    I'm sorry to learn about the issues mentioned in your post. Let's fix this for you OK?
    Please restore your iPad and see if that does the trick. You'll find the steps here:
    http://bit.ly/16hQAlr
    Thanks,
    ChristinaB_VZW
    Follow us on Twitter @VZWSupport

  • How long can the same publisher ID be used to update an app

    I recently signed an update with ADL 1.5.3 using the original publisherID in the app descriptor and 1.5.3 in the namespace. It currently works fine, updating the original app as expected.
    The original app was signed using ADL 1.5.1 (or 1.5.2... can't remember). Now lets say 6 months (the grace period) elapses and the client wants to update the app again. I'll need to sign the app WITHOUT a migration signature since the grace period for the original certificate has passed. Will users of the original app be able to update without un-installing if publisherID is specified in the namespace?
    I think the answer is no, since that would mean that anyone could spoof anyone's app just by knowing the publisherID. However it's bad user experience to require the un/re-install, and also a pain to develop around (user settings migration from ELS, etc). Can't ADL have some kind of chainmigrate command, where in order to migrate a signature, one could line up certs back to the one that produced the original publisherID?

    Thanks Joe,
    We've rulled out possible errors. Actually the test was repeated from the beginning. All your checkpoints are passed.
    However, there is some new information that would hopefully help. When the new .air file is built, with the migration signature and everything, it actually doesn't get detected as a brand new application, but it fails to unpack:
    Starting app install of file:///Users/triphon/work/triphon_pdc.gugga.com_1666/xxx/head/xxx/air/build/xxxMigrated. air
    UI SWF load is complete
    UI initialized
    Unpackaging to /private/var/folders/DE/DEMJRl6mHJK+f9uulQA75k+++TM/TemporaryItems/FlashTmp0
    unpackaging is complete
    application is bound to side-by-side version 1.0
    application is bound to this version of the runtime
    app id xxxxxxxx
    pub id xxxxxxxx
    failed while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3003" errorID=3003]
    starting cleanup of temporary files
    application installer exiting
    Its totally amazing that the exact same simulation works great, in case we use two active certificates. But with the old build (AIR 1.5.0 namespace), it would get that error.
    Any thoughts would be really appreciated.
    Thanks again
    Stefan

  • Can no longer publish my sites (for 6 months now!).

    iWeb tech support gave me a bunch of things to troubleshoot and nothing has hit the mark so far. From that, I do know that I CAN publish to a folder as well as copy the published folder to my iDisk, so, from that, I'm told it wouldn't be an Internet connection problem. I have 7 iWeb websites, as follows: (these are the 6-mo. old versions): They are transparently linked through Network Solutions to their .com names (which that in itself was a big to-do to get working until I figured out myself that they had to use case sensitivity based on my folder names).
    CareerCatapult.com
    CreativeImageBuilders.com
    DesignerResumes.com
    CareerImageBuilders.com
    DesignerWebResumes.com
    ArtisticDesignServices.com
    EvelynSalvador.com (hasn't come up at all)
    I urgently need to get these sites up so I can start earning a living again! Any help anyone could provide would be greatly appreciated. If you have questions I need to answer just let me know (and hopefully I'll find your questions. I'm new to this message board).
    Thanks in advance!
    Evelyn

    This is odd: I have no trouble doing this. However I'm on Snow Leopard, so I don't know what difference Leopard makes.
    When Apple sorted out your initial problem with the calendars after the upgrade, are you sure they didn't land you with MobileMe calendars? The new calendars live on MobileMe and Leopard can read them and display them in your iCal - I don't know whether it lists them under your MobileMe login name as Snow Leopard does.
    Try this: create a new calendar and make sure that it's 'On My Mac'. Add a single event to it just so that there is something there. Can you publish this? If so, then the other calendars probably are on MobileMe and need to be transferred back to your Mac (from where they won't sync with MobileMe).
    This is the procedure for shifting calendars back to 'On My Mac':
    Select a calendar listed under your MobileMe login name.
    From the File menu choose Export...>Export. An .ics file will be saved at your designated destination.
    Create a new calendar with the same name as the one you've just exported from, choosing 'On My Mac'.
    From the File menu choose Import... Select the .ics file and choose to import it into the calendar you just created (make sure you don't import it into the MobileMe version).
    When complete, check that it's OK and then you can delete the MobileMe version.
    Repeat for other calendars. I should keep the .ics files for a bit as a safety until you are quite sure everything is correct.

  • Can no longer publish changes

    I've obviously heard that Apple are no longer running MobileMe but I thought it was running until next year.
    Have been trying to publish changes to my website via MMe but keep getting message saying 'can't connect to MobileMe'. Admittedly, this has happened since I upgraded to ilife 11.
    Any answers anyone?

    Try this:
    go to the System/MobileMe preference pane and log out of MMe.
    login with a bogus username and password like "test" and "test". This clears the caches.
    login with your correct username and password.
    launch iWeb and try again.
    If still not working try the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home()/Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

  • Can no longer publish

    I've had no problem in the last month publishing to .Mac, but today my revisions didn't show up. I still have old pages visible when I visit the site.
    Hope someone can help.
    Thanks
      Mac OS X (10.4.7)   G5

    First....try emptying your browser cache....if you are using Safari, look under the Safari menu and select "Empty Cache".
    Or....add a "?" to the end of your URL, like http://web.mac.com/yourname? . This will force your browser to fetch a fresh copy of your site files from your ISP.
    Hopefully the above will clear up your problem. If you've had no problems publishing in the past and you got no error messages this time, hopefully it's just this caching issue.

  • I can no longer Publish my web site changes since I let Face Book be involved in the Publishing.

    Seriously- It just freezes somewhere when it asked to update via FB after I hit publish.  There's no place to get face book out of the mix! I looked everywhere, Preferences, etc , nada! Help!  I've rebooted the program a bunch of times even the computer. Also, now if I hit "publish changes" still freezers.
    How can I reset the Publish preferences so it doesn't ask me for my FB log in , etc . I believe that's why it's freezing. 
    I have a few typos on my web site I'd really like to correct.
    Any help is appreciated!
    Best,
    kyttiegirl

    Try publishing to a local folder and then switching back to the iWeb FTP.
    If that doesn't work, publish to a local folder and then do the troubleshooting step under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • I have accidentally deleted my IMAP password from my key chain, therefore i can no longer access my emails using mail.  I can access my email through my Gmail account no problem, so how do i fix this as i cannot remember my IMAP password.

    I have accidentally deleted my IMAP password from my key chain, as a result i cannot access my google email using the Mac Mail.  I cannot remember what the password was for IMAP, so can anyone help to resolve this.  i can access my mail by going directly to Google Mail.
    Regards JKG1135

    The password for use in the Mail application would be the same password you use when accessing Gmail by using an internet browser. The exception to that would be if you have 2-step verification enabled for Gmail. If that is the case then you would need to use an "application-specific password." If you are using 2-step, you can revoke the previous application-specific password and get a new one as described in https://support.google.com/mail/answer/1173270?hl=en

  • Can no longer publish after latest Muse update (April 2nd 2014)

    Hi all,
    This issue is two-fold; the first is somewhat minor, but the second is concerning me greatly, particularly as my workload is picking up at the moment...
    Every time I attempt to publish (having created the site through Muse - as I find this easier, and I upgrade subsequently) I get a message telling me the BC site has changed and am given the option to "review" the changes or publish anyway. If I hit "review" it automatically skips the "merge" or don't merge screen and makes the choice to "merge" on my behalf (what If I don't want to merge?)... This happens EVERY time I attempt to publish the current site I'm working on.
    Sure, I've seen this message before and usually, it only pops up if there's been any changes on the BC side of things which is fair-do's, but this site hasn't actually been published yet - and I'll tell you why in a sec - but yet I'm still getting this message EVERY time I attempt to publish...?!
    The funny thing is, nothing on the BC side could've changed because it hasn't successfully published ONCE yet. This is due the second part of my problem where the publish pop-up (progress bar) hangs at aroun 66%, whenever it gets to any image file (regardless of size or format - yes, I've tried numerous varieties).
    So, in short, currently I cannot actually publish a site, and every time I attempt to, I'm told changes from the BC side of things need merging with the Muse side...
    Anyone got any ideas on what's happening here, if there's anything I can do or whether I can expect an update to fix these (I guess) bugs any time soon? I need to publish this particular site ASAP and have a new commission I'm starting this week too - I don't want to commit to delivering in a certain timeframe if my software won't actually let me publish!!!
    Any help would be much appreciated.
    Thanks.

    Hi Zak, thanks for the reply.
    The filename is whatever is set to be the background fill of the site (I presume the desktop background fill, if mobile versions are set to be different). I've tried a number of different files, sizes and types/formats and the result is still the same, so as far as I can tell it's not the file itself causing the issue...
    It uploads all pages (desktop, tablet and phone versions), .css files and .html files, and even the favicon .ico file but then hangs on the first image file, which incidentally is the background fill image.
    The total number of files is said to be 154. It gets stuck on file number 24.
    Yes the "Resume" dialog appears and upon clicking it just attempts to continue from the hang at the first image file (apparently 66% of the way through).
    Re: the "BC site has changed" part - I thought as much but figured worth reporting.
    ... Incidentally, as I've written this reply, I left the "Resume" dialog open (ie neither clicking "resume" or "cancel" and just as I've finished typing it appears to have published the site successfully?!! (I must've left it for roughly 5 minutes)
    Bizarre behaviour... I'm not sure if this will repeat itself with other sites but I'm sure there's a bug here that needs looking at regardless...?!
    Any thoughts?

  • I can no longer connect with others using FaceTime after the mandatory update

    I updated my iPad software and now when I try to connect with someone using FaceTime I can never fully connect.
    Can anyone help me or seen this issue?

    Unable to make or receive FaceTime calls after April 16, 2014
    http://support.apple.com/kb/TS5419
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

Maybe you are looking for

  • Error while applying EHP4 to ERP6.0-phase MAIN_NEWBAS/JOB_BATCHCHECK_XPRA!

    while i was applying EHP4 to my ERP6.0 system using Enhancement Package Installer i got the following error in the Downtime roadmap: Severe error(s) occured in phase MAIN_NEWBAS/JOB_BATCHCHECK_XPRA! Last error code set: RFC_ERROR 2: DUMP_ERROR i chec

  • How can I see in which Group the workspace has been created ?

    Hi, The BeehiveOnline Tutorial on slide 7 shows that Workspaces are created within a Group. Also the Group Administration screen suggests this as I can indicate that user ABC gets the role 'Workspace Creator' in one Group but same user ABC does not g

  • Need to view .cashe files in Safari

    I am able to find a lot of files with long path numbers (Example: 0469048316-1542506734.cache), and imagine I will have to look through quite a few to find the right one... but... I don't know HOW to view the .cache files. Can anyone help, using easy

  • IMac is starting with only 2 cpus

    Hello, Two weeks ago my iMac started restarting by itself. It couldn't start the OSX, but restarting just before the login screen. I was investigating this issue for a whole day until I found that if I set boot arguments to CPU=1 it starts just fine.

  • Scripts/multiple queries in one CF Query block in Oracle

    Greetings: I am primarily an MS SQL programmer and I am wondering how to run multiple query statements inside a single cfquery block. For example, on MS SQL I can do multiple delete statements, or an update and select within one cfquery block, but I