BiB Tutorial - WindowUtils not found

Hi,
I am using BiBeans v2.5/JDev 9.0.2 and RDBMS 9.0.1.3.0; I stuck at the excercise no.3 of
Developing a Java Client Application/Customizing Bi Objects of the BiBtutorial; while adding
an Action Listener for the graph title customizer and compiling the code I receive the error message:
"variable WindowUtils not founf in class mypackage1.BIApplication1". Any ideas ?
PS: everyting in the demo tutorial worked correctly so far !

OK, it works now:
I added into custom code for the graph title customizer the following import statement:
import oracle.bali.ewt.util.WindowUtils;
I noticed another mistake in tutorial text while starting and running java application -
for the <applicationclassname> it should be stated: mypackage1.BIApplication1
(and not project1.BIApplication1 as stated in the tutorial text).

Similar Messages

  • JDeveloper tutorial 404 Not Found

    JDeveloper Studio Edition Version 11.1.1.3.0 Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    I am attempting to complete the "Build a Fusion Web Application" tutorial/labs. After completing "Part 2: Create a Simple User Interface", I execute the application by selecting the browseOrders view object and then clicking Run. This compiles, launches WLS and works fine. A browser pops up and I can browse through the orders. My problem is when I navigate to the editOrders screen, make a change and then click Save. When I do this, the database is updated, but then the system returns with a "404 not found error". The Return button works.
    http://localhost:7101/BrowseEditApp-ViewController-context-root/faces/adf.task-flow;jsessionid=8sS0NPnPMXNdpTTCb1T5JmJGvpGh4T8fJLGVrq1r7glpRGYKLGSZ!-1172094257?adf.tfId=orders-flow&adf.tfDoc=/WEB-INF/orders-flow.xml&_afrLoop=58446169320402&_afrWindowMode=0&_afrWindowId=null
    http://localhost:7101/BrowseEditApp-ViewController-context-root/faces/orders-flow/browseOrders?_adf.ctrl-state=999fom1sg_7
    http://localhost:7101/BrowseEditApp-ViewController-context-root/faces/orders-flow/editOrders?_adf.ctrl-state=999fom1sg_7
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found

    I have the same problem... Does anyone know where is the problem?

  • Tutorial.class  not found

    My internet explorer is not able to show java applet and just shows grey box instead.I have put all required classes in public_html directory and call them from index.html.On going to this URL from the web browser
    it shows everything else except the button(java applet) which is supposed to be clicked to pop up another java applet.On putting cursor on top of that grey box ,it displays at the bottom of browser class tutorial not found. I don't know what to do i need to make this work ASAP....please help!!!!

    Hi,
    the class gets loaded in IE when i click on option java(Sun) 1.4.2........[requires restart] in Advanced section of internet options--> tools-->Advanced -->java(Sun).I use windows 2000 and everything works fine. But when i try to load same applet from other browsers like windows XP/98 it doesn't work.When i checked internet options--> tools-->Advanced --> There is no option like java(Sun) 1.4.2....[requires restart].
    What surprises me is that i can open most of the java applets which are already on the net on some sites.How i am able to see those applets on windows XP/98? can u help....Only in these browsers i get message at the bottom of browser that load:class XXXX not found.

  • J2EE tutorial - class not found....

    Hi,
    I'm working my way throught the sun J2ee tutorial. I've just tried to create a mini JSP app of my own with an imported JAR file from one of the tutorial examples. This JAR file can be used ok from the tutorial JSP files but not from mine, I get:
    Class database.BookDB not found.
    bookDB = (database.BookDB) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "database.BookDB");class not found
    All the fields and settings for my app in the deploytool match those on of the working example.
    Has anybody got any suggestions or a list of things I can check?
    Cheers for any help offered :)

    The JAR file should be present in the classpath. Make sure you are doing this.
    Ashwin

  • 11g Tutorial "classes" not found

    I was going through the setup steps to install the "Oracle ADF: Build a Fusion Web Application" tutorial found under Turoials this site and when I run the "build.xml" ant file an error is display that says:
    BUILD FAILED
    C:\download\jdeveloper\FOD_11\Infrastructure\Ant\build.xml:38: destination directory "C:\download\jdeveloper\FOD_11\Infrastructure\Ant\classes" does not exist or is not a directory
    The directory "C:\download\jdeveloper\FOD_11" is where I unziped the FOD_11.zip file to. Under the "Infrastructure\Ant" direcortory there is not a "classes" directory. How is that created? It is not in the zip file either, does it have to be built, if so how?

    Moving to correct forum

  • Tutorial that worked now complains "user not found"

    Hi, again.
    Sorry for another "newbie" problem, but the tutorial database that was
    running last night (thank you, Marc and Stephen) now gives the following
    error at "Run":
    891 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1344 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Mark

    Hi, Patrick.
    Thank you for your help! I deleted the database files, ran the mapping
    tool, and the tutorial ran. Great! Then, I added an animal and a price,
    hit "Create" and saw that my input was added to the list. I then exited
    the application (by hitting the "X" in the upper right) and tried to run
    the tutorial again; I wanted to see that the data I had entered would load
    up. I got the same error as before:
    906 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1359 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    If I try to run the Mapping Tool on "Animal.jdo", again (I'm just guessing
    here that I need to point things in the correct direction), I get an error:
    <error>-An error occurred running MappingTool
         kodo.util.DataStoreException: The database is already in use by another
    process
    <info>-Done.
    Thank you, again, for any assistance! I have no doubt that this problem
    is unique to my setup, so I doubt that much learned here will be of use to
    others. Sorry,
    Mark
    Patrick Linskey wrote:
    Mark Bower wrote:
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Are you maybe in a different directory than you were in when you ran the
    tutorial before? HSQL is a file-based database; the default
    configurations for the tutorial list relative paths for the files that
    it uses.
    Also, maybe one of the files exists, but its contents were deleted?
    I'd suggest removing the tutorial database files, and running
    mappingtool again to get to a clean state.
    -Patrick

  • Class not found in import

    I am new to the Java technology and am running into some problems getting started. Initially, I was getting the following error: Class javax.swing.JOptionPane not found in import. After realizing that I needed to unzip the src.zip file, I did so. I tried compiling again and got the same message. I came across a website that talked about setting the CLASSPATH. So I set the class path like so: set CLASSPATH=.;C:\;c:\j2sdk1.4.2_04\src;. Finally! I got passed the first error. However, what followed was quite depressing. 50 Errors! Looks like the compiler can not find any class I import that starts with "sun.". I looked where I can see the javax folder and there is no sun folder. Did I miss something in the installation? Is there a workaround for this? I thought I read somewhere that you shouldn't import sun.* classes, but what happens when it is in the delivered packages? TIA Ryan

    Well to start off... The file Src.zip only contains source files nothing compiled so it useless unless you want to look at the source code, the Java Class files are in a "Jar" file...
    Set your (system) path to c:\j2sdk1.4.2_04\bin
    your ClassPath should only point to the new class files that you created...
    ( I don't even have the ClassPath set on my computer)
    And this link deals with setting the classpath...
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpath.html
    That should take care of it... Here are some links for you to check out...
    The Java Tutorial
    http://java.sun.com/docs/books/tutorial/index.html
    Essentials of the Java Programming Language: A Hands-On Guide, Part 1 and 2
    http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/
    http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/
    Language Essentials Short Course
    http://java.sun.com/developer/onlineTraining/JavaIntro/contents.html
    Tutorial Index
    http://java.sun.com/developer/onlineTraining/index.html
    - MaxxDmg...
    - ' He who never sleeps... '

  • Error on Startup - aflamingo.dll was not found (Windows XP)

    When starting PS CS6 I receive this error:
    "This application has failed to start because aflamingo.dll was not found. Re-installing the application may fix this problem."
    Screenshot of Error:
    After I click okay PS launches and from what I can tell works without issue. This error cropped up after I installed some plug-ins I was using with CS5.
    Here is my system info: (Note: I have not seen this issue on my Windows 7 Machine nor have I tried re-installing.)
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, HyperThreading
    Physical processor count: 1
    Logical processor count: 2
    Processor speed: 2800 MHz
    Built-in memory: 3071 MB
    Free memory: 1317 MB
    Memory available to Photoshop: 1710 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 3600 Series
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1024, right: 1280
    Video Card Number: 1
    Video Card: ATI Radeon HD 3600 Series     
    OpenCL Unavailable
    Driver Version: 6.14.10.7236
    Driver Date: 20111026030140.000000-000
    Video Card Driver: ati2dvag.dll
    Video Mode: 1280 x 1024 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 3600 Series     
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\DOCUME~1\Lynda\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      D:\, 74.5G, 10.4G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   5,0,10,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       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.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       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.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       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.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       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   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Rapid Workflow
       Stack Modes
       Paper Texture
       Painting Assistant
       Mode
       GuideGuide
       Adobe Watermark
       Adobe EMailer
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    Hi,
    Please restart your system and re-install.
    Ps should work now.
    Regards,
    Ashutosh

  • Error on Startup - aflamingo.dll was not found (Windows XP - CS6)

    I had this error happen with the Beta of PS CS6. I re-installed the beta and the error came back. Then yesterday I uninstalled the beta and installed the PS CS6 Trial Version and today this error is happening again. Re-installing obviously does not fix this error, any other thoughts?
    (Here is the post on the beta forums.)
    Here are the details:
    "This application has failed to start because aflamingo.dll was not found. Re-installing the application may fix this problem."
    After I click okay PS launches and from what I can tell works without issue.
    Here is my system info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, HyperThreading
    Physical processor count: 1
    Logical processor count: 2
    Processor speed: 2800 MHz
    Built-in memory: 3071 MB
    Free memory: 1443 MB
    Memory available to Photoshop: 1710 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 3600 Series
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1024, right: 1280
    Video Card Number: 1
    Video Card: ATI Radeon HD 3600 Series     
    OpenCL Unavailable
    Driver Version: 6.14.10.7236
    Driver Date: 20111026030140.000000-000
    Video Card Driver: ati2dvag.dll
    Video Mode: 1280 x 1024 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 3600 Series     
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\DOCUME~1\Lynda\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
       D:\, 74.5G, 2.28G free
       C:\, 74.5G, 12.1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
        A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
        ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
        adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
        AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
        AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
        AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
        AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
        AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
        AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
        AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
        adobe_caps.dll   Adobe CAPS   6,0,29,0  
        AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
        ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
        aif_core.dll   AIF   3.0   62.490293
        aif_ocl.dll   AIF   3.0   62.490293
        aif_ogl.dll   AIF   3.0   62.490293
        amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
        ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
        AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
        AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
        Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
        BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
        boost_date_time.dll   DVA Product   6.0.0  
        boost_signals.dll   DVA Product   6.0.0  
        boost_system.dll   DVA Product   6.0.0  
        boost_threads.dll   DVA Product   6.0.0  
        cg.dll   NVIDIA Cg Runtime   3.0.00007  
        cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
        CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
        CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
        data_flow.dll   AIF   3.0   62.490293
        dvaaudiodevice.dll   DVA Product   6.0.0  
        dvacore.dll   DVA Product   6.0.0  
        dvamarshal.dll   DVA Product   6.0.0  
        dvamediatypes.dll   DVA Product   6.0.0  
        dvaplayer.dll   DVA Product   6.0.0  
        dvatransport.dll   DVA Product   6.0.0  
        dvaunittesting.dll   DVA Product   6.0.0  
        dynamiclink.dll   DVA Product   6.0.0  
        ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
        FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
        filter_graph.dll   AIF   3.0   62.490293
        hydra_filters.dll   AIF   3.0   62.490293
        icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
        icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
        image_compiler.dll   AIF   3.0   62.490293
        image_flow.dll   AIF   3.0   62.490293
        image_runtime.dll   AIF   3.0   62.490293
        JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
        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.1640  
        mediacoreif.dll   DVA Product   6.0.0  
        MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
        msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
        msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
        msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
        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.1  
        msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
        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.1  
        pdfsettings.dll   Adobe PDFSettings   1.04  
        Photoshop.dll   Adobe Photoshop CS6   CS6  
        Plugin.dll   Adobe Photoshop CS6   CS6  
        PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
        PSArt.dll   Adobe Photoshop CS6   CS6  
        PSViews.dll   Adobe Photoshop CS6   CS6  
        SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
        ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
        shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
        ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
        tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
        tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
        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   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
        WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
        wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
        Accented Edges 13.0
        Adaptive Wide Angle 13.0
        ADM 3.11x01
        Angled Strokes 13.0
        Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Bas Relief 13.0
        BMP 13.0
        Camera Raw 7.0
        Chalk & Charcoal 13.0
        Charcoal 13.0
        Chrome 13.0
        Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Color Halftone 13.0
        Colored Pencil 13.0
        CompuServe GIF 13.0
        Conté Crayon 13.0
        Craquelure 13.0
        Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Crop and Straighten Photos Filter 13.0
        Crosshatch 13.0
        Crystallize 13.0
        Cutout 13.0
        Dark Strokes 13.0
        De-Interlace 13.0
        Dicom 13.0
        Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Diffuse Glow 13.0
        Displace 13.0
        Dry Brush 13.0
        Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Embed Watermark 4.0
        Entropy 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Extrude 13.0
        FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Fibers 13.0
        Film Grain 13.0
        Filter Gallery 13.0
        Fresco 13.0
        Glass 13.0
        Glowing Edges 13.0
        Grain 13.0
        Graphic Pen 13.0
        Halftone Pattern 13.0
        HDRMergeUI 13.0
        IFF Format 13.0
        Ink Outlines 13.0
        JPEG 2000 13.0
        Kurtosis 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Lens Blur 13.0
        Lens Correction 13.0
        Lens Flare 13.0
        Liquify 13.0
        Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Mean 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Median 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Mezzotint 13.0
        Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Mosaic Tiles 13.0
        Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Neon Glow 13.0
        Note Paper 13.0
        NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Ocean Ripple 13.0
        Oil Paint 13.0
        OpenEXR 13.0
        Paint Daubs 13.0
        Palette Knife 13.0
        Patchwork 13.0
        Paths to Illustrator 13.0
        PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Photocopy 13.0
        Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Pinch 13.0
        Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Plaster 13.0
        Plastic Wrap 13.0
        PNG 13.0
        Pointillize 13.0
        Polar Coordinates 13.0
        Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Poster Edges 13.0
        Radial Blur 13.0
        Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Range 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Read Watermark 4.0
        Reticulation 13.0
        Ripple 13.0
        Rough Pastels 13.0
        Save for Web 13.0
        ScriptingSupport 13.0
        Shear 13.0
        Skewness 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Smart Blur 13.0
        Smudge Stick 13.0
        Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Spatter 13.0
        Spherize 13.0
        Sponge 13.0
        Sprayed Strokes 13.0
        Stained Glass 13.0
        Stamp 13.0
        Standard Deviation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Sumi-e 13.0
        Summation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Targa 13.0
        Texturizer 13.0
        Tiles 13.0
        Torn Edges 13.0
        Twirl 13.0
        Underpainting 13.0
        Vanishing Point 13.0
        Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Water Paper 13.0
        Watercolor 13.0
        Wave 13.0
        WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        Wind 13.0
        Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
        ZigZag 13.0
    Optional and third party plug-ins:
        Topaz Adjust 5 10.0
        Topaz BW Effects 10.0
        Topaz Clean 3 10.0
        Topaz DeJpeg 4 10.0
        Topaz DeNoise 5 10.0
        Topaz Detail 2 10.0
        Topaz InFocus 10.0
        Topaz Lens Effects 10.0
        Topaz ReMask 3 10.0
        Topaz Simplify 3 10.0
        Topaz Star Effects 10.0
    Plug-ins that failed to load: NONE
    Flash:
        Stack Modes
        Paper Texture
        Painting Assistant
        Mode
        Adobe Watermark
        Adobe EMailer
        Mini Bridge
        GuideGuide
        Kuler
    Installed TWAIN devices: NONE

    I suspect you have some part of Photoshop CS6 tied somehow back to an earlier version.
    There is an AFlamingo.dll provided as part of Photoshops CS4 and CS5, but NOT CS6, and I know my Photoshop CS6 starts up fine without it.
    Lynda Spangler wrote:
    Optional and third party plug-ins:
        Topaz Adjust 5 10.0
        Topaz BW Effects 10.0
        Topaz Clean 3 10.0
        Topaz DeJpeg 4 10.0
        Topaz DeNoise 5 10.0
        Topaz Detail 2 10.0
        Topaz InFocus 10.0
        Topaz Lens Effects 10.0
        Topaz ReMask 3 10.0
        Topaz Simplify 3 10.0
        Topaz Star Effects 10.0
    Flash:
        Stack Modes
        Paper Texture
        Painting Assistant
        Mode
        Adobe Watermark
        Adobe EMailer
        Mini Bridge
        GuideGuide
        Kuler
    I see you have a number of 3rd party plug-ins and optional packages listed...  How did you install those?  Did you verify all are compatible with Photoshop CS6?
    -Noel

  • Operation System not found

    I've been following the beginners' guide and I keep running into this "Operation System not found" error.
    I'm using a dell xps l502x, and trying to install x86_64 arch. I've tried using syslinux and grub both with the same error on reboot
    During a syslinux install I use fdisk to partition the drive. The tutorial says this is to create an mbr, but it gives me a gpt from some reason:
    Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt **this I don't understand, as I'm following the guide for the mbr**
    # start end size type name
    1 2048 31459327 15G Linux filesystem
    2 31459328 234441614 96.8G Linux filesystem
    and my fstab is:
    # <file system> <dir> <type> <options> <dump> <pass>
    #/dev/sda1
    UUID=0ec7dc20-1ea3-4f1c-810b-4fded8550744 / ext4 rw,relatime,data=ordered 0 1
    #/dev/sda2
    UUID=9d6efd2f-8a18-4968-b251-7e09983ef539 /home ext4 rw,relatime,data=ordered 0 2
    So I have no errors at this point other then fdisk creating gpt instead of mbr.
    I install syslinux, no errors:
    Syslinux install successful
    attribute legacy bios bootable set - /dev/sda1
    installed MBR (usr/lib/syslinux/gptmbr.bin) to /dev/sda
    I edit the syslinux config to point to /dev/sda1.
    exit, umount /mnt/home, reboot, operation system not found!. The strange thing is when i go to the install disk and click Boot existing OS, I am able to find my install through syslinux and select Arch Linux, and it is functional.
    I'm not really sure where to go from here as I've tried both syslinux and grub with the same result. When using grub I make sure to create the 1007kb boot partition marking it as EF02, and i still get operation system not found.
    Last edited by soote (2013-08-31 20:36:12)

    WonderWoofy wrote:This sounds not like a problem with Arch or your bootloader installation at all.  Rather it sounds as though you need to make an adjustment to your bios to tell it to correctly try to boot the disk with syslinux on it.
    Thank you for the advice. I followed the steps listed here, and ran everything except for the last command (# syslinux-install_update -i -m). On reboot I was still faced with the Operation system not found error. I then ran # syslinux-install_update -i -m and got the following:
    Syslinux install successful
    ABORT! MBR installation to partition (/dev/mapper/arch_root-image)!
    I'm unsure of what this error means, but it lead me to this blog entry.
    This blog looks promising.
    roentgen wrote:
    Same Dell here. It seems to be a compatibility problem between BIOS and GPT.
    I couldn't find any other way than to use MBR.
    How do you create the partition table? In fdisk 'o' is used to create a DOS (MBR) partition table.
    I followed the beginners' guide to create it. I will try creating the partitions with o instead of p, i didn't know about that option. I really don't need a GPT partition.
    Last edited by soote (2013-08-31 21:07:22)

  • Class not found error for COM.ibm.db2.jdbc.app.DB2Driver

    i have written this code:
    import java.io.*;
    import java.sql.*;
    public class tryjdbc
    {  public static void main (String args[])
    {  try
    {  Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");  }
    catch (java.lang.ClassNotFoundException e)
    {  System.out.print(e.getMessage());  }
    and once i try to run it, it gives out a class not found exception error.
    I haven't changed anything with the classpath since I don't think the problem is with the classpath. I have read in the IBM Developer Kit for Java documentaton that the AS/400 Developer Kit for Java automatically adds the db2_class.jar file to the classpath. So why do I get a class not found exception error?

    I was using Web Spehere 4.0.3 and trying to connect to a database on DB2 7.2. I was just following a tutorial and trying to get a handle on Web Sphere. I am running all of these on a Windows 2000 Operating System. Here are some of my observations :
    a. db2java.zip packaged under %DB2ROOT%\SQLLIB\JAVA, does not work.
    b. CLASSPATH needs to be set to %DB2ROOT%\sqllib\java12\db2java.zip
    c. Include this as one of the packages in the package defined in
    WebSphere, using the Java Perspective.
    d. Ensure that case sensitivity is respected. All though the package
    shows up as COM.ibm.db2.jdbc.app.DB2Driver, for some reason, it
    will only accept com.ibm.db2.jdbc.app.DB2Driver.
    With these settings, I was able to connect to a db2 database.
    I am a little puzzled on the following. I did not include java.io package, but still it could print the messages. Did anybody have a similar experience
    Thanks for this posting.

  • Class Not Found Exception After Connecting From a JDeveloper

    Hi,
    I am following the tutorial on SOA and started to experience problems in deployments (all but the console, including em) after the connection to the remote weblogic (10.3.5) from JDeveloper. I would know if the connection modifies the WLS environment. Unfortunately I did not note the message before wiping the setup, but found many entries on Google referring to some ADF library. I followed the suggestion to apply the adf runtime to the WLS install but this not helped.
    By the way, I would just understand if the remote connection from a JDeveloper adds some configuration which is then eventually not found in the target WLS.
    Thanks
    Fabio D'Alfonso
    http://www.fabiodalfonso.com

    Can you check the log files of soa_server1, which are located in the <domain-home>/servers/<server-name>/logs.
    There are probably some occurences of class not found exceptions.
    When you are using the node manager to start your environment you have to make sure that StartScriptEnabled is set
    to true in the nodemanager.properties file (located in the directory: <wl-home>/common/nodemanager
    In the section "Starting the SOA environment" here - http://middlewaremagic.com/weblogic/?p=6040
    an example is presented

  • Message-driven bean destination name not found error

    Hi,
    I am getting this error when I attempt to deploy the Warehouse message-driven bean example/tutorial. I followed the steps in the JMS Queue Simple Sample Application included with the server to set up the queue and queue factory, but I don't think the app. is even getting that far. I can not figure out why I'm get this error. I have looked at everything I can think of, but I'm obviously missing something. Here is the error from the server log.
    INFO ( 2252): JMS5015: Install JMS resources ...
    INFO ( 2252): JMS5002: Binding [< JMS Destination: jms/WarehouseQueue, javax.jms.Queue, [ imqDestinationName=WarehouseQueue ] >]
    INFO ( 2252): JMS5002: Binding [< JMS Connection Factory: jms/WarehouseQueueConnectionFactory, javax.jms.QueueConnectionFactory, [ imqBrokerHostName=localhost , imqBrokerHostPort=7676 ] >]
    INFO ( 2252): HTTP3072: HTTP listener http-listener-1 [http://ibankdev2:80] ready to accept requests
    INFO ( 2252): CORE3274: successful server startup
    INFO ( 2252): CORE5053: Application onReady complete.
    INFO ( 2252): MDB00044: Deploying message-driven bean [MDBApp:Warehouse], consuming from [jms/Warehouse]
    SEVERE ( 2252): MDB00015: [MDBApp:Warehouse]: Message-driven bean destination name [jms/Warehouse] not found
    SEVERE ( 2252): javax.naming.NameNotFoundException
    javax.naming.NameNotFoundException: Warehouse not found
    at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.java:185)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:157)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:161)
    at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:78)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProviderImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:375)
    at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:275)
    at com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.invoke(LocalClientRequestImpl.java:96)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:237)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:279)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.lookup(Unknown Source)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:138)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:317)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    SEVERE ( 2252): MDB00030: [MDBApp:Warehouse]: Exception in setting up message-driven bean container: [MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): MDB00017: [Warehouse]: Exception in creating message-driven bean container: [javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): javax.jms.JMSException
    javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:340)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    SEVERE ( 2252): EJB5090: Exception in creating EJB container [javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found]
    SEVERE ( 2252): appId=MDBApp moduleName=EJBModule_Warehouse_jar ejbName=Warehouse
    SEVERE ( 2252): LDR5004: UnExpected error occured while creating ejb container
    javax.jms.JMSException: MDBApp:Warehouse: Message-driven bean destination jms/Warehouse not found
    at com.sun.ejb.containers.MessageBeanHelperBase.setup(MessageBeanHelperBase.java:340)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:206)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:173)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
    at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    WARNING ( 2252): CORE5021: Application NOT loaded: [MDBApp]
    WARNING ( 2252): ADM5603:Event listener error [Error while deploying application [MDBApp]. Please refer to the server log for more details. ]
    My bean name is Warehouse, jms/Warehouse is the JNDI and is mapped to MDBPack.WarehouseBean.class. MDBPack is in the classpath on the server. I guessed that the physical destination name was WarehouseQueue, but using Warehouse produced the same result. Please let me know if there is anything I could be missing. TIA
    --Michelle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    You have not created the jms destination queue object
    jms/Warehouse
    Your server logs says it cannot find the destination queue object.It has got nothing to do with jndi name of your bean
    Create jms destination queue object using
    asadmin>create-jms-resource instance <instance_name> resourcetype javax.jms.Queue --property imqDestinationName=<NAme>  jms/Warehouse
    Then use list-jms-resources <instance_name> to
    find if jms/Warehouse destionation queue object has been created.
    Get back in case of any issues

  • SOS : Bean not found in 'findByName'

    Blank
    Hi Rob,
    thankx for the fast reply and the detailed explanations.
    it's gettings things cleared for me..
    let me explain the way I have understood your explanation.
    I have an EJB (entity bean) called T_Exception. Suppose, this uses few classes in the jar file frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_Exception saying "Class-Path: frwUtil.jar" ?
    And this frwUtil.jar should be a part of the .ear where I have T_Exception?
    I have another EJB (session bean) T_ASM which uses T_Exception and also the classes in frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_ASM saying something like
    "Class-Path: T_Exception.jar frwUtil.jar" or it just have to be "Class-Path: T_Exception.jar" ?
    And this T_Exception.jar or frwUtil.jar doesn't have to be a part of this .ear file it the previous .ear file is already deployed, right?
    Please correct me if am wrong.
    In short, you are telling me that a support class or jar file which is deployed as part of an .ear file into an application server will be available for another EJB / class file in another .ear file which is also deployed after that. Am I right? I am getting confused in these areas.
    Another doubt is about the significance of manifest files.
    Is it something like one manifest file per a package / folder or something?
    Can I have more than one manifest file for the same package? doesn't sounds logical but just to know
    where and all manifest file comes into play? am not sure abt this..
    Is there some good tutorial available to learn more about this? if yes, please let me know!
    Like you said, setting the $CLASSPATH is definitely a bad practice. We are going to aviod that once this starts working. Thanks for your suggestion.
    regarding dOubt 3 -
    For your reference, below is the erorr that I got -
    javax.ejb.ObjectNotFoundException: Bean not found in 'findByName'.
    at com.tech.framework.propertyEJB.PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.ejbFindByName(PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.java:2001)
    at java.lang.reflect.Method.invoke(Native Method)
    the deployment of the bean goes without an error.
    and it doesn't look like a Finder exception also, right?
    and that's where am confused.
    the same bean is working without any problems like this in 2 - 3 application server instances.
    For the same reason, I don't think that there's a prob with the EJB QL used.
    But now we are trying to remotely deploy the EJBs and deployment doesnt give an error too.
    But the very first call to this bean is giving this error only in this set up.
    and we are struggling with this since the past few days.. trying out all possibilities..
    no luck so far.. .:(
    Thankx again.. in advance..
    "Rob Woollen" <[email protected]> wrote in message news:[email protected]...
    ibmMQ wrote:
    Hi Folks..
    sorry but these doubts are probably cause am a new bie..
    dOubt No 2:
    can I put all the support classes / jar files into the server the way I
    deploy a bean?Yes, make a Jar (or jars) that have the support classes. Package them within
    the EAR file and include a Class-Path entry in the manifest of any component
    that uses these classes.
    Here's an example: http://learnweblogic.com/updates/webauction.zip
    Do not put the classes in the $CLASSPATH. You will not be able to redeploy
    them if they are there.
    mean to ask, can I make a .war or .ear file with all these support jar files
    and ca I uplaod to the application server so that when I deploy a bean, it
    will have these necessary dependency classes ready in the server? As of now,
    I set the classpath in the startweblogic.cmd file which requires a server
    restart every now and then I add something to the server classpath.
    dOubt No 3:
    when do I get Bean not found in 'findByName'?
    I am rather confused with this error!
    We'd need some more info here. Are you sure that your EJB-QL is correct?
    -- Rob
    thankx in advance
    mNs
    [att1.html]
    [Blank Bkgrd.gif]

    BlankIs it possible that a corresponding object is not found for this findByName call and hence it throws this?
    because we tried accessing the same bean from an ordinary java client and it works!!!
    but I thought if it's not finding an Object to return for a given key, it throws FinderException!
    am more confused now, I guess..
    mNs
    "ibmMQ" <[email protected]> wrote in message news:[email protected]...
    Hi Rob,
    thankx for the fast reply and the detailed explanations.
    it's gettings things cleared for me..
    let me explain the way I have understood your explanation.
    I have an EJB (entity bean) called T_Exception. Suppose, this uses few classes in the jar file frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_Exception saying "Class-Path: frwUtil.jar" ?
    And this frwUtil.jar should be a part of the .ear where I have T_Exception?
    I have another EJB (session bean) T_ASM which uses T_Exception and also the classes in frwUtil.jar
    So, do you mean to say that I should have a manifest file with the EJB Jar of T_ASM saying something like
    "Class-Path: T_Exception.jar frwUtil.jar" or it just have to be "Class-Path: T_Exception.jar" ?
    And this T_Exception.jar or frwUtil.jar doesn't have to be a part of this .ear file it the previous .ear file is already deployed, right?
    Please correct me if am wrong.
    In short, you are telling me that a support class or jar file which is deployed as part of an .ear file into an application server will be available for another EJB / class file in another .ear file which is also deployed after that. Am I right? I am getting confused in these areas.
    Another doubt is about the significance of manifest files.
    Is it something like one manifest file per a package / folder or something?
    Can I have more than one manifest file for the same package? doesn't sounds logical but just to know
    where and all manifest file comes into play? am not sure abt this..
    Is there some good tutorial available to learn more about this? if yes, please let me know!
    Like you said, setting the $CLASSPATH is definitely a bad practice. We are going to aviod that once this starts working. Thanks for your suggestion.
    regarding dOubt 3 -
    For your reference, below is the erorr that I got -
    javax.ejb.ObjectNotFoundException: Bean not found in 'findByName'.
    at com.tech.framework.propertyEJB.PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.ejbFindByName(PropertyEJB_kzue3c__WebLogic_CMP_RDBMS.java:2001)
    at java.lang.reflect.Method.invoke(Native Method)
    the deployment of the bean goes without an error.
    and it doesn't look like a Finder exception also, right?
    and that's where am confused.
    the same bean is working without any problems like this in 2 - 3 application server instances.
    For the same reason, I don't think that there's a prob with the EJB QL used.
    But now we are trying to remotely deploy the EJBs and deployment doesnt give an error too.
    But the very first call to this bean is giving this error only in this set up.
    and we are struggling with this since the past few days.. trying out all possibilities..
    no luck so far.. .:(
    Thankx again.. in advance..
    "Rob Woollen" <[email protected]> wrote in message news:[email protected]...
    > ibmMQ wrote:
    >
    > > Hi Folks..
    > >
    > > sorry but these doubts are probably cause am a new bie..
    > >
    > > dOubt No 2:
    > > can I put all the support classes / jar files into the server the way I
    > > deploy a bean?
    >
    > Yes, make a Jar (or jars) that have the support classes. Package them within
    > the EAR file and include a Class-Path entry in the manifest of any component
    > that uses these classes.
    >
    > Here's an example: http://learnweblogic.com/updates/webauction.zip
    >
    > Do not put the classes in the $CLASSPATH. You will not be able to redeploy
    > them if they are there.
    >
    > >
    > > mean to ask, can I make a .war or .ear file with all these support jar files
    > > and ca I uplaod to the application server so that when I deploy a bean, it
    > > will have these necessary dependency classes ready in the server? As of now,
    > > I set the classpath in the startweblogic.cmd file which requires a server
    > > restart every now and then I add something to the server classpath.
    > >
    > > dOubt No 3:
    > > when do I get Bean not found in 'findByName'?
    > > I am rather confused with this error!
    > >
    >
    > We'd need some more info here. Are you sure that your EJB-QL is correct?
    >
    > -- Rob
    >
    >
    >
    > >
    > > thankx in advance
    > > mNs
    >
    [att1.html]
    [Blank Bkgrd.gif]

  • Warning host not found in topology

     
    Hi I am new to Lync. After following tutorial to install Lync Server 2013 (front end) on Server 2012 R2, everything worked like charm. Then I decided to enable external access (another Windows 2012 R2) , so I started with Edge installation. Unfortunately
    when I run Setup Lync Components, I get "Warning host not found in topology. All roles will be uninstalled."
    I can find that this error is connected with DNS suffix. 
    I looked which name was not found in the error and it is Hostname: imc-leg.domain.local
    The only difference is that name is written in small letter, when I open to see Computername or run hostaname in cmd I get IMC-LEG. I also added suffix domain.local in the advance options before I started with the configuration. I am also not sure if "-"
    sign is allowed. If not can I just delete edge server from topology, rename the server and recreate the topology or not ?
    My edge server has 2 NICs, 1st is LAN NIC 192.168.10.28 and second is in DMZ 192.168.3.28. We have static IP address.
    LAN NIC has IP, Subnet Mask, DNS (AD)
    DMZ NIC has IP, SNM, DGateway. 
    Both have File and print sharing for microsoft networks disabled ( I read somewhere that it can be disabled _ I would appreciate some opinions)
    From Lync server I can ping FQDN of edge server, also DNS record in AD is created. 
    When I open topology on Lync Server (IMC-LSRV.domain.com), I can see Edge Pools : IMC-LEG.domain.local with internal LAN address (192.168.10.28) next hop is IMC-LSRV.domain.com. External Settings are: Access Edge service is sip.domain.com with DMZ address
    192.168.3.28 also web conferencing and A-v edge service.  Oud static IP appears in NAT-Enables public IP address.
    Please help, I really don't know what to do 

    One more thing just like an info for the people that are trying to install Lync for the first time (like me), once configuration is exported from the FE Server name of the edge server must be in the xml file inside zip folder. Mine wasn't there so this was
    first sign that something was wrong (I think with publishing topology). Now I see that my edge server is listed 
    -<Cluster Fqdn="IMC-LEG.domain.local" RequiresSetup="true" RequiresReplication="true">
    <ClusterId SiteId="1" Number="3"/>
    -<Machine Fqdn="IMC-LEG.domain.local" OrdinalInCluster="1">
    <NetInterface IPAddress="192.168.107.28" InterfaceNumber="1" InterfaceSide="Internal"/>
    <NetInterface IPAddress="192.168.33.28" InterfaceNumber="1" InterfaceSide="External" ConfiguredIPAddress="StaticIP xxxxxx."/>
    </Machine>
    </Cluster>
    </Clusters>
    And I have now one more question. When replication is supposed to happen. I didn't install certificates yet (3rd step) and when I run :
    PS C:\windows\system32> Get-CsManagementStoreReplicationStatus | ft
           UpToDate ReplicaFqdn     LastStatusReport LastUpdateCreation ProductVersion
               True IMC-Lync.dom... 23.04.2014 1... 23.04.2014 1... 5.0.8308.0
              False IMC-LEG.dom....                
          24.04.2014 0...

Maybe you are looking for

  • Cant open files into PS CC

    I have Adobe Bridge CC as well as Photoshop CC and Windows 8 Every since I did the switch i cant open my files into CC. I,ve gone to preferences and tried to change file type extensions but all i get is an error message that says Windows cannot find

  • How do I create duplicates in place

    I'd like to make a grayscale image with an octagon at the center and an identical rectangle radiating out from each flat side of the octagon.  Is there a simple way to do this in Illustrator CS4?  I made my octagon.  Then added a rectangle position a

  • How do I change search engines if /searchreset doesn't work?

    I just upgraded to FF 23, and either that or some other upgrade changed my default search engine to Yahoo. I want to change it back to Google, which I think is the default. Another Support thread led me to https://addons.mozilla.org/firefox/addon/sea

  • How can a non dba user manipulate the dump file outside of oracle ?

    I have a business request to allow a none DBA database user to dump his tables and he can move his dump file on the Unix box from a file system to another file system. This user has a none oracle unix account. When using traditional exp, this is not

  • TS5181 iTunes radio - Bit Rate and recording

    There is an ongoing comparision to Pandora however, I suggest that Pandora offers a better value by far: 1. iTunes Radio does not state bit-rate 2. Pandora One is 192kb for $40/yr, with no adds; free Pandora is 64kb and has adds 3. PandoraJam permits