Content assist not working in eclipse(Java Content Repository Perspective)

Hi all,
I done setup for java Content Repository Perspective in Eclipse Indigo
followed by
http://www.day.com/eclipse.html.
After completion of setup, I am unable to get content assist for Day CQ API (even java api assist also not working).
Can any suggest me, how can achieve this.
Thanks
Ravindra

Hi all,
I done setup for java Content Repository Perspective in Eclipse Indigo
followed by
http://www.day.com/eclipse.html.
After completion of setup, I am unable to get content assist for Day CQ API (even java api assist also not working).
Can any suggest me, how can achieve this.
Thanks
Ravindra

Similar Messages

  • Content Assist Not Working

    Content Assist does not work for me in Flash Builder 4.5 on Mac OS 10.6. For example, I type a variable definition and get no suggestions for variable. Type.
    Content Assist does work if I create a new project and a new class, but even with that it stops working at some point (after a save?).
    I've tried restarting FB and running the -clean command.

    Thanks for your help, but in preparing a response I figured out files need to be in "src" to have content assist. My project had been imported from a Flash project and the files were at the same level as "src" and not inside "src".

  • Content assist not working in MXML on imported projects

    I just installed the 4.7 Beta, and it seems like all content assist is gone in the MXML files with the imported project. Does it need some additional setup to get this to work?

    Hi Sameer,
    So the code assits silently fails, but when doing Organize Imports, I get the following error:
    !SESSION 2012-10-08 10:47:14.519 -----------------------------------------------
    eclipse.buildId=M20110909-1335
    java.version=1.6.0_31
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86_64
    !ENTRY org.eclipse.jface 2 0 2012-10-08 10:47:31.641
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2012-10-08 10:47:31.642
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@72cdca7b)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@72cdca7b)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(CTRL+G,
              ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.wor kspace,Declaration in Workspace,
                        Search for declarations of the selected element in the workspace,
                        Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2012-10-08 10:47:31.642
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@24a88c1f)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@24a88c1f)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.works pace,References in Workspace,
                        Search for references to the selected element in the workspace,
                        Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              org.eclipse.ui.contexts.window,,,system)
    !ENTRY org.eclipse.ui 4 4 2012-10-08 10:48:40.694
    !MESSAGE "Organize Imports" did not complete normally.  Please see the log for more information.
    !ENTRY org.eclipse.ui 4 0 2012-10-08 10:48:40.696
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
              at com.adobe.flexide.mxml.core.document.MXMLDocument.getScatteredImportsData(MXMLDocument.java:1609)
              at com.adobe.flexide.mxml.core.document.MXMLDocument.consolidateAndAddMissingImports(MXMLDocument.java:1472)
              at com.adobe.flexide.mxml.core.document.MXMLDocument.organizeImports(MXMLDocument.java:1331)
              at com.adobe.flexbuilder.as.editor.ui.actions.OrganizeImportsAction.run(OrganizeImportsAction.java:67)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
              at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109)
              at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
              at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
              at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:567)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:508)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:123)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
              at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104)
              at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1100)
              at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1509)
              at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4640)
              at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:345)
              at org.eclipse.swt.widgets.Control.windowProc(Control.java:4528)
              at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
              at org.eclipse.swt.widgets.Display.windowProc(Display.java:4972)
              at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
              at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2531)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.java:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

  • Web Content Source - Not Working

    Created a new web-content source & full crawled it.
    When i searched with content text, not working.

    Hi ,
    According to your description, my understanding is that it did not work when you searched a new web site content source in SharePoint 2013.
    Please check whether the web site allows anonymous access to its content. If not, we need to configure a rule for the URL which allows us to enter the credential to access the content of site
    More information, please refer to the link:
    http://mohitvash.wordpress.com/2012/03/07/configure-external-site-as-content-sources-in-sharepoint-search/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • F1 Help Perfomance Assistant not working - ITS SAP GUI HTML

    Hi All,
    when using a Transaction in SAP Portal i like to use the F1 Help. Transaction is displayed by ITS SAP GUI HTML. I have the option to display the Help in:
    - Modal Window <-- this works
    - Performance Assistant <-- not working
    When pressing F1 an error message appears saying: "Expression_not_Num" while using the perfomance assistant.
    - Is there a configuration missing? Is something not installed?
    - Can i change the default personalization setting for help for all users to modal window?
    Any ideas?
    Regards
    M. Stanka

    Hi Michael Stanka ,
        i got same issue from last week onwards.. If press F1 ,it displays like "Page cant be displayed". I searched in forums also but i couldnt get clear point. U posted ur issue was resolved.. Could u plz provide the steps how to solve?? My mobile no:09566855978(India-Chennai)

  • Exchange 2010 Out of Office Assistant not working?

    New server with a new Exchange 2010 install into an existing domain...
    When users on both the internal network and external network try to access the Out of Office Assistant they get an error message of: " Your Out of Office settings cannot be displayed, because the server is currently unavailable".
    I have done tons of research on WebServicesVirtualDirectory and AutodiscoverVirtualDirectory and set both internal and external URL's that work if you go to them in IE )internally and externally offsite).
    Here are the settings of Autodiscover and Webservices:
    [PS] C:\Windows\system32>Get-WebServicesVirtualDirectory | Format-List
    RunspaceId : 86aaf7fc-ca19-45b2-87d1-45ec432a670d
    CertificateAuthentication :
    InternalNLBBypassUrl : https://MAILSERVER.domain_name.local/ews/exchange.asmx
    GzipLevel : High
    Name : EWS (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
    ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
    LiveIdSpNegoAuthentication : False
    WSSecurityAuthentication : True
    LiveIdBasicAuthentication : False
    BasicAuthentication : True
    DigestAuthentication : False
    WindowsAuthentication : True
    MetabasePath : IIS://MAILSERVER.domain_name.local/W3SVC/1/ROOT/EWS
    Path : C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS
    Server : MAILSERVER
    InternalUrl : https://MAILSERVER.domain_name.local/EWS/Exchange.asmx
    ExternalUrl : https://mail.domain_name.com/owa
    AdminDisplayName :
    ExchangeVersion : 0.10 (14.0.100.0)
    DistinguishedName : CN=EWS (Default Web Site),CN=HTTP,CN=Protocols,CN=MAILSERVER,CN=Servers,CN=Exchange Adm
    inistrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=M
    icrosoft Exchange,CN=Services,CN=Configuration,DC=domain_name,DC=local
    Identity : MAILSERVER\EWS (Default Web Site)
    Guid : 4639e4b9-9cf3-4f92-8940-f7c31e07cd47
    ObjectCategory : domain_name.local/Configuration/Schema/ms-Exch-Web-Services-Virtual-Directory
    ObjectClass : {top, msExchVirtualDirectory, msExchWebServicesVirtualDirectory}
    WhenChanged : 4/1/2010 2:47:37 PM
    WhenCreated : 3/11/2010 11:02:22 AM
    WhenChangedUTC : 4/1/2010 8:47:37 PM
    WhenCreatedUTC : 3/11/2010 6:02:22 PM
    OrganizationId :
    OriginatingServer : DOMAINCONTROLLER.domain_name.local
    IsValid : True
    [PS] C:\Windows\system32>AutodiscoverVirtualDirectory | Format-List
    RunspaceId : 86aaf7fc-ca19-45b2-87d1-45ec432a670d
    Name : Autodiscover (Default Web Site)
    InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
    ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
    LiveIdSpNegoAuthentication : False
    WSSecurityAuthentication : True
    LiveIdBasicAuthentication : False
    BasicAuthentication : True
    DigestAuthentication : False
    WindowsAuthentication : True
    MetabasePath : IIS://MAILSERVER.domain_name.local/W3SVC/1/ROOT/Autodiscover
    Path : C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Autodiscover
    Server : MAILSERVER
    InternalUrl : https://MAILSERVER.domain_name.local/autodiscover/autodiscover.xml
    ExternalUrl : https://mail.domain_name.com/autodiscover/autodiscover.xml
    AdminDisplayName :
    ExchangeVersion : 0.10 (14.0.100.0)
    DistinguishedName : CN=Autodiscover (Default Web Site),CN=HTTP,CN=Protocols,CN=MAILSERVER,CN=Servers,CN=Exc
    hange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organiza
    tion,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain_name,DC=loca
    l
    Identity : MAILSERVER\Autodiscover (Default Web Site)
    Guid : 7a234ea2-20fc-412b-bbf0-3ea5f965d8da
    ObjectCategory : domain_name.local/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Directory
    ObjectClass : {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
    WhenChanged : 4/1/2010 3:00:49 PM
    WhenCreated : 3/11/2010 11:02:07 AM
    WhenChangedUTC : 4/1/2010 9:00:49 PM
    WhenCreatedUTC : 3/11/2010 6:02:07 PM
    OrganizationId :
    OriginatingServer : DOMAINCONTROLLER.domain_name.local
    IsValid : True
    Test-OutlookWebServices comes up with errors. The Test E-mail AutoConfiguration within Outlook still appears to be looking for Autodiscover at different URLs...
    OOF within Outlook Web App functions.
    Any suggestions would be helpful!

    From your previous post, I understand that OOF doesn't work for both internal and external clients. Error message "Your Out of Office settings cannot be displayed, because the server is currently unavailable" was received from Outlook client side. Please correct me if I have any misunderstanding.
    Before we go any further, I would appreciate your help in clarifying the following questions:
    1. When did this issue begin to occur, since the installation of Exchange 2010?
    2. Can we access and configure OOF from OWA?
    As internal & external clients are using different methods/URL to access Autodiscover and EWS, which provided OOF service, I recommend we focus on the internal users first.
    To troubleshoot this issue, please install the hotfix mentioned in the following KB on the Exchange Client Access Server first:
    Outlook 2007 crashes or you cannot access OOF settings after you install a package that contains the .NET Framework 3.5 with SP1 and the .NET Framework 2.0 with SP2 on an Exchange 2007 Client Access server or on an Exchange 2010 Client Access server
    http://support.microsoft.com/kb/958934 
    After that, check if the issue remains. If there is still problem, please help me collect:
    1. Test E-mail AutoConfiguration from Outlook client
    1. Launch Outlook 2007 using a correct configured profile.
    2. Hold down the CTRL key on your keyboard and click the Outlook icon in the notification area of the Windows taskbar, also known as the notification area.
    3. In the menu that appears, click Test E-mail AutoConfiguration.
    4. Enter your E-mail Address and Password (if not logged into the domain) in the respective edit boxes.
    5. Choose the desired auto configuration methods with Use Autodiscover, clear other selection.
    6. Click Test.
    7. Please send me the screenshot of the result tab and log tab.
    2. Result files after running the following command on the Exchange 2007 server
    Get-ExchangeCertificate | FL >C:\cert.txt
    Get-WebServicesVirtualDirectory –Server ServerName | FL >C:\EWS.txt
    Get-AutodiscoverVirtualDirectory –Server ServerName | FL >C:\Audis.txt
    Get-ClientAccessServer  | FL >C:\cas.txt
    Email them to me at [email protected]
    With the title as
    "Exchange 2010 Out of Office Assistant not working?"
    Regards
    Fazal M khan

  • HP Support Assistant not work

    Hp Support Assistant not work. Do not detect Product Name, Serial Number or Product Number. My notebook is TM2-1070us.

    Uninstall HP support assistant from Control Panel. After uninstallation completes, make sure you restart the computer. Do not avoid restarting the computer at any cost.
    Once restarted, download and install the updated HP support assistant from below link
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-91948-1&lc=en&dlc=en&cc=us&...
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Web Part with Flash Content is not working in IE only

    Hi All, 
       I have created on Visual WebPart its contain a flash embed object i am trying load this flash component inside the Iframe.
    unfortunatly its not working in IE 11 version but its working fine with other browser like Mozila and Chorme.
    I referred the other links like but its not helped me to solve this issue. i have tried without iframe alos its not working if its a standalone web page out side the shrepoint working fine.
    https://social.technet.microsoft.com/Forums/office/en-US/c88466ba-bd00-4cd3-a7cf-3a9a7eee7f51/flash-content-not-working-in-ie-11?forum=ieitprocurrentver
    Thanks 
    SUJIL KUMAR T
    Software developer

    Hi,
    As the custom web part works well in other browsers, the issue may be related to the IE itself.
    Have you tried the methods below?
    Use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    Add the site into Trusted sites to check whether it works.
    Open the IE->Internet Options->Security->Trusted Sites->add the site into the zone
    What’s more, you can also switch the Document mode to IE 10 or lower to check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Display Content is Not working in BI 7.4

    Hi All,
    In BW 7.4, I am trying to display content via Mange Infoprovider. Till 7.3 the data used to show in the BW system itself.
    Where as in 7.4 BW system display data redirecting to below URL and it’s calling a webdynpro APP called “rsdmdm_md_maintenance_app” as below URL
    http://host:port/sap/bc/webdynpro/sap/rsdmdm_md_maintenance_app?IOBJNM=ZDV_EMPID&sap-language=EN.
    Bu this URL giving 500 Internet server error.
    Can any one help with what I am missing here? In 7.4 is it possible to display content in BW system itself?
    Thanks in advance.
    Venky

    Hi,
    Please review following SAP Note. The new behavior (WebDynpro based Master Data maintenance) is now standard since SAP BW 7.4 SP05. Old SAPGui based screen is not possible anymore.
    The notes describes the SICF services you need to activate to make it work.
    My understanding is that old SAPGui based screen could not handle certain newer data types. As per SAP the new feature has some good benefits such as copy/paster multiple lines from spreadsheet.
    1997402 - Master data maintenance is not possible in old GUI based
    one
    1969105 - Master data maintenance for InfoObjects does not
    start
    517484
    - Inactive services in the Internet Communication Framework
    1969092 - Exception when launching master data maintenance for some
    InfoObjects; additional option for navigating to application log
    Hope this helps.
    btw: I only found out this week hard way as we just did SAP BW 7.4 upgrade. :-)
    Thank you with kind regards,
    Satya,
    Resolution
    It’s not possible to switch to old GUI Based Master data maintenance. Incase
    if new master data maintenance is not working please check:
    Check if services as described in note 517484 is active
    In transaction SICF activate services starting with RSDMDM*
    Check if note 1969092 is implemented already.
    See Also
    Additionally the new UI has some advantages like editing values directly
    within the tables, so it’s not required to edit the values one by one,  or the
    option to copy and paste values from a spreadsheet directly in to table.

  • Save a published Access services database site as a template with contents does not work

    Hi
    I have a Access site on the SharePoint. I wanted the site to be duplicated to another subsite, I then did the usual - save site as a template with contents and made a copy of it, however it does not work. I have been getting the error as stated below
     error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'Default'. (rsErrorExecutingCommand)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors
    However, it works if I make a local copy and publish it to the subsite? How does access services work on SharePoint and why the template option can't be chosen.

    Hi cally, check the following links for possible solutions:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1e2b77ba-4cfa-4aa3-97e4-b7b39fbd46fd/error-with-ssrs-report-that-has-a-sharepoint-list-data-connection-ssrs-r2-and-sharepoint-2010?forum=sqlreportingservices
    http://blog.mikehacker.net/2012/05/16/sharepoint-2010-access-services-reporting-with-sql-2012/
    cameron rautmann

  • RV220W - Content filtering not working (?)

    Hello, I bought a router model RV200W fw 1.0.1.0... nice toy.
    It all works very well with the exception of content filtering. The rule only works if connections are made with the HTTP protocol, but if the user connects with HTTPS, then the rule is not considered... (???)
    f.e.:
    http://facebook.com (content filtered)
    https://facebook.com (content NOT filtered)...
    What the hell ! where I'm wrong ?
    Does anyone is experiencing the same ?

    Yes, the correct title was "URL FILTERING NOT WORKING"...thanks abudef000
    I do not want be polemical, but I do not understand where I went wrong.
    Before I buy I looked @
    http://www.cisco.com/en/US/prod/collateral/routers/ps9923/ps11025/data_sheet_c78-630461.html
    Check it out.
    Could you assume that HTTPS URLs are not in the sentence "Static URL blocking, keyword blocking, approved URL" as stated in the product sheet ?

  • Content Server not working after 5.0.2 upgrade

    We upgraded the plumtree to 5.0.2. After upgrade, content server portlets not working properly. When I publish my portlet, Interface says it is published, HTML file generated at the published location, but log says
    com.plumtree.search.UnknownTypeException: IndexManager.enqueue() : Could not find PTDocMaker for key PTCONTENT
    Portlet displays
    Error: No Url is available for this portlet. It may not have been published.
    Any Idea ?

    Hi Ravi, from the Release Notes for Content Server 5.0.2, there's this note "Publish Dialog does not show any error when search index fails but an error "com.plumtree.search.UnknownTypeException: IndexManager.enqueue() : Could not find PTDocMaker for key PTCONTENTTEMPLATE" is recorded in pcs.log. (Issue #27541) "
    So you should make sure that the search server is running (just by doing a banner search). Assuming that's fine (it probably is), the likely culprit is an installation problem. Check the Content Server pcs.log file (located in PT_HOME\ptcs\5.0\settings\logs) for any error messages related to search api initialization. This cryptic error you're observing occurs when the search api initialization fails for some reason, the error is not gracefully caught and surfaced to the user. The pcs.log file may give a clue.

  • Adobe Premiere Pro CS 5..5 - Content Analysis not working

    I am trying to get Adobe Premiere CS 5.5 to analyze an MP3 and provide me the text. I import the MP3, add it to a sequence and then select the "Analyze Content" option which spins off the Adobe Media Encoder (AME). After the file is "encoded" by AME which I have confirmed by having it create a new MP3.
    Question: I don't see anything on the metadata window back on Adobe Premiere CS 5.5, do I need to load up the newly created and encoded MP3? I tried that, but that did not work.
    Please provide me some pointers.
    Also, I am looking to do the same for 40-50 MP3s. I believe I can queue them up in AME and have it encode them all at once?
    Below please an image from my Adobe Premiere IDE screen
    Thanks
    Anye
    [email protected]
    Message was edited by: angelo guevara

    You can download and install the software.  The serial number from the DVD can be used to activate it.
    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

  • Premiere Elements 11 - online-content-download not working

    Download of online-Content (movie-menues etc.) is not working. Are the Servers down?

    premiere-user-v11
    Are you doing one at a time and getting failure or are you hitting the All choice for the Content with the blue ban at its upper right corner?
    Have you checked the following areas to determine if the problem is targeted at one type of Content?
    Graphics Tab for Clip Arts
    Tools Menu or Tools Tab for DVD Templates
    Instant Movies Tab for Movie Themes
    Title & Text Tab for Title Templates
    Just trying to determine the specificity of the problem - All versus selected areas.
    I have found that, at best, the Content download from within the project is a labored and slow process, depending on your Internet connection and Internet speed. Unfortunately there is no alternative since there is no more Content disc when you purchase the box product. But you can save the Online Folder (after download - completed version) to a USB Flash Drive (8 GB capacity) after the first program install so that you can use that for Content for the second install of  Premiere Elements 11 on another computer or in the case where you need to uninstall reinstall Premiere Elements and its Content on one computer. The file size of the completed Online Folder is expected to be about 6 GB.
    We will be watching for your progress.
    Thanks.
    ATR

  • Content filter not working

    I recently got my two teenagers a Droid Maxx and they love it. My question is if anyone knows why the content filter option doesn't work for it. You would think the content filter would work on all phones. Seems to me that prior to releasing any new phone they should have made sure all features of the Verizon account would work. Does anyone know if they are going to resolve this issue and if so when??  I do think it is irresponsible for the feature to not work considering the number of kids using cell phones now. How can a parent who wants to control content do so if not available. I think this should be a priority with Verizon. Do they value kids safety or not?

        Hey there, skyhawk1! Thanks for your purchase of two new Droid Maxx smartphones. I hope your teenagers are loving them! I'm very curious about the crux of your post here. You've expressed interest in Content Filtering, and stated that the service is incompatible with the Droid Maxx. Our records indicate that the model will support filtering. Can you tell me why you feel that it doesn't? Did you attempt to add or request it, only to be denied? Please share the details. Thanks!
    For more info on Content Filtering, please review this link: http://vz.to/17xz67N
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

Maybe you are looking for

  • Can't Find iLife after Password Change

    I bought a used MacBookPro with OS X 10.5.6 installed fresh. On initial startup I set up my Account. The computer wouldn't recognize any passwords initially. Had to change Administrator's Password. Prior to this iLife applications were on this comput

  • How to customize standard theme to look flat

    Hi, I would like to customize Apex standard themes to flat style. Is there any way to do that? Thanks.

  • Problems in text field when running java

    Hi, I updated yesterday to Firefox 10.0 and then I updated also Java Platform. I'm now having this problem: I use Java in one webpage and have other tabs opened. When I switch between tabs the menu bar becomes grey and I'm not able to type in the tex

  • IE8 settings for SRM

    Hi We are with SRM 5.0 One of the users facing the issue by prompting username and password when using Internet Explorer 8. Though it is of SSO, not sure why this is prompting. Any settings to be made for IE8 ? Any inputs please ? Thanks Nag

  • The system and namespace change option

    Hi Experts, I want to integrate a certain SAP Source System within RSA1. After submitting the correct settings for Background User and RFC connection the process leads me to the Source System where I logon with an User which has authorizations in SM5