Failed to publish

Hi Gurus
I have developed a application with struts architecture and trying to publish it to the mobile server.
I was able to publish 2-3 applications without struts but not able to publish the current application.
In order to make struts compatible with the JRE version I changed the Java installation directory and then tried to publish the application.
The logs shows the snapshots created but finally fails to publish the application displaying the error as java.net.NoRouteToHostException: Host unreachable: connect .
The following is the complete error message.
05/02/20 17:05:35 log9: Auto-deploying mobileserver (Assembly had been updated).
05/02/20 17:05:35 log9: Auto-deploying Struts Blank Application (Assembly had be
en updated)...
05/02/20 17:05:36 log1: Host unreachable: connect
05/02/20 17:05:36 log9: java.net.NoRouteToHostException: Host unreachable: conne
ct
05/02/20 17:05:36 log9: at java.net.PlainSocketImpl.socketConnect(Native
Method)
05/02/20 17:05:36 log9: at java.net.PlainSocketImpl.doConnect(Unknown So
urce)
05/02/20 17:05:36 log9: at java.net.PlainSocketImpl.connectToAddress(Unk
nown Source)
05/02/20 17:05:36 log9: at java.net.PlainSocketImpl.connect(Unknown Sour
ce)
05/02/20 17:05:36 log9: at java.net.Socket.<init>(Unknown Source)
05/02/20 17:05:36 log9: at java.net.Socket.<init>(Unknown Source)
05/02/20 17:05:36 log9: at sun.net.NetworkClient.doConnect(Unknown Sourc
e)
05/02/20 17:05:36 log9: at sun.net.www.http.HttpClient.openServer(Unknow
n Source)
05/02/20 17:05:36 log9: at sun.net.www.http.HttpClient.openServer(Unknow
n Source)
05/02/20 17:05:36 log9: at sun.net.www.http.HttpClient.<init>(Unknown So
urce)
05/02/20 17:05:36 log9: at sun.net.www.http.HttpClient.<init>(Unknown So
urce)
05/02/20 17:05:36 log9: at sun.net.www.http.HttpClient.New(Unknown Sourc
e)
05/02/20 17:05:36 log9: at sun.net.www.protocol.http.HttpURLConnection.c
onnect(Unknown Source)
05/02/20 17:05:36 log9: at sun.net.www.protocol.http.HttpURLConnection.g
etInputStream(Unknown Source)
05/02/20 17:05:36 log9: at java.net.URL.openStream(Unknown Source)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.XMLReader.openURL(XMLRea
der.java:2133)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.XMLReader.pushXMLReader(
XMLReader.java:257)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.NonValidatingParser.push
ExternalDTD(NonValidatingParser.java:529)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.NonValidatingParser.pars
eDoctypeDecl(NonValidatingParser.java:454)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.NonValidatingParser.pars
eProlog(NonValidatingParser.java:287)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.NonValidatingParser.pars
eDocument(NonValidatingParser.java:266)
05/02/20 17:05:36 log9: at oracle.xml.parser.v2.XMLParser.parse(XMLParse
r.java:201)
05/02/20 17:05:36 log9: at oracle.lite.web.PublishAPI.changeApplicationW
ebXML(PublishAPI.java:180)
05/02/20 17:05:36 log9: at oracle.lite.web.PublishAPI.publishApp(Publish
API.java:30)
05/02/20 17:05:36 log9: at oracle.lite.web.admin.console.PublishEvent.do
General(PublishEvent.java:474)
05/02/20 17:05:36 log9: at java.lang.reflect.Method.invoke(Native Method
05/02/20 17:05:36 log9: at oracle.cabo.servlet.event.MethodEventHandler.
handleEvent(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.event.TableEventHandler.h
andleEvent(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.event.TableEventHandler.h
andleEvent(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.event.BasePageFlowEngine.
handleRequest(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.AbstractPageBroker.handle
Request(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.ui.BaseUIPageBroker.handl
eRequest(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.PageBrokerHandler.handleR
equest(Unknown Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.UIXServlet.doGet(Unknown
Source)
05/02/20 17:05:36 log9: at oracle.cabo.servlet.UIXServlet.doPost(Unknown
Source)
05/02/20 17:05:36 log9: at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:760)
05/02/20 17:05:36 log9: at javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:853)
05/02/20 17:05:36 log9: at com.evermind.server.http.ResourceFilterChain.
doFilter(ResourceFilterChain.java:65)
05/02/20 17:05:36 log9: at oracle.lite.web.CheckSessionFilter.doFilter(C
heckSessionFilter.java:212)
05/02/20 17:05:36 log9: at com.evermind.server.http.ServletRequestDispat
cher.invoke(ServletRequestDispatcher.java:604)
05/02/20 17:05:36 log9: at com.evermind.server.http.ServletRequestDispat
cher.forwardInternal(ServletRequestDispatcher.java:317)
05/02/20 17:05:36 log9: at com.evermind.server.http.HttpRequestHandler.p
rocessRequest(HttpRequestHandler.java:790)
05/02/20 17:05:36 log9: at com.evermind.server.http.HttpRequestHandler.r
un(HttpRequestHandler.java:270)
05/02/20 17:05:36 log9: at com.evermind.server.http.HttpRequestHandler.r
un(HttpRequestHandler.java:112)
05/02/20 17:05:36 log9: at com.evermind.util.ReleasableResourcePooledExe
cutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
05/02/20 17:05:36 log9: at java.lang.Thread.run(Unknown Source)
05/02/20 17:05:36 log9: key is : messageRendered
05/02/20 17:05:36 log9: key is : messageType
If somebody can help me out asap as I have a very urgent delivery in the next 10days.
Also let me know what needs to be done for making the application run.
The following is the system architeture.
-pages(JSP)
-libs
-scripts(JS)
-css(CSS)
-images
-src
-web-inf
-classes
-struts-config.xml
-web.xml
-lib
-tld
Any help would be very much appreciated.
regards
ramchow

Hi
I am using 10g Lite.
Actually I am using Display Tag libraries and XML FOP for generating PDF reports along with Struts framework.
I was able to run the application in the debug mode but could not publish the same through Mobile Manager.
Can you suggest me what are the changes that I need to do in any of the configuration files to get my application published.
regards
ramchow

Similar Messages

  • Failing to publish and deploy from CVS Repository

    We have installed CVS on one of the machine and we have configured the CVS in our studio (version 5.7 MP3).
    We stored the project in the repository(CVS) and when publish and deployed it pops up with an error message and fails to publish.
    But before storing it in the CVS there were no errors and was successfuly publishing and deploying.
    Even the exported file if executed in a different workspace (without CVS configured), it runs successfully.
    Is it that we need to unlock in some file for successfull execution.
    Please suggest / help.
    Thanks in advance
    Jayant

    Hi,
    Do you want to configuring SSL for cloud service? I suggest you have a look at the following article.
    #http://www.windowsazure.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/
    Please try to do as above article, in addition please note the certificate must meet the following requirements for SSL certificates in Windows Azure. If I misunderstand, please feel free to let me know.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IPod touch failed to publish video?

    iOS 6.1.3 iPod touch 4G it always says failed to publish 'name of video' please help

    You might want to check your system settings on your iPod Touch.  Under the About tab, look at how much free space you have on the iPod touch.

  • FAil to publish CRL

    I am installing a new CMS server, and receive fail to publish CRL, error=65, Object class violating. Can someone tell what I am doing wrong?

    Probable you are trying to publish on 5.2 directory server and using 4.2 CMS. Other reason can be you are installing CMS 4.7 and trying to publish on 4.x directory server.
    Objectclass definitions are different in both versions.

  • Animate "Fails" to Publish project (Windows 7 Professional); can't access folder?

    I have seen the other "Publish" question on this forum, but this seems to be another issue. When publishing a project to Web, the resulting dialog indicates...
    "Failed to publish to Web at path: "pathname". Make sure the folder is accessible and the file is not locked.
    All the same, when I go to the project saved location I find new Publish and /Web folders, a new Publish/Web/Image folder, an Edge_includes folder and the expected .js and .htm or .html files. For a while, I simply used these and ignored the error messages. Something may have changed in my workflow or setup, although I have no idea what, but now the resulting published package does not work. By "not work," I mean when I click the resulting .htm(l) file the animation is blank.
    Windows 7 Professional
    Edge Animate 2014.1 (up to date as of today)
    I have uninstalled EA completely, including preferences, re installed, renamed the project, changed folder locations, same problem.
    Help would be appreciated.

    Hi,
    Can you have a look at these tutorials to make sure that you have everything covered?
    Edge Animate Publish Files and JS Folder | EdgeDocks.com
    Edge Animate Help | Publish your content
    Thanks,
    Preran

  • Every day Expired subscription clean up job fails on publisher server

    Dear All,
    Few days back I configured transactional replication b/w 2 server after that every day I noticed
    Expired subscription clean up job fails on publisher server but not any effect to replication it's going smooth.
    ERROR MESSAGE:
    Only functions and some extended stored procedures can be executed from within a function. [SQLSTATE 42000] (Error 557).  The step failed
    please help me!!!
    Thank In Advance!!!
    mastanvali shaik

    Actuvally already I configured replication for this server 3 database after we moved to another server for some h/w issue.
    that time we deleted subscriber and publisher and break transaction replication.
    after new server configuration it's allow to configure replication for 2 databases only.
    as per above query I found category 1 for 3 databases but 2 databases are in replication.
    the another databases that showing category 1 is past in replication, but it doesn't allow to configure replication.
    please give me solution for same .
    Db name
    dbid
    sid
    mode
    status
    status2
    category
    cmptlevel
    version
    ABCD
    7
      0x010500000000000515000000C953D90F09EF4A00F4EBEF3281230000
    0
    65536
    1090519040
    1
    100
    661
     -replication running
    FGH
    11  
    0x010500000000000515000000C953D90F09EF4A00F4EBEF3281230000
    0
    65536
    1090519040
    1
    100
    661
    - not allowing for   replication
    XYZ
    12
       0x0105000000000005150000006FE21C5B049413F15AD147AEF4010000
    0
    65536
    1090519040
    1
    100
    661
     -replication running
    past replication working for three databases
    mastanvali shaik

  • Windows failed to publish property printBinNames - error 8007200d

    Just like this old post (http://social.technet.microsoft.com/Forums/windowsserver/en-US/c9a445e2-b28f-4e57-bfef-c1a2f89b8cd6/printers-not-being-published-in-active-directory) I'm noticing some issues with printers being published to AD.   However
    the error code I'm seeing is 8007200d. 
    Q:\>err 8007200d
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x200d
    # for hex 0x200d / decimal 8205 :
    ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS winerror.h
    # The specified directory service attribute or value already
    # exists.
    # 1 matches found for "8007200d"
    An example of the event which only has fired for this specific printer.  It
    IS published in AD however and can be found with the Find Network Printer wizard.   It's been on this print server for well over a year too.
    Log Name: Microsoft-Windows-PrintService/Admin
    Source: Microsoft-Windows-PrintService
    Date: 9/13/2013 10:47:07 AM
    Event ID: 322
    Task Category: Publishing a printer in the Active Directory
    Level: Error
    Keywords: Active Directory,Classic Spooler Event
    User: SYSTEM
    Computer: PrintServer.MYDOMAIN.COM
    Description:
    While attempting to publish the printer to the Active Directory directory service, Windows failed to publish property printBinNames at LDAP://its-ad-a1.MYDOMAIN.COM/CN=PrintServer-AA-BB-4SE-COLOR-FXLSR,CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MYDOMAIN,DC=org. Error: 8007200d
    Using ldifde I queried AD to find out what it has about this specific printer:
    ldifde -s its-ad-a1.ABC.MyDomain.org -r objectclass=printqueue -d "CN=PrintServer-AA-BB-4SE-COLOR-FXLSR,CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MyDomain,DC=org" -f test2.txt
    Oddly enough, there is no printBinNames in the output:
    dn: CN=PrintServer-AA-BB-4SE-COLOR-FXLSR,CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MyDomain,DC=org
    changetype: add
    objectClass: top
    objectClass: leaf
    objectClass: connectionPoint
    objectClass: printQueue
    cn: PrintServer-AA-BB-4SE-COLOR-FXLSR
    description: 172.28.30.26, HP CM1415fnw
    distinguishedName:
    CN=PrintServer-AA-BB-4SE-COLOR-FXLSR,CN=PrintServer,OU=Level5,OU=Servers,OU=
    ManagedObjects,DC=ABC,DC=MyDomain,DC=org
    instanceType: 4
    whenCreated: 20130911233154.0Z
    whenChanged: 20130911233204.0Z
    uSNCreated: 629573861
    uSNChanged: 629573861
    name: PrintServer-AA-BB-4SE-COLOR-FXLSR
    objectGUID:: b51qMLuOCUmGgwWkBWarAg==
    flags: 0
    uNCName: \\PrintServer.ABC.MyDomain.org\AA-BB-4SE-COLOR-FXLSR
    versionNumber: 4
    location: XXX
    serverName: PrintServer.ABC.MyDomain.org
    portName: 172.28.30.26
    driverName: HP Universal Printing PCL 6 (v5.6.5)
    priority: 1
    printStartTime: 60
    printEndTime: 60
    printMaxResolutionSupported: 600
    printOrientationsSupported: LANDSCAPE
    printOrientationsSupported: PORTRAIT
    printCollate: TRUE
    printColor: TRUE
    printLanguage: PCLXL
    printShareName: AA-BB-4SE-COLOR-FXLSR
    printSpooling: PrintAfterSpooled
    printKeepPrintedJobs: FALSE
    driverVersion: 1025
    printMaxXExtent: 4318
    printMaxYExtent: 9144
    printMinXExtent: 762
    printMinYExtent: 1270
    printStaplingSupported: FALSE
    printMemory: 131072
    printRate: 12
    printRateUnit: PagesPerMinute
    printMediaReady: Letter
    printNumberUp: 6
    printMediaSupported: Oficio 8.5x13
    printMediaSupported: Custom
    printMediaSupported: 16K 197x273 mm
    printMediaSupported: 16K 184x260 mm
    printMediaSupported: 16K 195x270 mm
    printMediaSupported: 10x15cm
    printMediaSupported: 5x8
    printMediaSupported: 4x6
    printMediaSupported: Double Japan Postcard Rotated
    printMediaSupported: A6
    printMediaSupported: Japanese Postcard
    printMediaSupported: Envelope Monarch
    printMediaSupported: Envelope B5
    printMediaSupported: Envelope C5
    printMediaSupported: Envelope DL
    printMediaSupported: Envelope #10
    printMediaSupported: B5 (JIS)
    printMediaSupported: A5
    printMediaSupported: A4
    printMediaSupported: Executive
    printMediaSupported: Legal
    printMediaSupported: Letter
    printerName: AA-BB-4SE-COLOR-FXLSR
    printPagesPerMinute: 12
    url: http://PrintServer.ABC.MyDomain.org/AA-BB-4SE-COLOR-FXLSR
    objectCategory:
    CN=Print-Queue,CN=Schema,CN=Configuration,DC=rootad,DC=MyDomain,DC=org
    shortServerName: PrintServer
    printDuplexSupported: FALSE
    dSCorePropagationData: 16010101000000.0Z
    Why then would Windows through EventID 322? printBinNames doesnt exist to conflict with per the error code thrown.
    Even more odd is that I believe this error was preventing another newly crated printer from being published.   A new printer was created on the PrintServer. But the printer would now show up in the Find network printer wizard.  Right at the
    same time I added this new printer, the Event ID 322 for the unrelated printer (AA-BB-4SE-COLOR-FXLSR) was logged.  Odd.
    I then unpublished and republished the AA-BB-4SE-COLOR-FXLSR printer.  Windows logged both success and the same failure!  Also interesting is the published name it used is different
    9/13/2013 12:47:19 PM - The printer was successfully removed from the Active Directory directory service. Print queue CN=PrintServer-AA-BB-4SE-COLOR-FXLSR was successfully deleted from container LDAP://its-ad-a1.ABC.MyDomain.org/CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MyDomain,DC=org. The printer can no longer be located by searching Active Directory. No user action is required.
    9/13/2013 12:47:19 PM - The printer was successfully published to the Active Directory directory service. The print queue CN=PrintServer-AA-BB-4SE-C0064222313 was successfully created in container LDAP://its-ad-a2.ABC.MyDomain.org/CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MyDomain,DC=org. No user action is required.
    9/13/2013 12:47:19 PM - While attempting to publish the printer to the Active Directory directory service, Windows failed to publish property printBinNames at LDAP://its-ad-a2.ABC.MyDomain.org/CN=PrintServer-AA-BB-4SE-C0064222313,CN=PrintServer,OU=Level5,OU=Servers,OU=ManagedObjects,DC=ABC,DC=MyDomain,DC=org. Error: 8007200d

    ...I did install a bunch of printing related hotfixes near the end of 1/2014, which is possibly the reason why it hasn't occurred again.
    I'm seeing this too. Win2012r2 server is fully updated till 05/2014. For just newly installed printer and first time listing in AD i got:
    EventViewer's PrintService->Operational says:
    The printer was successfully published to the Active Directory directory service. The print queue CN=HP1320-XXX was successfully created in container LDAP://DC4.XX.XX/CN=xx,OU=XX,OU=XX,DC=XX,DC=XX. No user action is required.
    EventViewer's PrintService->Admin says:
    While attempting to publish the printer to the Active Directory directory service,
    Windows failed to publish property printBinNames at LDAP://DC4.xx.xx/CN=xx,CN=xx,OU=xx,OU=xx,DC=xx,DC=xx.  Error: 8007200d

  • Captivate 7 project fails to publish to Adobe Connect

    ERROR MESSAGE:
    "Failed to publish your project to the Adobe Connect Server. Verify your network conection and try again"
    First of all, my network connection is fine. And I have run through a number of solutions to try to make this work but im running my head into a wall trying to figure it out. Any help would be greatly appreciated.
    The project is a quiz and survey with multiple choice, likert, and short answer questions with 5 .flv videos. I have a sepearte file with likert questions (I heard those a problematic) that gave me the same error when I tried to publish with captivate 6, but worked with captivate 7. So it publishes that file with likerts but not this one. The publisher gives the error whether the file has videos or not. Any ideas?

    Hi there,
    From the post, it looks like the issue is specific to a project. Is it possible for you to share the problematic project with us so that we can investigate the issue at our end? Please upload it to a shared workspace (Acrobat.com) and send me the link to [email protected]
    Thanks,
    Nimmy Sukumaran.

  • Sccm 2012, wsus, failed to publish client

    Hi
    ok, we had some issues with the offline imaging injecting updates into the images after looking at some posts on here I decided to uninstall wsus take the role off the server it was on then reinstall again. we have also updated to R2 the CU1, knock on effect
    from this is the client isn't being published see log below., my question is how do I get the clients matched up?
    PublishApplication(8427071A-DA80-48C3-97DE-C9C528F73A2D) failed with error System.InvalidOperationException: Publishing operation failed because the console and remote server versions do not match.~~   at Microsoft.UpdateServices.Internal.BaseApi.Publisher.LoadPackageMetadata(String
    sdpFile)~~   at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetPublisher(String sdpFile)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.PublishApplication(String sPackageId, String sSDPFile, String sCabFile) SMS_WSUS_CONFIGURATION_MANAGER 14/07/2014
    07:35:38 4012 (0x0FAC)
    ERROR: Failed to publish sms client to WSUS, error = 0x80131509 SMS_WSUS_CONFIGURATION_MANAGER 14/07/2014 07:35:38 4012 (0x0FAC)
    Failed to publish client with error = 0x80131509 SMS_WSUS_CONFIGURATION_MANAGER 14/07/2014 07:35:38 4012 (0x0FAC)
    HandleSMSClientPublication failed. SMS_WSUS_CONFIGURATION_MANAGER 14/07/2014 07:35:38 4012 (0x0FAC)
    Regards
    Dave

    To fix this issue, check  solution of "El_Tex_de_Person" in below link
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/054075d6-6898-4a71-b152-52cb272a393c/client-will-not-publish-through-sup?forum=configmgrsetup
    Also check below linkhttp://www.faqshop.com/wp/configmgr/cm12/cm12trobshoot/cm12clients/error-failed-to-publish-sms-client-to-wsus-error-0x80131622
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Behance plugin fails to publish to WIP.  Returns following error: "Failed to upload a WIP update to Behance: Invalid permissions or request type"

    Behance plugin fails to publish to WIP in Lightroom 5.6.  Returns following error: "Failed to upload a WIP update to Behance: Invalid permissions or request type".  (I also saw this question asked in the Deutsche forums in Jan 2014 with no answers)
    In Behance settings Adobe Photoshop Lightroom has permission to:
    Revoke Access
    may act on your behalf to comment, follow users, view and appreciate projects
    Allows access to read network activity feed
    Able to read collections you have marked as private
    Ability to create, manipulate and delete your collections.
    Able to read works in progress marked as private
    Able to post, manipulate and delete a work in progress on your behalf
    Does anyone have a solution?
    -------- System Settings ---------
    Lightroom version: 5.6 [974614]
    Operating system: Windows 8.1 Business Edition
    Version: 6.3 [9600]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 8
    Processor speed: 3.0 GHz
    Built-in memory: 16301.9 MB
    Real memory available to Lightroom: 16301.9 MB
    Real memory used by Lightroom: 374.4 MB (2.2%)
    Virtual memory used by Lightroom: 346.3 MB
    Memory cache size: 224.4 MB
    Maximum thread count used by Camera Raw: 4
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 2560x1440
    Installed Plugins:
    1) Behance
    2) Canon Tether Plugin
    3) Costco Photo Center
    4) Facebook
    5) Flickr
    6) Leica Tether Plugin
    7) Nikon Tether Plugin
    Config.lua flags: None
    Adapter #1: Vendor : 8086
      Device : 412
      Subsystem : 5b01028
      Revision : 6
      Video Memory : 0
    Adapter #2: Vendor : 10de
      Device : fe4
      Subsystem : 5b01028
      Revision : a1
      Video Memory : 7c1
    Adapter #3: Vendor : 1414
      Device : 8c
      Subsystem : 0
      Revision : 0
      Video Memory : 0
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: Speakers (Realtek High Definition Audio)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: Uninitialized
    CardID: 1042
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: Intel(R) HD Graphics 4600
    ShaderModel: 11.1
    Vendor: Intel
    VendorID: 32902
    Version: 8086:0412:5b01028:0006

    Behance Plugin for LR not Authorizing in LR 5.6

  • Error workflow has been created successfully, but failed to publish and will not be listed in the Project Center

    hello,
    when i try creating projects in Project center am posted on with this error.
    Your new XXXX workflow has been created successfully, but
    failed to publish and will not be listed in the Project Center.For more information on the failure, visit the My Queue Jobs page or contact your administrator.
    Any help would be appreciated!!!!!
    Thanks regards, Vignesh.

    hello Rouyre,
    Thanks for ur reply
    Am using 
    Microsoft Project Server 2013
    15.0.4420.1017
    Yes! It is Custom EPT with Custom Workflow(Declarative Workflow) built through VS2012
    after associating the Site workflow with EPT i try creating Projects using my Custom EPT since then am posted on with this error.
    ULS Error:Log
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    Standard Information:PSI Entry Point: <unknown>  Project User: <unknown>  Correlation Id: <unknown>  PWA Site URL:   SA Name: <unknown>  PSError: <unknown> A queue job has failed. This is a general
    error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more specific error messages (if any), the Operations guide (which documents more details about queued jobs) and the trace log
    (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: 39cd36d6-3603-e411-b33e-00155d00091f. Name of the computer that processed this job: 3eebbc1d-7558-4050-bf5d-d985b23b89f5 (to debug further,
    you need to look at the trace log from this computer). Failed job type: ReportWorkflowProj...
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03* Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    ...ectDataSync. Failed sub-job type: ReportWorkflowProjectDataSyncMessage. Failed sub-job ID: 1. Stage where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages).
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fy Medium  
    Error is: GeneralQueueJobFailed. Details: Queue Attributes:  39cd36d6-3603-e411-b33e-00155d00091f  3eebbc1d-7558-4050-bf5d-d985b23b89f5  ReportWorkflowProjectDataSync  ReportWorkflowProjectDataSyncMessage  1    2c1ea19c-5849-002d-b89f-50aaf0a752fd
     . Standard Information: , LogLevelManager Warning-ulsID:0x000DD158 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Project Server Database      
    ah91z Medium  
    Successfully got the connection string (database name=[ProjectWebApp_Practice], id=1f6004ae-5d8a-41d2-81f9-e424a31484aa, type=Consolidated). Requested access level=ReadWrite: Data Source=XXXX;Initial Catalog=ProjectWebApp_Practice;Integrated Security=True;Enlist=False;Pooling=True;Min
    Pool Size=0;Max Pool Size=100;Connect Timeout=15
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fz Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f type = ReportWorkflowProjectDataSync aborted at
    Message 1, LogLevelManager Warning-ulsID:0x000DD159 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3f2 Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f correlation 82705dc5-3603-e411-b33e-00155d00091f
    type = ReportWorkflowProjectDataSync failed at Message 1 Errors: GeneralQueueJobFailed, LogLevelManager Warning-ulsID:0x000DD15C has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    Thanks regards, Vignesh.

  • Failed to publish cockpit

    Hi all,
    If a cockpit has been published, then removed , and you try to publish another cockpit with the same name, you may get this error:
    Failed to publish cockpit
    If you log off the company database and log on again, you should then be able to publish this cockpit without any error.
    Regards,
    Paul

    Hi Paul,
    What is your question by this thread?
    I believe your experience is good for others to find the solution when they have the same situation.
    Better post it on the Integration forum.
    Thanks,
    Gordon

  • Failed to Publish: Native Error: Server name or address could not be resolved

    I'm trying to publish my RoboHelp HTML project to our server
    (dentiis01). I get the following error:
    "Warning: Failed to publish to "dentiis01". reason:
    Connection failed. Please check the connection and post again.
    Native Error:The server name or address could not be
    resolved."
    (Note: The person who originally published the project has
    left the company, so I'm not sure what options he specified).
    I have tried substituting the IP address for the server. I
    have also tried specifying with and without the port number (8000
    in our case). I can successfully ping the server using either the
    host name or IP address. I can view the current RoboHelp content
    via a browser. So, it appears the engine is running properly.
    Please let me know if you have any suggestions.
    Thanks.

    I resolved my problem. I was trying to publish from "WebHelp
    (Primary Layout)" instead of "WebHelp Pro". Now the publish
    operation seems to be working fine.
    Thanks,
    Greg

  • Dreamweaver CS3 fails when publishing to the web server using WebDAV

    Dreamweaver CS3 fails when publishing to the web server using
    WebDAV
    using an earlier version (7.x/8.x) works fine.
    Does anybody know if there is a solution for this.. This is
    urgent..
    Attempting to call the 1-800-833-6687 number fails with:
    recording, music, rings as though someone will finally answer, but
    gets a few dial tones and connection goes silent..
    Thanks
    J.

    If all of your credentials are correct, Server Name/IP Address, Username, Password, Root Directory and it's still not connecting, I would try toggling the Passive FTP checkbox.
    If you still can't connect in DW, try downloading a third party FTP program like Filezilla (free) and uploading there. If the third party app doesn't work either, there is likely a problem with your credentials and you would need to contact your hosting provider to straighten it out.

  • One or more post-processing actions failed - XML Publisher report

    Hi all, I'm working with the following envinronment:
    Unix platform: HP-UX rp1 B.11.11 U 9000/800
    DB: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    eBS: EBS 11.5.9
    More in detail I have a problem when I run a request to see an XML Publisher Report. The request's status at the end is WARNING.....
    When I click on "View Output" I don't see nothing and inside the "View Log" I have this error:
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1897375 on node RP1DEV at 10-SEP-2008 14:13:36.
    Post-processing of request 1897375 failed at 10-SEP-2008 14:13:37 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Following the Metalink Note 364547.1 I opened the OPP service log and this is the content:
    [9/10/08 2:51:09 PM] [OPPServiceThread0] Post-processing request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Executing post-processing actions for request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Starting XML Publisher post-processing action.
    [9/10/08 2:51:09 PM] [72379:RT1897433]
    Template code: XX_MANAGERS
    Template app: AR
    Language: en
    Territory: GR
    Output type: PDF
    [9/10/08 2:51:09 PM] [UNEXPECTED] [72379:RT1897433] java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:187)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
    at sun.io.Converters.getConverterClass(Converters.java:223)
    at sun.io.Converters.newConverter(Converters.java:263)
    at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
    at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
    at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
    at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
    at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
    ... 17 more
    [9/10/08 2:51:09 PM] [72379:RT1897433] Completed post-processing actions for request 1897433.
    Anybody have any idea where the error is ?
    Any help will be appreciated
    Alex

    You are right !!
    The problem is inside the report generated by Oracle Reports
    The XML code, which I retrieve running the report request is the following:
    <?xml version="1.0" encoding="&Encoding"?>
    - <!-- Generated by Oracle Reports version 6.0.8.20.2
    -->
    - <MODULE1>
    - <LIST_G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1000</MANAGER_NO>
    <MANAGER_NAME>Anil Passi</MANAGER_NAME>
    </G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1001</MANAGER_NO>
    <MANAGER_NAME>Martin</MANAGER_NAME>
    </G_MANAGER_NO>
    </LIST_G_MANAGER_NO>
    </MODULE1>
    and the problem is the "&" !!!
    So, inside Oracle Reports, when I try to generate the XML code from a preexisting report, the encoding variable is not set.
    Now, I'm trying to understand how to set it, but I didn't find nothing....
    Somebody knows where can I find a Report's configuration file in order to set this "encoding" ?
    Thanks
    Alex

Maybe you are looking for

  • How do I get Application Manager to work correctly?

    Sunday after totally reloading Master Suite CS6 because of problems with Spry tools not working in a new program, used only one week.   Later,I received a application icon and it was going to update the Application program and most other program upda

  • SYNC no longer works with 10.6.1 - Assistance Please!

    My Curve has been working great with PocketMac Sync for the last year. A couple days ago I updated my MAC to 10.6.1 and now it no longer shows my Blackberry on the desktop when I plug it into the USB cable. When I open PocketSync it says "Avaliable"

  • Adding playlists

    Why can't I add playlists to my iPod? I can add songs to my iPod but not playlists... Help please.

  • How to send ATA Commands in MAC OS X

    Hi, *Our end target is SSD(SATA device. Our requirement is to write some data into SSD using ATA Write. We know in windows we can use DeviceIoControl(...) and ATA passthru commands for write. If any one knows how this task achieve in MAC OS X. Is the

  • TimeMachine backups more than expected ?

    Hi, I have a little issue with TimeMachine, I only Backup on User for whom I removed The Desktop and some other folders that I don't need to backup. Somehow, everytime it does a backup, it finds 6000 files with about 700 MB to backup although I almos