Publish for web server generates bugs

Hi all,
I'm doing a website project in catalyst and all seems fine when I preview but once I publish for the web and watch on my web server mainly fonts get messed up. For example one word in my logo is mysteriously gone and letters get placed outside there text field. If required I can place my FXP for adobe staff.
Thanks for taking a look at this,
Jason.

Hi Jason,
When you click File>Publish to SWF/AIR, are you checking the item "Embed fonts" option? 
Do post your file if you'd like me to take a look.
T

Similar Messages

  • I need to Health check for Web server and need report on daily basis

    Hello,
    How to monitor Web servers  ?
    It would be great for administrators to have a daily alert using power shell script for web server
    Can anyone have any scripts that triggers email like IIS services , etc.. are up and running.
    Thanks
    Pushparaj
    Thanks, Pushparaj

    Hi Pushparaj, this forum is not for sharing or building script based on request
    You check the below code and build your script
    $Service = Get-WmiObject -Class Win32_Service -ComputerName SERVERNAME | ?{$_.Name -eq 'IISADMIN'}
    Send-MailMessage -From 'mailID' -To 'mailID' -SmtpServer 'XXXX.DOMAIN.XXX' -Body $Service.State `
    -Subject 'IIS Service'
    Search Script
    Request Script
    See this script and modify as per your needs
    Regards Chen V [MCTS SharePoint 2010]

  • Web server generating wrong url.

    I am getting following error message in errors file.
    warning ( 5394): for host 10.215.152.49 trying to POST <root>/servletWindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction, send-file reports: can't find <root>/servletWindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction (File not found)
    Interesting observation is one forward slash is missing in the above url.
    There should be a "/" between servlet and WindchillAuthGW. Hence the error.Can someone tell me what is the reason.

    Web Server didn't "generate" that URI; that's the URI the client requested. If that URI is wrong, the most likely explanation is a typo in the referring page.

  • Publish for web viewing?

    I haven't found enough information about web viewing of
    Captivate 3 screencasts.
    I don't have a flash server, but I have a CMS capable of
    serving individual swf or flv files. But in my output I have three
    different swf files (not to mention an html).
    For the sake of web viewing/streaming, what are my options?
    1)is there a way in Captivate to convert it to a single file?
    2)Are there any utilities for coverting to avi/mpeg? So far,
    the only thing I've found is
    http://www.adshareit.com/howto-swf-to-video.html,
    but I don't know what settings to use. I tried its default
    settings, and the result was three mpegs, all of them were huge and
    none were usable.
    3)are there special settings you should set up in Captivate
    for web viewing?
    4)my cms (which is specialized) has some ability to play
    flash media files within a viewer, but am unsure exactly. How would
    an embedded flash player on a website be able to view a captivate
    video?
    From a standpoint of latency and performance, is the best
    option to just upload the three files to a web directory and give
    the user the URL for the html file?

    Hello again Robert
    Without seeing your actual output files it's a bit difficult
    to say exactly what each file is for. But I can toss out some
    generic information.
    Often when you record a project in Captivate and publish the
    output you will end up with four basic files.
    ProjectName.SWF (Contains the bulk of your presentation)
    ProjectName_skin.SWF (Contains the Playback Controls and adds
    one or more Borders surrounding the main part of your presentation)
    standard.js (An externally referenced JavaScript file. This
    was was used to prevent seeing the "Click to activate" message that
    Microsoft Internet Explorer used to issue when it played Flash
    content. But IE has been updated so this message no longer appears.
    Even so, the standard.js file is still necessary in order to
    properly display your content.)
    ProjectName.htm (An HTML file that is used to present the
    Flash presentation)
    Depending on what and how you recorded, there may be other
    files involved too. You could see one or more Full Motion files
    among the mix.
    Additionally, if you used some of the supplied animations
    that ship with Captivate, you could see those as well.
    Hopefully this was helpful... Rick

  • Losing Mouse "hand" over buttons when publish for Web.

    Hi,
    I'm new to Flash. I'm publishing a web-site and I lose the "Hand" icon for the mouse over buttons after I publish and run the HTML=>Swf files from the Browser. When I "Test the movie" from flash I see the "Hand" over buttons just fine.
    Is there a publish setting that I'm missing which allows the hand to remain?
    Please help.
    Thanks,
    Jeff

    Hi, Had to work yesterday.
    At the moment I'm running/testing locally  (which may be the problem) from a flash secure directory on my desktop. So no link sorry.
    I think I need to look into setting up a test service with Yahoo or something. Any suggestions? I'm not really sure how to upload my completed website (.html and .swf files) to a service. That's a different topic/question. Any help along those lines is greatly appreciated.
    Anyway, I'm using safari 5.1.7 on my IMac. and Safari 6.0.3 on my Mac Pro. and Firefox 21.0 (primarily) or Internel Explorer (rarely) on my "windows" laptop.    The "Hand" works on all of these (files local to the respective computer) except the IMAC Safari 5.1.7 flash player 12.0 combination, which was my first test environment scenerio.
    I'm planning to do two things.
    1) Update my IMAC to Safari 6.0.
    2) Set up a test area with a service provider. This in itself may resolve the issue for the Safari 5.1.7. At least I'll be testing in a "real world" environment.
    So, thank you for your help with this. I think we can call it solved. If my testing on a true server shows the same results then I may shoot out another question. I think it is a nice goal to have our web site creations run on all platforms and browser comibations but is that realistic? If we test on as many combinations of the most recent software releases as we can with reasonable success what more can we do? I'd like to hear you opinion. Feel free to sent me an email.
    Would you like me to open a new question/discussion regarding the help finding and uploading files to a service provider?
    Thanks again,
    Jeff

  • Setup NLB on server 2012 R2 for web server

    I have one web server which running around 45 to 50 applications. Recently server goes down due to some network issue at data center. now i want to keep one more server with same websites so if one of our server goes down another will keep running and users
    can still access websites. I have search on google and found one PS Script which create websites and transfer the data as well script as below.
    add-pssnapin wdeploysnapin3.0
    New-WDPublishSettings -ComputerName calantha -AgentType MSDepSvc -FileName c:\websites\calantha.publishsettings
    New-WDPublishSettings -ComputerName saffron -AgentType MSDepSvc -FileName c:\websites\saffron.publishsettings -UserID administrator -Password pass@123#
    Sync-WDServer -SourcePublishSettings c:\websites\calantha.publishSettings -DestinationPublishSettings c:\websites\saffron.publishSettings
    just want know can this script will work in my case or i have to use NLB as my websites are not kept in shared and if i want to use NLB then i have to keep data on shared server or i have to keep it updated across all servers. Also i want to keep 2nd server
    to another country will it work with NLB  
    Akshay Pate

    HI,
    If you are building NLB websites then the best method for the websites is put them on a shared disk DFS etc. When updating the websites you need to keep in mind that this must be done on both Webservers and need to be the same.
    there for you can use iis shared configuration. see blog post below.
    http://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264
    and for your script here is a sample form the iis site :
    http://www.iis.net/learn/publish/using-web-deploy/web-deploy-powershell-cmdlets
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

  • Financial Reporting Studio 11.1.2.1 PDF not Configured for Web Server

    I have installed EPM 11.1.2.1, and HFM, Planning, Essbase, Financial Reporting are all working fine except when I do a report preview in the Workspace an error is received that PDF has not been configured for this Web Server.
    I have uninstalled PDF and Financial Reporting then re-installed them but I am still getting the same error. Also, I when I tried to view report from Workspace in Financial Reporting Studio, I received the following error:
    error number 400 Error Description:Form already displayed; can't show modally. Function: ShowMsg. Module:GblMethods.
    Your help would be gracefully appreciated.

    You should review all installation guides, readmes, and the certification matrix before performing a Hyperion Installation and/or Upgrade.
    Version 9.0 of Ghostscript is not supported, install ghostscript 8.6.3 - 32-bit.
    From the 11.1.2.1 Certification Matrix: "Either: --Adobe Acrobat Distiller Server 8.0 or 6.0 --GPL Ghostscript 8.63; AFPL Ghostscript 8.54 or 8.51; or GNU Ghostscript 7.0.6"     
    From the 11.1.2.1 Installation Guide Page 110: "Ensure that a supported 32-bit version of Ghostscript is installed."
    See http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121.pdf
    Regards,
    John A. Booth
    http://www.metavero.com

  • Fix for Web Server Expect Header XSS in 10g AS 10.1.2.0.2

    Dear Friends,
    i am using Oracle AS 10.1.2.0.2.
    i want to fix the issue:
    Web Server Expect Header XSS
    what is the best method.Please suggest
    Regards,
    DB

    Do you have some solution for this?

  • Migrating From Window Server 2003 to Window Server 2012 for Web server deployment and Developmemt Machine is on Window Server 2008

    Hi Microsoft Team,
    We need your urgent advice and that is also on priority:
    Issue Description: We need to migrate from
    WINDOW SERVER 2003 to WINDOW SERVER 2012 while the development activity will be carried
    under WINDOW SERVER 2008 as DEVELOPMENT BOX.
    .NET Framework Version: 3.5 ( For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
     IIS Version: 7.5 (For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
    Need your quick advice Is that configuration feasible for Development and
    Deployment (Web Server).
    Highly appreciate your response as this will depend which product we need to buy also if you feel any showstopper or concern. Please let us know.

    Hi,
    As suggested by Tim, in order to get better assistance, we can ask for help in the following IIS forum.
    IIS Forum
    http://forums.iis.net/
    In addition, regarding migrating from Windows Server 2003 to Windows Server 2012, the following blog can be referred to for more information.
    Step-By-Step: Active Directory Migration from Windows Server 2003 to Windows Server 2012
    http://blogs.technet.com/b/canitpro/archive/2013/05/27/step-by-step-active-directory-migration-from-windows-server-2003-to-windows-server-2012.aspx
    Best regards,
    Frank Shen

  • Does iPlanet 6.0 SP2 Web Server have bugs in the Search function?

    We're trying to enable searching in iPlanet 6.0 SP2 using the web admin interface, but changes are not propagated to the webpub.conf file. Is this a known problem?

    its not a bug.your web server works fine.Don't worry be happy.

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • "Save for Web & Devices" Huge BUG and major annoyance!

    Photoshop CS3
    I am so tired of losing all of my work for this bug it isn't even funny! It doesn't lock up Photoshop but does make it impossible to save anything including all the currently cropped and resized images open in PS. It forces you to lose hours of work in some cases which is what just now happened and I want something done with this since it is probably the biggest annoyance from a BUG of all the adobe products ever.
    To replicate this bug:
    Open an image, any image.
    Go to File and Choose "Save for Web & Devices".
    Once the "Save for Web & Devices" dialog box is open choose save, BUT here is the bug, after the Save As dialog box appears choose cancel to go back to the open and now useless "Save for Web & Devices".
    Attempt to now close the "Save for Web & Devices" dialog box.
    The issue is it won't close once I cancel after choosing save from the  "Save for Web & Devices" dialog. I cannot resize the window or do  anything in PS when this happens since it takes complete focus. I cannot  close the box or choose from most of the options on the right since now  at this point they'll all be blank.
    This has happened before and  I had learned to save no matter what to avoid this but just forgot and  am once again about to lose HOURS of work because of it...
    I have searched and searched and cannot find a separate process to close in device manager to stop just it (which is lame). All I can do is close PS and say good bye to everything I had already done.
    Of course I would like a solution to this and a fix but having owned Adobe products for years know this is highly unlikely and to get a fix you must buy the new version (pathetic). So, I will settle for yet another hopeful work around to get around this idiotic BUG.
    EDIT: I have rebuilt my preferences countless times (since that seems to be needed for so many of Adobe's products issues) as well as complete resinstalls of the CS3 Production Premium Suite to no avail. I have dealt with this issue for several years and several new installs. I have an aviation forum and people have been able to replicate this on theirs installs as well, to include one CS4 user.
    Message was edited by: Danbo342

    Thanks Noel, and others.
    I have listened to people.  In fact read my second post. It was seeing the 1st two that couldn't  duplicate the error get on the phone to a friend in Germany that was  able to duplicate it. I then came back here and shared what my  suspicions were of the Matrox unit. The other person able to duplicate the issue has yet to return to the forum for me to further check with (I guess some people sleep).
    To be clear here. I  have owned CS3 since it's release. I have built myself several  computers since I bought it and this one is actually the third since  then. This particular issue though was never seen until a few months ago  since I seldomly use the Save for Web for saving files and just started  using it on my latest flash site.
    As for video cards.  This card I am using is my 3rd. My GTX 260 was great but being having  other joys of the PC I also always kept up with the latest and greatest  cards so thus came my last purchase of the GTX295 before the newer ones  hit. Point being, the issue is most likely my Trip2GO and plan on  testing when I get home and get it ripped apart. I do web design on the  side which is one reason the trip2Go for my home workstation. The other point is that I do a LOT more than Adobe work and my card needs to be high end and not some cheap card just to make my suite work. Maybe in the future I'll make another comp,,, one for every other product I own and then one just for Adobe's products.
    Now as for tech support and myself. I am A+ certified. I am certified in every OS since Dos 6 and a hardware engineer. I do tech support, have 3 support forums and 11 web site, all primarily based on support. My comments above were not about getting mean, it is because Adobe support in general is one of the worst that I have ever had the misfortune to deal with and strongly disagree with the way they cut support and updates to a year old product (that's when no more patches came out I meant and known bugs were written off for the next version). To say try a new video card to me is like a supposed "tech" to say reinstall your OS, or like here reading people say (what I originally said I did) about clearing the preferences. Sure, this help clear up lots of Adobe product abnormalities but listen up folks, it's not a SOLUTION, it is merely a work around. It shouldn't get so screwed up to begin with. This is not my product and although I have tried it, it is wrong to not fix these issues and just expect people to keep refreshing there preferences. It takes me hours and days to get things back the way I want them and normally half way to heaven another bug and I have to reset them yet again! This is us dealing with a broken product, period. It is far from a solution, there's a huge difference.
    Moving along,,, This build is a few months old but my windows install is much more recent. All firmware, drivers you name it is up to speed 100% I guaruntee. My hardware is all working perfectly with the propable exception of the Matrox rig. It has to be it. Being that the 1st two people to reply in my own forum were able to immediately duplicate the error had me thinking other but as you should be able to see is that changed fast and if you read this thread from top to bottom you'll see that I have been providing all the answers people are asking.
    Thanks again, I'll report back tonight. My current plan is to go through the painful process of getting just one monitor working without the Matrox unit, flushing my preferences and trying again. I think it will work fine but will report back either way.

  • RH9 publish to web server using HTTP

    Good afternoon,
    I'm attempting to upload a help site to a Windows IIS 7.5 web server. The failure message I receive is
    Warning: Failed to publish to "Bid Manager Support". reason: Connection failed. Please check the connection and post again.
    Native Error: Not Found.
    All the settings are correct I think...
    I've posted a pic below with the settings I'm using. I'm not posting the full hostname, however it is correct.
    Any help on setting this up properly would be awesome.

    I've also tried this setting as well

  • Licensing-Can I use 10 client version for Web server?

    I have a client that is looking to move their web servers from IIS and Windows to OSX server.
    My question is, how does the licensing shceme work? Can we use a 10 user version of OSX Server for a web server, or do we need the Unlimited version?
    Not 100% familiar with the server side of Mac things, so treat me gently

    Hi
    The licensing only applies to connected AFP users, so you can use a 10 Client version without any problems.

  • Modify root for web server

    The Server config successfully did a reverse lookup and created a config for the default web server.  Unfortunately I want to use that very name/address to host from a root location of MY choosing and not the one that Lion Server thinks I should want.  Since editing the server-built default config is not allowed (fields are grey'd out etc) I was successfully at creating an additional site, with the exact same fully qualified domain name, pointing to the root folder of my choosing.  While this does work with header based requests, it does fail for IP based requests or blabla.local requests. 
    It looks as if the web pane of the server app was crafted for users wishing to setup sites like this, yet this most simple of tasks seems out of reach.  Since I assume many have had to grapple with this issue I am hoping there are some experiences someone can share.  I will happily start hacking on the apache config, but it does seem that Apple planned for us to build sites with the app, and may break any of my hand-edits with an innocuous looking security update or something.
    thanks,
    greg

    Thanks
    It really worked. But it is not displayed properly i.e some pics are missing and more over i cannot login in to that web server. When i enter the username & password it just open and says the page can not be displayed
    i have made the following changes in order to accomplish that.
    /etc/hosts
    192.168.0.10 dummydomain1.com
    and this URL i had entered in the channel you had told me.Now whwn i get that interface of web server in front of me through portal it is in bad condition and more over when i try to login to that interface, my client it self try to access that interface i.e URL.However the requirement was to that the portal server should be doing all the work .
    regards
    Edited by: adeelarifbhatti on Nov 26, 2008 11:56 AM
    Edited by: adeelarifbhatti on Nov 26, 2008 12:01 PM

Maybe you are looking for