FDS samples not working "send failed"

Hi all,
me again with another problem .....
I have installed FDS at the default location c:\fds2...
I am having problems running the sample apps that can be
accessed from the page :-
http://localhost:8700/samples/
The Integrated Flex Server is running in a cmd window as
required.
However, when I try to run the sample CRM app at
http://localhost:8700/samples/dataservice/crm/companyapp.mxml
(or any Data Service samples ) I get the initial screen showing
with the 2 panels BUT then get an error message "Send failed"
popup. When I say OK to this popup, I get not data returned.
I am sure it's a fairly easy problem to solve for you
talented folks.
Thanks in advance
Regards
Smak

Something is wrong with your installation because I've
istalled today the two versions because I want use Tomcat and the
CRM application works fine with JRun.
I have your problem with the J2EE installation wich gives me
a "Channel disconnected" and "send failed" message. I overcome this
problem running Integrated Flex Server before open CRM application
in tomcat. Now I have the two versions running without any problem
Regards
Manuel Guimarães, Portugal

Similar Messages

  • Adding multiple locales to TwitterTrends mobile sample - not working

    Hi All,
    I have been having trouble adding support for muliple locales in my application so I desided to try it out with TwitterTrends sample application. Should be easy, but not working for me...
    What I did:
    1. Add locale folder under assets with an en_US sub folder
              src/assets/locale/en_US
    2. Create a properties file for en_US and save to src/assets/locale/en_US
         src/assets/locale/en_US/twittertrends.properties
    3. Add a single resource key for the home view in 'twittertrends.properties'
         views.home.title=Twitter Trends
    4. Update the TwitterTrendsHome.mxml to use fetch the title from the properties file
         title="{resourceManager.getString( 'twittertrends', 'views.home.title' )}"
    5. Add the locale folder to the applications source path, I did this by modifying the additional compilter args for Flash Builder:
         -locale en_US -source-path=assets/locale/{locale}
    Result:
    No title is displayed..
    I am not sure what I did wrong. Any help is much appreciated.
    Has anyone else seen/not seen this issue?
    Cheers,
    Greg

    Try adding
    <fx:Metadata>
        [ResourceBundle("twittertrends")
    </fx:Metadata>
    The problem is that the compiler isn't smart enough to tell that you're using the 'twittertrends' resource bundle unless you tell it so via [ResourceBundle] metadata. It doesn't try to analyze the ActionScript code inside of databinding expressions to determine what parameters you are passing to ResourceManager functions, etc.
    If instead of databinding you use the @Resource() compiler directive, as in
    title="@Resource('twittertrends', 'views.home.title')"
    then it should be able to figure this out without the [ResourceBundle] metadata. But this way of doing it doesn't support switching the locale at runtime.
    Gordon Smith
    Adobe Flex SDK Team

  • Tree Binding sample not works on iAS 10.1.2

    I have downloaded sample Tree Binding - Tree View Control (http://www.oracle.com/technology/sample_code/products/jdev/index.html)
    and opened with jDeveloper 10.1.2.
    On Embedded OC4J it works fine but after deploy to iAS 10.1.2, the tree control on departmentTree.jsp is void.
    Is there any problem with tree on iAS 10.1.2 ?
    Regards,
    Lumir Vanek

    Hi dvohra,
    Thanks for your reply. I'm afraid I overlooked something, which is the reason of the ajax functionality not working. The Servlet that made the Ajax functionality used a datasource, and the same was in the Embedded OC4J Preferences. The ADF Business Components part was changed to use the datasource declared on the iAS. The Servlet however was not...
    So, all works now.

  • Ias samples not working windows2000advanced ias sp5

    Ias sample applications is not working(even fortune).
    Os windows 2000 advanced server sp2
    appserver ver ias6.5
    webserver iis 5.0
    configured cgibin as mentioned in the release notes
    errorERROR: Unknown Type of Request Please Check the URL

    Hi,
    Please follow the Previous posting
    Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Running samples not working...

    I could run these samples before, but now they do not work with the following error. Any idea why this is happening? I solved it once by deleting files in the temp directory, but now that does not work. Any ideas would be appreciated.
    Thanks,
    Ray
    MY CONFIGURATION INFO
    DB => 9.0.1.3
    DB Platform => Solaris 2.6
    DB SID => ifsdb
    2nd Tier Platform => Windows 2000 Server
    IFS Version => 9.0.1
    D:\ora901client\9ifs\samplecode>java oracle/ifs/examples/api/UserSample system manager IfsDefault ifssys
    UserSample starting
    Unable to start service:
    java.lang.NoSuchFieldError:java.lang.NoSuchFieldError: OCIEnvHandle
    java.lang.NoSuchFieldError: OCIEnvHandle
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:307)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(Connectio
    nPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPo
    ol.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryServ
    ice.java:3204)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1051)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java
    :1408)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:303)
    at oracle.ifs.examples.api.BaseSample.startService(BaseSample.java:95)
    at oracle.ifs.examples.api.UserSample.run(UserSample.java:62)
    at oracle.ifs.examples.api.UserSample.main(UserSample.java:43)
    UserSample could not establish a session; exiting

    Looks like your JDBC is not ok on the middle tier machine. You need to be able
    to connect using JDBC from the middle tier to the database.

  • Impersonation through C# is not working - sending wrong CallingID

    Hello,
    I need to modify the UserQuery entity, but per securities I can't update this unless it's updated as each individual user.  So I've written a piece to update it using Impersonation by setting the CallerID.  Below is a snippet of the code:
    using (OrganizationServiceProxy proxy = new OrganizationServiceProxy(SvcMgt, Creds))
    Guid OwnerID = new Guid("0c5b54bb-f2ab-e411-94aa-005056843a89");
    proxy.CallerId = OwnerID;
    Guid UserQueryId = new Guid((row["UserQueryId"].ToString()));
    ColumnSet attributes = new ColumnSet(new string[] { "fetchxml"});
    Entity userquery = new Entity("userquery");
    userquery = proxy.Retrieve(userquery.LogicalName, UserQueryId, attributes);
    userquery["fetchxml"] = row["FixedFetchXML"].ToString();
    proxy.Update(userquery);
    When I run this I get the error below:
    System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: 
    SecLib::AccessCheckEx failed. Returned hr = -2147187962, 
    ObjectID: 428e02bb-acb3-e411-94aa-005056843a89, 
    OwnerId: 0c5b54bb-f2ab-e411-94aa-005056843a89,  
    OwnerIdType: 8 and 
    CallingUser: e0d62cbb-86d6-e411-94aa-005056843a89. 
    ObjectTypeCode: 4230, 
    objectBusinessUnitId: 45072abb-5187-e211-86aa-005056b07049, 
    AccessRights: Read
    Access  (Fault Detail is equal to Microsoft.Xrm.Sdk.OrganizationServiceFault).
    The CallingUser is me, but I assumed this would be the user I'm trying to impersonate given I've set that GUID as the CallerID.  What am I missing?
    Thanks in advance for any suggestions.

    Thanks for the options.  What I'm seeing now is my Impersonation code is working when I set the CallerId, but it's not working congruently across all users.  For example I have two users, and I can run the following for one user and it creates
    the Contact under that user, but if I change the CallerId to another User's GUID it creates the Contact under me and not that second user:
    using (OrganizationServiceProxy proxy = new OrganizationServiceProxy(SvcMgt, Creds))
    proxy.CallerId = new Guid("BBC683AA-3E8B-E211-98BB-005056B07049");
    Guid NewContact;
    Entity contact = new Entity("contact");
    contact["firstname"] = "Test2";
    contact["lastname"] = "Test2";
    NewContact = proxy.Create(contact);
    System.Console.WriteLine(NewContact.ToString());
    At this point I believe my code is valid and working, because under the user that it works on the correct user is setup as the ModifyBy, CreateBy, etc  but I'm setup as the ModifiedOnBehalfBy and CreatedOnBehalfBy.  And I've even tested this with
    updating the User Query entity, for some I can modify their Query successfully but for the same ones that won't allow me to setup a new Contact for them I can't update the User Query entity as them either.
    So my question now is why does Impersonation work on some users but not on others.  I've compared the profiles of users that it does and doesn't work on, but I can't find any difference.
    Thanks --

  • Imessage not working sends as a text

    my imessage is not working anymore, i text my friend is aussie all the time (im from new zealand)
    and it tries to send as a txt but i dont have enough credit for it.. my imessage is on, hers is on too
    im outta data but i use my wifi. anyone know whats up?

    This link http://www.apple.com/support/systemstatus/ will give you information if any of the Apple server/services are down. It seems to be alright now, and I don't see where anything was down before.
    @deetillman, I have not had an issue with my iMessage on AT&T today.

  • ITune not working, upgrade failed

    I am unable to upgrade to iTune 11.1 on my Mac (OS X Lion 10.7.5)  The upgrade downloads and runs for a long time with and it hangs when it gets to "Running Package Scripts"    After a time it then throws the following error message:  The update "iTunes" cannot be installed. An unexpected error has occurred.
    After I attempted this today it froze up my computer and I had to do a Safe reboot just to get it running again.   Also had to do the type of reboot that resets the screen settings (Control, Option, P, R) 
    Now iTunes will not work at all on my Mac.  When I click of the iTune icon a box appears on my screen that is blank except for an OK button.   When I click theOK button the the little "dot" under the iTunes icon goes off.  
    VERY weird . . . anyone out there have any ideas how to fix this.   As it is now iTunes is completely non functional on my imac.  

    Hello frances219,
    Thank you for providing the details of when iTunes quitting unexpectedly.  Currently, it sounds like you are not able to install iTunes.  I recommend following the steps in this article for installation issues:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    If you continue to have issues with iTunes unexpectedly quitting after reinstalling iTunes, I recommend this article:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Internet Service Not Working, sending 404 error

    Hi,
    I just created an Internet Service pointing to a transaction and I published it but it is not working when I click on Start Service and the browser is opened, I know the servername and the url should be well created cause I delete the service name and change it for webgui and then it works so the hostname and port shoud be ok.
    I can not see it either in the SICF transaction under the ITS path I followed the instructions in the Help Manual but is not working and can´t find why, has somebody done this that can help me out?
    Thanx in Advanced!
    Kind Regards,
    Gerardo J

    Hi Tobias,
    Thank you for the Link, I have followed the steps and published the service in the SE80 Transaction, I checked the settings and are correctly pointing to internal ITS, but after I published the Service I start the SICF transaction and can not find my new Service to activate it, I´m looking in /sap/bc/gui/sap/its  Path wich is the Path I have configured into Internet Transaction Server > Test Tab.
    I really apreciate your help!
    Kind Regards,
    Gerardo J

  • Hello, all of a sudden I fell down my system and completely erased all bookmarks. Your progress with restoration does not work, send me ansver,please

    Hello, all of a sudden I fell down my system and completely erased all bookmarks. Your progress with restoration does not work, write me of bookmarks could not be loaded. Please advice on everything because I came and they seriously need it.

    Did your computer crash or did Firefox crash causing the loss of the bookmarks?
    You can check for problems with the places.sqlite database file in the Firefox Profile Folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    See also:
    *http://kb.mozillazine.org/Lost_bookmarks
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes

  • Turning on Web Sharing does not work and fails to load apache web server

    Sort of answering my own question here but hope it will be useful to other people and save them some time.
    After receiving my shiny new imac with os x lion pre-installed, I was a little dismayed and confused when I went to System Preferences -> Internet and Wireless -> Sharing and attempted to check the Web Sharing. Every time I clicked this option I was told Web Sharing was starting but would then repeatedly fail and apache failed to start.
    Looking in the Console I find:
    org.apache.httpd: dyld: Library not loaded: /usr/lib/libpq.5.dylib
    org.apache.httpd: Referenced from: /usr/sbin/httpd
    org.apache.httpd: Reason: image not found
    Entering in the console:
    vim /Library/Logs/DiagnosticReports/httpd_2011-08-06-165030_localhost.crash (date and time bit will vary)
    reveals:
    Process:         httpd [2418]
    Path:            /usr/sbin/httpd
    Identifier:      httpd
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2011-08-06 16:50:30.106 +0100
    OS Version:      Mac OS X 10.7 (11A511a)
    Report Version:  9
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /usr/lib/libpq.5.dylib
      Referenced from: /usr/sbin/httpd
      Reason: image not found
    Binary Images:
           0x1022f6000 -        0x102352fef  httpd (??? - ???) <9D63FBFD-DD87-3DD5-AD1A-D8A79FEC3EE8> /usr/sbin/httpd
    "/Library/Logs/DiagnosticReports/httpd_2011-08-06-165030_localhost.crash" 32L, 1469C
    TO FIX THIS ISSUE:
    It appears /usr/lib/libpq.5.dylib does not exist but /usr/lib/libpq.5.3.dylib does.
    Fix by creating a symbolic link from /usr/lib/libpq.5.3.dylib to /usr/lib/libpq.5.dylib
    =
    sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Going back to System Preferences -> Internet and Wireless -> Sharing clicking Web Sharing a couple of times turns Web Sharing on successfully!
    Going to http://localhost/ displays the "It Works!" page.
    HTH people as it took me a while to find the correct solution online from:
    http://www.azattis.com/2011/07/os-x-lion-postgresql-84-install-problem.html

    Hi there,
    You seemed to have had a similar problem to what I now have and so wondered if you might be able to help me :-)
    I have posted this as a new post as well but if anyone has five mins could they take a look - I would be very grateful. Here you go:
    I am new to all this so I have probably made some simple errors and I hope someone can help me. I will retell what I have done as I haven't a clue what part of what I have done has mucked things up.
    I am really stuck. Web sharing will not start on my iMac running Lion OS X. It did work fine and then I wanted to activate PHP so my test website contact form would work (and send the data on the form throught to my email address.
    Before I did anything I turned on websharing and could view my website from another computer using: http://192.168.1.4/~stewartfergusson/
    I think followed the instructions on this link to activate PHP -http://foundationphp.com/tutorials/php_leopard.php
    I then did a few things in terminal and will paste below what I did:
    Last login: Sun Jan  1 09:01:52 on console
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd/private/etc
    -bash: cd/private/etc: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd prvate
    -bash: cd: prvate: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd private
    -bash: cd: private: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd /private/etc
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo cp php.ini.default php.ini
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Wed Jan  4 09:03:03 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Thu Jan  5 06:19:15 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo In -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Password:
    sudo: In: command not found
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    ln: /usr/lib/libpq.5.dylib: File exists
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl -t
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl configtest
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$
    An important point to note is that I now appear to have more than one http.config file and they are located in the following locations:
    1) Macintosh HD/etc/apache2/httpd.conf.default
    2) Macintosh HD/etc/apache2/httpd.conf.default.default
    3) Macintosh HD/etc/apache2/original/httpd.conf
    I edited this file (which one I have not got a clue) and also the php.ini file within Macintosh HD/etc/ using Terminal - the command I used was sudo cp php.ini.default php.ini
    This php.ini file now exists in two locations now as well:
    1) Macintosh HD/etc/php.ini
    2) Macintosh HD/etc/php.ini.default
    I then edited this file by changing the line of code below from:
    514 error_reporting = E_ALL & ~E_NOTICE (I think it said E_DEPRECATED actually) but I am lifting this from the web page in the link above)
    To:
    514 error_reporting = E_ALL
    I then saved this file.
    I then deactivated web sharing in System Preferences and since then have not been able to restart Web Sharing. I click it and it flashes orange for a second then does not start.
    This was all done to activate PHP on my iMac so I can host my own site which has a PHP contact form page.
    Please help I am so out of my depth I am very worried I may have changed things and I am going to forget what I did.
    If you need to know anything then please ask.
    Thank you so much
    sfergusson1
    'JollyoldEngland'

  • [SOLVED]Printer HP-PSC1315 does not work (Filter failed) w/ kernel 3.8

    I moved to archlinux nearly a month ago. I liked it from the start. Finally a distro I could love. Back then the kernel version was 3.7.9. My old HP-PSC1315 printer worked flawless. Just installed and enabled cups, then installed hplip, ran hp-probe and hp-setup -i. But soon the kernel was updated to 3.8.3 and then to 3.8.4. Since that I keep getting the message "Filter failed" despite all my efforts. But the scanner works normally. It does not seem to be a problem caused by the updating of hplip or cups. It seems to be a compatibility problem with kernel 3.8, because when I downgrade to 3.7.9 the newest versions of hplip and cups work fine.  The only way I found out to circumvent the problem is to print from a virtualbox machine where the [core] packages were installed from an old repository with kernel 3.7--a very annoying work around.
    Could anyone help me, please?
    Last edited by tenoriocalc (2013-04-12 23:57:53)

    Thanks for the advice. I agree it is hard to blame kernel 3.8 on that. But hplip 3.13.3, cups 1.6.2 and foomatic 1:4.0.17 have the same versions on both cases. Setting "cupsctl LogLevel=debug2" produces a very verbose /var/log/cups/error_log file. Below I have omitted most of it and select only what I think is most significant. Sorry for the long post.
    d [30/Mar/2013:13:48:27 -0300] cupsdFinishProcess(pid=1749, name=0x7fff88f156c0, namelen=1024, job_id=0x7fff88f156bc(18)) = "/usr/lib/cups/filter/pstopdf"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] PID 1749 (/usr/lib/cups/filter/pstopdf) exited with no errors.
    d [30/Mar/2013:13:48:27 -0300] cupsdFinishProcess(pid=1750, name=0x7fff88f156c0, namelen=1024, job_id=0x7fff88f156bc(18)) = "/usr/lib/cups/filter/pdftopdf"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] PID 1750 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [30/Mar/2013:13:48:27 -0300] [Job 18] Failed to send: org.freedesktop.ColorManager.NotFound:device id 'psc_1310' does not exists
    D [30/Mar/2013:13:48:27 -0300] [Job 18] Failed to get profile filename!
    I [30/Mar/2013:13:48:27 -0300] [Job 18] no profiles specified in PPD
    D [30/Mar/2013:13:48:27 -0300] [Job 18] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 -dcupsRowStep=1 -dcupsInteger0=2 -dcupsInteger1=3 -scupsPageSizeName=Letter -I/usr/share/cups/fonts -c -f -_
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    d [30/Mar/2013:13:48:27 -0300] select_timeout: JobHistoryUpdate=1364748446
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[8]="HOME=/var/spool/cups/tmp"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[10]="SERVER_ADMIN=root@ArchLinux"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[11]="SOFTWARE=CUPS/1.6.2"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[13]="USER=root"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[17]="IPP_PORT=631"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[18]="CHARSET=utf-8"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[19]="LANG=en_US.UTF-8"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[20]="PPD=/etc/cups/ppd/psc_1310.ppd"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[21]="RIP_MAX_CACHE=128m"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[22]="CONTENT_TYPE=application/postscript"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[23]="DEVICE_URI=hp:/usb/psc_1310_series?serial=BR57E3H0YGO2"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[24]="PRINTER_INFO="
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[25]="PRINTER_LOCATION="
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[26]="PRINTER=psc_1310"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[27]="PRINTER_STATE_REASONS=none"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[28]="CUPS_FILETYPE=document"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[29]="FINAL_CONTENT_TYPE=printer/psc_1310"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] envp[30]="AUTH_INFO_REQUIRED=none"
    d [30/Mar/2013:13:48:27 -0300] select_timeout: JobHistoryUpdate=1364748446
    I [30/Mar/2013:13:48:27 -0300] [Job 18] Start rendering...
    D [30/Mar/2013:13:48:27 -0300] [Job 18] Set job-printer-state-message to "Processing page 1...", current level=INFO
    D [30/Mar/2013:13:48:27 -0300] [Job 18] STATE: +connecting-to-device
    D [30/Mar/2013:13:48:27 -0300] [Job 18] prnt/backend/hp.c 745: ERROR: open device failed stat=12: hp:/usb/psc_1310_series?serial=BR57E3H0YGO2
    job_id=0x7fff88f156bc(18)) = "/usr/lib/cups/backend/hp"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] PID 1753 (/usr/lib/cups/backend/hp) stopped with status 1.
    job_id=0x7fff88f156bc(18)) = "/usr/lib/cups/filter/hpcups"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] PID 1752 (/usr/lib/cups/filter/hpcups) did not catch or ignore signal 13.
    d [30/Mar/2013:13:48:27 -0300] cupsdFinishProcess(pid=1751, name=0x7fff88f156c0, namelen=1024, job_id=0x7fff88f156bc(18)) = "/usr/lib/cups/filter/gstoraster"
    D [30/Mar/2013:13:48:27 -0300] [Job 18] PID 1751 (/usr/lib/cups/filter/gstoraster) stopped with status 13.
    d [30/Mar/2013:13:48:27 -0300] select_timeout: JobHistoryUpdate=1364748446
    d [30/Mar/2013:13:48:27 -0300] finalize_job(job=0x7f1f9bd8d730(18))
    d [30/Mar/2013:13:48:27 -0300] cupsdSetPrinterReasons(p=0x7f1f9bdb3740(psc_1310),s="-connecting-to-device,cups-remote-pending,cups-remote-pending-held,cups-remote-processing,cups-remote-stopped,cups-remote-canceled,cups-remote-aborted,cups-remote-completed"
    d [30/Mar/2013:13:48:27 -0300] cupsdSetPrinterReasons(p=0x7f1f9bdb3740(psc_1310),s="-offline-report"
    I [30/Mar/2013:13:48:27 -0300] [Job 18] Printer stopped due to backend errors; please consult the error_log file for details.
    Last edited by tenoriocalc (2013-03-31 00:42:26)

  • ITune is not working, Send Error Report

    before i updated to the newer 7.0.2 iTunes it used to work perfectly fine. Now after i installed it, quick time and iTunes seem to be having a problem. I click on Quick time and it says, Buffer Overrun detected.(then it says my file directory in program files). A buffer overrun has been detetced which has corrupted the programs internal state.The program cannot safely continue execution and must now be terminated.
    Itunes starts up, this agree to liscense agreement pops(sometimes this does not even pop up) up. I check yes and then the iTunes library pops up for about 3-5 seconds. iTunes has encountered a problem and needs to close. We are sorry for the incovenience. (Send error report, Dont send). How do i fix this?

    replying to Duvack
    I click on Quick time and it says, Buffer Overrun detected.(then it says my file directory in program files). A buffer overrun has been detetced which has corrupted the programs internal state.The program cannot safely continue execution and must now be terminated.
    the QuickTime problem will probably be causing your itunes problem. (itunes needs a properly functioning QuickTime in order to work correctly.)
    let's try swapping out your QuickTime.
    head into your Add/Remove programs. uninstall QuickTime.
    Next, we’ll manually remove any leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx.
    7. Restart your computer.
    next, we'll get a fresh copy of QuickTime into your PC by doing a repair install of itunes.
    switch off antivirus and antispyware applications prior to the repair install.
    go into Add/Remove and select itunes. click "Change" and then click "Repair".
    if the repair install goes through okay, restart the PC and try launching itunes again. does it launch properly now?

  • Color Sampler not working outside my window! Urgent, please help!

    I just installed Photoshop on my Surface Pro 3. I am doing a presentation in a few hours where I will need to be able to demonstrate the use of the Color Sampler outside the window. It doesn't work. It goes up to the edge of the workspace but does not sample beyond that. I've tried using the pen, the trackpad and the mouse. None of them work. If I try to do it on my Windows 8.1 desktop, it works fine. Help!

    Just looked into this and have found a resolution. Always learning new tricks!! So forgive me I was wrong in the first post.
    You CAN do it by clicking within the workspace and then dragging outside so continually holding down then letting go outside the workspace.
    Colour sampling outside Photoshop | Shape Shed
    Hope this helps!

  • WSUS Sync is not working Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. --- System.Security.Authentication.AuthenticationException: The remote

    I know there are loads of posts with same issue and most of them were related to proxy and connectivity .
    This was case for me as well (few months back). Now the same error is back. But I've confirmed that FW ports and proxy are fine this time around.
    server is configured on http port 80 
    ERROR
    Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid
    according to the validation procedure.~~at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request). Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WSyncAction.WSyncAction.SyncWSUS
    I've checked proxy server connectivity. I'm able browse following site from WSUS server
    http://catalog.update.microsoft.com/v7/site/Home.aspx?sku=wsus&version=3.2.7600.226&protocol=1.8
    I did telnet proxy server on the particular port (8080) and that is also fine.
    I've doubt on certificates, any idea which are the certificates which we need to look? And if certificate is expired then (my guess) we won't be able open the above mentioned windows update catalog site?
    Any tips appreciated !
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

    Hi Lawrence ! - Many thanks for looking into this thread and replying. Appreciate your help.
    Your reply  ("SSL is enabled/configured, and the certificate being used is invalid
    (or the cert does not exist or cannot be obtained), or the SSL connection could not be established.") is very helpful.
    I've already tested CONTENT DOWNLOAD and it's working fine. WSUS Sync was also working fine for years with proxy server configured on port (8080) and WSUS server on port 80.
    My Guess (this is my best guess ;)) is this something to do with Firewall or Proxy side configuration rather than WSUS. However, I'm not finding a way to prove this to proxy/firewall team. From their perspective all the required port communication open and
    proxy server is also reachable. More over we're able to access internet (Microsoft Update Catalog site) over same port (8080).
    Any other hints where I can prove them it's a sure shot problem from their side.
    Thanks again !!
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

Maybe you are looking for

  • Asus eee PC 1005HA No network interfaces

    Hi everyone. I am pretty new to Linux, but I have played with Arch, amongst other distros, in VirtualBox before. Today I got a nice shiny new eee PC 1005HA. I always intended to install Linux on it, and while I know that Arch isn't usually considered

  • TS3771 Quicktime is required which is not supported by this version of iTunes

    The suggestions in the thread instruct to change opening iTunes in 32 bit mode. With Mavericks, this is not possible. I changed to 32 bit mode and attempted opening iTunes and received the error message "iTunes requires 64 bit mode to open" thus the

  • Unable to open PDF files in Internet Explorer

    Hello, One of our users has a problem with opening PDF files in Internet Explorer. Translation: Adobe PDF-document There is a problem with Adobe Acrobat/Reader. Close Adobe Acrobat/Read and try again. The user is using Adobe Acrobat 8 Standard in com

  • Migration from Access with SQL Developer 1.2.2998 Does not migrate Relation

    Hi, I've almost successfully migrated an Access database to Oracle with SQL Developer with Quick Migration Option. Everything went all right, except for the tables relationships... they were not migrated. Have I forgot to do something? Thanks in adva

  • Dimmer control for LED lights with HTTP Requests

    Hello, I'm al little bit know with LabVIEW, but I have a problem that I can't get fixed. For a project we control the led lights in a house with http requests (we use the http get request): this exists of a http address, the number of the light, the