Application identity tool error

I'm getting the following error when I run the appidtool from ant (kodo
3.0.1):
kodo.util.FatalUserException: Type "class
com.correlat.intranet.news.NewsItem" does not have metadata, does not use
application identity, or inherits the identity class from its superclass.
My jdo definitions are:
<package name="com.correlat.intranet.news">
<class name="NewsItem"
persistence-capable-superclass="net.sundog.news.NewsItem"
identity-type="application">
<extension vendor-name="kodo" key="jdbc-class-map"
value="flat"/>
<field name="postedBy">
<extension vendor-name="kodo" key="jdbc-field-map"
value="one-one">
<extension vendor-name="kodo" key="column.id_i"
value="postedby_person_id_i"/>
</extension>
</field>
<field name="lastUpdatedBy">
<extension vendor-name="kodo" key="jdbc-field-map"
value="one-one">
<extension vendor-name="kodo" key="column.id_i"
value="lastupdatedby_person_id_i"/>
</extension>
</field>
<field name="relevantOrganizations">
<collection
element-type="com.correlat.intranet.directory.Organization"/>
<extension vendor-name="kodo" key="jdbc-field-map"
value="many-many">
<extension vendor-name="kodo" key="element-column.id_i"
value="organization_id_i"/>
<extension vendor-name="kodo" key="table"
value="t_map_newsitem_organization"/>
<extension vendor-name="kodo" key="ref-column.id_i"
value="newsitem_id_i"/>
</extension>
</field>
</class>
AND
<package name="net.sundog.news">
<class name="NewsItem" objectid-class="NewsItemId">
<extension vendor-name="kodo" key="jdbc-class-map" value="base">
<extension vendor-name="kodo" key="table" value="t_news"/>
<extension vendor-name="kodo" key="pk-column" value="id_i"/>
</extension>
<extension vendor-name="kodo" key="jdbc-version-ind"
value="version-number">
<extension vendor-name="kodo" key="column"
value="rowversion_i"/>
</extension>
<extension vendor-name="kodo" key="jdbc-class-ind"
value="in-class-name">
<extension vendor-name="kodo" key="column"
value="classtype_id_vc"/>
</extension>
<field name="id" primary-key="true">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="id_i"/>
</extension>
</field>
<field name="title">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="title_vc"/>
</extension>
</field>
<field name="summary">
<extension vendor-name="kodo" key="jdbc-size" value="-1"/>
<extension vendor-name="kodo" key="jdbc-field-map"
value="clob">
<extension vendor-name="kodo" key="column"
value="summary_clob"/>
</extension>
</field>
<field name="text">
<extension vendor-name="kodo" key="jdbc-size" value="-1"/>
<extension vendor-name="kodo" key="jdbc-field-map"
value="clob">
<extension vendor-name="kodo" key="column"
value="text_clob"/>
</extension>
</field>
<field name="newsDate">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="newsdate_dt"/>
</extension>
</field>
<field name="lastUpdated">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="lastupdated_dt"/>
</extension>
</field>
<field name="relatedUrl">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="relatedurl_vc"/>
</extension>
</field>
<field name="active">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="active_b"/>
</extension>
</field>
<field name="image">
<extension vendor-name="kodo" key="jdbc-field-map"
value="blob">
<extension vendor-name="kodo" key="column"
value="image_blob"/>
</extension>
</field>
<field name="imageMimeType">
<extension vendor-name="kodo" key="jdbc-field-map"
value="value">
<extension vendor-name="kodo" key="column"
value="imagemimetype_vc"/>
</extension>
</field>
</class>
My ant task is:
<taskdef name="appidtool" classname="kodo.ant.ApplicationIdToolTask">
<classpath path="${base.classpath}"/>
</taskdef>
<appidtool ignoreErrors="false" directory="${src.dir}/java">
<fileset dir="src/java">
<include name="**/*.jdo"/>
</fileset>
<codeformat spaceBeforeParen="true" braceOnSameLine="false"/>
<config licenseKey="${kodo.license}"/>
</appidtool>
Nathan

I don't think using ant's filesets would work because I have one .jdo file
per package. There are multiple class definitions in each .jdo file, some
of which inherit while others don't.
Nathan
"Marc Prud'hommeaux" <[email protected]> wrote in message
news:[email protected]..
Nathan-
Is there any other errors that won't be listed now that actually are
errors?
>
There are other possible error conditions that will be ignored if
ignoreErrors is true.
We recommend keeping ignoreErrors to false, and only running the tool on
those classes for which you really do want the appid classes to be
generated. ant's fileset directives are pretty flexible; there are
many different ways you can configure it to include only those files you
want.
In article <bu8re6$u2e$[email protected]>, Nathan Voxland wrote:
That solves it, thanks.
Is there any other errors that won't be listed now that actually are
errors?
>>
Nathan
"Abe White" <[email protected]> wrote in message
news:bu76si$nct$[email protected]..
Running the task on a class that doens't use application identity or
inherits its application identity class (and therefore doesn't need one
gernated) is considered an error. By setting the task's "ignoreError"
property to "false", you're telling it to throw an exception when it
encounters such a case.
Marc Prud'hommeaux [email protected]
SolarMetric Inc. http://www.solarmetric.com

Similar Messages

  • Custom tool error for COMexception: The report application server failed.

    hi there,
    i am using crystal reports for the last one year onwards, i don't get any errors till know. Yesterday when i modified some information in 40 reports. out of these reports 34 reports are successfully build, but for the remaining six reports the code is not generating.
    Custom tool error: "Code generator 'ReportCodeGenerator' failed.  Exception stack = CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException: The Report Application Server failed
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath, String resourceNamespace)
       at CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator.GenerateCode(String inputFileName, String inputFileContent)"
    i am not understanding why it is getting for me, Please help me

    Hello,
    Whoever wrote the CustomCodeGenerator will have to help you with this one. We know nothing about the underlying code they are using and therefore can't determine the cause.
    Appears the error is it can't even load the report so there is something wrong with the workings. Open the report again in CR Designer and Verify Database and then check the changes you did. Something is not right or the DB driver their application is using does not match with what you are using.
    Don

  • Diag Tool Error: ITS - Web AS must Match?

    I was having a diag tool error and I got it fixed but I want to understand what is happening a bit more. I orginally posted it in the ITS forum ( Link: [Bothersome ITS error msg in Diag Tool;) but hindsight tells me this is probably the more proper forum.
    So in my portal system landscape I have these 2 properties:
    ITS Host Name -> mycompany.com:1443
    ITS Protocol -> https
    (For the Internet transaction Server)
    Web AS Host Name -> mycompany.com:1080
    Web AS Protocol -> http
    (For BW Queries)
    Here is my error;
    Port '1443' of ITS Hostname (mycompany.com:1443) is not identical with HTTP Port '1080' of WebAS ABAP system. HTTP Port of Message Server (profile parameter ms/http_port) is retrieved from ABAP system. Port '1443' is properly HTTP Port of Application Server.
    The fix is to make the ITS Protocol http and specify 1080 as the port setting so it matches the Web AS.
    What I'm not understanding is why can't ITS be https and my queries be http?
    If they can be different, is there another change I need to make maybe in the Web AS?
    Points awarded for providing understanding of the setting.
    Mike

    Ravi,
    When I make both http I get no errors in the diag tool. YEAH!!!
    By the way my ports are abap: http-1080, https-1443
    By the way my ports are portal: http-55600, https-55601
    When I make them both https and the sm30 rspor_t_portal table looks like:
    SAP_EP     SAP_BW     http://mycompany.com:55600
    aersnd02_SB2_06     SAP_BW     https://mycompany.com:55601
    SAP_EP is checked as standard portal
    aersnd02_SB2_06 is not checked as standard portal
    then I get the following error message:
    1) The URL for ABAP customizing table RSPOR_T_PORTAL: http://mycompany.com:55600 is not compatible with the URL for Portal Systemlandscape Web Application Server configuration: https://mycompany.com:1443
    When I make them both https and the sm30 rspor_t_portal table looks like:
    SAP_EP     SAP_BW     https://mycompany.com:55601
    aersnd02_SB2_06     SAP_BW     https://mycompany.com:55601
    SAP_EP is checked as standard portal
    aersnd02_SB2_06 is not checked as standard portal
    then I get the following error messages:
    1) The URL for ABAP customizing table RSPOR_T_PORTAL: https://mycompany.com:55601 is not compatible with the URL for ABAP-based BI URL generation for BEx Web Applications 3.x (function module RSBB_URL_PREFIX_GET): http://mycompany.com:1080
    2) The URL for ABAP customizing table RSPOR_T_PORTAL: https://mycompany.com:55601 is not compatible with the URL for which you call the WebAS Java (URL in browser): http://mycompany.com:55600
    Anything I should try?
    Mike

  • Ruler tool error 48 on XP CS5.5

    Re: Ruler Tool- Error 48: File or folder does not exist
    i'm getting the exact error another posted on the Mac forum but I'm using Windows XP with CS5.5
    error 48: file or folder does not exist
    line: 31
    -> $.evalFile(g_StackScriptFolderPath + "Geometry.jsx");
    Preferences have been restored to default
    how do we get support for this error?
    system info:
    Adobe Photoshop Version: 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch]) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:6, Model:13, Stepping:8 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 1
    Processor speed: 1729 MHz
    Built-in memory: 2047 MB
    Free memory: 1205 MB
    Memory available to Photoshop: 1658 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 900, right: 1440
    Video Card Number: 1
    Video Card: ATI MOBILITY RADEON X300
    Driver Version: 6.14.10.6561
    Driver Date: 20050804101018.000000-000
    Video Card Driver: ati2dvag.dll
    Video Mode: 1440 x 900 x 4294967296 colors
    Video Card Caption: ATI MOBILITY RADEON X300
    Video Card Memory: 64 MB
    Serial number: 92628485317819668197
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1\
    Temporary file path: C:\DOCUME~1\e\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 88.5G, 42.8G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2010/12/13-23:37:10   64.449933   64.449933
       adbeape.dll   Adobe APE 2011/01/17-12:03:36   64.452786   64.452786
       AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2010/06/03-13:43:23   3.0.93   61.433187
       AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68   61.2954
       AdobePDFL.dll   PDFL 2010/12/13-23:37:10   64.341419   64.341419
       AdobePIP.dll   Adobe Product Improvement Program   5.5.0.1265  
       AdobeXMP.dll   Adobe XMP Core   5.0   64.140949
       AdobeXMPFiles.dll   Adobe XMP Files   5.0   64.140949
       AdobeXMPScript.dll   Adobe XMP Script   5.0   64.140949
       adobe_caps.dll   Adobe CAPS   4,0,42,0  
       adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   2.0.0.36 (BuildVersion: 2.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       AFlame.dll   AFlame 2011/01/10-23:33:35   64.444140   64.444140
       AFlamingo.dll   AFlamingo 2011/01/10-23:33:35   64.436825   64.436825
       AGM.dll   AGM 2010/12/13-23:37:10   64.449933   64.449933
       ahclient.dll    AdobeHelp Dynamic Link Library   1,6,0,20  
       aif_core.dll   AIF   2.0   53.422628
       aif_ogl.dll   AIF   2.0   53.422628
       amtlib.dll   AMTLib   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       amtservices.dll   AMTServices   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       ARE.dll   ARE 2010/12/13-23:37:10   64.449933   64.449933
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1  
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/01/10-23:33:35   64.436825   64.436825
       AXEDOMCore.dll   AXEDOMCore 2011/01/10-23:33:35   64.436825   64.436825
       Bib.dll   BIB 2010/12/13-23:37:10   64.449933   64.449933
       BIBUtils.dll   BIBUtils 2010/12/13-23:37:10   64.449933   64.449933
       boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2010/12/13-23:37:10   64.449933   64.449933
       data_flow.dll   AIF   2.0   53.422628
       dvaadameve.dll   DVA Product   5.0.0  
       dvacore.dll   DVA Product   5.0.0  
       dvaui.dll   DVA Product   5.0.0  
       ExtendScript.dll   ExtendScript 2011/01/17-17:14:10   61.452840   61.452840
       FileInfo.dll   Adobe XMP FileInfo   5.0   64.140949
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt42.dll   International Components for Unicode   4, 2, 0, 0  
       icuin42.dll   International Components for Unicode   4, 2, 0, 0  
       icuuc42.dll   International Components for Unicode   4, 2, 0, 0  
       image_flow.dll   AIF   2.0   53.422628
       image_runtime.dll   AIF   2.0   53.422628
       JP2KLib.dll   JP2KLib 2010/12/13-23:37:10   64.181312   64.181312
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1263  
       MPS.dll   MPS 2010/12/13-23:37:10   64.450375   64.450375
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4137  
       onOneToolbox2.dll   onOne Toolbox2 Dynamic Link Library   2.2.0  
       OnOneWidgets.dll    OnOneWidgets dll   2.5  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS5.1   CS5.1  
       Plugin.dll   Adobe Photoshop CS5   CS5  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   2.5.0.232  
       PSArt.dll   Adobe Photoshop CS5.1   CS5.1  
       PSViews.dll   Adobe Photoshop CS5.1   CS5.1  
       SCCore.dll   ScCore 2011/01/17-17:14:10   61.452840   61.452840
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Threading Building Blocks   2, 1, 2009, 0201  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   2.0.0.15 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   2.0.0.15
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
       wu3d.dll   U3D Writer   9.3.0.113  
    Installed plug-ins:
       3D Studio 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Average 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Bas Relief 12.0
       BMP 12.0.2
       Camera Raw 6.4.1
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Cineon 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Collada 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Color Halftone 12.0.2
       Colored Pencil 12.0
       CompuServe GIF 12.0.2
       Contact Sheet II 12.0 (12.0x001)
       Conté Crayon 12.0
       Craquelure 12.0
       Crop and Straighten Photos 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Crop and Straighten Photos Filter 12.0.2
       Crosshatch 12.0
       Crystallize 12.0.2
       Cutout 12.0
       Dark Strokes 12.0
       De-Interlace 12.0.2
       Dicom 12.0
       Difference Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Diffuse Glow 12.0
       Displace 12.0.2
       Dry Brush 12.0
       Eazel Acquire 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Embed Watermark 4.0
       Entropy 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Extract 12.0 (12.0x001)
       Extrude 12.0.2
       FastCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Fibers 12.0.2
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Google Earth 4 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Grain 12.0
       Graphic Pen 12.0
       Halftone Pattern 12.0
       HDRMergeUI 12.0
       Histogram 1, 0, 0, 0
       HistogramCurves 1, 0, 0, 0
       ICO (Windows Icon) NO VERSION
       IFF Format 12.0.2
       Ink Outlines 12.0
       JPEG 2000 2.0
       Kurtosis 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Lens Blur 12.0
       Lens Correction 12.0.2
       Lens Flare 12.0.2
       Lighting Effects 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Liquify 12.0.1
       Matlab Operation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Maximum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mean 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Measurement Core 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Median 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mezzotint 12.0.2
       Minimum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       MMXCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mosaic Tiles 12.0
       Multiprocessor Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Neon Glow 12.0
       Note Paper 12.0
       NTSC Colors 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Ocean Ripple 12.0
       OpenEXR 12.0.2
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Paths to Illustrator 12.0.2
       Pattern Maker 12.0 (12.0x001)
       PCX 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Photocopy 12.0
       PhotoKit 1, 2, 4, 0
       PhotoKit Capture Sharpener 1.2.6
       PhotoKit Capture Sharpener Expert 1.2.6
       PhotoKit Color 2 2, 0, 1, 0
       PhotoKit Creative Sharpener 1.2.6
       PhotoKit Output Sharpener 1.2.6
       PhotoKit Preview Helper 2.0
       PhotomergeUI 12.0 (12.0x001)
       Photoshop 3D Engine 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       PhotoTools 2.5 2.5.5
       PhotoTools 2.5 Batch 2.5.5
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Hidden NO VERSION
       Picture Package 12.0 (12.0x001)
       Picture Package Filter 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Pinch 12.0.2
       Pixar 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       PixelGenius Toolbox 2, 0, 0, 0
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0.2
       Pointillize 12.0.2
       Polar Coordinates 12.0.2
       Portable Bit Map 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Poster Edges 12.0
       Radial Blur 12.0.2
       Radiance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Range 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0.2
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.1
       Send Video Preview to Device 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Shear 12.0.2
       Skewness 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Smart Blur 12.0.2
       Smudge Stick 12.0
       Solarize 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Spatter 12.0
       Spherize 12.0.2
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Standard Deviation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Sumi-e 12.0
       Summation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Targa 12.0.2
       Texturizer 12.0
       Tiles 12.0.2
       Torn Edges 12.0
       Twirl 12.0.2
       U3D 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Underpainting 12.0
       Vanishing Point 12.0
       Variance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Variations 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Video Preview 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0.2
       Wavefront|OBJ 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Web Photo Gallery 12.0 (12.0x001)
       WIA Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Wind 12.0.2
       Wireless Bitmap 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       ZigZag 12.0.2
    Plug-ins that failed to load: NONE
    Flash:
       onOne
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
    Installed TWAIN devices: NONE

    no such subdirectory: C:\Program Files\Adobe\Adobe Photoshop CS5\Presets\SCRIPTS
    Message was edited by: eliz926
    ANSWER: out of the box installation on an XP Dell laptop resulted in NO installation errors but a missing subdirectory - or the in-application updates removed subdirectories.
    re-installing the complete application installed the missing subdirectories.
    hopefully those with the same error now have something to check on with their application directory structure.  there is at least one other who has this error on a Mac.
    thanks to all who responded.
    e
    Message was edited by: eliz926

  • Failed to load an application resource (Internal Error)

    Hi,
    Running Leopard MAC OS/X 10.5.6 and Adobe Reader 9.1.0. Is anybody going to fix this problem???? Which happens when you try to run Preferences. I won't even mention the fact that I cannot print either. Ooops, I just mentioned it...
    Thanks.
    Susan

    The same problem occurs for me.
    The error Failed to load an application resource (internal error) appears when viewing preferences inside the application.
    Like wise, when printing a similar error message is shown.
    I have uninstalled the application, all adobe products on the system, removed application support files, preferences, PDF preferences and reinstalled. The problem still exists.
    I installed the same version (v9.1.0) on another mac that had never had Acrobat installed before and the problem does not exist. I am able to view preferences and print.
    Both are intel based Macs running 10.5.6.
    Given that it works on one mac and not the other, what would be causing this?
    Also is there an uninstall tool for Adobe Acrobat Mac from Adobe?

  • Cannot change Application Identity service to automatic.

    I am running Windows Technical Preview for Enterprise and when I try to change the startup Application Identity service to automatic, I always get access
    is denied and I cannot change the Application Identity service to startup automatically.
    Here is the screenshot of my error:

    Are you facing this problem with all services or only this one?
    Are you able to change it to different state?
    Make sure report this issue using Feedback App too.
    PS: You could directly add screenshot in this post by clicking on image icon and add the image.

  • Doc for Application Identity?

    All,
    I notice that in the release notes, application identity is supported as of beta 2.20, and I know
    that several people here are using the functionality, but in looking though the documentation, I
    didn't find a section on application identity. Would someone point me in the right direction?
    TIA
    David

    David Ezzio <[email protected]> writes:
    All,
    I notice that in the release notes, application identity is supported as of beta 2.20, and I know
    that several people here are using the functionality, but in looking though the documentation, I
    didn't find a section on application identity. Would someone point me in the right direction?David,
    What problems in particular are you having? There is really only one
    aspect of Kodo JDO's application identity system that requires special
    documentation. The mechanism for providing a custom schema mapping is
    slightly different when using application identity than when using data
    store identity. See docs/existing-schema.html for details.
    Aside from this situation, you should be able to just specify the
    'identity-type' and 'objectid-class' attributes of the 'class' element
    to 'application'. For example, the XML below could be a valid
    package.jdo entry for the tutorial.Animal class if it had two fields
    called 'pk1' and 'pk2' which constituted the application-managed object
    id. Note that you must create your own object id class for Animal
    (identified as 'AnimalID' in the example). You may want to use
    com.solarmetric.kodo.tools.appid.ApplicationIDTool to auto-generate a
    template Java file.
    <?xml version="1.0"?>
    <jdo>
         <package name="tutorial">
              <class name="Animal" identity-type="application"
    objectid-class="AnimalID" >
                   <field name="pk1" primary-key="true"/>
                   <field name="pk2" primary-key="true"/>
    </class>
         </package>
    </jdo>
    Good luck, and let me know if you need further assistance.
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Adobe application manager - download error. please contact customer support

    trying to download cc apps to my laptop (my second computer) - mac os 10.8.3 - safari browser (failed w/ firefox too)
    been having this issue for a couple months... want to clear it up befor the new cc releases
    so I just uninstalled and removed all adobe apps from my computer - including the adobe application manager
    restarted my computer (shut down my desktop) - downloaded the 'new' adobe application manager
    tried to log in and got the following error (same error I have been getting for months)
    adobe application manager - download error. please contact customer support

    I renamed the OOBE folder to OOBE_old
    but I cannot find the opm.db file -
    I do not seem to have a library in my user h2oonstone folder...
    I did search the HD for the opm.db file - says nothing found

  • The application detected an error that prevents changes from being saved.

    Hi. I'm having this problem almost all the time when I do some color correction.
    "The application detected an error that prevents changes from being saved. To avoid losing your work, quit Final Cut Pro."
    Any ideas why this is happening?
    I'm on a 2010 Mac Pro running latest Mavericks and latest FCP X.
    I already removed FCP X, and all the effects I have installed. But still the issue persists.
    Thanks.

    That could have happened. I can't remember though.
    Is there any work around?
    I currently only have 1 open library and 1 event on it. If I move or copy that event into a new library, would that in theory work?
    Thanks for the help so far.

  • HT1553 I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error...

    I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error... Help!!

    If you have installed a new hard drive , you will need to have formatted it in Disk Utility correctly. This may explain your problem.
    Boot  into your 10.6 Install disk again at the top menubar > Utilities > select Disk utility and in there select your new hard drive, and select the tab Erase and choose to make the format as  Mac OS Extended Journaled. When that is finished look in the main window to make sure that the partition map scheme says GUID Partition Table.
    Now go to the Restore tab and reinstall from your backup.

  • USB flash memory: "application not found" error

    When recently trying to use a USB flash memory stick I was getting an "f:\ application not found" error. I tried all kinds of fixes from Microsoft. Turns out it was caused by Lightroom.
    Since the memory stick had photos on it, my computer's Autoplay was trying to launch Lightroom. Problem is, Lightroom is listed as "Lightroom 4.0 64" in the Autoplay menu. I have Lightroom 4.4.  As far as I can tell, there's no way I can fix the incorrect "Lightroom 4.0 64" listing.  The solution is to remove Lightroom from any Autoplay options.
    This is the second such problem I've had with Lightroom.  The previous problem was right clicking on a photo file and trying to use the "open with" menu.  It worked fine when I had Lightroom 4.3.  After updating to Lightroom 4.4, it didn't work. Another Lightroom user found a workaround, which was to rename the Lightroom 4.4 folder back to Lightroom 4.3.
    These are both lazy Adobe oversights. You have to realize all the Windows functions that will be affected with an update and make sure they are updated as well. I spent half a day solving this latest USB flash memory error. Get your updating act together.

    You don't mention your OS or which version of Outlook you're using.
    For Windows, this may be helpful:
    http://www.winhelponline.com/articles/236/1/Unable-to-open-PDF-attachments-from-Windows-Ma il.html
    Noel

  • Permanently deactivated CC - access to all Adobe CS5/6 apps blocked by Adobe Application Manager. Error 11, Error 131.4. AAM Message says," Renew your subscription" Help!

    Technical Support “Tshering”  Changed my Adobe Account/ID, and Permanently Deactivated Creative Cloud, and told me to contact Adobe Forums if any problems uninstalling/reinstalling CS5 Design Premium (perpetual subscription) continued.
    I am contacting Adobe Forums because I am still having problems uninstalling and reinstalling CS5/6(updated) software. Please help.
    As I mentioned earlier in the week to several Adobe Technicians —
    CI get this message attempting to access CS5/6 Design Premium Adobe software (perpetual subscription).
    “Adobe Logo “Renew your subscription. Go to the Subscription Manager to renew your subscription for Creative Cloud and continue using your product uninterrupted. If you just renewed your subscription, please wait 15 minutes and try again.
    You are signed in as Adobe ID: [email protected]. Have a different ID?.”
    Then I get this message While attempting to open CS5/CS5.5 application.
    Configuration Error
    A problem has occured with the licensing of this product. Restart your computer and
    re-launch product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 131:4  (Adobe Customer technical support told me to talk to Adobe Forums about this)
    Or this message While attempting to open CS6 application.
    Configuration Error
    Please install and uninstall this product.
    If this problem still occurs after restarting, please conctact Adobe technical support for help, and mention the error code shown at the bottom of this screen.
    Error: 11 (Adobe Customer technical support told me to talk to Adobe Forums about this)
    Finally, Technical Support tells me to uninstall/reinstall all CS5/6 applications but the applications don’t respond and I get these messages:
    •  Item "Uninstall Dreamweaver CC 2014" is used by OS X and can't be opened.
    •  Item "Uninstall Adobe Extension Manager CC"  is used by OS X and can't be opened
    •  Item “The alias Uninstall Adobe InDesign CS5 can’t be opened because the original item  
        can’t be found” Applies to all CS6 Applications.
    •  Item “The alias Uninstall Adobe InDesign CS6 can’t be opened because the original item  
        can’t be found” Applies to all CS6 Applications.
    (Adobe Customer technical support told me to talk to Adobe Forums about this)
    Here is CS5 Adobe technical specialist supplied download for CS5 Design Premium which stopped for 3 days running when only 50% done.
    And - I still have my own copy of CS5/6 Design Premium (perpetual subscription) on my system which, of course, is blocked by AAM (Adobe Application Manager).
    https://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

    Thank you Bob. Here's one of many Case #s. Your Adobe ID:[email protected]
    Your Case Number:0215481994
    Case Description:Billing issue
    Quick description of problem:I cannot access CS5/6 application (Perpetual Subscription).
    Reason (according to Adobe Forums Willi): Activated Creative Cloud subscription on 4/18/2013 while already signed on with an active CS5/6 subscription - THE CREATIVE CLOUD SUBSCRIPTION REPLACED THE CS5/6SUBSCRIPTION AND DEACTIVATED MY PERPETUAL CS5/6 SUBSCRIPTION PERMANENTLY (without my knowledge or consent as far as I can tell).
    The only way I can now use CS5/6 is to PAY FOR IT AT $29. a month. Even though I already paid Adobe $1000. a few years ago for the CS5/6 Software (Perpetual Subscription).
    Your Adobe ID:[email protected]
    Your Case Number:0215481994
    Case Description:Billing issue

  • Adobe application manager getting error code : A12E6 please what can i do ?

    adobe application manager getting error code : A12E6 please what can i do ?

    Anass63113494 what Adobe software or service are you attempting to install?  Also which operating system are you using?

  • Error message "failed to load an application resource (internal error)" when checking form in LiveCycle preview PDF

    After creating a form, when I click on Preview PDF, I am now getting an error message "Failed to load an application resource (internal error)". Not sure why this has started recently, but it makes it impossible to check my forms for clients before I send them. I can open them outside of the program in Adobe Reader, but it is faster to check the form within LiveCycle and change them if necessary. Please help!

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • Email Migration Tool Error

    Hi,
    I get an error by using the Email Migration Tool Error with OCS Release 2 on a Linux RH AS 2.0 single box server:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/mail/migration/migrate/Migrate
    Command:
    $ORACLE_HOME\bin\migrate.sh
    Please help.
    Bob de Leeuw

    I had an 9.2 database already installed on my laptop. I installed the migration tool in c:\oracle\ora92\oes\migration and set ORACLE_HOME=c:\oracle\ora92.

Maybe you are looking for

  • How to use a check box in ALV

    Hi All, I have a urgent requirement in my <b>ALV list</b>. Where in the output list i need to create a check box, which is followed by Sales order, quantity columns etc...... Requirement:  1. tell me how to <b>create</b> a <b>check box</b> 2.   i nee

  • Can I merge a 64-bit version of LR 3.6 to a 32-bit version of LR 3.6?

    My laptop is 64-bit and my desktop is 32-bit, however tey both use the same version of LR, I've just come back from a shoot and just realize that the laptop (new) is a 64-bit architecture, will this make any difference? Also will my collections come

  • Not able to pass values to variables in extended Tree class

    Hi, I have a as class that extends from Tree, additionally this custom class defines new class level variables as follows: public class MyTree extends Tree { public var arrayColl:ArrayCollection; and i call this tree from mxml as follows: <customTree

  • Can not encode / export videos in quicktime Pro

    I have been unable to ever sucessfuly export a video with quicktime pro on my new laptop I got this past July right from the start. When ever I start exporting a video into the h.264 or other formats the progress will start off at 8% and about 5 minu

  • Problem logging into essbase studio in windows 7 -64bit-

    hi everyone I have a problem logging into Essbase studio as i have installed Essbase foundation 11.1.3 and Essbase server in windows 7 "64bit" version when ever i try to log into Essbase studio it gives me this error Error connecting to Essbase serve