CQ5.4 publish to Scene7 works but shows as failed

Using Adobe CQ 5.4
I am trying to upload an asset to Scene7 from the DAM. The workflow model has been configured. When I click on "Publish to Scene7", I get the message "Publishing failed". The upload actually did work, though, because the asset is in Scene7.
The Scene7 workflow ECMA script does not log anything of relevance. The problem seems to come from cq-dam-scene7-5.4.0.jar. The log shows three consecutive *INFO* entries (coming from the JAR file), then the entry:
10.01.2013 16:06:37.620 *ERROR* [JobHandler: /etc/workflow/instances/2013-01-10/model_1357851996443285000:/content/dam/saq/matthieu/mo untain.png] etc.workflow.scripts.uploadScene7Asset$ecma failed
So while the upload worked, on the CQ side the DAM asset never gets updated to reflect this. This also causes the Scene7 Sidekick components to not work at all.
Has anyone encountered something similar? There's the exact same problem here http://forums.adobe.com/message/4656056#4656056 but it's for CQ 5.5. I am using 5.4.

I think the easiest way would be to change your detection method to the presence of a file.
I use "communicator.exe" for Lync. That would solve your problem.
Gerry Hampson | Blog:
www.gerryhampsoncm.blogspot.ie | LinkedIn:
Gerry Hampson | Twitter:
@gerryhampson

Similar Messages

  • Hi, i am in a wifi (macbook pro) works fine but ipad2 and iphone doesnot work but shows as connected into wifi ? anybody can help

    hi, i am in a wifi (macbook pro) works fine but ipad2 and iphone doesnot work but shows as connected into wifi (wifi defenetley works) ? anybody can help

    Make a Genius Appointment at the Apple Store, take your laptop in and get them to help you upgrade it.

  • I'm having problems with facebook notifications.  The sound doesn't work but shows up in banner.  Any suggestions?  I've tried everything but restoring.  Is it a phone problem or an app problem?

    I am having a problem with facebook notifications.  The sound doesn't work but appears as a banner.  I've tried everything but restoring the phone.  Is this a phone problem or an app problem?  Has anybody experienced this problem and were they able to correct it? 

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Autocorrect in pages (and in word) not working, but shows selected

    Somehow my autocorrect feature is not working. It will still, not always show me a word is wrong (misses half)  but I have to click to select and correct it myself. In word, its the same but worse, it misses more. I deleted a lot of my cookies before this happened and wonder if I somehow deleted something  related ? Doesnt seem likely. I am having no luck finding how to make it work. I was helped at Apple with modest success In notes, which is actually now working , but i really need it in pages and word. The misspelled words, such as now while Im typing are underlined in red dashes, but NO AUTO feature on correcting them, its a manual select. Argh!

    It's a Probook 4540s. You are saying then that I ust have to get a new one, probably? 
    Other info:
    OS Name Microsoft Windows 8
    Version 6.2.9200 Build 9200
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Model HP ProBook 4540s
    System Type x64-based PC
    Processor Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz, 2400 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date Hewlett-Packard 68IRR Ver. F.31, 8/31/2012
    SMBIOS Version 2.7
    Embedded Controller Version 88.29
    BIOS Mode UEFI

  • RMAN 9.2.0.4 to 10.2.0.3 - restore/recovery worked but OPEN RESTLOGS Failed

    Hi,
    I have taken the RMAN backup from 9.2.0.4 database - moved to another server having 10.2.0.3. RMAN restore/recovery (incomplete) worked but database got terminated during "ALTER DATABASE OPEN RESETLOGS;".
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Fri Oct 26 14:49:23 2007
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Fri Oct 26 14:49:23 2007
    Errors in file /opt/app/tmdsdb/ora01/Q0TEST/logs/bdump/q0test_psp0_24055.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 26454
    ORA-1092 signalled during: alter database open resetlogs...
    Anyone has any idea what to do? or is it possible?
    Thanks in advance.
    Daljinder

    This is my question .....how can I do that. I did
    1. restored database - using RMAN 10g
    2. recovered using backup controlfile until cancel;
    3. Tried to open "alter database open resetlogs;";
    4. Got error.
    5. tried to oprn "startup upgrade;"
    SQL> startup upgrade;
    ORACLE instance started.
    Total System Global Area 520093696 bytes
    Fixed Size 2031352 bytes
    Variable Size 406847752 bytes
    Database Buffers 109051904 bytes
    Redo Buffers 2162688 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    So how can I do this.....

  • Full image links working but showing broken in dreamweaver?

    All my images were displayed as relative links and worked perfectly on local host and displayed correctly on dreamweaver design view, but I wanted to change them to full links before I go live.
    So I changed all the urls (using find and display) and now even though all the images work fine on localhost,  on the actual dreamweave desgin view many of the images are shown as broken rather than the actual image. I cannot understand why.
    Code for image that shows broken rather than image in design view:
    <img src="http://localhost/mysite/images/img.jpg" alt="alt text" width="196" height="156" class="imgRight" />
    Code that displays fine in design view:
    <img src="http://localhost/mysite/images/img2.jpg" alt="alt text" width="182" height="133" class="imgRight" />
    Is there something I am missing, am I not linking to the image correctly when I use the full url, if so why would some show and others not and all be fine on localhost testing?
    Help as always much appreciated.
    Thank you in advance.

    Hello,
    I have attempted to load the images based on the instructions provided on the Oracle site (On Windows XP).
    According to the instructions:
    Once you complete the standard install, you need to perform the following steps to complete the upgrade:
    1. Connect to SQL*Plus as SYS
    2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    My steps were: CMD --> sqlplus /nolog --> conn sys/[password] as sysdba;
    Then, I ran the above script and receive the following error:
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    For: 2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    I had entered:
    @C:\apex\apxldimg.sql apex
    Any suggestions?

  • Time machine is working but showing always the same -current- files in brow

    Hi,
    I'm running Time Machine on an external FW drive. It backups regularly.
    I needed to restore backup of photo albums after a crash and I was only able to browse back and see the same album as the current one with no changes (over 2 months!).
    Now I need a contact I deleted one week ago, I tried a search in the contacts, I tried to set the screen to show the surroundings contacts, in both cases, TM was able to scroll down to old backups, but only showed the same search (not able to change it or to click anywhere), or the same contact (no old contact appearing in between the two I was watching).
    I tried to unselected then reselect the TM drive but no luck. I really need this contact back and TM is my only backup, the contact is as well deleted from my Mobile Me after a week.
    Help much appreciated.
    Regards.
    B.

    Barthelemy Agaesse wrote:
    Now I need a contact I deleted one week ago, I tried a search in the contacts, I tried to set the screen to show the surroundings contacts, in both cases, TM was able to scroll down to old backups, but only showed the same search (not able to change it or to click anywhere), or the same contact (no old contact appearing in between the two I was watching).
    I tried to unselected then reselect the TM drive but no luck. I really need this contact back and TM is my only backup, the contact is as well deleted from my Mobile Me after a week.
    If you're talking about contacts in your Address Book, first try the things in #E4 of the Time Machine - Troubleshooting *User Tip,* also at the top of this forum.
    If that doesn't help, see this thread, with some other folks that seem to be having the same problem: http://discussions.apple.com/thread.jspa?threadID=2317886
    It does show a workaround. If anybody has reported this to Apple yet, they haven't posted back, so we don't know if there's a better fix.

  • Mail service gradually stopped working, but shows as running

    A problem with the UPS caused our OS X Server based mail server to shut down uncleanly. WHen it was restarted SMTP and IMAP were running and mail could be sent out by SMTP but incoming mail was just getting put on thr queue rather than being putinto the releveant mailbox. Checking for mail over IMAP just kept reporting no new messages. No error or anything. Mailbox was just empty.
    In trying to fix it I tried rebooting, at which point SMTP has ceased to work at all as well. The hard disk seems to be clicking away madly even when the machine should be doing nothing.
    Any ideas what may have gone wrong?
    Thanks
    Andrew

    I would think incoming mail is not making it through the content filter, but would need more information.
    Please open terminal and post the following output:
    postconf -n
    grep smtpd /etc/postfix/master.cf
    ps U clamav
    tail -50 /var/log/mail.log

  • Java Mail Madness - Doesn't Work but shows no errors ?

    What's up folks. I am trying to implement the java mail library. Unfortunately, I have a problem and I don't know how to track it down. Here is the code that I run in the Netbeans IDE.
    import java.io.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    public class SendApp {
    public static void send(String smtpHost, int smtpPort,
    String from, String to,
    String subject, String content)
    throws AddressException, MessagingException {
    // Create a mail session
    java.util.Properties props = new java.util.Properties();
    props.put("mail.smtp.host", smtpHost);
    props.put("mail.smtp.port", ""+smtpPort);
    Session session = Session.getDefaultInstance(props, null);
    // Construct the message
    Message msg = new MimeMessage(session);
    msg.setFrom(new InternetAddress(from));
    msg.setRecipient(Message.RecipientType.TO, new InternetAddress(to));
    msg.setSubject(subject);
    msg.setText(content);
    // Send the message
    Transport.send(msg);
    public static void main(String[] args) throws Exception {
    // Send a test message
    send("kernel", 25, "jd@kernel", "[email protected]",
    "re: dinner", "How about at 7?");
    Where kernel is the domain name of my computer. However, when I check my email at [email protected] (fake address) I don't see anything and the program exits with success. I don't know if this is cause of a problem with my Netbeans, my code, or my postfix smtp system. Any help is greatly appreciated !
    SIncerely,
    Justin Dallas

    Hi,
    Did you checked the log for any errors
    catch (Exception e) {
         System.out.println("Exception while sending mail" + e.getMessage());
         e.printStackTrace();
    Or else add the following line in your exception handler and check whether their is any error or not.
    wdComponentAPI.getMessageManager().reportException(e.getMessage());
    Regards
    Ayyapparaj

  • Sending email with Entourage worked, but Apple Mail fails

    I want to migrate from Entourage to Apple Mail. However sending emails using the smtp of my hosted website, fails every time.
    I use the same SMTP settings as configured in Entourage, but the connection manager cannot connect to these smtp servers.
    When I setup a gmail account, these smtp settings do work, so this is a strange problem.
    In the SMTP configuration I have indicated that no SSL must be used and authentication is by Username/Password. Also the default port must be used, so this should be easy.
    Does anyone recognise this problem and help me out?
    Thanks in advance.

    23circles:
    I would like to find a way to only have the gmail inbox but still send from any three of her accounts.
    You can do it this way:
    Set up only one account. The one from which you want to receive mail.
    In Mail > Preferences > Accounts > +gmail acct+ > Email Address insert the other email addresses, separating each with a comma and single space.
    Only the GMail account will receive incoming Mail. However, when you want to send from another address, in the From dropdown menu toggle the address from which you wish to send mail.
    You will, of course, delete the other accounts you have created to avoid getting incoming messages.
    cornelius

  • Email works but my browser fails - ideas?

    My emails works fine, diagnostics says I am connected but 2 different browsers fail. Ideas?

    Thank you but I have and use a MobileMe account and I am aware of the differences between IMAP, POP, and push services that use Exchange, etc.
    In my 6+ months experience with my iPhone 3G, I have found Apple's own push service with MobileMe to be extremely flakey/inconsistent in visually displaying new email alerts in the Springboard or audibly notifying based on sound preferences. The same for fetch.
    In fact, I sent myself a test message to my .me account as I wrote this message. Two minutes later, I still haven't heard an alert and the count of my new email messages is wrong in the Springboard.
    But when I check my email on iPhone it is there.
    Sometimes iPhone will have the proper count and give you the audible alert, but I find, especially if you haven't been using the phone, it often doesn't keep up and Apple's push services is not better than the fetch service for POP and IMAP.
    What I am suggesting is that BECAUSE the MAIL PUSH service is still a work in progress they haven't rolled out access to push notification for 3rd party developers.
    The best way to know if you have new mail on an iPhone is to open the Mail app and manually check each of your accounts.
    Email account aggregation would be nice too but that's another discussion

  • Remote connection works but local connection fails.

    Hi
    I know this might not be the correct forum, but many DBAs might have encountered this problem.
    I have a machine installed on it Oracle 9.2.0.1.0 Win 2000
    and i have forms 6i installed on it with patchset 16.
    In my tnsnames i have 2 different connections 'DEV' and 'PROD'. DEV is the local db and PROD is the remote db.
    Whenever i connect to the remote db everything's working perfectly, but whenever i try to connect to the local db fors or sqlplus or any other tool is generating an error and being closed. I uninstalled and re-installed 4 times maybe, i even formatted my machine and re-installed everything fresh but the problem persists.
    Anyone encountered anything like this??
    Any suggestion is apreciated, help needed urgent!
    Thanks in advance.
    Tony S. Garabedian

    Hi again
    i tried everything but no changes, so i re-installed forms6 i noticed during installation the followin error message.
    C:docum. & settings\all users\start menu\programs\Oracle Developer 60 - <ORACLE_HOME> is not accessible.
    The folder was moved or removed.
    after that when i tried to run anything, form builder sqlplus80 etc... all i got was this.
    <program_name> The ordinal 8030 could not be located in the dynamic link library UIW60.dll.
    Please i need urgent help
    Regards
    Tony
    PS: THANKS GOD FOR 9iDS :)

  • Iron Browser: login works but resets and fails...

    I wonder if anyone else is having this issue in Iron browser.  I log into the wiki/forum/etc and the redirect takes me back to the page I was at without logging me in... the redirect page says login successful, but when the page finishes loading, the login option is still at the top and options like replying to posts or adding an AUR package are not there because the page basically didn't register that you logged in.
    Looking back over this, my words do seem slightly confusing, but basically put, Iron won't let me log in... and I'm not sure what's up.  If at least one other person could recreate the issue, I wouldn't feel so bad.  So far it does this on my laptop and Desktop... both of which are running Arch64.

    Also, the spin up/spin down frequency seems to have increased dramatically recently. This concerns me, as high spin up cycles can cause them to have a shortened life span. It used to only spin up when Time Machine was going to do a backup. But now it is spinning up on the order of once every five to ten minutes, then spinning down after about two minutes on.

  • I have an HP Touch Pad and the HP Apps Catalog has stopped working and shows download failed.

    I can't download anything 

    Hi Trustnoone360 and kcole8631,
    I saw your two posts and gave kcole8631 a potential solution on another thread.   You can find that here.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • My usb that i have been using on my computer for a while suddenly stopped working, but is still glowing and letting me know that it is connected, but not showing up in disk utility

    my usb that i have been using on my computer for a while suddenly stopped working, but is still glowing and letting me know that it is connected, but not showing up in disk utility

    Either the physical drive or the enclosure electronics has failed. The light you are seeing is powered by the USB connection, the power, electricity, all USB ports put out. That doesn't mean the actual physical hard drive or the USB to SATA bus electronics are working properly. If it doesn't show in Disk Utility then it is DEAD.
    Most of the time it is the enclosures electronics that fail. Removing the physical drive from the enclosure and put it in another enclosure or using a SATA to USB adapter, one that has it's own AC power supply, might allow you to get the files off the drive.

Maybe you are looking for