DDInit.EJBInit problem

Hi,
Using EJBInit I am trying to create the descriptors for all the beans. However,
for the entity beans I get the following message:-
[ModuleInit]: unable to load home or bean class for entity: AccountEJBBean
Due to this the descriptors are not created properly.
Any idea why this message is coming?
Regards,
Madhu

Hi Madhu,
EJBInit was unable to load either the bean class or the home class that is
associated
with AccountEJBBean. Ensure that you are pointing EJBInit to the "root" of
your ejb
module and that all of the classes that are needed are in the proper place
within you
module.
i.e. C:\myjar\com\foo\
contains AccountEJBBean.class, AccountEJBHome.class, local interface/remote
interface, etc....
and you point EJBInit at C:\myjar
If this doesn't help please attach your jar or elaborate further on how your
module is setup. As long
as all of your classes are in the right spot EJBInit should find everything
with no problem.
hope this helps,
-Michael
"Madhu Nair" <[email protected]> wrote in message
news:3eca6804$[email protected]..
>
>
Hi,
Using EJBInit I am trying to create the descriptors for all the beans.However,
for the entity beans I get the following message:-
[ModuleInit]: unable to load home or bean class for entity: AccountEJBBean
Due to this the descriptors are not created properly.
Any idea why this message is coming?
Regards,
Madhu

Similar Messages

  • Why ejb20.DDInit's result put to screen, not to a stage directory

    Hi, I am new in weblogic. I run "java weblogic.ant.taskdefs.ejb20.DDInit stage" to
    automatically create ejb-jar.xml, weblogic-ejb-jar.xml, but it only create one xml
    file and print it to screen, not to the stage/META-INF directory, I have create stage/META-INF
    direcoty and put correct class file under stage directory and set enviroment just
    as the doc(Developing Weblogic Server Applications) describe, I use Weblogic 7.0,
    How to solve this problem?
    And if I use weblogic.marathon.ddinit.EJBInit, it produce no xml file, and display:
    [ModuleInit]: Searching for class files
    [ModuleInit]: 4 classes found
    [ModuleInit]: Discovered module type for E:\java\usingj2ee\pricing\stage
    [ModuleInit]: Found EJB components. Initializing descriptors
    [ModuleInit]: Found EJBHome: usingj2ee.pricing.PricingHome
    [ModuleInit]: Creating relations
    [ModuleInit]:
    Found no EJBs in the specified directory.
    [ModuleInit]:
    Be sure the EJB classes are in the proper package hierarchy under the specified directory
    'E:\java\usingj2ee\pricing\stage.'
    [ModuleInit]: Writing descriptors
    [ModuleInit]: Building module with newly created descriptors
    [ModuleInit]: Finished building module
    [EJBJarCMBean] Writing descriptors
    why?

    You found a bug. I file a bug request: CR080702.
    We will fix it very soon.
    Thanks.
    Cedric
    "Rafe Lin" <[email protected]> wrote in news:[email protected]:
    >
    Hi:
    Now I attach the stage directory and source java file, Thank you.
    Cedric Beust <[email protected]> wrote:
    Please post the updated jar file (preferably with the source files in
    it). Are you sure the XML descritprs are not created inside the jar
    file? The trace seems to say the contrary...
    Cedric
    "Rafe Lin" <[email protected]> wrote in news:3d128fb6
    @newsgroups2.bea.com:
    >>
    >>
    >>>
    Hi, now I rename PringImpl.java to PricingEJB.java, and there is no
    error when DDInit run, but the two xml still not appear, why? when I
    run DDInit, screen display:
    [ModuleInit]: Searching for class files
    [ModuleInit]: 4 classes found
    [ModuleInit]: Discovered module type for
    e:\java\usingj2ee\pricing\stage [ModuleInit]: Found EJB components.
    Initializing descriptors [ModuleInit]: Found EJBHome:
    usingj2ee.pricing.PricingHome [ModuleInit]: Bean class:
    usingj2ee.pricing.PricingEJB [ModuleInit]: Adding Session bean
    'PricingEJB' [ModuleInit]:
    [ModuleInit]: Creating relations
    [ModuleInit]: Writing descriptors
    [ModuleInit]: Building module with newly created descriptors
    [ModuleInit]: Finished building module
    [EJBJarCMBean] Writing descriptors
    Thanks!
    Cedric Beust <[email protected]> wrote:
    "Rafe Lin" <[email protected]> wrote in
    news:[email protected]:
    Hi, now I attach the jar file, of course, I run DDInit before the
    achieve file is created, it just present the stage dir struct, I
    did
    not run DDInit on the jar file. Thanks!Your bean has unusual naming conventions: your bean is called
    PricingImpl.
    Rename it to PricingEJB and DDInit should recognize it.
    Admittedly, EJBInit should do a better job at guessing, or at least at
    producing a better error message.
    CedricAttachment decoded: untitled-2.txt
    ---=_news3d128fb5
    Attachment decoded: Pricing.jar
    ---=_news3d128fb5--Attachment decoded: untitled-2.txt
    ---=_news3d145663
    Attachment decoded: for_chk.jar
    ---=_news3d145663--

  • EJB DD Error...!!!

    Hi,
    I unable to trace out why the following error is comming when I am trying to automatically
    generate the deployment descriptor using the command -
    " java weblogic.ant.taskdefs.ejb20.DDInit staging-dir "
    ERROR ...
    C:\sarvesh>java weblogic.ant.taskdefs.ejb20.DDInit testejb
    Loading classes
    Exception in thread "main" java.lang.NoClassDefFoundError: beanman/Account (wron
    g name: testejb/beanman/Account)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:338)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
    Loader.java:155)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at weblogic.ant.taskdefs.ejb20.DDInit.loadClasses(DDInit.java:146)
    at weblogic.ant.taskdefs.ejb20.DDInit.execute(DDInit.java:109)
    at weblogic.ant.taskdefs.ejb20.DDInit.main(DDInit.java:630)
    Although I have executed the setEnv.cmd and clen compiled all the source files before
    running this command.
    Thanks.

    I already did this ! but still recieving the same problem.
    Cedric Beust <[email protected]> wrote:
    "Arshad" <[email protected]> wrote in
    news:[email protected]:
    hi Cedric,
    Thanks.
    Well I m using 6.1 and the files are not kept in the jar. Basically I
    am running this command to generate deployment descriptor in dorder to
    make final jar to deploy my ejb. Though I can manually edit the
    deployment descriptor and deploy it but i want to use this utility.Then add the path to these files to your classpath when you invoke
    DDInit.
    Cedric
    Regards
    Cedric Beust <[email protected]> wrote:
    "M Arshad" <[email protected]> wrote in
    news:[email protected]:
    I unable to trace out why the following error is comming when I am
    trying to automatically generate the deployment descriptor using the
    command -
    " java weblogic.ant.taskdefs.ejb20.DDInit staging-dir "
    ERROR ...
    C:\sarvesh>java weblogic.ant.taskdefs.ejb20.DDInit testejb
    Loading classes
    Exception in thread "main" java.lang.NoClassDefFoundError:
    beanman/Account (wron g name: testejb/beanman/Account)Is this class in your jar file?
    Also: if you are using WebLogic 7, I strongly recommend you use the
    newer DDInit, which you can invoke with
    java weblogic.marathon.ddinit.EJBInit
    Cedric
    [rest of the message quoted below]
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at
    java.security.SecureClassLoader.defineClass(SecureClassLoader
    .j ava:11
    1)
    at
    weblogic.utils.classloaders.GenericClassLoader.findLocalClass
    (G eneric
    ClassLoader.java:338)
    at
    weblogic.utils.classloaders.GenericClassLoader.findClass(Gene
    ri cClass
    Loader.java:155)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at
    weblogic.ant.taskdefs.ejb20.DDInit.loadClasses(DDInit.java:14
    6) at
    weblogic.ant.taskdefs.ejb20.DDInit.execute(DDInit.java:109)
    at weblogic.ant.taskdefs.ejb20.DDInit.main(DDInit.java:630)
    Although I have executed the setEnv.cmd and clen compiled all the
    source files before running this command.
    Thanks.

  • How delopy Entity Bean in weblogic

    Hello everbody
    i am angles . this my first query
    how to delopy Entity bean to weblogic?
    how to use ANT tool?
    pls forward following maill address
    [email protected]

    for weblogic 8.1,
    1.compile all the java files.
    2.create the deployment descriptor files using
    <i><b>java weblogic.marathon.ddinit.EJBInit .</b></i>
    3.create the jar file that contains all the class files and the deployment descriptor file.
    4.deploy the file in the weblogic
    5.create all the necesssary tables
    6.create the datasource

  • Problem with weblogic deployment descriptor tool (DDInit)

    Hi,
    I'm just playing with weblogic ... following their tutorual but I can't seem to run their deployment descriptor tool:
    java weblogic.ant.taskdefs.war.DDinit <folderName> gives me a NoClassDefFoundError.
    I have weblogic6.0sp1 installed with an evaluation license which has not yet expired. I have d:\bea\wlserver6.0sp1\lib in mt classpath so weblogic.jar is n there.
    When I check out the contents of the weblogic.jar file .. I can't seem to find this tool.
    Can anyone give me a clue as to what I am doing wrong?

    Here's a link describing the process. If this is what you are doing then your problem may be that 6.0 doesn't support this.
    http://edocs.bea.com/wls/docs61/programming/packaging.html#pack004

  • DDInit does'nt generate proper descriptors

    Hi,
    I am having a problem generating the descriptors using EJBInit. The jar file is
    attached. In the output I get the following message :
    [ModuleInit]: unable to load home or bean class for entity: ReferralEJBBean
    The descriptors generated do not contain the reference to the home and remote
    interfaces for the bean. Is it because the beans and interfaces are in different
    directories?
    Regards,
    Madhu
    [accountmanager.jar]

    Hey Christine,
    An update with regards to the command line ddinit. SP01 will
    actually contain an update to EJBInit and WebInit so that they
    will work properly from a command line invocation. Please let me know if you have
    any other questions or concerns.
    Regards,
    -Michael
    "Michael Kovacs" <[email protected]> wrote:
    >
    Hey Christine,
    The ddinit ant tasks were not updated and a quick peek at the
    code showed that there currently isn't a way that the descriptor
    files are going to be written. Not sure what happened there as
    of course it doesn't make much sense for it to work that way. For 7.0 we
    took a
    cut of the ant task ddinit and updated it to
    make it work with Builder. As a result it looks like we've
    broken some functionality in the ant tasks. We never had time to go back
    and make
    sure that the ant tasks were calling the newer version of ddinit that is
    used with
    Builder. I would recommend using Builder and pointing it at your webapp
    and have
    it generate your descriptors that way. We will address a command line version
    of
    ddinit for sp2.
    If you really need to have a command line version and cannot wait until
    then I can
    probably give you a patch.
    Sorry for any inconvenience.
    Regards,
    -Michael
    Christine Lambert <[email protected]> wrote:
    I've tried to use the ant task
    weblogic.ant.taskdefs.war.DDInit
    to create deployment descriptors for a web app, butt when I run it (ina
    dos prompt), an xml is outputted in the dos console, but no file is created.
    Is there some parameters that need to be added?
    I know the DDinit finds my files because it does generate <servlet-mapping>
    tags and such.
    thanks,
    Christine

  • SQL Developer connection problems

    I am trying to run for the first time SQL developer and the connections window isnt showing. I tried also to make file>new>and choosing database connection and nothing happens. Also i tried loading the connections toolbar but the toolbar isnt available it isnt listed under the view tab.
    Can anyone please help me not only me have the same problem.
    I am running it on Windows 7 Ultimate 32-Bit. I tried all versions and it is still the same and tried also all patches and upgrades but no effect.
    Can anyone please help
    Thanks

    Well, My java version is :
    java version "1.6.0_15"
    Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)
    And the exceptions are the next :
    _execv() failed, err=2Exception initializing 'oracle.dbtools.raptor.RaptorDBAddi
    n' in extension 'Oracle SQL Developer': java.lang.ExceptionInInitializerError
    at oracle.dbtools.raptor.RaptorDBAddin.initialize(RaptorDBAddin.java:126
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:407)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.NullPointerException
    at oracle.i18n.text.OraTerritory.getInstance(OraTerritory.java:101)
    at oracle.dbtools.raptor.config.DBConfig.<clinit>(DBConfig.java:325)
    ... 33 more
    Exception initializing 'oracle.dbtools.raptor.standalone.RaptorStandaloneAddin'
    in extension 'Oracle SQL Developer Extras': java.lang.NoClassDefFoundError: Coul
    d not initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.utils.URLChooserShortcuts.<clinit>(URLChooserSh
    ortcuts.java:35)
    at oracle.dbtools.raptor.standalone.RaptorStandaloneAddin.initialize(Rap
    torStandaloneAddin.java:178)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:407)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Exception in thread "EditorLoader" java.lang.NoClassDefFoundError: Could not ini
    tialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin.loadXMLEditors(ViewerA
    ddin.java:221)
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin$1$1.run(ViewerAddin.ja
    va:130)
    at java.lang.Thread.run(Thread.java:619)
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not
    initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.oviewer.base.NavSelectionListener.viewSelection
    Changed(NavSelectionListener.java:176)
    at oracle.ide.view.View.fireViewSelectionChangedImpl(View.java:495)
    at oracle.ide.view.ViewDecorator.fireViewSelectionChangedImpl(ViewDecora
    tor.java:59)
    at oracle.ide.view.View.fireViewSelectionChanged(View.java:485)
    at oracle.ide.view.View.updateSelectionImpl0(View.java:444)
    at oracle.ide.view.View.updateSelectionImpl(View.java:429)
    at oracle.ide.view.View.updateSelection(View.java:306)
    at oracle.ideri.navigator.DefaultNavigatorWindow$4.viewSelectionChanged(
    DefaultNavigatorWindow.java:1108)
    at oracle.ide.view.View.fireViewSelectionChangedImpl(View.java:495)
    at oracle.ide.view.View.fireViewSelectionChanged(View.java:485)
    at oracle.ide.view.View$2.actionPerformed(View.java:349)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    This is a bug to resolve, Oracle should fix this error for OS 64 bits, on Windows 7 or other. Thanks

  • Wls 7.0 + auto deployement descr + ejb11.DDInit = only EJB2.0?

              Hi, i'm trying to use auto deployement to make the descriptors for my ejb1.1, but
              the problem is that in the weblogic.jar file, there isn't an ejb11 dir (weblogic.ant.taskdefs.ajb11.DDInit)
              -> so i thought that wls was still compatible with ejb1.1 or am i wrong?
              Some inside advice please
              

              Hi,
              Your observation is correct. The utility is not packaged in WLS
              7.0 but it is still documented. I've found an internal note that
              indicates that the utility has been dropped and that the documentation
              is to be corrected. I will double-check for you to be sure and let you
              know if it is an oversight in the packaging for WLS 7.0. So, unless
              you hear otherwise from me please conclude that the utility has
              been dropped. Thanks.
              Tom Hegadorn
              Developer Relations Engineer
              BEA Support
              "voldema" <[email protected]> wrote:
              >
              >Hi, i'm trying to use auto deployement to make the descriptors for my ejb1.1,
              >but
              >the problem is that in the weblogic.jar file, there isn't an ejb11 dir (weblogic.ant.taskdefs.ajb11.DDInit)
              >
              >-> so i thought that wls was still compatible with ejb1.1 or am i wrong?
              >
              >Some inside advice please
              

  • Problem autogenerating application.xml

    Hi!
    I'm developing on WebLogic 7.0 and I have encountered some problems when i
    try to autogenerate my Applications Deployment Descriptor (application.xml).
    My build.xml looks like this:
    <target name="MakeApplicationXML">
    <java classname="weblogic.ant.taskdefs.ear.DDInit" fork="yes">
    <sysproperty key="weblogic.home" value="${WL_HOME}"/>
    <arg line=" ${build}\ear\"/>
    <classpath>
    <pathelement
    path="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar;${EXTRA_CLA
    SSES}/logging/log4j-1.2.7.jar"/>
    </classpath>
    </java>
    </target>
    but when i run MakeApplicationXML i get the following error:
    MakeApplicationXML
    java
    java.lang.Error: NYI/FIXME
    at weblogic.ant.taskdefs.ear.DDInit.writeDescriptors(DDInit.java:266)
    at weblogic.ant.taskdefs.ear.DDInit.execute(DDInit.java:93)
    at weblogic.ant.taskdefs.ear.DDInit.main(DDInit.java:76)
    Exception in thread "main"
    Java Result: 1
    I have searched for examples of this but found none so far..
    Can anyone help me?
    Thanks in advance,
    Johan

    Caesar Dutta wrote:
    <module>
    <ejb>TheSayMyName.jar</ejb>
    <java></java>
    <web>
    ...try
    <module>
    <ejb>...</ejb>
    </module>
    <module>
    <web>...</web>
    </module>

  • Why war.DDInit's result put to screen, not to a stage directory

              Hi, I am new in weblogic. I run "java weblogic.ant.taskdefs.war.DDInit stage" to automatically
              create web.xml & weblogic.xml, but it only create one xml file and print it to screen,
              not to the stage/WEB-INF directory, I have create stage/WEB-INF direcoty and put
              jsp file under stage directory and set enviroment just as the doc(Developing Weblogic
              Server Applications) describe, I use Weblogic 7.0, How to solve this problem?
              

              Hi, I use the absolute directory "c:\stage" instead of relative directory "stage",
              but it still not work.
              "ludovic le goff" <[email protected]> wrote:
              >Hello Rafe,
              >
              >In my opinion, there is maybe a mistake in your java command line.
              >As described at this link :
              >http://e-docs.bea.com/wls/docs70/programming/packaging.html#1068003, the
              >staging-dir parameter is a directory.
              >I would suggest to type the following java command instead of yours (
              >assuming that you put the stage directory in the C drive ) :
              >- java weblogic.ant.taskdefs.war.DDInit c:\stage
              >
              >I hope this helps.
              >Best regards,
              >Ludovic.
              >Developer Relations Engineer
              >BEA Customer support
              >"rafe lin" <[email protected]> a écrit dans le message news:
              >3d0d5f77$[email protected]..
              >>
              >> Hi, I am new in weblogic. I run "java weblogic.ant.taskdefs.war.DDInit
              >stage" to automatically
              >> create web.xml & weblogic.xml, but it only create one xml file and print
              >it to screen,
              >> not to the stage/WEB-INF directory, I have create stage/WEB-INF direcoty
              >and put
              >> jsp file under stage directory and set enviroment just as the
              >doc(Developing Weblogic
              >> Server Applications) describe, I use Weblogic 7.0, How to solve this
              >problem?
              >
              >
              

  • Problem with Diagram Scale

    Hello,
    first I have to say I tried my best, but I couldn't find any solution for this problem.
    I created a table with two components: variable x and y. Then i turned it into a vertical grouped bar chart and I got this result
    http://img217.imageshack.us/img217/2050/26012png.png
    Because I ddin't want these point numbers I formatted the number into integer. Now I got this result.
    http://img39.imageshack.us/img39/6647/2601.png
    Why does it show each number twice or more? I just wanted to have 0 1 2 3 (etc.) to see.
    Where is my mistake? I've done everything I could get out of my knowldge.
    Please help me, I don't know what to do...
    Greetings
    Khaleesi

    hi,
    Please keep the Y-axis > Values > Number Format as default only.
    But if you are sure about maximum value on Y-axis then below steps will solve the issue.
    Y-axis > Scale >
    Auto scale  (Uncheck)
    Min. value = 0
    Max. value = 3 (You can set this to your maximum Y-axis value if range is known)
    Logarithmic  (Uncheck)
    Duplicates will not occur. Only numbers will appear without decimal.
    Regards,
    Vamsee

  • Pls. solve my  problem

    My problem is i am upgrading my project from weblogic 7.0 to weblogic 9.0.
    firstly i have directly tried to deploy my ear file of weblogic 7.0 to weblogic 9.0
    but i got error regarding web.xml so i have used weblogic 9.0 's java weblogic.marathon.ddinit.WebInit utility
    & i got new web.xml & weblogic.xml.
    again i have created my ear file & checked it for error using
    java weblogic.appc utility for any error & i got unmarshled error.
    Stack Trace:
    weblogic.descriptor.DescriptorException: Unmarshaller failed
         at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
              shallerFactory.java:149)
         at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
              ger.java:254)
         at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
              ger.java:283)
         at
    weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
              ptor(AbstractDescriptorLoader.java:344)
    can u help me reagrding this matter pls. psl. help me
    Thanks in advance
    can any body tell me what changes need to be done while migrating to weblogic 9.0 from weblogic 7.0 or weblogic 8.0
    reagrds
    pandurang s. pokharkar

    dear assem
    pls. tell me whether i need to add the build.xml to the my ear file as this ear file is developed in weblogic 7.0 & now i am migrating to weblogic 9.0. pls. tell me what are the chnages that need to done while upgrading to weblogic 9.0
    Also i am sending the stack trace of my ear file when i am checking that file by using java weblogic.appc utility.
    <Feb 14, 2007 9:48:38 AM GMT+05:30> <Info> <J2EE> <BEA-160186> <Compiling EAR mo
    dule 'cedera.war'>
    <Feb 14, 2007 9:48:42 AM GMT+05:30> <Error> <J2EE> <BEA-160187> <weblogic.appc f
    ailed to compile your application. Recompile with the -verbose option for more d
    etails. Please see the error message(s) below.>
    There are 1 nested errors:
    weblogic.descriptor.DescriptorException: Unmarshaller failed
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
    shallerFactory.java:149)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:254)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:283)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:344)
    at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
    tor(CachingDescriptorLoader.java:188)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:328)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
    r(AbstractDescriptorLoader.java:237)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
    iptorBean(AbstractDescriptorLoader.java:217)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
    ptor.java:136)
    at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
    6)
    at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
    at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
    at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
    at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
    eModuleFlow.java:98)
    at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
    Flow.java:49)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:60)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
    at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:35
    at weblogic.application.compiler.AppCompilerFlow.compileInput(AppCompile
    rFlow.java:109)
    at weblogic.application.compiler.AppCompilerFlow.compile(AppCompilerFlow
    .java:38)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:60)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
    at weblogic.application.compiler.Appc.runBody(Appc.java:145)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.Appc.main(Appc.java:156)
    at weblogic.appc.main(appc.java:14)
    Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsExcept
    ion: Bean already exists: "weblogic.j2ee.descriptor.ServletBeanImpl@db47de85(/Se
    rvlets[FindItem])"
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(Refl
    ectionUtils.java:54)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty
    .setValue(RuntimeBindingType.java:450)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRunti
    meProperty.fillCollection(AttributeRuntimeBindingType.java:385)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiI
    ntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalOb
    jectFromIntermediary(AttributeRuntimeBindingType.java:145)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(U
    nmarshalResult.java:185)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(Unma
    rshalResult.java:154)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(Unmarshalle
    rImpl.java:65)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
    shallerFactory.java:138)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:254)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:283)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:344)
    at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
    tor(CachingDescriptorLoader.java:188)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:328)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
    r(AbstractDescriptorLoader.java:237)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
    iptorBean(AbstractDescriptorLoader.java:217)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
    ptor.java:136)
    at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
    6)
    at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
    at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
    at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
    at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
    eModuleFlow.java:98)
    at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
    Flow.java:49)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:60)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
    at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:35
    at weblogic.application.compiler.AppCompilerFlow.compileInput(AppCompile
    rFlow.java:109)
    at weblogic.application.compiler.AppCompilerFlow.compile(AppCompilerFlow
    .java:38)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:60)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    "weblogic.j2ee.descriptor.ServletBeanImpl@db47de85(/Servlets[FindItem])"
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceM
    anager.java:191)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.ja
    va:871)
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[
    Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at jrockit.reflect.InitialMethodInvoker.invoke(Ljava.lang.Object;[Ljava.
    lang.Object;)Ljava.lang.Object;(Unknown Source)
    at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;
    I)Ljava.lang.Object;(Unknown Source)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(Refl
    ectionUtils.java:48)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty
    .setValue(RuntimeBindingType.java:450)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRunti
    meProperty.fillCollection(AttributeRuntimeBindingType.java:385)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiI
    ntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalOb
    jectFromIntermediary(AttributeRuntimeBindingType.java:145)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(U
    nmarshalResult.java:185)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(Unma
    rshalResult.java:154)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(Unmarshalle
    rImpl.java:65)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
    shallerFactory.java:138)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:254)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
    ger.java:283)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:344)
    at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
    tor(CachingDescriptorLoader.java:188)
    at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
    ptor(AbstractDescriptorLoader.java:328)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
    r(AbstractDescriptorLoader.java:237)
    at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
    iptorBean(AbstractDescriptorLoader.java:217)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
    ptor.java:136)
    at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
    6)
    at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
    at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
    at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
    at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
    eModuleFlow.java:98)
    at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
    Flow.java:49)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:60)

  • Safari/FlashPlayer-10.4-10.5.plugin Problem - can you help fix it?

    Hello all,
    Am new to the forum and still finding my way around but would like some help on a problem that I have with the Safari web browser that crashes every time I watch a video clip from BBC news. The error message says that there is a problem with the FlashPlayer-10.4-10.5.plugin and I also keep getting an Adobe Air error on the desktop. Any ideas what I might be doing wrong?
    Process: Safari [4021]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.3 (5533.19.4)
    Build Info: WebBrowser-75331904~3
    Code Type: X86 (Native)
    Parent Process: launchd [2683]
    Interval Since Last Report: 361 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 308 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-12-08 15:16:01.954 +0000
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: FEF5BB3B-1C08-48B0-8A81-C7B097035CF2
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000050269a6d
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...lashPlayer-10.4-10.5.plugin 0x2b2922c0 0x2aff9000 + 2724544
    1 ...lashPlayer-10.4-10.5.plugin 0x2b3b3026 0x2aff9000 + 3907622
    2 ...lashPlayer-10.4-10.5.plugin 0x2b3b3ea1 0x2aff9000 + 3911329
    3 ...lashPlayer-10.4-10.5.plugin 0x2b3b4969 0x2aff9000 + 3914089
    4 ...lashPlayer-10.4-10.5.plugin 0x2b38f950 0x2aff9000 + 3762512
    5 ...lashPlayer-10.4-10.5.plugin 0x2b33fe21 0x2aff9000 + 3436065
    6 ...lashPlayer-10.4-10.5.plugin 0x2b344561 0x2aff9000 + 3454305
    7 ...lashPlayer-10.4-10.5.plugin 0x2b48ff19 NP_Initialize + 15881
    8 com.apple.CoreFoundation 0x96a473c5 CFRunLoopRunSpecific + 3141
    9 com.apple.CoreFoundation 0x96a47aa8 CFRunLoopRunInMode + 88
    10 com.apple.HIToolbox 0x9194a2ac RunCurrentEventLoopInMode + 283
    11 com.apple.HIToolbox 0x9194a0c5 ReceiveNextEventCommon + 374
    12 com.apple.HIToolbox 0x91949f39 BlockUntilNextEventMatchingListInMode + 106
    13 com.apple.AppKit 0x91c636d5 _DPSNextEvent + 657
    14 com.apple.AppKit 0x91c62f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    15 com.apple.Safari 0x0001609b 0x1000 + 86171
    16 com.apple.AppKit 0x91c5bf9f -[NSApplication run] + 795
    17 com.apple.AppKit 0x91c291d8 NSApplicationMain + 574
    18 com.apple.Safari 0x0000a63e 0x1000 + 38462
    Thread 1:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x92624c3f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x92624f5f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    5 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x96c84ff4 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x96c8130c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    5 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95e5e266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95e65a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x96a46e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96a47aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x930e018c CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    6 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95e5e266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95e65a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x96a46e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96a47aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002edb3 0x1000 + 187827
    5 com.apple.Safari 0x0002eafc 0x1000 + 187132
    6 com.apple.Safari 0x0002ea95 0x1000 + 187029
    7 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    8 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x915e5a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    4 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x924c77d1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x001ad9ee 0x1000 + 1755630
    4 com.apple.Safari 0x00044c65 0x1000 + 277605
    5 com.apple.Safari 0x00044bb5 0x1000 + 277429
    6 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    7 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95e5e266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95e65a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x96a46e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96a47aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x935ff520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x9359bdfd -[NSThread main] + 45
    6 com.apple.Foundation 0x9359b9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    8 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95ead6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    2 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x924c77d1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x96fd486c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    5 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95e6544e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95e8fdcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x90d12b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    4 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x95e5e266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95e65a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x96a46e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96a47aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x9018d5f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x9018d480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    7 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95e5e2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95ed5539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x2b41efbf unregister_ShockwaveFlash + 46383
    4 ...lashPlayer-10.4-10.5.plugin 0x2b0125af 0x2aff9000 + 103855
    5 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    9 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x95e5e2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95ed5539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x2b41efbf unregister_ShockwaveFlash + 46383
    4 ...lashPlayer-10.4-10.5.plugin 0x2b0125af 0x2aff9000 + 103855
    5 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    9 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x95e5e2c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95e91b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x2b41ef87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin 0x2b1d501e 0x2aff9000 + 1949726
    5 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    9 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x95e5e2c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95e91b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x2b41ef87 unregister_ShockwaveFlash + 46327
    4 ...lashPlayer-10.4-10.5.plugin 0x2b30d6d5 0x2aff9000 + 3229397
    5 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    6 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    7 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    8 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    9 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x95e5e2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95ed5539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x2b41efbf unregister_ShockwaveFlash + 46383
    4 ...lashPlayer-10.4-10.5.plugin 0x2b174f1d 0x2aff9000 + 1556253
    5 ...lashPlayer-10.4-10.5.plugin 0x2b177488 0x2aff9000 + 1565832
    6 ...lashPlayer-10.4-10.5.plugin 0x2b177dd4 0x2aff9000 + 1568212
    7 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    8 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    9 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    10 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    11 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x95ea6b96 recvfrom$NOCANCEL$UNIX2003 + 10
    1 ...lashPlayer-10.4-10.5.plugin 0x2b4358cb unregister_ShockwaveFlash + 138811
    2 ...lashPlayer-10.4-10.5.plugin 0x2b434ae2 unregister_ShockwaveFlash + 135250
    3 ...lashPlayer-10.4-10.5.plugin 0x2b178964 0x2aff9000 + 1571172
    4 ...lashPlayer-10.4-10.5.plugin 0x2b41f0ac unregister_ShockwaveFlash + 46620
    5 ...lashPlayer-10.4-10.5.plugin 0x2b41f0f0 unregister_ShockwaveFlash + 46688
    6 ...lashPlayer-10.4-10.5.plugin 0x2b41f216 unregister_ShockwaveFlash + 46982
    7 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    8 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x95e5e2c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95e902af pthread_condwait + 1244
    2 libSystem.B.dylib 0x95e91b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x9019cbdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x9019e79a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x9019cf3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x9019cc43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x9018d480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x95e8f155 pthreadstart + 321
    9 libSystem.B.dylib 0x95e8f012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x2da81000 ebx: 0x2b292261 ecx: 0x2ff5e000 edx: 0x50269a41
    edi: 0x00000000 esi: 0x2b9fd198 ebp: 0xbfffe6c8 esp: 0xbfffe690
    ss: 0x0000001f efl: 0x00010206 eip: 0x2b2922c0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x50269a6d
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.3 (5533.19.4) <604052a6c5ff84f5df924969ac776080> /Applications/Safari.app/Contents/MacOS/Safari
    0x643000 - 0x64efff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x656000 - 0x680fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x691000 - 0x6a0ffc SyndicationUI ??? (???) <2cd698f2228f7a85b073c9c3fbc32cba> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x6cc000 - 0x6d1fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <d7aa79798607f865bd48718e2acd6e2b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1ade000 - 0x1adeffd +com.plaxo.ABPlugin ??? (1.0) <6c1a3da0efb4a0e40b29cf89649c66f2> /Library/InputManagers/PlaxoABAddIn/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABA ddIn
    0x21ea0000 - 0x22199ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x261df000 - 0x261e4ff3 libCGXCoreImage.A.dylib ??? (???) <4199fa0c7dd9592abf465b20feec52f9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x27827000 - 0x27829ffe com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x2782f000 - 0x27830ffd com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x27835000 - 0x278aaff7 com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x278f9000 - 0x278fbfff com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x2791a000 - 0x2791bff7 +com.sophos.cmplugin 7.2.0 (7.2.0) <9aba7ba0acd4cefed4771dd8de551cf1> /Library/Contextual Menu Items/Sophos Anti-Virus.plugin/Contents/MacOS/Sophos Anti-Virus
    0x27acf000 - 0x27ad0fff com.apple.JavaPluginCocoa 12.7.0 (12.7.0) <2910c87b17ddaa1a8a5efaf9d4c76b00> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x27ad6000 - 0x27adeffe com.apple.JavaVM 12.7.0 (12.7.0) <d9cf554378c7cafa431ea651c476fb80> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x2aff0000 - 0x2aff3ff2 +com.macromedia.Flash Player.plugin 10.1.102.64 (10.1.102.64) <0e4f768e4ff090b47387c86a3ec48c43> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x2aff9000 - 0x2b9bbff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64 (10.1.102.64) <ab20f8cbd0050fdf33413b314a53f915> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x2bc53000 - 0x2bc8efff com.apple.QuickTimeFireWireDV.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x2bca0000 - 0x2bca9fff com.apple.IOFWDVComponents 1.9.5 (1.9.5) <b9cc35de45fe000ec6862970887b989a> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x2bcb3000 - 0x2bce1ff7 com.apple.QuickTimeIIDCDigitizer 7.6.6 (1674) <9491bfbc1a9080ecc4165384f4224f2c> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x2bcec000 - 0x2bd3affe com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <dceb65eeab48361f6466fadf8aa4ad6f> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x2bd48000 - 0x2bd4bfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x2bd64000 - 0x2bd65ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x2bd72000 - 0x2bef7fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x2bf25000 - 0x2c28efe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x2c5c9000 - 0x2c5e5ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x2c6a3000 - 0x2c6a9fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x2f72b000 - 0x2f739feb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x2f73e000 - 0x2f750fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90004000 - 0x9000cfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90017000 - 0x90150ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x90151000 - 0x9016ffff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x90170000 - 0x901edfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x901ee000 - 0x90295feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90296000 - 0x90329ff3 com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9032a000 - 0x9036afef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9037f000 - 0x9038afe7 libCSync.A.dylib ??? (???) <06652e36188190ec04d294f49c68f28a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9038b000 - 0x90392fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90393000 - 0x9041aff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9041b000 - 0x9082bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9082c000 - 0x90833ff7 libCGATS.A.dylib ??? (???) <29154398dbefc2a1a97715e5af1e3552> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90834000 - 0x90840fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x90890000 - 0x90b6aff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90b6b000 - 0x90b80ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90b81000 - 0x90c3cfe3 com.apple.CoreServices.OSServices 228.1 (228.1) <76fdc146b4d9937f9c5cbaa1512e0023> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90c3d000 - 0x90c6afeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90c6b000 - 0x90c8ffeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x90c90000 - 0x90ceaff7 com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90ceb000 - 0x911bcfbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x911bd000 - 0x911e5ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x911e6000 - 0x911ebfff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x911ec000 - 0x911f3fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x91261000 - 0x9132cfef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9132d000 - 0x91367ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91368000 - 0x9136dfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9136e000 - 0x913bdfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x913be000 - 0x913c0ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x913c1000 - 0x913c4fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x913c5000 - 0x91407fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91408000 - 0x914f0ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x914f1000 - 0x9188efef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9188f000 - 0x918cdfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x918ce000 - 0x91919fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9191a000 - 0x91c22fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91c23000 - 0x92421fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92457000 - 0x92465ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x92466000 - 0x92466ff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92467000 - 0x924b5fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x924b6000 - 0x926aefff com.apple.JavaScriptCore 5533.19 (5533.19.1) <a099821bc9203b1bba37aee855280e28> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x926af000 - 0x927f7ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <acf821a3c418fdc86ef02b654366f5f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92822000 - 0x92827fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9298c000 - 0x929b5fff libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x929b6000 - 0x929fffef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92a00000 - 0x92a04fff libGIF.dylib ??? (???) <36f7b0255a81d97c7b360c3b11b4e462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92a05000 - 0x92a07ff5 libRadiance.dylib ??? (???) <276f13ab6429e05b093a8dda251e3b53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92a5a000 - 0x92c2bff3 com.apple.security 5.0.6 (37592) <0b25e1e4cc34431630f01edb3fdf54d1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92c2c000 - 0x92c62fef libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x92c63000 - 0x92ce0fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92ce1000 - 0x92ce1ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92ce2000 - 0x92d5cff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92d5d000 - 0x92d67feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92d68000 - 0x92d99ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92d9a000 - 0x92e24ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92e25000 - 0x92e57fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92e58000 - 0x92ee5ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92ee6000 - 0x92f3fff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f40000 - 0x92f50fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92f51000 - 0x92f57fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92f58000 - 0x930dcfef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x930dd000 - 0x93184fec com.apple.CFNetwork 438.16 (438.16) <dbf00ca36a09edfae60ec44f9d7a9ef9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93185000 - 0x93194ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x931da000 - 0x93240ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x93241000 - 0x933d0fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x933d1000 - 0x9342dff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9342e000 - 0x9351cfef com.apple.PubSub 1.0.5 (65.20) <5b1a742b759dd3bc4a6914805a7b314d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93591000 - 0x9380dfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9380e000 - 0x9380fffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x93810000 - 0x93917ff7 com.apple.WebKit 5533.19 (5533.19.4) <9299024ba5d2d796781e6d7312fae16a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93918000 - 0x93918ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93919000 - 0x93934ff3 libPng.dylib ??? (???) <c0791798fb92acc136c250a373449359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93935000 - 0x93cf3fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93cf4000 - 0x93da4fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93da5000 - 0x93de6fe7 libRIP.A.dylib ??? (???) <378694b494a02de1b0c812da572579d2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93de7000 - 0x93ec7fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x93ec8000 - 0x93f7affb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x93f7b000 - 0x93f8afff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x93f8b000 - 0x9406cff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x9406d000 - 0x9407afe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9407b000 - 0x94091fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94092000 - 0x940ccfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x940cd000 - 0x940ebff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x940ec000 - 0x9415efff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94257000 - 0x94260fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9429f000 - 0x9519efe6 com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9519f000 - 0x9519fffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x951a0000 - 0x9555cff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x955cb000 - 0x9565efff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9565f000 - 0x957b1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x957b2000 - 0x957b4fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x957b5000 - 0x957b5fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x957b6000 - 0x957c2ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95ad1000 - 0x95b22ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95b58000 - 0x95b70fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95b71000 - 0x95cf1fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95cf2000 - 0x95d16fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x95d17000 - 0x95e4ffe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95e50000 - 0x95e50ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95e5d000 - 0x95fc4ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x95fc5000 - 0x96665fef com.apple.CoreGraphics 1.409.7 (???) <7b65edcce394f39b6a1954d5e30bc34c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96666000 - 0x9666dffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x9666e000 - 0x966fbff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x966fc000 - 0x966fcffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x966fd000 - 0x966fdffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x966fe000 - 0x9672dfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9672e000 - 0x9672effd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9672f000 - 0x96733fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96734000 - 0x968f0ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x968f1000 - 0x96970ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96971000 - 0x969bcff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x969d4000 - 0x96b07fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96b08000 - 0x96c52feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96c53000 - 0x96c7efe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x96c7f000 - 0x97779fff com.apple.WebCore 5533.19 (5533.19.4) <9b91bb00c553ec746fdbe51abca306af> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9785d000 - 0x97924ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97925000 - 0x97942ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97943000 - 0x9797afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97a45000 - 0x97d70ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97d71000 - 0x97d71ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97d77000 - 0x97d87ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97d88000 - 0x97dc7fef libTIFF.dylib ??? (???) <a5991d757f0c17a9bb8b1bcb14ab9ec0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97dc8000 - 0x97de4ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97de5000 - 0x97e04ffa libJPEG.dylib ??? (???) <d23f3f3b9d168bf32f89449f83fa07f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x97e05000 - 0x97e11ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97e12000 - 0x97e6fffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    The problems may be caused by third party input managers/enhancers that have not yet been updated by their developers to comply with the standards used by Safari 4.1.and/or Safari 5.
    In your case these are:
    0x1ade000 - 0x1adeffd +com.plaxo.ABPlugin ??? (1.0) <6c1a3da0efb4a0e40b29cf89649c66f2> /Library/InputManagers/PlaxoABAddIn/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABA ddIn
    You fill find them in one or either of these folders:
    Home/Library/Input Managers
    Hard Disk/library/Input Managers
    Hard Disk/Library/Application Support
    although the exact location is indicated in your crash report as quoted above - look under 'Binary Images'.
    Close Safari and delete them, then restart Safari and it should be working normally. Alternatively drag them to the desktop and restart Safari. then add them back one at a time, restarting Safari every time, until you find the one (or more) causing the crash.
    Check with the developers of the plug-in/s in question for updates that are Safari 5 compliant.
    Also, you don't need this:
    0x2791a000 - 0x2791bff7 +com.sophos.cmplugin 7.2.0 (7.2.0) <9aba7ba0acd4cefed4771dd8de551cf1> /Library/Contextual Menu Items/Sophos Anti-Virus.plugin/Contents/MacOS/Sophos Anti-Virus

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • A problem with Threads and MMapi

    I am tring to execute a class based on Game canvas.
    The problem begin when I try to Play both a MIDI tone and to run an infinit Thread loop.
    The MIDI tone "Stammers".
    How to over come the problem?
    Thanks in advance
    Kobi
    See Code example below:
    import java.io.IOException;
    import java.io.InputStream;
    import javax.microedition.lcdui.Graphics;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.game.GameCanvas;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    public class MainScreenCanvas extends GameCanvas implements Runnable {
         private MainMIDlet parent;
         private boolean mTrucking = false;
         Image imgBackgound = null;
         int imgBackgoundX = 0, imgBackgoundY = 0;
         Player player;
         public MainScreenCanvas(MainMIDlet parent)
              super(true);
              this.parent = parent;
              try
                   imgBackgound = Image.createImage("/images/area03_bkg0.png");
                   imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
                   imgBackgoundY = this.getHeight() - imgBackgound.getHeight();
              catch(Exception e)
                   System.out.println(e.getMessage());
          * starts thread
         public void start()
              mTrucking = true;
              Thread t = new Thread(this);
              t.start();
          * stops thread
         public void stop()
              mTrucking = false;
         public void play()
              try
                   InputStream is = getClass().getResourceAsStream("/sounds/scale.mid");
                   player = Manager.createPlayer(is, "audio/midi");
                   player.setLoopCount(-1);
                   player.prefetch();
                   player.start();
              catch(Exception e)
                   System.out.println(e.getMessage());
         public void run()
              Graphics g = getGraphics();
              play();
              while (true)
                   tick();
                   input();
                   render(g);
          * responsible for object movements
         private void tick()
          * response to key input
         private void input()
              int keyStates = getKeyStates();
              if ((keyStates & LEFT_PRESSED) != 0)
                   imgBackgoundX++;
                   if (imgBackgoundX > 0)
                        imgBackgoundX = 0;
              if ((keyStates & RIGHT_PRESSED) != 0)
                   imgBackgoundX--;
                   if (imgBackgoundX < this.getWidth() - imgBackgound.getWidth())
                        imgBackgoundX = this.getWidth() - imgBackgound.getWidth();
          * Responsible for the drawing
          * @param g
         private void render(Graphics g)
              g.drawImage(imgBackgound, imgBackgoundX, imgBackgoundY, Graphics.TOP | Graphics.LEFT);
              this.flushGraphics();
    }

    You can also try to provide a greater Priority to your player thread so that it gains the CPU time when ever it needs it and don't harm the playback.
    However a loop in a Thread and that to an infinite loop is one kind of very bad programming, 'cuz the loop eats up most of your CPU time which in turn adds up more delays of the execution of other tasks (just as in your case it is the playback). By witting codes bit efficiently and planning out the architectural execution flow of the app before start writing the code helps solve these kind of issues.
    You can go through [this simple tutorial|http://oreilly.com/catalog/expjava/excerpt/index.html] about Basics of Java and Threads to know more about threads.
    Regds,
    SD
    N.B. And yes there are more articles and tutorials available but much of them targets the Java SE / EE, but if you want to read them here is [another great one straight from SUN|http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html] .
    Edited by: find_suvro@SDN on 7 Nov, 2008 12:00 PM

Maybe you are looking for

  • Consume Enterprise Services in Java Application

    Hey guys, I'm very new in this field, maybe you can help me how to start.... I want to call Enterprise Services (asynchronous, provided by SAP) from an external java application. Therefore I want to configure a integration scenario between two busine

  • Multiple XMP Metadata into Multiple PDF

    Hi, recently I've been trying to change the xmp metadata of multiple pdf, I already tried using Bridge and some other 3rd Party Programs but the issue is that all of those solutions just change the same information into multiple files, and what I wan

  • Enhanced Podcast question(s)

    I used SoundtrackPro to create an enhanced podcast. I shows up in iTunes as one long track (with chapters and graphics embedded) pretty much how I intended it show. However 1) I'm not sure how to access the url links that I embedded in it as well (I

  • More Cowbell - lining things up...

    Folks - I recently penned a song that actually does have a cowbell in it. I also programmed the drum tracks on a DR-770 and then dumped them into Logic. So far so good. Now when I hear JUST the drums and the cowbell together, something sounds just a

  • Time Intelligence current Week

    Hi I am new to performance point and I'm having difficulty to understand what it going on with the the time intelligence if I create  a date range and in the formulas I put the following day day-1 year week I get the following results day = [Date Pri