Unable to get area list, access projects

I'm running RoboHelp Server 9 and I have two issues that could be related.
First, when I attempt to publish WebHelp Pro from RoboHelp, I am unable to select a Help Area in the SSL dialog. I receive a message stating, "Unable to get area list from server." I opened the RoboHelp Server Web Administrator and verified that the areas are listed.
Second, when I go into the server and open the RoboHelp Server Web Administrator and select Projects, I receive a message stating, "Communication error. Server is refreshing project data. Try reloading projects pane in a little while."
I am at a complete loss. Here are things that I or my IT department have tried to do to fix this issue. None of these have worked:
Change the "reindex" property in the robohelp_server.properties file
Increase the PermSpace available to Tomcat:
Run the tomcat-install-dir>/bin/tomcat6w.exe file to open the Apache Tomcat Properties dialog box.
Verify that the Maximum Memory Pool setting is not blank. If it is blank, then specify a value, such as 512 MB. Make sure that the Maximum Memory Pool and XX:MaxPermSize values don't add up to more than the actual memory you can make available to Tomcat.
Restart Tomcat.
Wait 5 – 10 minutes after you publish your project to make sure that the data structure is loaded.
Rebooted the server
Removed recent updates from Adobe and Windows.
Tried using Firefox browser
I appreciate any help that can be offered.
Also note that this was not a problem before. I was able to successfully publish to the server, then suddenly I could not.

Hi Shannon.
The step that puzzles me is "Removed recent updates from Adobe and Windows". Could you expan on what the Adobe updates were? The reason I ask is that in my experience the application set-up (e.g. Tomcat + RHS) does not react well to removing things. You may have been OK just removing updates but as you have to install the applications in a precise order, removing updates could have messed with the communication between them.
You certainly seem to have gone through the steps we normally advise in this situation. You could try connecting to the database you are using. If you respond it would be useful to have further information about the physical server and database configuration you are using.

Similar Messages

  • How find those media that are listed under "Project Assets" but no longer used in Timeline?

    Good day everyone.
    Been working on a fun project for a while  now and overtime, I've added audio, images and vidoes to my project that later, I decided not to use in the Timeline.  These media (for example, a specific song, or a picture) are still loaded when I load the project and are listed under the Project Assets of course.  The reason being, I never deleted them from from the project.
    Now, I probabaly have about 30 to 40 such cases.  It's time to clean house and I want to know if there is a commend or some way to get Premiere (PE12) to highlight, flag or somehow let me know which media, though listed and loaded, is not used in the Timeline.
    Any chance this functionality exists?
    Best.

    Love_Green_Turtles
    For your consideration...try on a new mini test run project before you use it on a "real" project....
    Open Project Assets
    Click on its Panel Options Tab
    In Panel Options select View
    In View select List View
    In List View all the files that are in Project Assets and are on the Timeline will have a green dot in the Used column.
    If you remove a file from the Timeline, the green dot next to the file involved will disappear.
    You should be able to go through the opened Project Assets/List View and Clear all those entries that do not have a green dot next to them.
    Another safety net to consider....make a copy of the "real" project, and try the above on the copy.
    Please let us know if we have targeted your question and if the above works for you.
    Thanks.
    ATR

  • Any way to get a list of projects created before or after a certain date?

    Ladies and Gents,
    Now that libraries can be so easily switched between with Aperture, i'm trying to get a list of my projects that can be moved to an Aperture archive library. I can setup smart albums but that only matches actual photos, not entire libraries.
    My end goal is to simply select the oldest libraries in my current library, export and remove them from my current library, then import them into my archive library.
    Can anyone assist?
    Thanks,
    Ricardo Meleschi

    - Look into File->Relocate Masters and the subfolder dropdown for organizing your file structure.
    If you use referenced masters, you can more easily do what you're mentioning by export libraries out for each year, and have the masters in a folder setup to match.
    < Edited by Host >

  • Unable to get the list of Approvers in Create Absence

    Hi folks ,
    We upgraded our ERP system from 11.5.10.2 to R12.1.3. After upgrade , we tried creating an absence as part of testing on the R12.1.3. Entered all the neccessary details, moved to next page (Leave Application : Review ) and found that NO approvers are listed in the Approvers region.
    Could any one please help us in fixing this issue.
    This is an critical item for us , as this self service request is used widely in our daily by many users.
    We would request your solution as soon as possible.
    Thank a lot in Advance.
    Raghu

    Thanks for response.
    Yes I had a look on the function and process names. We were using a custom proc name and the same has been inherited to the upgraded instance too.
    I compared URL parameters of the Current 11i ( production , in which it is working fine ) and the R12.
    Both are using the same Proc name and Function name.
    Do I need with any AME setup changes for this particular workflow request ?
    FYI : All other self service request are able to get the approvers list excpet Create Absence.
    Raghu

  • Unable to get list of activities resident in IIS (Fusion)

    In our production environment we encounter a serious problem with IIS. We are unable to get a list of activities resident in IIS-console. Some sessions are not accessable in the console (cannot open the properties window to see the roles). They also cannot be terminated. Clients still can create processes but are not able to pick up activities en start them

    Hi, it is necesary view the log for know wha's the problem

  • List of Project Permission in PS 2010 Using SQL query

    Hi
    Is there any way to get a list of Project permissions associated with user using sql query. If i go manually Project center --> select project plan --> project permission it would take lot of time to find out for each user
    Regards
    Santosh

    Before you continue (which you probably will overlook) - please understand that you should only be querying the REPORTING database and not the published database.  A recommendation is to use a select statement statement to insert the tables into a table
    int the reporting database, then query that table for your results/report.  
    The following page I believe has what you're looking for (Users with direct permissions- query below)
    and more
    http://pmpspecialists.com/Blog/2013/10/
    SELECT MSP_RESOURCES.RES_NAME AS Resourcename, CONV.CONV_STRING AS Permission, MSP_WEB_SECURITY_SP_CAT_PERMISSIONS.WSEC_DENY AS Denied,
    MSP_WEB_SECURITY_SP_CAT_PERMISSIONS.WSEC_ALLOW AS Allowed
    FROM MSP_WEB_SECURITY_SP_CAT_PERMISSIONS INNER JOIN
    MSP_WEB_SECURITY_SP_CAT_RELATIONS ON
    MSP_WEB_SECURITY_SP_CAT_PERMISSIONS.WSEC_REL_UID = MSP_WEB_SECURITY_SP_CAT_RELATIONS.WSEC_REL_UID INNER JOIN
    MSP_WEB_SECURITY_FEATURES_ACTIONS ON
    MSP_WEB_SECURITY_FEATURES_ACTIONS.WSEC_FEA_ACT_UID = MSP_WEB_SECURITY_SP_CAT_PERMISSIONS.WSEC_FEA_ACT_UID INNER JOIN
    MSP_WEB_CONVERSIONS AS CONV ON CONV.CONV_VALUE = MSP_WEB_SECURITY_FEATURES_ACTIONS.WSEC_FEA_ACT_NAME_ID INNER JOIN
    MSP_RESOURCES ON MSP_WEB_SECURITY_SP_CAT_RELATIONS.WSEC_SP_GUID = MSP_RESOURCES.RES_SECURITY_GUID
    WHERE (CONV.LANG_ID = 1033)
    ORDER BY Resourcename, Permission

  • How to use viewslifetime managed property to get the list of sites which are least accessed?

    Hi,<o:p></o:p>
    I am trying to get the subsites of a site collection which are least accessed. I am using ViewsLifeTime managed property in a content search web part with a condition like this:
    ViewsLifeTime < 0
    OR
    ViewsLifeTime = 0.
    However, It is not giving any results. I even tried with ViewsLifeTime < 10. I have some subsites which are accessed less than 10 times. I came to know this when I saw the value of ViewsLifeTime
    property.
    Can anyone suggest how to add a condition on ViewsLifeTime property?
    Thanks in advance.

    Hi Mohan,
    Here is a thread with similar issue for your reference:
    http://social.technet.microsoft.com/Forums/en-US/770f100d-eadb-45d1-9305-15f11cf9038d/ctxcurrentitemviewslifetime-is-showing-null?forum=sharepointsearch 
    If you would like to get site usage report in SharePoint 2013, there is OOTB feature for you to view popular trends report for a site, you could refer to the link below:
    http://blogs.technet.com/b/tothesharepoint/archive/2014/01/28/view-and-configure-usage-analytics-reports-in-sharepoint-server-2013.aspx
    In addition, custom script for usage report for SharePoint sites might be more helpful to your requirement to know access times:
    http://blog.falchionconsulting.com/index.php/tag/audit/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to get a list of file paths for all files used in a project

    I have a project in Premiere Pro CC which has a large number of bins.  A sequence in one of these bins uses files from other bins.  I am trying to find the locations of all each of the files used  in the project.
    1)  Obviously I can select each clip in the timeline and show in finder, but there a lot of clips
    2) The video usage associated with each file in the project would help.  However
               1.  I haven't found a way to display only clips that have video useage if all of the bins have not been expanded.
              2.  Video usage  shows usage for all sequences, so one would have to manually check the pull down for each file to see if it is used in the sequence in question.
    3) I tried exporting the project to final cut pro xml.  The path url gives me the information that I need.  For some reason, however, when I do the export only one clip's information is there, not the information for all of the other clips in the project.
    4) I tired an export for speedgrade and all of the file names are there.  However the paths are not. 
    Basically I want to find all of the files in the project and relocate them to a specific folder for that project.  There's got to be a way to do this but I'm not seeing it ....

    Thanks for the suggestion concerning the file path.  And certainly it would have been nice to have done this before beginning.  However this is a project that has been around for quite a while, and the files have been moved into different bins.  And now the project sequence is being revised.
    So the problem is, worded slightly differently, how can I search all of the bins for the files that are used just by this sequence, ignoring the files which are used by other sequences?  Or, how can I get a list of the file paths of the files that are used in the sequence?

  • There are about 8 songs in a playlist on itunes that are listed in the playlist but cannot be transferred to my ipod because it states: "..the original file could not be found." When I try to locate the song I get a list of the different music librar

    There are about 8 songs on a playlist that are listed in the playlist library but when I try to transfer them to the playlist, it states that they can't be transferred because the original file could not be found. Then it asks, do you want to locate the file but when I try that I get a few libraries but am not sure how to locate the particular songs. Some of the songs were purchased and some were transferred from a CD. I have seen the same question asked on the help page but haven't found an answer.
    Thanks.

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to get the list of users who has access for list of tcodes.

    How to get the list of users who has access for list of tcodes.

    Go to transaction SUIM, this has a number of reports for users/authorisations
    open the Where used>Autorization Values>In Users
    and double click to execute
    in authorisation object, enter S_TCODE
    then press the "Enter Values" button
    It will offer entry boxes to put the transaction code you are interesed in.
    Then execute and the list of users with access to this transaciton code will be returned.

  • When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library - but two are missing from the folder.

    When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library, and all synced to the iPad - but the music from two of them are missing from the music folder. Questions are (a) where might they have gone? and (b) is there a way of "reverse loading" them back to my hard drive from the iPad? Thanks in advance!

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • I have a 4th gen nano that is loaded with my music library via a prior addition of Windows.  I now have Windows 7 and when I access I-Tunes and plug in my ipod I get a list of my music but cannot play it.  Open to suggests on how to solve this problem.

    I have a 4th gen nano that is loaded with my music library via a prior addition of Windows.  I now have Windows 7 and when I access I-tunes and plug in my Ipod I get a list of my music but cannot play it.  Open to suggestions on how to solve this this problem. 

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • How to get the list of deployed projects in OSB through commond line

    How to get the list of deployed projects in OSB through commond line; as we are able to get in weblogic.

    You can go with standard JMX API using WLST
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e15033/index.html
    or you can try a little bit tricky way like
    ls $DOMAIN_HOME/osb/config/core/ | grep -v ^_:-)

  • Unable to get access to wism2

    Hello,
    I have next issue: 
    When i was trying to configure redundancy, i lost access to wism2 module. When i ping service port, it reply me, but i unable to get access via "session slot proc".
    some brief information:
    cisco WS-C6509-E
    SN-1#sh module
    Mod Ports Card Type                              Model              Serial No.
      2    4  WiSM 2 WLAN Service Module             WS-SVC-WISM2-K9    SAL1739DEGF
      5    5  Supervisor Engine 2T 10GE w/ CTS (Acti VS-SUP2T-10G       SAL1739D9EL
    SN-1#sh run | i wism
    wism service-vlan 222
    wism module 2 controller 1 allowed-vlan 1-1001,1006-4094
    SN-1#sh wism module 2 controller 1 status
    WiSM Controller 1 in Slot 2 configured with auto-lag
    Operational Status of the Controller : Oper-Up
    Service VLAN                         : 222
    Service Port                         : 3
    Service Port Mac Address             : 6c20.562c.5a61
    Service IP Address                   : 192.168.1.101
    Management IP Address                : 10.32.252.21
    Software Version                     : 7.5.102.0
    Port Channel Number                  : 547
    Allowed-vlan list                    : 1-1001,1006-4094
    Native VLAN ID                       : 1
    WCP Keep Alive Missed                : 0
    any idea?

    Also, a have found a difference between second wism2 module
    SN-1(config)#do sh wism module 2 cont 1 sta
    WiSM Controller 1 in Slot 2 configured with auto-lag
    Operational Status of the Controller : Oper-Up
    Service VLAN                         : 999
    Service Port                         : 3
    Service Port Mac Address             : 6c20.562c.5a61
    Service IP Address                   : 192.168.1.101
    Management IP Address                : 10.32.252.21
    Software Version                     : 7.5.102.0
    Port Channel Number                  : 547
    Allowed-vlan list                    : 1-1001,1006-4094
    Native VLAN ID                       : 1
    WCP Keep Alive Missed                : 0
    SN-2#sh wism module 2 controller 1 status
    WiSM Controller 1 in Slot 2 configured with auto-lag
    Operational Status of the Controller : Oper-Up
    Service VLAN                         : 999
    Service Port                         : 3
    Service Port Mac Address             : 6c20.562c.4b61
    Service IP Address                   : 192.168.1.102
    Management IP Address                : 10.32.252.12
    Software Version                     : 7.5.102.0
    Port Channel Number                  : 547
    Allowed-vlan list                    : 1-1000,1006-4094
    WCP Keep Alive Missed                : 0
    As you can see there is no native vlan on working wism and i cant turn off it on unavailable wism.

  • CFB2 unable to access Services Browser (unable to get metadata for CFC)

    Hello --
    I'm a novice with CF9.
    == Scenario
    - Mac OS X v10.6.8
    - ColdFusion v9 [updated to latest 9.0.1]
    - JRun with integrated WebServer [listen on 8500 port]
    - Developer mode
    - ColdFusion Builder v2.0.0 Build 277745 [standalone installation]
    - Created a simple local CF9 server [localhost, local, 8500, ServerHome /Applications/ColdFusion9, ServerRoot /Applications/ColdFusion9/wwwroot]
    - Enabled Debugger Mode in ColdFusion Administrator, test debugger ok, no problem
    - RDS Viewer ok
    - I'm able to open localhost:8500/CFIDE/administration without any problem
    - I'm able to browsing CFIDE WebServer
    == Problem
    Within CFB2, when I try to open my local CF9 server to inspect RDS Server, I'm unable to view/introspect CFC Components.
    I receive an error message "Unable to get meta data for cfc".
    - In effect, trying to open cfcexplorer.cfc in componenutils path, I receive a 404 error
    == Server Details
    Server Details
    Server Product
    ColdFusion
    Version
    9,0,1,274733
    Edition
    Developer
    Serial Number
    Developer
    Operating System
    Mac OS X
    OS Version
    10.6.8
    Adobe Driver Version
    4.0 (Build 0005)
    JVM Details
    Java Version
    1.6.0_24
    Java Vendor
    Apple Inc.
    Java Vendor URL
    http://www.apple.com/
    Java Home
    /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    Java File Encoding
    MacRoman
    Java Default Locale
    it_IT
    File Separator
    Path Separator
    Line Separator
    Chr(10)
    User Name
    gobbo67
    User Home
    /Users/gobbo67
    User Dir
    /Applications/Adobe ColdFusion Builder 2/CFBuilder.app/Contents/MacOS
    Java VM Specification Version
    1.0
    Java VM Specification Vendor
    Sun Microsystems Inc.
    Java VM Specification Name
    Java Virtual Machine Specification
    Java VM Version
    19.1-b02-334
    Java VM Vendor
    Apple Inc.
    Java VM Name
    Java HotSpot(TM) 64-Bit Server VM
    Java Specification Version
    1.6
    Java Specification Vendor
    Sun Microsystems Inc.
    Java Specification Name
    Java Platform API Specification
    Java Class Version
    50.0
    == Extract from application.log
    25-giu-2011
    22.21
    Error
    web-29
    File not found: /CFIDE/componentutils/cfcexplorer.cfc The specific  sequence of files included or processed is:  /Applications/ColdFusion9/wwwroot/CFIDE/componentutils/cfcexplorer.cfc''
    25-giu-2011
    22.21
    Error
    web-29
    Exception thrown by error-handling template:
    25-giu-2011
    22.21
    Error
    web-29
    File not found:  /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundEx ception.cfm  The specific sequence of files included or processed is:  /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundEx ception.cfm''
    == Extract from exception.log
    "Error","web-29","06/25/11","22:21:10",,"File not found: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundEx ception.cfm The specific sequence of files included or processed is: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundEx ception.cfm'' "
    coldfusion.runtime.TemplateNotFoundException: File not found: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundEx ception.cfm
    My problem is probably similar to http://forums.adobe.com/thread/503319
    Any suggest is appreciate.
    Alex/

    Hello --
    after spending many hours I'm believe that probably my concern arent related to CFBuilder [or not only] but also with CF9 installation on Mac OS X.
    Attached you can find  screen-shot about second page of Server Setup. Please note that I have  configured a *local* server (not remote) with a developer environment.
    Additional  info; after checking in detail, I have noted that integrated WebServer  (that I'm believe is JRun based) listen on 8500 is unable to open any  .cfm page.
    Under a directory created in WebRoot [Applications\ColdFusion9\wwwroot\Education] I have created a dumb index.cfm page, but that isnt executed.
    But whem I go in CFIDE\administration all is working nicely.
    Where can I check about integrated WebServer configuration, handler, etc?
    == Error from Local CF9 server.log
    27/06 09:02:01 error Requested resource 'File not found: /Education/index.cfm' (File%20not%20found%3a%20%2fEducation%2findex.cfm) not found
    java.lang.IllegalStateException
          at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
          at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
          at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:316)
          at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
          at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
          at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
          at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
          at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
          at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    == About starting server.log
    "Information","main","06/27/11","08:49:04",,"Starting logging..."
    "Information","main","06/27/11","08:49:04",,"Starting license..."
    "Information","main","06/27/11","08:49:04",,"Invalid ColdFusion 9 license."
    "Information","main","06/27/11","08:49:04",,"Invalid ColdFusion 9 license."
    "Information","main","06/27/11","08:49:04",,"Developer Edition enabled"
    "Information","main","06/27/11","08:49:04",,"Starting crypto..."
    "Information","main","06/27/11","08:49:04",,"Installed  JSafe JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security  Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES,  DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256,  SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224,  HMAC-SHA256, HMAC-SHA384, HMAC-SHA512)"
    "Information","main","06/27/11","08:49:04",,"Starting security..."
    "Information","main","06/27/11","08:49:04",,"Starting scheduler..."
    "Information","main","06/27/11","08:49:04",,"Starting WatchService..."
    "Information","main","06/27/11","08:49:04",,"Starting debugging..."
    "Information","main","06/27/11","08:49:04",,"Starting sql..."
    "Information","main","06/27/11","08:49:05",,"Pool Manager Started"
    "Information","main","06/27/11","08:49:05",,"Starting mail..."
    "Information","main","06/27/11","08:49:05",,"Starting runtime..."
    "Information","main","06/27/11","08:49:05",,"CORBA Configuration not enabled"
    "Information","main","06/27/11","08:49:05",,"Starting cron..."
    "Information","main","06/27/11","08:49:05",,"Starting registry..."
    "Information","main","06/27/11","08:49:05",,"Starting client..."
    "Information","main","06/27/11","08:49:06",,"Starting xmlrpc..."
    "Information","main","06/27/11","08:49:06",,"Starting graphing..."
    "Information","main","06/27/11","08:49:07",,"Starting verity..."
    "Information","main","06/27/11","08:49:07",,"Starting solr..."
    "Information","main","06/27/11","08:49:07",,"Starting archive..."
    "Information","main","06/27/11","08:49:07",,"Starting document..."
    "Information","main","06/27/11","08:49:07",,"Starting eventgateway..."
    "Information","main","06/27/11","08:49:07",,"Starting FlexAssembler..."
    "Information","main","06/27/11","08:49:07",,"Starting .NET..."
    "Information","main","06/27/11","08:49:07",,"Starting Monitoring..."
    "Information","main","06/27/11","08:49:07",,"ColdFusion started"
    27/06 08:49:07 user ColdFusionStartUpServlet: ColdFusion: application services are now available
    27/06 08:49:07 user CFMxmlServlet: init
    27/06 08:49:07 user CFMxmlServlet: Macromedia Flex Build: 87315.134646
    27/06 08:49:07 INFO Macromedia Flex Build: 87315.134646
    27/06 08:49:08 user CFSwfServlet: init
    27/06 08:49:08 user CFCServlet: init
    27/06 08:49:09 user FlashGateway: init
    27/06 08:49:09 user MessageBrokerServlet: init
    27/06 08:49:09 user CFFormGateway: init
    27/06 08:49:09 user CFInternalServlet: init
    27/06 08:49:09 user WSRPProducer: init
    27/06 08:49:10 user ServerCFCServlet: init
    Server coldfusion ready (startup time: 10 seconds)
    06/27 08:49:20 [Thread-15] WARN  PDFM_W19004: The system font "/Library/Fonts/Baskerville.ttc" could not be loaded.
    com.adobe.fontengine.font.InvalidFontException: Data could not be copied
          at com.adobe.fontengine.font.opentype.FontFactory$TableToLoad.load(Unknown Source)
          at com.adobe.fontengine.font.opentype.FontFactory$FontToLoad.load(Unknown Source)
          at com.adobe.fontengine.font.opentype.FontFactory$TTCToLoad.load(Unknown Source)
          at com.adobe.fontengine.font.opentype.FontFactory.load(Unknown Source)
          at com.adobe.fontengine.font.opentype.FontFactory.load(Unknown Source)
          at com.adobe.fontengine.fontmanagement.FontLoader.loadFont(Unknown Source)
          at com.adobe.fontengine.fontmanagement.FontLoader.load(Unknown Source)
          at com.adobe.internal.pdfm.util.FontSetBuilder.loadFontsPath(FontSetBuilder.java:385)
          at com.adobe.internal.pdfm.util.FontSetBuilder.loadFontsPath(FontSetBuilder.java:472)
          at com.adobe.internal.pdfm.util.FontSetBuilder.initFonts(FontSetBuilder.java:175)
          at com.adobe.internal.ddxm.Executive.initFonts(Executive.java:573)
          at coldfusion.document.DocumentServiceImpl.callAssemblerInitFonts(DocumentServiceImpl.java:1 249)
          at coldfusion.document.DocumentServiceImpl.initializeDocumentService(DocumentServiceImpl.jav a:230)
          at coldfusion.document.DocumentServiceImpl.access$000(DocumentServiceImpl.java:52)
          at coldfusion.document.DocumentServiceImpl$1.run(DocumentServiceImpl.java:180)
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 08:53:14 user RDSServlet: init
    27/06 09:00:52 user FileServlet: init

Maybe you are looking for

  • I expand my icloud storage but i can't find my photos from my camera roll?

    Before I subscribed for icloud storage I read that all pictures from camera roll will be save also so I did subscribe but now that im viewing my icloud i couldn't find any except the one's from photo stream. What happened now to my photos in my camer

  • FlashHelp perfomance issues in Firefox

    RH8 FlashHelp appears to work fine in Internet Explorer. However, when viewing the same project in Firefox, it looks as if everytime you choose a new page from the table of contents the status bar at the bottom of the page processes 15 or 20 times an

  • Black Screen Mac OSX Yosemite (though not the common issue)

    Hi all I've read a lot of posts already about the black screen that seems to be plaguing people lately, but my issue seems to be slightly different. When I open Spotify it loads for a while (about 2-3 minutes): http://i.imgur.com/4qQYdJI.png Then, fo

  • RFC Processing time out

    hello everybody, is there a way to configure the timeout limit for processing RFC's receivers???? cause I'm getting a timeout error for some interfaces where the time processing is really long and is business requirement to do this synchronously, tha

  • Can I Disable Password Lock When iPod is Docked in Digital Alarm Clock?

    Hi. I bought a Jensen Docking Digital Clock Radio for iPod and set it up today. When I dock it on the Jensen and set the alarm to turn on and play a song, the password makes the alarm just buzz. I cannot find a way to keep the iPod unlocked -- is the