JBoss EAR wont deploy on some machines

Hi,
I am having problems deploying an EAR firl on my production machine.
The EAR works fine on my development machine but will not deply the EJB on the live machine.
I have checked the configs and installed versions of JBoss, JDK and servers but can not find differences (Same versions, etc)
The 'offending' class not found file (customer.xsd2ejb.customerModelEntryForm) is in both the WAR and -EJB.JAR of the EAR
Recompiling the sources on the production ,achine also doesnt help
Any ideas on what JBoss is looking for?
Chris
Here is the stacktrace from the JBoss console log
16:05:17,453 INFO [EJBDeployer] nested deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/tmp/deploy/tmp2834parner.ear-contents/parner-ejb
.jar-contents/jwsdp-shared/lib/xsdlib.jar
16:05:25,125 WARN [EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError: customer/xsd2ejb/customerModelEntryForm
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
at java.lang.Class.privateGetPublicMethods(Class.java:1770)
at java.lang.Class.privateGetPublicMethods(Class.java:1786)
at java.lang.Class.getMethods(Class.java:824)
at org.jboss.verifier.strategy.AbstractVerifier.hasEJBCreateMethod(AbstractVerifier.java:688)
at org.jboss.verifier.strategy.EJBVerifier20.verifyCMPEntityBean(EJBVerifier20.java:1903)
at org.jboss.verifier.strategy.EJBVerifier20.checkBmpOrCmp2Entity(EJBVerifier20.java:167)
at org.jboss.verifier.strategy.EJBVerifier20.checkEntity(EJBVerifier20.java:137)
at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:154)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:475)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
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 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
16:05:25,125 ERROR [MainDeployer] could not create deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/tmp/deploy/tmp2834parner.ear-content
s/parner-ejb.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
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 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
16:05:25,171 ERROR [MainDeployer] could not create deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
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 org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
16:05:25,218 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
Incompletely deployed packages:
[org.jboss.deployment.DeploymentInfo@3cec5de { url=file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear }
deployer: org.jboss.deployment.EARDeployer@11d2572
status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
state: FAILED
watch: file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear
lastDeployed: 1085061924375
lastModified: 1085061914859
mbeans:
]MBeans waiting for classes:
MBeans waiting for other MBeans:

Aha,
Silly me, Seems the real class being looked for is in an included library. THis lib was visible on the development lib path, but not on the production lib path.
Pity the classloader doesnt point to the real class it is looking for.
I guess I should have realised, struts is expert at catching and rethrowing exceptions to hide the real point of error. Really makes debugging a pain. Shouldnt there be a pattern around this, so the developer always gets something meaningful??

Similar Messages

  • Force run apps don't deploy on some machines causing zen icons toflash at intervals

    I'm having a problem lately, with new apps that I'm creating (for
    example Acrobat Reader 9.4) not deploying on some machines. I have them
    set to force run, user associated. They appear in application explorer,
    and if I manually launch them, they will install just fine. I have
    conditions for availability based on version, so if the app has been
    installed, it will no longer show in application explorer.
    I had this happen a few months ago, and I thought it was one particular
    app I had just sent out, so I just manually ran it on the affected
    workstations, but now I'm seeing the same workstations having the issue.
    The workstations are running the last released ZDM 7 agent, and the
    Servers are Netware 6.5 SP8 patched up to the last released Zen 7
    version. (I removed the existing agent and reinstalled the latest agent
    HP4, msi dated 5/14/2010)
    I've deleted nalcache, and that had no effect. Naldiag shows the apps
    are there and passed the tests, but I think that there is actually a
    problem with another app that had been previously created that is
    preventing these from working.
    I'm just looking for some areas to check to figure this out. I'm not
    seeing any errors, it just doesn't launch the force run apps. The vast
    majority of the machines run them absolutely fine.
    -------------- Update ---------------
    I was waiting to post this to check one more thing, and I had to reboot
    the machine. The user had gone home for the day so I logged in as a
    different user and now the apps are deploying, so this appears to be
    something perhaps in the registry for that user? I was afraid this
    would happen.. I'll have to find another broken machine to do further
    testing on.
    Any ideas how to track this down? The apps that were "stuck" are new
    applications, they aren't modified old applications where I would be
    worried about the guid being changed or anything weird.
    I'm guessing the moment I create another force run app to update
    something that I am going to see the exact same problem recur.

    On 11/4/2010 9:12 AM, Anders Gustafsson wrote:
    > Patrick Farrell,
    >> Thanks, it's very annoying as it prevents a lot of updates going out.
    >> The vast majority of machines work just fine. I just can't figure out
    >> why something set to force run would not, however you can install the
    >> app by double clicking it in app explorer just fine, at which point the
    >> refresh every 30 seconds goes away. It's hard to even look at naldiag
    >> because the list starts to refresh not long after it displays.
    >
    > Shaun said:
    > logs, and take things away until it works, then add things back until
    > it breaks...
    >
    There's nothing of interest in the logs that I can find. As for taking
    things away, I thought about that as well, however when I set up a brand
    new machine and install zen, all of the applications force run just fine
    and install... Very odd. What makes the workstations stop blinking is
    for me to remove the force run on the new apps, or manually run them.
    I guess I could take away force run on all the other stuff that's
    already installed, that would be rather strange for one of those to be
    the culprit.

  • What is the best practice for AppleScript deployment on several machines?

    Hi,
    I am developing some AppleScripts for my colleagues at work and I don't want to visit each of them to deploy my AppleScript on their Macs.
    So, what is the best practice for AppleScript deployment on several machines?
    Is there an installer created by the Automator available?
    I would like to have something like an App to run which puts all my AppleScript relevant files into the right place onto a destination Mac.
    Thanks in advance.
    Regards,

    There's really no 'right place' to put applescripts.  folder action scripts nees to go in ~/Library/Scripts/Folder Action Scripts (or /Library/Scripts/Folder Action Scripts), anything you want to appear in the script menu needs to go in ~/Library/Scripts (or /Library/Scripts), script applications should probably go in the Applications folder, but otherwise scripts can be placed anywhere.  conventional places to put them are in ~/Library/Scripts or in a subfolder of ~/Library/Application Support if they are run by an application.  The more important issue is to make sure you generalize the scripts: use the path to command to get local paths rather than hard-coding them in, make sure you test to make sure applications or unic executables you call are present ont he machine, use script bundles rather tna scripts if you scripts have private resources.
    You can write a quick installer script if you want to make sure scripts go where you want them.  Skeleton verion looks like this:
    set scriptsFolder to path to scripts folder from user domain
    set scriptsToExport to path to resource "xxx.scpt" in directory "yyy"
    tell application "Finder"
      duplicate scriptsToExport to scriptsFolder with replacing
    end tell
    say "Scripts are installed"
    save this as a script application, then open the application pacckage and create a folder called "yyy" in the resources folder and copy your script "xxx.scpt" into it.  other people can run the app to install the script.

  • Excel spreadsheet being opened in preview mode by some machines

    I would really appreciate it if someone could help with a problem that is confusing me.
    I am developing an Excel spreadsheet containing a number of macros that are actioned mainly through the use of an ADD-INS customised menu.
    The spreadsheet has been deployed across about twenty systems running a mixture of mainly windows 7 64 bit machines with Office 2010 or 2013 installed.
    For several weeks each spreadsheet has been updated periodically as new functionality has been added. This has not been a problem until now.
    Some, but not all, when they try and open the new version of the spreadsheet get an error 'Application-defined or object-defined error' a number of machines experienced this same problem all at the same time, but not all.
    I have ruled out it being an Office version number problem because in both 2010 and 2013, some work some don't.
    I can reproduce the exact same problem on the machines that don't have the problem by opening the spreadsheet in preview mode.
    I can find nothing that is forcing the problem machines to open the spreadsheet in preview mode and the difference between the previous version of the spreadsheet and the latest version are relatively minor, but the previous version works and the latest version
    causes some machines to throw an error.
    The section of code that is being highlighted is checking the sheet protection, I have isolated the code and inserted it into a test excel file and it works fine on the machines that are experiencing the problem, so it doesn't seem to be a coding problem.
    I feel that I have effectively ruled out any problem with the code itself and so instead concentrated on it being a "preview" mode problem.
    I found that if I opened the new version up on the problem machine and applied a self digital certificate to the VBA code and saved it locally then I could get the problem machine to open the new version without an error.
    I can't see any need for doing this though, there is no digital certificate on the original spreadsheet and when I isolated the highlighted code I was able to create a spreadsheet on the same development machine and send it over to a 'problem' machine and that
    spreadsheet opened and ran just fine.
    I am therefore now very confused. This latest version of the spreadsheet is being opened by let's say 50% of the machines in what appears to be preview mode. The machines are all part of the same network and I have checked that they all have the latest Windows
    updates applied and all have the same Excel options settings.  
    I have checked the security levels and all the machines seem to be set up the same.
    I have doubled checked and there is no digital certificate on the original spreadsheet.
    I need it to work the way it did before, i.e. each computer receives a new version and can open it without any messing around.
    The new version is copied from a networked folder so I have been able to rule out any Outlook security messages to do with email attachments.
    Can anyone shed any light as to what could be going on? 
    Why are some machines opening this particular spreadsheet up differently to every other spreadsheet?
    As it suddenly happened across multiple machines at the same time I was looking at possible Windows updates causing the problem but I have applied all the window updates to two machines and one works and the other doesn't.
    I'm running out of ideas.

    Hi Jeffrey
    >> Excel spreadsheet being opened in preview mode by some machines
    >>>Is it caused by the custom code, could you reproduce this issue without the custom code?
    I can't seem to isolate the code to cause the problem, when I isolate the code it works.
    >> New version of the spreadsheet get an error 'Application-defined or object-defined error' a number of machines experienced this same problem all at the same time
    I>>>’m not sure whether it was caused by Microsoft Security Bulletin MS14-082.
    >>>Here is a KB for your reference: KB3025036
    I have had this problem but managed to resolve that by deleting the .exd files.
    >> However it is still a problem for the first machine that experienced the problem, even though the Windows Updates are wholly up to date.
    >>>Currently, I’m not able to identify the root cause of this issue, but if this issue could only be reproduced on a specific machine, I will suspect this issue is related to a specific environment. If this is an urgent issue, I will recommend you
    creating a support incident so that the engineers could work closely with you to troubleshoot this issue in a deep level, if the support engineer determines that the issue is the result of a bug the service request will be a no-charge case and you won't be
    charged.
    I have now installed the same spreadsheet on 20 machines.  
    15 - installed without any problem,
    3 - experienced the problem but then mysteriously worked a few days later without me doing anything other than trying again.
    1 - worked only after I digitally certified the VBA on the local machine,
    1  - I can't get it to work at all no matter what I do. (Edit the VBA locally, digitally certify the code etc)
    I have another 4 machines that need to be done.
    For the 1 that I can not get to work at all I have checked that all the windows Updates have been applied. It is a relatively new desktop PC running Windows 7 64 bit and Office 2013.
    Does any of that suggest a possible cause? To me it almost suggest a windows update is resolving the problem but if it is it is proving difficult to pin down as to which one.
    Martin

  • How to find in SCCM 2012, Which(sccm admin) deployed Application on machines.

    Hi,
    Looking log files, to find who(sccm 2012 admin) deployed applications on machines.
    Deployment has been deleted from console, However in database it is shwoing number of machines having with particular application.
    Some sccm 2012 admin deployed application on machines by mistake, how to check from server or client logs, who(sccm admin) deployed application on machines.
    Please let me, if anyone know about this.

    Likely would want to run the "Deployments Created, Modified, or Deleted" status message query ":-)
    Wally Mead
    Wally is right but watch out for these status message, I have not check in CM12 yet but in CM07 just open and click "ok" to close the package/ advert/ etc. would create a status message saying it was modified.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Why can only some machines see netboot images at the startup screen?

    I have a 10.6.6 server running as a netboot server. I have about 10 images running on the server that consist of a 10.6.6 and 10.5.8 triage partition and a 10.6.6 and 10.5.8 restore image. Now what I have noticed is that newer machines after starting up and holding down the option key will see all the available images.But on some older intel machines nothing will show up after holding the option key down accept the internal drive itself, But if you hold down the N key it WILL boot to the default image.
    I have made sure and checked that the ethernet port was working on the older machines. I also made sure that I can see the images from the startup control panel. All machines can see the netboot images from the startup control panel, but older intel versions cant. However I was able to sometimes get the old white and black macbooks to see the images but others not.
    Any suggestions as to why some machines will see the images at the startup screen after holding the option key and why some wont?

    That, most likely, means that you have a fairly large number of images and/or they have very long names.
    The number of images that can be displayed is limited by the size of the data packet which contains the NetBoot volume information. Two techniques we use to keep this in check are 1) aggressive purging of outdated images, and 2) use of shorter display names (the one seen in Startup Disk, not the one in the NetBootSP0 folder).

  • JFileChooser (again!) slow in JRE 1.6.14 on some machines, not others

    I am running ImageJ (from the NIH) on several of our machines and on some machines JFileChooser is lightning fast, while others exhibit the same slowness spoken of in another JFileChooser thread that is now in a locked state. We open large image files (tif, png) located on our SAN and from the network traffic I see in Windows Task Manager while opening a folder containing the images I would guess that JFileChooser is actually opening the files (intentionally or not), not just obtaining a folder listing. It's similar to the same issue of opening a large folder of images with the view set to thumbnails - it takes about the same amount of time. I have tried the suggestions in that thread to no avail - the environment the machines are running is:
    Windows XP SP3
    Java JRE 1.6.0_14
    Can anyone comment on what JFileChooser is doing and how I can get it to stop this? Is it a Windows environment setting so that the native API calls made by JFileChooser will behave differently? Thoughts?
    Thanks,
    Tom

    I can't be absolutely sure, but we have several seemingly identical machines used for the purpose of reading medical images and several of them appear to work correctly (very fast loading and population of the folder's contents) and others don't. I have been using eclipse to enhance the software tool we're using (ImageJ) and using the debugger I can see that when the JFileChooser object is being instantiated and populated with entries a tremendous amount of network traffic occurs. This network traffic is equivalent to the amount I see when the same folder is opened in My Computer using a thumbnails view of the folder contents. Apparently, the network is delivering approximately 300-400 MB of images. As far as configuration of the Windows machines is concerned I haven't found a significant difference yet, though I admit I am not a Windows desktop admin and may not know of some configuration item that could be responsible. I assume (though could be mistaken) that both My Computer and JFileChooser are ultimately using similar API calls to get the folder content entries?

  • Exported pdfs - Linked file not dispalying correctly on some machines

    Hi,
    I'm creating several PDFs in InDesign CS5.5. I'm creating links to different files in InDesign using buttons. The pdf links work correctly on all machines and open the file theyre supposed to. I run into a problem on some machines though. The first page of the newly opened pdf opens completely gray... nothing displayed. If you hit page down and then page up, page two displays fine, and page one then appears fine from that point on. On some machines it's a little slow to display, and goes from gray to displaying the page in about one second.
    Does anyone know why this would be happening, and how to fix it?
    They are created on a mac, and the problem is present on some macs, but not others, and seems fine on PC. It's also worth pointing out that it isn't the speed/power of the machine, because the older less powerful machines have no problems with it.

    How are these files being viewed?
    Bob

  • DaRT with Windows 8.1 not working on some machines

    Problem: x64 bit DaRT8/801/8.1 not recognizing the OS and utlities are greyed out/unavailable on some machines.
    System: Windows 8.1 x64
    Steps taken:
    Tried different DaRT toolset versions, set BIOS SATA operation to different modes, tried both UEFI and Legacy mode secure boot mode off/on, created the DaRT image with Windows 8 installation media and Windows 8.1, tested the DaRT boot iso on Virtual Machines
    and it worked, all the utilities available.
    Eventually gave up and booted into MiniXP from Hirens boot CD and reset the local account password with NTpass tool.
    Why would DaRT work on some machines and not on others?

    How was the SATA configured originally? If it was configured for RAID/AHCI and the DaRT disk does not have the RAID/AHCI driver the operating system may not be detectable, even if the mode is changed in the firmware.
    Brandon
    MDOP on the Springboard Series on TechNet

  • [Bug] Blank page on some machines after upgrade to 4.2.2

    Hi all,
    I'm getting a totally blank page when opening the standard page http://server:port/apex on some machines.
    It looks like a redirect is missing on machines that show empty page.
    Setup:
    Oracle GlassFish Server Open Source Edition 3.1.2.2
    APEX Listener 2.0.0
    APEX 4.2.2
    Using Chrome to debug what's going on I have following results:
    Working machine:
    Step | Path | Method | Status
    1. | apex | GET | 301 Moved Permanently
    2. | apex/ | GET | 302 Moved Temporarily
    3. | apex/f?p=4550:1:8468626825484 | GET | 200 OK
    Non-Working Machine:
    Step | Path | Method | Status
    1. | apex | GET | 301 Moved Permanently
    2. | apex/ | GET | 200 OK
    Even the Content-Length of the response is 0.
    Next test was to directly go to the application builder logon by using http://server:port/apex/f?p=4050.
    Working machine opens the page fine, but non-working displays error "ORA-06502: PL/SQL: numeric or value error".
    Another difference I noticed is that for working machine I see the cookie for username and workspace being used, this does not show up on the non-working machine.
    Edit:
    I checked out an idea that this is really related to cookies.
    Deleted the cookie to remember workspace and user on the working machine and easily turned it into a non-working machine...
    Does anybody have a clue what's going on?
    Regards,
    Moritz
    Edited by: commi235 on 29.04.2013 18:06

    Hi Christian,
    I did not see any errors in the APEX Listener logs.
    Then I tried removing the complete APEX environment from the database and freshly install 4.2.2, this did not change anything. :-(
    However as I had to somehow restore operations we did a restore to just before the installation of APEX patch 4.2.2
    Meaning we reverted everything on the database back to 4.2.1 leaving Glassfish and APEX Listener in place, this works without any flaws.
    Afterwards I upgraded the APEX Listener to 2.0.1 and it is still working fine.
    Unfortunately there was no time to really dig into the issue but I strongly suspect something is wrong with 4.2.2 as same issue came up even with fresh install.
    When I have some spare time next test will be to set up a new environment from scratch in a virtual machine and do some testing there.
    Regards,
    Moritz

  • Errors with USMT 4 Loadstate on some machines. Win 7 OSD

    In my test lab my Win 7 OSD is working fine restoring user data with USMT hardlinking. As I started to test it on real machines in our test lab with real user profiles and data I started to see failures on some machines on the USMT data restore step. Below
    is a section from my LoadState.log file that stood out to me with fatal "out of memory exception" errors.
     Has anyone run into this issue before with USMT 4 ? Again in my test lab I see it restoring my profile fine but on machines with more profiles I have this problem.
    If the
    above Image is too small please click here for Skydrive image
    Command line used for loadstate as generated from SCCM read at the top of this logfile:
    Command line: C:\_SMSTaskSequence\Packages\AGR00009\x86\loadstate.exe C:\userState /ue:USPHXAWDMJ7298H\* /v:5 /c /hardlink /nocompress /l:C:\Windows\CCM\Logs\SMSTSLog\loadstate.log /progress:C:\Windows\CCM\Logs\SMSTSLog\loadstateprogress.log /i:C:\_SMSTaskSequence\Packages\AGR00009\x86\AGMigUser.xml
    /i:C:\_SMSTaskSequence\Packages\AGR00009\x86\MigApp.xml /config:C:\_SMSTaskSequence\Packages\AGR00009\x86\Apollo.xml /ue:Administrator /ue:AdminSupport /ue:AAdmin

    Hi,
    If you receive an error message that resembles the following:
    Error [0x000000] Unhandled exception: OutOfMemoryException: (no exception message provided) class UnBCL::String *__stdcall Mig::pGetDateAndTime(void)[gle=0x00000091]
    <var><Date><Time></var>,
    Error [0x000000] Unhandled exception, abnormal termination[gle=0x00000091]
    This issue occurs because of an error in the code for the progress log in USMT 4.0.
    This hotfix will fix the issue.
    http://support.microsoft.com/kb/2023591
    Error                 [0x0802f5] CMediaManager::Close: m_pSelectedTransport->Close(1) failed
    with Exception Win32Exception: Device was open with readonly access.: Acceso denegado. [0x00000005] void __thiscall Mig::CMediaManager::CloseTransport(int)
    void __thiscall Mig::CUNCTransport::Close(int).[gle=0x00000006]
    Have you joined to the domain yet?  You need to be joined to the domain before loadstate runs so that it can map the SID to the username.  I believe this is your problem just move
    the domain join before your restore step.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • UnsatisfiedLinkError procedure could not be found (on some machines)

    I am getting an unsatisfied link error: could not find the procedure.
    But only on some machines, I have gotten it to work on more than one machine, but it will not work on a few other machines. 3 it has worked on, 3 it has not.
    All machines are using:
    -Tomcat 6.0.14
    -JRE 1.6.0_04 i586
    -JRI (Java to R connector http://www.rforge.net/JRI/)
    -R 2.5.1 (http://www.r-project.org/)
    -XP Pro or XP tablet ed
    -Most are 32 bit centrino duo CPUs, one is a 64 bit core 2 duo
    All machines have "./R/R<version>/bin" and "./JRI" included in the system path so that JRI and R native libraries are available for use from JNI.
    I have traced the dependencies for JRI.dll from one machine that it works on and one that it does not work on. Sorry it is so long.
    This is from a working machine:
    *****************************| System Information |*****************************
    Dependency Walker:       2.2.6000 (32-bit)
    Operating System:        Microsoft Windows XP Tablet (32-bit)
    OS Version:              5.01.2600 Service Pack 2
    Processor:               x86 Family 6 Model 14 Stepping 8, GenuineIntel, ~1829MHz
    Number of Processors:    2, Mask: 0x00000003
    Computer Name:           SROLSON77306
    User Name:               SROlson7730
    Local Date:              2008-01-26
    Local Time:              1:30 PM Central Standard Time (GMT-06:00)
    OS Language:             0x0409: English (United States)
    Memory Load:             79%
    Physical Memory Total:   1,071,624,192 (1022 MB)
    Physical Memory Used:    847,400,960
    Physical Memory Free:    224,223,232
    Page File Memory Total:  2,015,342,592
    Page File Memory Used:   1,021,972,480
    Page File Memory Free:   993,370,112
    Virtual Memory Total:    2,147,352,576
    Virtual Memory Used:     86,192,128
    Virtual Memory Free:     2,061,160,448
    Page Size:               0x00001000 (4,096)
    Allocation Granularity:  0x00010000 (65,536)
    Min. App. Address:       0x00010000 (65,536)
    Max. App. Address:       0x7FFEFFFF (2,147,418,111)
    ********************************| Search Order |********************************
    * Legend: F  File                     E  Error (path not valid)                *
    Side-by-Side components (Windows 2000/XP/2003/Vista/+)
       [F ] c:\windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.2600.2180_x-ww_522f9f82\GDIPLUS.DLL
    The system's "KnownDLLs" list
       [F ] c:\windows\system32\ADVAPI32.DLL
       [F ] c:\windows\system32\APPHELP.DLL
       [F ] c:\windows\system32\COMCTL32.DLL
       [F ] c:\windows\system32\COMDLG32.DLL
       [F ] c:\windows\system32\CRYPT32.DLL
       [F ] c:\windows\system32\CRYPTUI.DLL
       [F ] c:\windows\system32\GDI32.DLL
       [F ] c:\windows\system32\IERTUTIL.DLL
       [F ] c:\windows\system32\IMAGEHLP.DLL
       [F ] c:\windows\system32\KERNEL32.DLL
       [F ] c:\windows\system32\LZ32.DLL
       [F ] c:\windows\system32\MPR.DLL
       [F ] c:\windows\system32\MSASN1.DLL
       [F ] c:\windows\system32\MSVCRT.DLL
       [F ] c:\windows\system32\NETAPI32.DLL
       [F ] c:\windows\system32\NORMALIZ.DLL
       [F ] c:\windows\system32\NTDLL.DLL
       [F ] c:\windows\system32\OLE32.DLL
       [F ] c:\windows\system32\OLEAUT32.DLL
       [F ] c:\windows\system32\OLECLI32.DLL
       [F ] c:\windows\system32\OLECNV32.DLL
       [F ] c:\windows\system32\OLESVR32.DLL
       [F ] c:\windows\system32\OLETHK32.DLL
       [F ] c:\windows\system32\RPCRT4.DLL
       [F ] c:\windows\system32\SHDOCVW.DLL
       [F ] c:\windows\system32\SHELL32.DLL
       [F ] c:\windows\system32\SHLWAPI.DLL
       [F ] c:\windows\system32\URL.DLL
       [F ] c:\windows\system32\URLMON.DLL
       [F ] c:\windows\system32\USER32.DLL
       [F ] c:\windows\system32\USERENV.DLL
       [F ] c:\windows\system32\VERSION.DLL
       [F ] c:\windows\system32\WININET.DLL
       [F ] c:\windows\system32\WINTRUST.DLL
       [F ] c:\windows\system32\WLDAP32.DLL
       [F ] c:\windows\system32\WOW32.DLL
    The application directory
       [  ] D:\R\rJava\jri\
    The 32-bit system directory
       [  ] C:\WINDOWS\system32\
    The 16-bit system directory (Windows NT/2000/XP/2003/Vista/+)
       [  ] C:\WINDOWS\system\
    The system's root OS directory
       [  ] C:\WINDOWS\
    The application's registered "App Paths" directories
    The system's "PATH" environment variable directories
       [  ] C:\WINDOWS\system32\
       [  ] C:\WINDOWS\
       [  ] C:\WINDOWS\system32\wbem\
       [  ] D:\dmd\bin\
       [  ] D:\dm\bin\
       [  ] D:\dsss\bin\
       [  ] D:\Program Files\maven-2.0.7\bin\
       [  ] D:\R\rJava\jri\
       [  ] D:\R\R-2.5.1\bin\
       [  ] C:\Program Files\PHP\
       [  ] C:\WINDOWS\system32\
       [  ] C:\WINDOWS\
       [  ] C:\WINDOWS\System32\Wbem\
       [  ] C:\Program Files\ATI Technologies\ATI.ACE\
       [  ] C:\Program Files\Microsoft SQL Server\90\Tools\binn\
       [  ] C:\Program Files\Common Files\Teleca Shared\
       [  ] C:\Program Files\QuickTime\QTSystem\
       [  ] C:\Program Files\QuickTime\QTSystem\
       [  ] D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\
    ***************************| Module Dependency Tree |***************************
    * Legend: F  Forwarded Module   ?  Missing Module        6  64-bit Module      *
    *         D  Delay Load Module  !  Invalid Module                              *
    *         *  Dynamic Module     E  Import/Export Mismatch or Load Failure      *
    *                               ^  Duplicate Module                            *
    [   ] JRI.DLL
         [   ] R.DLL
              [   ] RBLAS.DLL
                   [ ^ ] KERNEL32.DLL
                   [ ^ ] MSVCRT.DLL
                   [ ^ ] R.DLL
              [ ^ ] ADVAPI32.DLL
              [   ] COMCTL32.DLL
                   [ ^ ] ADVAPI32.DLL
                   [ ^ ] GDI32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] USER32.DLL
              [   ] COMDLG32.DLL
                   [ ^ ] SHLWAPI.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] USER32.DLL
                   [ ^ ] GDI32.DLL
                   [ ^ ] ADVAPI32.DLL
                   [ ^ ] COMCTL32.DLL
                   [ ^ ] SHELL32.DLL
                   [ ^ ] NTDLL.DLL
                   [D^ ] OLE32.DLL
                   [D^ ] VERSION.DLL
                   [D  ] IMM32.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] ADVAPI32.DLL
                   [D^ ] MPR.DLL
                   [D^ ] WINSPOOL.DRV
                   [D  ] UXTHEME.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] ADVAPI32.DLL
              [   ] GDI32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] USER32.DLL
              [ ^ ] KERNEL32.DLL
                   [F^ ] NTDLL.DLL
              [ ^ ] MSVCRT.DLL
              [ ^ ] MSVCRT.DLL
              [   ] SHELL32.DLL
                   [ ^ ] ADVAPI32.DLL
                   [ ^ ] GDI32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] MSVCRT.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] RPCRT4.DLL
                   [ ^ ] SHLWAPI.DLL
                   [ ^ ] USER32.DLL
                   [D^ ] WINMM.DLL
                   [D^ ] MSI.DLL
                   [D  ] DEVMGR.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] OLE32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] SETUPAPI.DLL
                        [ ^ ] VERSION.DLL
                        [ ^ ] SHELL32.DLL
                        [ ^ ] SHLWAPI.DLL
                        [   ] WMI.DLL
                             [F^ ] ADVAPI32.DLL
                        [ ^ ] MPR.DLL
                        [D^ ] APPHELP.DLL
                   [D^ ] URLMON.DLL
                   [D^ ] WININET.DLL
                   [D^ ] SECUR32.DLL
                   [D^ ] WINSPOOL.DRV
                   [D^ ] USERENV.DLL
                   [D^ ] OLE32.DLL
                   [D^ ] OLEAUT32.DLL
                   [D  ] OLEACC.DLL
                        [ ^ ] MSVCRT.DLL
                        [   ] MSVCP60.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] OLE32.DLL
                        [ ^ ] OLEAUT32.DLL
                        [ ^ ] RPCRT4.DLL
                   [D^ ] VERSION.DLL
                   [D^ ] MPR.DLL
                   [D^ ] NETAPI32.DLL
                   [D  ] CSCDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [D^ ] MPR.DLL
                        [D^ ] NTLANMAN.DLL
                   [D^ ] UXTHEME.DLL
                   [D^ ] CREDUI.DLL
                   [D^ ] RASAPI32.DLL
                   [D  ] MSGINA.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] NETAPI32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] USERENV.DLL
                        [ ^ ] SHELL32.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] COMCTL32.DLL
                        [ ^ ] WINSTA.DLL
                        [ ^ ] RPCRT4.DLL
                        [   ] ODBC32.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] COMCTL32.DLL
                             [ ^ ] SHELL32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] COMDLG32.DLL
                        [D^ ] SECUR32.DLL
                        [D^ ] MSIMG32.DLL
                        [D^ ] CRYPT32.DLL
                        [D  ] SHSVCS.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] NTDLL.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] SHLWAPI.DLL
                             [D^ ] WINSTA.DLL
                             [D^ ] UXTHEME.DLL
                             [D^ ] OLE32.DLL
                             [D^ ] SETUPAPI.DLL
                             [D^ ] COMCTL32.DLL
                             [D^ ] NETAPI32.DLL
                             [D^ ] USERENV.DLL
                        [D^ ] SETUPAPI.DLL
                        [D^ ] RASAPI32.DLL
                        [D^ ] RASDLG.DLL
                   [D^ ] POWRPROF.DLL
                   [D  ] SHDOCVW.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] CRYPT32.DLL
                        [ ^ ] CRYPTUI.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] USER32.DLL
                        [D^ ] OLE32.DLL
                        [D^ ] SHELL32.DLL
                        [D^ ] BROWSEUI.DLL
                        [D^ ] OLEAUT32.DLL
                        [D^ ] WININET.DLL
                        [D^ ] URLMON.DLL
                        [D  ] MSRATING.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] OLE32.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] WS2_32.DLL
                             [ ^ ] SHELL32.DLL
                             [ ^ ] IERTUTIL.DLL
                             [D^ ] GDI32.DLL
                             [D^ ] CRYPT32.DLL
                             [D^ ] SHLWAPI.DLL
                        [D  ] MSHTML.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] NTDLL.DLL
                             [ ^ ] GDI32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] OLE32.DLL
                             [ ^ ] IERTUTIL.DLL
                             [ ^ ] SHLWAPI.DLL
                             [   ] MSLS31.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                             [ ^ ] PSAPI.DLL
                             [ ^ ] VERSION.DLL
                             [D^ ] GDIPLUS.DLL
                             [D  ] IEFRAME.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] NTDLL.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] PSAPI.DLL
                                  [ ^ ] SHELL32.DLL
                                  [ ^ ] UXTHEME.DLL
                                  [ ^ ] IERTUTIL.DLL
                                  [D^ ] MSIMG32.DLL
                                  [D^ ] VERSION.DLL
                                  [D^ ] WINMM.DLL
                                  [D^ ] MPR.DLL
                                  [D^ ] URLMON.DLL
                                       [FE ] SHLWAPI.DLL
                                  [D^ ] OLE32.DLL
                                  [D^ ] OLEACC.DLL
                                  [D^ ] APPHELP.DLL
                                  [D^ ] MLANG.DLL
                                  [D^ ] CRYPT32.DLL
                                  [D^ ] CRYPTUI.DLL
                                  [D^ ] WINTRUST.DLL
                                  [D^ ] OLEAUT32.DLL
                                  [D^ ] IMM32.DLL
                                  [D^ ] MSI.DLL
                                  [D^ ] USERENV.DLL
                                  [D^ ] WININET.DLL
                                  [D^ ] MSHTML.DLL
                                  [D^ ] INETCOMM.DLL
                                  [D^ ] MSRATING.DLL
                                  [D^ ] GDIPLUS.DLL
                                  [D? ] DWMAPI.DLL
                                  [D  ] IEUI.DLL
                                       [ ^ ] MSVCRT.DLL
                                       [ ^ ] NTDLL.DLL
                                       [ ^ ] KERNEL32.DLL
                                            [F^ ] NTDLL.DLL
                                       [ ^ ] USER32.DLL
                                       [ ^ ] GDI32.DLL
                                       [ ^ ] ADVAPI32.DLL
                                       [ ^ ] MSIMG32.DLL
                                       [D^ ] GDIPLUS.DLL
                                  [D^ ] RASAPI32.DLL
                             [D^ ] URLMON.DLL
                             [D^ ] COMCTL32.DLL
                             [D^ ] COMDLG32.DLL
                             [D  ] HLINK.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] OLE32.DLL
                                  [ ^ ] SHELL32.DLL
                             [D  ] IMGUTIL.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] OLE32.DLL
                             [D^ ] MPR.DLL
                             [D^ ] MSRATING.DLL
                             [D^ ] OLEAUT32.DLL
                             [D^ ] SHELL32.DLL
                             [D^ ] UXTHEME.DLL
                             [D  ] USP10.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] ADVAPI32.DLL
                             [D^ ] WININET.DLL
                        [D^ ] MLANG.DLL
                        [D  ] INETCOMM.DLL
                             [   ] MSOERT2.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] OLE32.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] SHLWAPI.DLL
                                  [ ^ ] OLEAUT32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] OLE32.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] GDI32.DLL
                             [ ^ ] SHELL32.DLL
                             [ ^ ] SHLWAPI.DLL
                             [ ^ ] OLEAUT32.DLL
                        [D  ] ADVPACK.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] USER32.DLL
                             [ ^ ] GDI32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] OLE32.DLL
                             [ ^ ] VERSION.DLL
                             [ ^ ] SETUPAPI.DLL
                             [ ^ ] SHLWAPI.DLL
                   [D  ] BROWSEUI.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] OLE32.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] USER32.DLL
                        [D^ ] SHDOCVW.DLL
                        [D^ ] OLEAUT32.DLL
                        [D^ ] MPR.DLL
                        [D^ ] SHELL32.DLL
                        [D^ ] WININET.DLL
                        [D^ ] UXTHEME.DLL
                        [D^ ] URLMON.DLL
                        [D^ ] IMM32.DLL
                   [D  ] EFSADU.DLL
                        [   ] MFC42U.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] GDI32.DLL
                             [ ^ ] USER32.DLL
                             [D  ] OLEPRO32.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] OLE32.DLL
                                  [ ^ ] OLEAUT32.DLL
                             [D^ ] ADVAPI32.DLL
                             [D^ ] OLE32.DLL
                             [D^ ] OLEAUT32.DLL
                             [D^ ] COMCTL32.DLL
                             [D^ ] SHELL32.DLL
                             [D^ ] COMDLG32.DLL
                             [D^ ] WINSPOOL.DRV
                             [D^ ] WININET.DLL
                             [D  ] WSOCK32.DLL
                                  [ ^ ] WS2_32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [F^ ] WS2_32.DLL
                             [D  ] OLEDLG.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] KERNEL32.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] GDI32.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] OLE32.DLL
                                  [ ^ ] NTDLL.DLL
                             [D^ ] URLMON.DLL
                             [D^ ] ODBC32.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] CRYPTUI.DLL
                        [ ^ ] CRYPT32.DLL
                   [D  ] LINKINFO.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] USER32.DLL
                        [D^ ] MPR.DLL
                   [D^ ] MSIMG32.DLL
                   [D  ] DUSER.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] GDI32.DLL
                        [D^ ] COMCTL32.DLL
                        [D^ ] IMAGEHLP.DLL
                        [D^ ] MSIMG32.DLL
                        [D^ ] GDIPLUS.DLL
                   [D  ] PRINTUI.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] OLE32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] WINSPOOL.DRV
                        [ ^ ] SHELL32.DLL
                        [ ^ ] VERSION.DLL
                        [ ^ ] OLEAUT32.DLL
                        [ ^ ] ACTIVEDS.DLL
                             [F^ ] ADSLDPC.DLL
                        [   ] CFGMGR32.DLL
                             [F^ ] SETUPAPI.DLL
                        [ ^ ] SETUPAPI.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] MPR.DLL
                        [ ^ ] WINMM.DLL
                   [D  ] CDFVIEW.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] COMCTL32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] OLEAUT32.DLL
                        [ ^ ] SHELL32.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] USER32.DLL
                        [D^ ] URLMON.DLL
                        [D^ ] WININET.DLL
                        [D^ ] OLE32.DLL
                   [D^ ] SETUPAPI.DLL
                   [D^ ] APPHELP.DLL
                   [D  ] QUERY.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] RPCRT4.DLL
                        [ ^ ] OLEAUT32.DLL
                        [ ^ ] SHELL32.DLL
                        [ ^ ] SHLWAPI.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] OLE32.DLL
                   [D  ] GDIPLUS.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] GDI32.DLL
                        [ ^ ] OLE32.DLL
                        [ ^ ] ADVAPI32.DLL
                   [D^ ] IMM32.DLL
              [ ^ ] USER32.DLL
              [   ] VERSION.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] NTDLL.DLL
         [   ] ADVAPI32.DLL
              [ ^ ] NTDLL.DLL
              [ ^ ] KERNEL32.DLL
                   [F^ ] NTDLL.DLL
              [   ] RPCRT4.DLL
                   [ ^ ] ADVAPI32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] NTDLL.DLL
              [D  ] WINTRUST.DLL
                   [ ^ ] MSVCRT.DLL
                   [   ] CRYPT32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                        [ ^ ] MSASN1.DLL
                        [ ^ ] RPCRT4.DLL
                        [D^ ] VERSION.DLL
                   [   ] MSASN1.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] USER32.DLL
                   [ ^ ] USER32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] ADVAPI32.DLL
                   [   ] IMAGEHLP.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [D  ] DBGHELP.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] VERSION.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] RPCRT4.DLL
                   [ ^ ] RPCRT4.DLL
              [D  ] SECUR32.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] ADVAPI32.DLL
                   [D^ ] NETAPI32.DLL
                   [D^ ] NTDSAPI.DLL
         [   ] KERNEL32.DLL
              [   ] NTDLL.DLL
         [   ] MSVCRT.DLL
              [ ^ ] KERNEL32.DLL
                   [F^ ] NTDLL.DLL
              [ ^ ] NTDLL.DLL
         [ ^ ] MSVCRT.DLL
         [   ] USER32.DLL
              [ ^ ] GDI32.DLL
              [ ^ ] KERNEL32.DLL
                   [F^ ] NTDLL.DLL
              [ ^ ] NTDLL.DLL
              [D^ ] ADVAPI32.DLL
              [D  ] MSIMG32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] GDI32.DLL
              [D  ] POWRPROF.DLL
                   [ ^ ] MSVCRT.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] USER32.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [ ^ ] ADVAPI32.DLL
              [D  ] WINSTA.DLL
                   [ ^ ] NTDLL.DLL
                   [ ^ ] RPCRT4.DLL
                   [ ^ ] KERNEL32.DLL
                        [F^ ] NTDLL.DLL
                   [   ] NETAPI32.DLL
                        [ ^ ] ADVAPI32.DLL
                        [ ^ ] KERNEL32.DLL
                             [F^ ] NTDLL.DLL
                        [ ^ ] MSVCRT.DLL
                        [ ^ ] NTDLL.DLL
                        [ ^ ] RPCRT4.DLL
                        [D^ ] SECUR32.DLL
                        [D  ] NTDSAPI.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] NTDLL.DLL
                             [ ^ ] DNSAPI.DLL
                             [ ^ ] RPCRT4.DLL
                             [ ^ ] WLDAP32.DLL
                             [ ^ ] NETAPI32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] SECUR32.DLL
                             [ ^ ] WS2_32.DLL
                             [D  ] W32TOPL.DLL
                                  [ ^ ] NTDLL.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                        [D  ] NETRAP.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                             [ ^ ] NTDLL.DLL
                        [D  ] SAMLIB.DLL
                             [ ^ ] NTDLL.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] RPCRT4.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] USER32.DLL
                        [D  ] WS2_32.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] NTDLL.DLL
                             [   ] WS2HELP.DLL
                                  [ ^ ] NTDLL.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [D^ ] USER32.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [D^ ] USER32.DLL
                        [D  ] WLDAP32.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] ADVAPI32.DLL
                        [D  ] DNSAPI.DLL
                             [ ^ ] ADVAPI32.DLL
                             [ ^ ] KERNEL32.DLL
                                  [F^ ] NTDLL.DLL
                             [ ^ ] MSVCRT.DLL
                             [ ^ ] NTDLL.DLL
                             [ ^ ] RPCRT4.DLL
                             [ ^ ] WS2_32.DLL
                             [D  ] IPHLPAPI.DLL
                                  [ ^ ] ADVAPI32.DLL
                                  [ ^ ] KERNEL32.DLL
                                       [F^ ] NTDLL.DLL
                                  [ ^ ] MSVCRT.DLL
                                  [ ^ ] NTDLL.DLL
                                  [ ^ ] USER32.DLL
                                  [ ^ ] WS2_32.DLL
                                  [D  ] DHCPCSVC.DLL
                                       [ ^ ] ADVAPI32.DLL
                                       [ ^ ] DNSAPI.DLL
                                       [ ^ ] IPHLPAPI.DLL
                                       [ ^ ] KERNEL32.DLL
                                            [F^ ] NTDLL.DLL
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

    Presumably when you load the library you are not eating exceptions.
    Thus if the load library call had failed you would see that exception
    and you have verified that exception is not occurring?
    Obviously if that step is working on all machines then it would be pointless
    to look at directories because it would mean that the library is being found.
    You have verified that nothing with the same name exists anywhere else?
    Presumably one of the following is true
    1. The library is new.
    2. The library is a replacement - it is in fact being replaced with the new version?

  • My Adobe Reader Plugin does not Load in Some Machines

    Hi ,
    I have created a Plugin for Adobe Reader 9 and Adobe Reader X.
    As per the licence it has to work with both the version.
    My plugin gets loaded in Adobe Reader 9 and Adobe Reader X versions only in development machines and few of the testing machines and My plugin works fine in these machine as per the task it has to do.
    I tried to test My plugin in some machines which has same configuration as that of the machines where My plugin was able to load, but i could see My plugin loaded only in some machines and all other machine its not getting loaded.
    Please some one let me know why is this happening and how to overcome this. I think i am missing something to load My Plugin but in some machines i was able to load My plugin without doing any settings other than copying My plugin's .api file to Reader Plugin's folder.
    Thanks in advance. Please some one help me out.

    Hi Irosenth ,
    I was getting the below error when i saw the EventViewer.
    Error : Activation context generation failed for "C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\MyPlugin.api". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",typ e="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
    Now i added the required Redistributables while packing all the files and tested it in target machine..
    All is Well Now..., Thanks you Very Much. ...
    Thanks and Regards,
    Chetan

  • SPNego - Login Screen Appears for IE Browser in Some machines.

    Hi,
    We've done the SPNEGO Implementation for Portal SSO.
    All the settings related to KDC in AD server, Portal WAS and IE browser client settings have been done.
    In most of the machines with WINDOWS XP SP2, portal login screen is not getting appeared in IE and so SPNEGO is working fine.
    But in few machines with WINDOWS XP SP2, portal login screen appears although the IE client setting like adding the portal url in Security Local Intranet, enabling integrated windows authothentication, enabling automatic logon in intranet zone  is done.
    We have even followed the SAP Note 934138 and installed Microsoft hotfix KB899587, but still some machines with Windows XP SP2 are facing this issue.
    Thanks,
    Regards,
    Aditya Metukul

    HI Aditya,
    This might be due to proxy settings. Go to your IE -> Tools-> Internet Options -> Connections ->LAN settings -> If you are using Proxy settings then go to Advanced tab -> and add the portal URL under "Do not use Proxy servers for address beninging with".
    Regards
    Deb
    Edited by: Debasish Sarkar on Dec 8, 2008 7:20 PM

  • Tab key dosent work on some machines

    Hi,
    We have a swing application in which we use tab key to navigate input fields. The problem is that on some machines the tab key does not do anything where on some it works perfectly.
    Could it be a JRE version or any other issue? (OS is Windows 2000 on all machines)
    Any input will be much appreciated.
    Thanks,

    What version are you using? 1.4 or 1.3.1

Maybe you are looking for