Cannot create web service: target server does not support JAXRPC

I created a web application project, with bundled Tomcat5.5 as server. When I tried to create a web service (right click project name, select New->web service), I got a error message saying "The current target server for this project does not support JAXRPC so no web service can be created". I tried adding jaxrpc lib to the project, it didn't work. I also tried to add jaxrpc jar to Tomcat using Server Manager, it didn't work either.
Did I miss anything, during installation or project setup...? Is there a way to make the problem go away?
Many thanks for your help.

Can you please try the bundled Sun Java System Application Server as the target server for the project? (You can change the target server from the project's properties dialog, in the 'Run' category, using the 'server' drop-down box).
I also noticed the same error message as you when i set my target server to bundled tomcat; when i changes the server to SJSA, the message went away.
When i searched in the IDE Help (by selecting Help | Help Contents menu item, switching to 'search' tab in the help window , typing 'jwsdp tomcat' in the Find box and pressing enter), I came across the topic "Using JWSDP 1.6 on the Tomcat Web Server". This topic explains how to install Web Services Developer Pack on tomcat server. I could be wrong but I think this perhaps needs to be installed manually...

Similar Messages

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • Creating web service client/server

    Try to ask a question in regarding to creating web service client/server:
    First, please see the attachment for a simplized WSDL file:
    Based on which, I can create a web service client. Now, can I create a web service provider (server) by using the same wsdl file? If not, what change do I need to make?
    Thanks
    Scott
    ----WSDL-------
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://www.example3.org/testWSDL2/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    name="testWSDL2"
    targetNamespace="http://www.example3.org/testWSDL2/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://www.example3.org/testWSDL2/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="NewOperation">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="in" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="NewOperationResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="out" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="NewOperationRequest">
    <wsdl:part element="tns:NewOperation" name="parameters"/>
    </wsdl:message>
    <wsdl:message name="NewOperationResponse">
    <wsdl:part element="tns:NewOperationResponse" name="parameters"/>
    </wsdl:message>
    <wsdl:portType name="testWSDL2">
    <wsdl:operation name="NewOperation">
    <wsdl:input message="tns:NewOperationRequest"/>
    <wsdl:output message="tns:NewOperationResponse"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="testWSDL2SOAP" type="tns:testWSDL2">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="NewOperation">
    <soap:operation soapAction="http://www.example3.org/testWSDL2/NewOperation"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="testWSDL2">
    <wsdl:port binding="tns:testWSDL2SOAP" name="testWSDL2SOAP">
    <soap:address location="http://abc.example.net/test"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    the web service is the specification for whatever functionality you wish to provide
    there are a few artifacts you can auto-generate using the WSDL, but you still need to create a client and server application
    the web service is simply exposing the application remotely and the WSDL is the contract
    http://java.sun.com/webservices/docs/1.6/tutorial/doc/index.html

  • Log onto incoming mail server (POP3): Your server does not support the connection encryption type you have specified. Try changing the encryption method. Contact your mail server administrator or Internet service provider (ISP) for additional assistance.

    Hi All,
    This is my first post to ms exchange forum am getting  Log onto incoming mail server (POP3): Your server does not support the connection encryption type you have specified. Try changing the encryption method. Contact your mail server administrator
    or Internet service provider (ISP) for additional assistance. in my outlook clients, till last Sunday (12.04.15) my exchange was well & good, Monday morning suddenly the problem started like none of our outlook pop3 clients are able to communicate
    with exchange (rest  IMAP, SMTP & Exchange accounts are working fine). i have tried with all port no but no luck. please help me to get raid of this one.
    Exchange 2013 CU6 with server 2012 Std 64Bit
    Thanks,
    Murali 

    Dear All,
    I have found the solution for above problem, the problem has occur due to PopProxy inactivity
    please find relevant exchange management shell commends below.
    1. Get-ServerComponentstate -Identity <yourmailserver.com> 
    Server Component State
    yourmailserver.com ServerWideOffline Active
    yourmailserver.com HubTransport Active
    yourmailserver.com FrontendTransport Active
    yourmailserver.com Monitoring Active
    yourmailserver.com RecoveryActionsEnabled Active
    yourmailserver.com AutoDiscoverProxy Active
    yourmailserver.com ActiveSyncProxy Active
    yourmailserver.com EcpProxy Active
    yourmailserver.com EwsProxy Active
    yourmailserver.com ImapProxy Active
    yourmailserver.com OabProxy Active
    yourmailserver.com OwaProxy Active
    yourmailserver.com PopProxy Inactive
    yourmailserver.com PushNotificationsProxy Active
    yourmailserver.com RpsProxy Active
    yourmailserver.com RwsProxy Active
    yourmailserver.com RpcProxy Active
    yourmailserver.com UMCallRouter Active
    yourmailserver.com XropProxy Active
    yourmailserver.com HttpProxyAvailabilityGroup Active
    yourmailserver.com ForwardSyncDaemon Active
    yourmailserver.com ProvisioningRps Active
    yourmailserver.com MapiProxy Active
    yourmailserver.com EdgeTransport Active
    yourmailserver.com HighAvailability Active
    yourmailserver.com SharedCache Active
    2. Set-ServerComponentState -Identity <yourmailserver.com> -Component PopProxy -Requester HealthAPI
    -State Active
    3. Get-ServerComponentstate -Identity <yourmailserver.com> 
    Server Component State
    yourmailserver.com ServerWideOffline Active
    yourmailserver.com HubTransport Active
    yourmailserver.com FrontendTransport Active
    yourmailserver.com Monitoring Active
    yourmailserver.com RecoveryActionsEnabled Active
    yourmailserver.com AutoDiscoverProxy Active
    yourmailserver.com ActiveSyncProxy Active
    yourmailserver.com EcpProxy Active
    yourmailserver.com EwsProxy Active
    yourmailserver.com ImapProxy Active
    yourmailserver.com OabProxy Active
    yourmailserver.com OwaProxy Active
    yourmailserver.com PopProxy Active
    yourmailserver.com PushNotificationsProxy Active
    yourmailserver.com RpsProxy Active
    yourmailserver.com RwsProxy Active
    yourmailserver.com RpcProxy Active
    yourmailserver.com UMCallRouter Active
    yourmailserver.com XropProxy Active
    yourmailserver.com HttpProxyAvailabilityGroup Active
    yourmailserver.com ForwardSyncDaemon Active
    yourmailserver.com ProvisioningRps Active
    yourmailserver.com MapiProxy Active
    yourmailserver.com EdgeTransport Active
    yourmailserver.com HighAvailability Active
    yourmailserver.com SharedCache Activ
    Replace yourmailserver.com with your server host name.
    Thanks

  • I cannot copy and paste details from my bank statement into a word document, without the formatting changing.I have a message in my Error console which reads: server does not support RFC 5746, see CVE-2009-3555

    Since transferring data from my desktop to my laptop, i am now having problems copying and pasting details from my bank website in to a word document, the formatting is all over the place. This didnt happen before, when i pasted the details in to the word document the formatting was exactly the same as on the webpage. If I use internet explorer, I dont have this problem, so, I can only assume it has something to do with Firefox. I have checked the "Error console" and I am receiving this message: server does not support RFC 5746, see CVE-2009-3555.

    Maybe:<br />
    Dafizilla Table2Clipboard: https://addons.mozilla.org/firefox/addon/1852

  • The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.

    I am getting the following error when attempting to INSERT the results of an "EXEC(@MDXQuery) at SSAS LinkedServer":
    The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.
    Here is code that illustrates what I am doing:
    DECLARE @MDX varchar(max);
    SET @MDX='
    SELECT
    [Measures].[Extended Service Count]
    } ON COLUMNS,
    NON EMPTY [Organization].[By Manufacturer].[Manufacturer]
    ON ROWS
    FROM (
    SELECT
    {[Organization].[Org Tree].&[2025],[Organization].[Org Tree].&[2040]} ON 0
    FROM [MyCube]
    /* Test 1 */
    EXECUTE(@MDX) at SSASLinkedServer;
    /* Test 2 */
    DECLARE @ResultsB TABLE (
    Manufacturer varchar(255)
    , ExtendedServiceCount float
    INSERT INTO @ResultsB (Manufacturer, ExtendedServiceCount) EXECUTE(@MDX) at SSASLinkedServer;
    Test 1 succeeds, returning expected results, and Test 2 fails returning the error mentioned above.
    Other articles I've found so far don't seem to apply to my case.  I am not creating any explicit transactions in my code.   When I use OPENQUERY, I am able to do the insert just fine, but not when I use EXEC @MDX at LinkedServer.
    Unfortunately in some variations of the query, I run into the 8800 character limit on OPENQUERY, so I need to use this other approach.
    Any ideas?
    -Tab Alleman

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Server does not support setting more than 5 shared access policy identifiers on a single container

    Hi,
    I upload a video file to a new Asset. I then attempt to create a streaming URL by creating an Access Policy and then a Locator, which I use to generate the URL used for streaming.This works great. Until the 6th time you execute
    that code against the same Asset. Then you receive this error:
    "Server does not support setting more than 5 shared access policy identifiers on a single container."
    So, that's fine. I don't need to create a new AccessPolicy everytime, I can reuse the one I've created previously, build a Locator using that same policy. However, even then, I get the error about 5 shared access policies on a single container.
    Is this the Lmitation of media service? or am I missing something?
    Following is the code I used for this:
    if (AssetId != "")
                    inputAsset = (from a in _context.Assets
                                  where a.Id == AssetId
                                  select a).FirstOrDefault();
                    policy= (from a in _context.AccessPolicies where a.Name==inputAsset.Name select a).FirstOrDefault();
                    var assetFile = inputAsset.AssetFiles.Create(Path.GetFileName(singleFilePath));
                    var locator = _context.Locators.CreateLocator(LocatorType.Sas, inputAsset, policy);
                    assetFile.Upload(singleFilePath);
                    locator.Delete();
                    MediaElement media = new MediaElement();
                    media.AssetId = inputAsset.Id;
                    media.Title = Path.GetFileName(singleFilePath);
                    var result = Save(media, singleFilePath);
                    return inputAsset;
                else
                    inputAsset = _context.Assets.Create(User.Identity.Name, AssetCreationOptions.None);
                     policy = _context.AccessPolicies.Create(
                                        inputAsset.Name,
                                        TimeSpan.FromDays(30),
                                        AccessPermissions.Write | AccessPermissions.List
    | AccessPermissions.Read | AccessPermissions.Delete);
                     var assetFile = inputAsset.AssetFiles.Create(Path.GetFileName(singleFilePath));
                     var locator = _context.Locators.CreateLocator(LocatorType.Sas, inputAsset, policy);
                     assetFile.Upload(singleFilePath);
                     locator.Delete();
                     policy.Delete();
                     MediaElement media = new MediaElement();
                     media.AssetId = inputAsset.Id;
                     media.Title = Path.GetFileName(singleFilePath);
                     var result = Save(media, singleFilePath);
                     return inputAsset;

    Hi,
    I found some information related to
    Stored Access Policy , Shared Access Signatures   please check if it helps.
    Regards,
    Shirisha Paderu.

  • Server does not support remote panels

    I am developing an online laboratory setup and hence am using a client server model..the client VI being accessed by remote users online. I have done all the necessary steps using Web Publishing tool and the configuration set up. I have also tested the VI previously online. Suddenly now when I hit the URL for the VI the panel does not load...it says Server does not support remote panels. What could be the problem?

    see answer given second posting of question.
    BJD1613
    Lead Test Tools Development Engineer
    Philips Respironics
    Certified LV Architect / Instructor

  • Server does not support PLAIN or LOGIN authentication

    I try to send mail via XI Mail adapter. My settings are below
    Transport protocol : SMTP
    Message protocol : XIPAYLOAD
    url : smtp://10.44...
    Authentication Method : Plain
    User : ...
    Password...
    From :
    To : ....
    But i give this error   "server does not support PLAIN or LOGIN authentication"..
    I think I use SSL or something else, but I dont know how to do by using Mail adapter..
    Or Why do i get this error ?
    Thanks

    Hello Tuncer,
    In your case, you need to first enable SSL on your PI server, which requires some effort. Here are the links for SSL configuration for AS ABAP and AS Java:
    http://help.sap.com/saphelp_nw70/helpdata/en/0d/a22640632cec01e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/56/a12640632cec01e10000000a155106/content.htm
    After that, you need to exchange client certificates between your PI and mail server so that the two systems will accept each other's logon tickets. Only after that you can use your mail adapter with SSL. All adapters that run on the adapter engine use Java AS's authentication mechanisms, so SSL should be enabled for your AS Java, you cannot enable it only for the mail adapter.
    I recommend trying this scenario with another mail server that doesn't require SSL first with plain authentication. Then you can go for SSL, but you will probably need an experienced basis guy to help you for the configuration.
    Hope this helps,
    Regards / selamlar
    Gökhan

  • Win2012R2 error 364 Content file download failed.Reason: The server does not support the necessary HTTP protocol.

    Im running WSUS on Windows 2012 R2. Installed over "Add Roles and Features". Configured, synchronisation works, but can not download any updates.
    System
    Provider
    Name]
    Windows Server Update
    Services
    EventID
    364
    Qualifiers]
    0
    Level
    2
    Task
    2
    Keywords
    0x80000000000000
    TimeCreated
    SystemTime]
    2014-08-27T06:43:36.000000000Z
    EventRecordID
    390
    Channel
    Application
    Computer
    wsus-server.murrcz.local
    Security
    EventData
    Content file download
    failed. Reason: The server does not support the necessary HTTP protocol.
    Background Intelligent Transfer Service (BITS) requires that the server support
    the Range protocol header. Source File:
    /msdownload/update/software/crup/2011/03/windows6.1-kb2506014-x64_8c22199a738b51dbfe78262ca21ba98cf8bdeca2.cab
    Destination File:
    C:\WSUS-updates\WsusContent\A2\8C22199A738B51DBFE78262CA21BA98CF8BDECA2.cab
    The online help not works:
    Content download has failed. BITS service is not starting or is  stopping during downloads.
    Open a command window.
    Type sc config bits start= auto
    Type net stop bits && net start bits
    Type net stop wsusservice && net start wsusservice
    Start WSUS 3.0: Click Start, click Administrative Tools, then click
    Microsoft Windows Server Update Services v3.0.
    Click Synchronization Results.
    In the Action pane, click Synchronize Now.
    Verify
    Look for the corresponding error event.
    Open a command window.
    Type cd <WSUSInstallDir>\Tools
    Type wsusutil checkhealth
    Type eventvwr
    Review the Application log for the most recent events from source Windows Server Update Services and event id 10030.
    The KB922330 not aplicable, ExecuteSQL.exe not present.
    Please help.
    Thanks

    .\SQLCMD.EXE -S \\.\pipe\MICROSOFT##WID\tsql\query -d "SUSDB" -Q "update tbConfigurationC set BitDownloadPriorityForegroud=1"
    This should be considered a temporary fix. It will saturate your Internet connection during periods of WSUS downloads in this configuration.
    The correct and permanent fix should be to resolve the failure of your perimeter device to properly support the HTTP v1.1 protocol specification (which is now some 14 years old).
    Either your device is misconfigured, or it needs a firmware update to support the full specification.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Hi I keep getting this "Server Does Not Support RFC 5746/ CVE-2009-3555" when I try to see my bank account.

    I try to login to my web account and I get this message "Server Does Not Support RFC 5746/ CVE-2009-3555"

    The message about CVE-2009-3555 is meant for webmasters to make them aware that they need to fix their servers.<br />
    Firefox 3.6 versions can detect such a misconfiguration and displays a warning in the "Tools > Error Console".
    See http://wiki.mozilla.org/Security:Renegotiation

  • E18 - "Your display server does not support XComposite..."

    I used e17 quite a bit, but since it was upgraded to e18, I've run into this problem.
    ESTART: 0.00000 [0.00000] - Begin Startup
    ESTART: 0.00004 [0.00004] - Signal Trap
    ESTART: 0.00004 [0.00000] - Signal Trap Done
    ESTART: 0.00005 [0.00001] - Eina Init
    ESTART: 0.00019 [0.00013] - Eina Init Done
    ESTART: 0.00019 [0.00000] - Determine Prefix
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:25^[[0m =================================
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:26^[[0m Enlightenment relocation handling
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:27^[[0m =================================
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:28^[[0m PREFIX: /usr
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:29^[[0m BINDIR: /usr/bin
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:30^[[0m LIBDIR: /usr/lib
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:31^[[0m DATADIR: /usr/share/enlightenment
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:32^[[0m LOCALE: /usr/share/locale
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_prefix.c:33^[[0m =================================
    ESTART: 0.00027 [0.00009] - Determine Prefix Done
    ESTART: 0.00034 [0.00007] - Environment Variables
    ESTART: 0.00036 [0.00001] - Environment Variables Done
    ESTART: 0.00036 [0.00000] - Parse Arguments
    ESTART: 0.00037 [0.00001] - Parse Arguments Done
    ESTART: 0.00037 [0.00001] - Eet Init
    ESTART: 0.00163 [0.00126] - Eet Init Done
    ESTART: 0.00164 [0.00001] - Ecore Init
    ESTART: 0.00512 [0.00348] - Ecore Init Done
    ESTART: 0.00514 [0.00001] - EIO Init
    ESTART: 0.00516 [0.00002] - EIO Init Done
    ESTART: 0.00517 [0.00001] - Ecore Event Handlers
    ESTART: 0.00517 [0.00001] - Ecore Event Handlers Done
    ESTART: 0.00518 [0.00000] - Ecore_File Init
    ESTART: 0.00566 [0.00049] - Ecore_File Init Done
    ESTART: 0.00567 [0.00001] - Ecore_Con Init
    ESTART: 0.00567 [0.00000] - Ecore_Con Init Done
    ESTART: 0.00568 [0.00000] - Ecore_Ipc Init
    ESTART: 0.00569 [0.00001] - Ecore_Ipc Init Done
    ESTART: 0.00569 [0.00001] - Ecore_X Init
    ESTART: 0.00958 [0.00388] - Ecore_X Init Done
    ESTART: 0.00959 [0.00002] - Ecore_Evas Init
    ESTART: 0.00978 [0.00018] - Ecore_Evas Init Done
    ESTART: 0.00978 [0.00001] - Elementary Init
    ESTART: 0.01301 [0.00323] - Elementary Init Done
    ESTART: 0.01302 [0.00001] - Emotion Init
    ESTART: 0.01645 [0.00344] - Emotion Init Done
    ESTART: 0.01646 [0.00001] - Ecore_Evas Engine Check
    ESTART: 0.01647 [0.00001] - Ecore_Evas Engine Check Done
    ESTART: 0.01648 [0.00000] - Edje Init
    ESTART: 0.01648 [0.00001] - Edje Init Done
    ESTART: 0.01649 [0.00001] - E Intl Init
    ESTART: 0.01650 [0.00002] - E Intl Init Done
    ESTART: 0.01651 [0.00001] - E_Alert Init
    ESTART: 0.01651 [0.00000] - E_Alert Init Done
    ESTART: 0.01652 [0.00000] - E_Hints Init
    ESTART: 0.01683 [0.00031] - E_Hints Init Done
    ESTART: 0.01683 [0.00001] - E_Configure Init
    ESTART: 0.01687 [0.00003] - E_Configure Init Done
    ESTART: 0.01687 [0.00000] - E Directories Init
    ESTART: 0.01695 [0.00008] - E Directories Init Done
    ESTART: 0.01696 [0.00001] - E_Filereg Init
    ESTART: 0.01696 [0.00001] - E_Filereg Init Done
    ESTART: 0.01696 [0.00000] - E_Config Init
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_config.c:1223^[[0m Performing config upgrade for 1.12
    ^[[32;1mINF<^[[0me^[[32;1m>^[[0me_config.c:1244^[[0m Performing config upgrade for 1.13
    ESTART: 0.01766 [0.00070] - E_Config Init Done
    ESTART: 0.01767 [0.00001] - E_Randr Init
    E_RANDR CONFIG RESTORE
    Calculated Screen Size: 1920 1080
    ESTART: 0.01850 [0.00083] - E_Randr Init Done
    ESTART: 0.01850 [0.00001] - E_Xinerama Init
    ESTART: 0.01851 [0.00001] - E_Xinerama Init Done
    ESTART: 0.01851 [0.00000] - E_Env Init
    ESTART: 0.01851 [0.00001] - E_Env Init Done
    ESTART: 0.01852 [0.00001] - E_Scale Init
    ESTART: 0.01851 [0.00001] - E_Env Init Done
    ESTART: 0.01852 [0.00001] - E_Scale Init
    ESTART: 0.01853 [0.00001] - E_Scale Init Done
    ESTART: 0.01854 [0.00000] - E_Pointer Init
    ESTART: 0.01854 [0.00001] - E_Pointer Init Done
    ESTART: 0.01855 [0.00001] - E Paths Init
    ESTART: 0.01856 [0.00001] - E Paths Init Done
    ESTART: 0.01857 [0.00001] - E_Ipc Init
    ESTART: 0.01864 [0.00007] - E_Ipc Init Done
    ESTART: 0.01864 [0.00001] - E_Font Init
    ESTART: 0.01865 [0.00001] - E_Font Init Done
    ESTART: 0.01865 [0.00000] - E_Font Apply
    ESTART: 0.01866 [0.00001] - E_Font Apply Done
    ESTART: 0.01866 [0.00000] - E_Canvas Recache
    ESTART: 0.01867 [0.00001] - E_Canvas Recache Done
    ESTART: 0.01868 [0.00000] - E_Theme Init
    ESTART: 0.01870 [0.00002] - E_Theme Init Done
    ESTART: 0.01870 [0.00001] - E_Moveresize Init
    ESTART: 0.01871 [0.00001] - E_Moveresize Init Done
    ESTART: 0.01871 [0.00000] - Efreet Init
    ESTART: 0.01980 [0.00109] - Efreet Init Done
    ESTART: 0.01981 [0.00001] - E_Intl Post Init
    ESTART: 0.02764 [0.00783] - E_Intl Post Init Done
    ESTART: 0.02766 [0.00002] - E_Actions Init
    ESTART: 0.02800 [0.00034] - E_Actions Init Done
    ESTART: 0.02801 [0.00001] - Screens Init
    ESTART: 0.02801 [0.00001] - screens: atoms
    ESTART: 0.02820 [0.00019] - screens: manager
    ESTART: 0.02822 [0.00002] - screens: container
    ESTART: 0.02823 [0.00001] - screens: zone
    ESTART: 0.02824 [0.00001] - screens: desk
    ESTART: 0.02824 [0.00001] - screens: menu
    ESTART: 0.02826 [0.00002] - screens: exehist
    ESTART: 0.02827 [0.00001] - screens: get roots
    ESTART: 0.02828 [0.00001] - screens: focus
    ESTART: 0.02828 [0.00001] - screens: border
    ESTART: 0.02830 [0.00002] - E_Comp Init
    <<<< Enlightenment Error >>>>
    Your display server does not support XComposite, or Ecore-X was built without XComposite support. Note that for composite support you will also need XRender and XFixes support in X11 and Ecore.
    <<<< Enlightenment Error >>>>
    Enlightenment cannot setup compositing.
    E18: Begin Shutdown Procedure!
    ^[[31mERR<^[[0mefreet_cache^[[31m>^[[0mlib/efreet/efreet_cache.c:1108^[[0m org.enlightenment.DBus.Canceled Canceled by user.
    E - PID=849, valgrind=0
    Apparently ever since they upgraded from e17 to e18, they now require XComposite. I'm using the default package through pacman. Pacman installed all the required packages it apparently needs. I've tried uninstalling e18 completely and reinstalling which didn't work. When I do a pacman search for XComposite, E-core-X and XRender, the updated libraries show up.
    Do I need to build every package from scratch just to get this to work?  Or is there an easier way? I tried googling the problem, but only four sites came up with three being .c code. The other didn't offer any real help.
    Thank you in advance for any help.

    Scimmia wrote:hmm, 1.9.3-1 was just released, but 1.9.2-1 should work just fine. Anything custom in your X setup? How about trying a clean configuration (rename ~/.e and let E recreate it)?
    There's nothing custom in my X setup. I've tried deleting the .e folder but still no luck. I'm not sure if it helps, but here's my xorg.conf file. I'm also using the closed source NVIDIA drivers if that matters.
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 1680 0
    Screen 1 "Screen1" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Ancor Communications Inc ASUS VE258"
    HorizSync 24.0 - 83.0
    VertRefresh 50.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "Ancor Communications Inc ASUS VW224"
    HorizSync 30.0 - 85.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 550 Ti"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 550 Ti"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: 1680x1050 +0+0; DFP-0: 1440x900 +0+0; DFP-0: 1440x90$
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection

  • What does this mean in lay terms: server does not support RFC 5746, see CVE-2009-3555

    This error turns up sometimes most of the time associated with another message that says that the 'server timeout.'

    '''''"server does not support RFC 5746, see CVE-2009-3555"'''''<br />
    That message is meant for webmasters to make them aware that they need to fix their servers. Firefox 3.6 versions can detect such a misconfiguration and displays a warning in the "Tools > Error Console".
    See: https://wiki.mozilla.org/Security:Renegotiation
    <br />
    You have an item installed that is considered malware/spyware/adware, "My Web Search Plugin Stub". This type of pest is usually installed along with software you download from the internet; generally free programs, but not always. Carefully watch for "extra" items that will be installed and un-check or opt-out of them.
    #You can check to see if you have any of these from [http://www.google.com/search?q=%22Fun+Web+Products%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:es-ES:official&client=firefox-a|"Fun Web Products"] installed:
    #*Control Panel > Add or Remove Programs, click on any that you find and click "Remove": Ask.com Bar, My Search Bar, MyWay Speed Bar, My Web Search Bar, Fun Web Products Easy Installer
    #*See:
    #**http://www.safer-networking.com/removemywebsearch.php
    #**[http://www.pchell.com/support/mywebsearch.shtml|PC Hell: My Web Search Removal Instructions]
    #**http://helpint.mywebsearch.com/intlinfo/help/toolhelp.jhtml#q3
    #You '''MAY''' need to change a preference to reset your default URL/location bar search provider:
    #*Enter '''about:config''' in the address/URL bar and press the Enter key
    #*If you see a warning, accept it (Promise that you will be careful)
    #*Filter = keyword.URL
    #*Below the Filter, if keyword.URL is '''bold''', right-click on keyword.URL and choose "Reset"
    #*Restart Firefox (File > Restart Firefox)
    #*See: http://kb.mozillazine.org/Keyword.url
    #You '''MAY''' need to reset your homepage. Firefox can open multiple home pages. Home pages are separated by the "|" symbol.
    #*See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    <br />
    You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    *Adobe Shockwave for Director Netscape plug-in, version 11.5 (you '''<u>may</u>''' need to update)
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox

  • [svn] 3045: Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

  • How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tri

    How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tried to reopen and now it won't work. I am using Adobe InDesign CS5. It is the only version on my comp. I have tried opening on another comp & copying the file – same error comes up. PLEASE HELP

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

Maybe you are looking for