Could not initialize AM in shared library

Hello, I have some problem.
I deployed adf-library as a shared library on weblogic. This library is a real application packed in jar, and then in war as is described here http://andrejusb.blogspot.com/2010/07/deploying-adf-applications-as-shared.html The problem is that when I call taskFlow in this library from another application, I get an exception: libraries application module could not be initialized:
oracle.jbo.JboException: JBO-29000: java.lang.NoClassDefFoundError, Could not initialize class com.rstyle.rtn.model.module.CompanyAMImpl
     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:609)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2324)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2204)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3088)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.rstyle.rtn.model.module.CompanyAMImpl
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
I’ll be very grateful for any idea about what is wrong and how to fix this.

codeplay, thanks for your reply, but it doesn’t help, classpath doesn’t contain my adf-lib jar, but it also hasn’t another jars which works correctly. May be it is because wls-cat works incorrect on 11.1.1.2.0 version, because it is for 11.1.1.4.0. There is this jar into application temp directory on weblogic.
I thought that my AMImpl can’t be initialized because there can’t be find something imported in it. But I’ve checked all dependencies and all seems correct. I also tried to use “prefer-web-inf-classes” property but no result.
h0s, I added reference to my library in the weblogic.xml. I think the problem is not because my library is “shared”, if I add jar to project as a common adf-library there is the same result.

Similar Messages

  • SAPJCo problem --   Could not initialize dynamic link library sapjcorfc

    Hi there,
    I have a J2EE application running on Websphere Application Server ND V6.1 (on MS Windows Server, Enterprise Edition with
    SP2). J2EE application need to communicate to SAP on P560 z/OS via SAP Java Connector (SAP JCo). As per instructions given by
    SAP JCo, I have created a folder and extracted SAPJCo zip to that, and also copied librfc32.dll & sapjcorfc.dll to
    C:\Windows\system32 folder and created the shared libraries at the Application server level on Websphere to point to the
    sapjco.jar file.
    Now when I start my J2EE Application on Webpshere, I get hte error which is under the dashed line. The main complaint is.....
    <b>java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer
    'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [D:\Software\SAPJCo\sapjcorfc.dll (JVMPORT015E Unable
    to resolve DLL references - a prerequisite DLL may be missing)].</b>
    Please let me know if any one has experienced similar problems. As we have a milestone to present this in a very short time,
    I appreciate if any one could help me out as soon as possible.
    ==========================================================================================================================
    Cannot resolve reference to bean 'sapConnector' while setting bean property 'sapConnector'; nested exception is
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sapConnector' defined in class path
    resource [sapInterfaceContext.xml]: Instantiation of bean failed; nested exception is
    org.springframework.beans.BeanInstantiationException: Could not instantiate bean class
    [au.com.allianz.fsi.journal.sap.SapConnector]: Constructor threw exception; nested exception is
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer
    'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [D:\Software\SAPJCo\sapjcorfc.dll (JVMPORT015E Unable
    to resolve DLL references - a prerequisite DLL may be missing)]. java.library.path
    [D:\WebSphere61\AppServer\java\jre\bin;.;D:\WebSphere61\AppServer\bin;D:\WebSphere61\AppServer\java\bin;D:\WebSphere61\AppSer
    ver\java\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Software\SAPJCo;D:\WebSphere61\AppServer\lib\WMQ\
    java\lib]
         at
    org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at
    org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.jav
    a:109)
         at
    org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:381)
         at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:120)
         at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanF
    actory.java:781)
         at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFa
    ctory.java:699)
         at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.ja
    va:386)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:255)
         at
    org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:252)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at
    org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java
    :287)
         at
    org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.jav
    a:689)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:358)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
         at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:635)
         at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:279)
         at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:283)
         at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
         at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
         at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
         at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:608)
         at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
         at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1312)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:965)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2131)
         at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:341)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
    Regards
    Satish

    Hi,
    The following error is id due to the following cause :
    Exception: Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC' default_cpc_mode at com.sap.mw.jco.JCO.<clinit>(JCO.java:309)
    Exception: Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC' JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [C:devcu rrjcosapjcorfc.dll]. Required version "2.1.5 (2005-02-15)". at com.sap.mw.jco.JCO.<clinit>(JCO.java:735)
    Exception: Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC' JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc. Found version "2.0.11 (2005-01-21)" but required version "2.1.5 (2005-02-15)". at com.sap.mw.jco.JCO.<clinit>(JCO.java:735)
    Cause: These exceptions typically occur when different versions of sapjcorfc.dll and sapjco.jar have been installed. Anytime the JCo connector is upgraded to a new version, you need to ensure that all three libraries are updated (librfc32.dll, sapjcorfc.dll, and sapjco.jar). If any are left at the older version, one of the above exceptions is likely to occur.
    Resolution: Extract sapjcorfc.dll and sapjco.jar from the original JCo archive. Copy these files to the appropriate locations, overwriting the originally installed versions. Ensure that the PATH statement is updated to reflect the directory location of the DLL files and the Java CLASSPATH points to sapjco.jar.
    U can use the following link to solve any problem associating JCO :
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1096472,00.html
    Please reward with points if the answer is helpful.
    Thanks
    ritu

  • Could not connect to " home shared iTunes library name "

    I'm having an issue with iTunes/ Apple TV. Actually it has been ongoing. I have a particular iTunes library shared on a private subnet (together with the Apple TVs) from a Mac Mini. I can connect and play content any time with iTunes on another computer 100% reliably. But around 60% of the time when I try to connect to it from any of my four Apple TV (2's) an error comes up saying "Could not connect to "<home shared iTunes library name>" ", "Make sure the computer is on the same network as your Apple TV. the iTunes version is up to date and iTunes is running". The answer to those questions (as always with such messages is obviously 'yes':
    Yes of course we are on the same network. If I wasn't, the library wouldn't have even shown up in the first place before selecting it
    Yes iTunes as always is the latest version thanks to Mac Software Update
    Again 'dah'. See response #1
    If I restart the offending iTunes library the error is resolved (although sometimes it does require reboot of the Apple TV) but could reappear as early as within the next 24 hours. This issue has been occuring for a very long time however appears to be increasing in frequency. It occured as well on the Apple TV (v1).
    Anyone with clues on what's going on here?
    Thanks
    Greg

    I agree that the first debug point should be the network. Though like Greg, I use a Mac Mini to serve up movies to a couple of Apple TVs. From the 'problem' Apple TV, I could see other iTunes movie libraries on other Mac(s), and those would work/play fine. It's only when I try to connect to the iTunes Library of the Mac Mini that I have this issue. It's almost like it's asleep, and doesn't respond. Though I can mount the library folder, and play movies from other Macs w/o a problem while the Apple TV still has the problem.
    As Greg mentions, closing and re-opening iTunes on the Mini solves the issue (though only temporarily).
    The only difference that I have (non-consistency) is that my Mac Mini is an older model, and cannot be upgraded to run Lion (10.7.x) like my other Macs. The Mini is running 10.6.8, and iTunes 10.6.1 (32-bit). My Macs are running 10.7.3 and the 64-bit version of iTunes 10.6.1.
    Is it possible it could be a 10.6 vs. a 10.7 issue? Greg, which version of OS X are your Macs running?

  • Could not initialize the application's security component when clicking on a hyberlink from LotusNotes, default browser Firefox

    I have Lotus Notes 8.5 installed on Windows 7 computer.
    Firefox 4.0.1 works fine.
    But when I change FF as default browser and launch a hyperlink from My mail client I get an error "Could not initialize the application's security component. The most likely cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behavior when accessing security features."
    After this error I can open tabs but no website will work.
    But if I close Firefox and reopen it will work.
    When Firefox is running, if I click the hyberlink from my mail client, it launches without error message and works fine.
    Gave Write access to profile folder. replaced cert8.db etc, but it is not helpful.
    I installed Firefox 4 - same.
    Installed Firefox 5 beta - same.
    Installed Firefox 3.6.17 - error message is there but Firefox keeps working after launch.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

  • I've been getting an error message lately that says "Web Sync could not initialize properly".  What do I do?

    I've been getting an error message lately which states the following:
    Web Sync could not initialize properly.  Check that Polar Daemon is running and start Web Sync again.  To restart Polar Daemon you need to run 2 commands in Terminal Start Applications>Utilities>Terminal.  To stop Polar Daemon which is already running, write a command”sudo launchctl unload/library/launch daemon/fi.polar.polard.plist.” and press enter. Enter your password when required. If Polar Daemon is not running, “error unloading” message appears.  Ignore this error message.  Write “sudo launchclt load/library/launch daemons/fi.polar.polard. plist” and press enter to run Polar Daemon.
    Is this something I should be concerned about, and if so, what do I do about it?
    Thanks

    That error message comes from third-party software that you installed. If it isn't working, either remove it according to the developer's instructions, reinstall it, or refer to the developer for support. Back up all data before making any changes.

  • When I open Firefox the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution in the forum but only for Windows based

    When I open the application the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution on the support site but only for Windows-based Firefox, and I'm a Mac user. I have plenty of room on my hard disk.
    == This happened ==
    Every time Firefox opened
    == Two days ago, for no apparent reason.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

  • Could not initialize Photoshop because the disk is not available

    I get this message when I try to startup Photoshop:
    "Could not initialize Photoshop because the disk is not available."
    I found a fix in Tech Notes about selecting the scratch disk and choosing ignore permissions, but I don't even remember what the scratch disk was, so I don't really know how to select ignore permissions on it.
    Does anyone know another way to fix this. It seems like this must be some "login-local" preference (meaning that there must be something in the user's local preferences for setting this scratch disk parameter (the only reason I'm thinking this is that if I create another user and run Photoshop, I get no error.)
    I looked through ~/Library/Application Support/Adobe for any kind of Photoshop Preference, but I couldn't find a specific preference that stood out. Anyone have an idea?

    I just got the same message, "Could not initialize Photoshop because the disk is not available". I had just assigned my primary scratch disk to an internal drive that was empty and had lots of free space. When I restarted my machine, the error message appeared when I tried to open Photoshop.
    Not sure why this error occurred, but deleting the preferences did fix that problem... unfortunately, doing that will reset all your prefs = pallets, brushes, actions. I suspect you could just delete the "Adobe Photoshop CS2 Prefs.psp" file and leave the others intact to avoid that.
    I would still like to know why changing the scratch disk gives us this problem? I mean, isn't that the whole point of having another internal drive?
    - JA

  • Error: Could not initialize ORB monitoring

    Hi All,
    I use Java application client to access SunONE 7 (final release, not beta) and got an error below.
    1. The error was printed on screen, not thrown to program (any error should thrown to the program, so we know that).
    2. It seems no harm. My program still functions right.
    What was wrong? Any thing I should do?
    Any information would be appreciated.
    Thanks in advance.
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    Nov 10, 2002 4:24:48 PM com.sun.enterprise.util.ORBManager initializeORBMonitoring
    SEVERE: UTIL6034:Could not initialize ORB monitoring
    java.lang.IllegalStateException: Monitorable component can not be registered because admin service has not been initialized.
         at com.iplanet.ias.admin.monitor.MonitoringHelper.registerORBMonitoringMBean(MonitoringHelper.java:305)
         at com.iplanet.ias.admin.monitor.MonitoringHelper.registerSystemORBMonitoringMBean(MonitoringHelper.java:252)
         at com.sun.enterprise.util.ORBManager.initializeORBMonitoring(ORBManager.java:732)
         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:261)
         at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitContextFactory.java:31)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:296)
         at java.lang.Class.newInstance(Class.java:249)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:175)
         at com.sun.ejb.portable.HomeHandleImpl.readObject(HomeHandleImpl.java:60)
         at com.sun.corba.se.internal.io.IIOPInputStream.readObject(Native Method)
         at com.sun.corba.se.internal.io.IIOPInputStream.invokeObjectReader(IIOPInputStream.java:1298)
         at com.sun.corba.se.internal.io.IIOPInputStream.inputObject(IIOPInputStream.java:908)
         at com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:261)
         at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:247)
         at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:209)
         at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:939)
         at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_abstract_interface(CDRInputStream_1_0.java:850)
         at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_abstract_interface(CDRInputStream_1_0.java:842)
         at com.sun.corba.se.internal.iiop.CDRInputStream.read_abstract_interface(CDRInputStream.java:309)
         at com.sun.corba.se.internal.io.IIOPInputStream.readObjectDelegate(IIOPInputStream.java:228)
         at com.sun.corba.se.internal.io.IIOPInputStream.readObjectOverride(IIOPInputStream.java:381)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:316)
         at com.sun.ejb.portable.EJBMetaDataImpl.readObject(EJBMetaDataImpl.java:112)
         at com.sun.corba.se.internal.io.IIOPInputStream.readObject(Native Method)
         at com.sun.corba.se.internal.io.IIOPInputStream.invokeObjectReader(IIOPInputStream.java:1298)
         at com.sun.corba.se.internal.io.IIOPInputStream.inputObject(IIOPInputStream.java:908)
         at com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:261)
         at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:247)
         at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:209)
         at com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1075)
         at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStream.java:293)
         at com.acelet.s.scheduler.ejb._SuperSchedulerHome_Stub.getEJBMetaData(Unknown Source)
         at com.acelet.s.Envoy.parseContext(Envoy.java:349)
         at com.acelet.s.Envoy.getJndiToRemoteInfoHashtable(Envoy.java:201)
         at com.acelet.s.peekPoke.EnvoyGetJndiToRemoteInfoHashtable.run(EnvoyGetJndiToRemoteInfoHashtable.java:33)
         at java.lang.Thread.run(Thread.java:536)

    Are you use Windows?
    I get the same error when I run my application on Windows.
    It seens harmless. I posted this error, but no one cares.
    But, when I run my application on Solaris, there is no such error. But with deadly error:
    "Thread-6" java.lang.UnsatisfiedLinkError: no cis in java.library.path<<I posted solaris error, not one cares.

  • "Could not initialize Photoshop because the disk is nor available"

    I'm trying to install Photoshop CS4 for the very first time onto a Mac Powerbook G4, MacOS 10.4.11.  The installation succeeded, but when I launch Photoshop CS4, I get the "Could not open a scratch file because the disk is not available" error followed by the "Could not initialize Photoshop because the disk is nor available" error.  There is only one disk in the Powerbook, at it has 27GB free space.
    The FAQ advice is to reset preferences.  I did that repeatedly by holding down cmd-option-shift while starting up Photoshop and answering "yes" when it asks to delete the preference file.  Didn't help.  Same errors occur.
    I also deleted the ~/Library/Preferences/Adobe Photoshop CS4 Settings and ~/Library/Application Support/Adobe folder hierarchies. Didn't help. I did the above together.  Didn't help.  Same errors occur.
    I uninstalled Photoshop and reinstalled it.  Didn't help.  Still get the same errors.
    I even deleted the root /Library/Application Support/Adobe/ folder tree, which then forced another complete reinstallation of Photoshop CS4 because that killed the license manager.  Didn't help.  Still get the same errors.
    Where else could preferences be lurking?  I've never been able to successfully launch Photoshop CS4 on this Mac, so I guess it must be trying to import something weird from another Adobe application.

    naturalturn wrote:
    There is only one disk in the Powerbook, at it has 27GB free space.
    First thing that comes to mind is the lack of free hard drive space. Photoshop writes scratch from the beginning when you open it up. If there is not enough room or no scratch disk then Photoshop will not start up. The OS is using the same free space for writing SWAP files.
    Also CS4 is not supported on a G4.
    The only solution I can think is to delete some unneeded files and see if opening up some free space will solve the problem.

  • SEVERE: UTIL6034:Could not initialize ORB monitoring

    Hello,
    What is this error/warning? I keep getting this as a "SEVERE" warning. But doesn't cause any real harm. My programs work This happens on the stand alone client JVM accessing a server. I see that some one else had reported the same problem way back in October. Happens when a client calls a "new InitialContext()"
    Thanks
    Feb 20, 2003 2:32:23 PM com.sun.enterprise.util.ORBManager initializeORBMonitori
    ng
    SEVERE: UTIL6034:Could not initialize ORB monitoring
    java.lang.IllegalStateException: Monitorable component can not be registered because admin service has not been initialized.
    at com.iplanet.ias.admin.monitor.MonitoringHelper.registerORBMonitoringMBean(MonitoringHelper.java:305)
    at com.iplanet.ias.admin.monitor.MonitoringHelper.registerSystemORBMonitoringMBean(MonitoringHelper.java:252)
    at com.sun.enterprise.util.ORBManager.initializeORBMonitoring(ORBManager.java:732)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:261)
    at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitContextFactory.java:31)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at com.manu.webservices.sunone.security.SunOneSecurityUtils.getServerContext(SunOneSecurityUtils.java:162)
    at com.manu.webservices.common.NamingContext.createContext(NamingContext.java:272)
    at com.manu.webservices.common.NamingContext.<init>(NamingContext.java:186)
    at com.manu.webservices.dataimport.Parser.initialize(Parser.java:428)
    at com.manu.webservices.dataimport.Parser.main(Parser.java:116)

    Are you use Windows?
    I get the same error when I run my application on Windows.
    It seens harmless. I posted this error, but no one cares.
    But, when I run my application on Solaris, there is no such error. But with deadly error:
    "Thread-6" java.lang.UnsatisfiedLinkError: no cis in java.library.path<<I posted solaris error, not one cares.

  • ERROR: could not Initialize directx 9 renderer.

    I'm running Windows Vista 32 Bit (Home Premium) on my Macbook (not Pro).
    I installed the drivers from the Mac OS X Leopard disc.
    I went to the Apple site and downloaded and installed the Boot Camp Update 2.1 for Windows Vista 32 Bit.
    I cannot load Painkiller, a game that's run off of Direct X 9. Everytime I try to start the game, I get this error message:
    "ERROR: could not Initialize directx 9 renderer"
    Is there any way I can download newer graphics drivers or something?
    This laptop has the Mobile Intel 945 Express display adapter (Intel GMA 950). I don't know how useful that information is. I don't have any other games to try running.
    When I run DXDIAG all the tests pass successfully.

    I think you may be out of luck. According to the game support site,
    http://www.dreamcatchergames.com/dci/support/pc/specific/pk/video/ERROR-_Could_not_initialize_DirectX9Renderer.php?pid=1&sid=31&gid=3
    You need a discrete video card, not an integrated/shared one. I don't think the MacBook has a video card, just an integrated video controller.

  • Could not initialize USI for Report

    I have DiAdem 2012 SP1 installed.  All of a sudden every time i try to open it i get an error message saying  "Could not Initialize USI Report" see attached.
    I have tried uninstalling and re-installing DiAdem but it made no difference.
    I tried following the instructions in this post
    http://forums.ni.com/t5/DIAdem/Errorcode-1906/m-p/​810319/highlight/true#M9682
    but when i double click the URI files i get an error message (attached).  My URI's are also in C:\Program Files (x86)\National Instruments\Shared\USI\Bin since i am on a 64 bit.
    I have Windows 7 64bit, LV2013 and a lot of other NI software installed.
    Attachments:
    USI Error.png ‏32 KB
    URI Error.png ‏42 KB

    Looks like there is something wrong or missing in your installation.
    Can you please check usiReg.exe for missing dependencies as described below:
    1. Download and unzip Dependency Walker: http://www.dependencywalker.com/depends22_x86.zip
    2. Start Dependency Walker and open usiReg.exe: C:\Program Files (x86)\National Instruments\Shared\USI\Bin\usiReg.exe
    3. Save the Dependency Walker Image and post it here or attach a screenshot of the module tree
    Attachments:
    usiRegDependencies.PNG ‏17 KB

  • Sudden "Could not initialize Photoshop"

    After years of using Photoshop, Indesign and lately Lightroom, I am getting the message:
    "Could not initialize Photoshop because the disk is not available."
    My versions are Mac versions of CS3, latest update for PS & ID, and 2.1 for Lightroom. I usually open Photoshop through Lightroom, although not always. All the other Adobe programs are working well. I am on Mac OS10.5.5.
    This weekend I did monthly maintenance with Techtools, performing monthly maintenance and optimizing my raids. Last week I installed the Rawdata 4.6, but used it for hours after that. At this point, I don't think there were any updates that were installed.
    Any help would be appreciated.
    Terry

    Buko-
    I think you named the problem. At one point over the weekend, I changed the scratch disk to a disk with much more space. Forgot all about it.
    Now the dilemma- how do I change it back without being able to open the program. Or do I simply need to load the program a new from the disk.
    Thanks for the help.
    I did install ACR 4.6, which in the Library is installed as "Rawdata."
    Terry

  • Could not initialize the Password Store Database Link value in Preference Store

    I have 9iAS release 2, insfrastructure and midtier installed on the same Windows 2000 box...
    I am trying to install and configure portal on remote machine (solaris) on RDBMS 9.0.1.4...
    - Portal installation was no problem
    - creating a new DAD was no problem
    Now, I am trying to configure portal with MIDTIER mode...It falls over on STEP 1 for INSTALL_ACTION:assocPortalToExistingSSO() module with following error message:
    "SQL> Could not initialize the Password Store Database Link value in Preference Store
    ERROR: User-Defined Exception"
    Database link is been created on my remote database by ptlasst.bat command...
    How do I see whether that DB LINK is working properly ?
    Any comment would be helpful...
    Jagdish

    I found the problem to the iTunes Music Store connectivity. When iTunes version 6 is installed, it places a configuration / preferences file in the following location:
    "C:\Documents and Settings\<user>\Application Data\Apple Computer\iTunes\iTunes.pref"
    This file contains several very large keys:
    Preferences:129= (41,826 characters in length)
    Music Store= (1,722 Characters in length)
    Somewhere in these keys is stored are references to userid's, connections or other TCP/IP / internet connectivity objects that are being used when iTunes is installed. By deleting this file, these old setting appear to be cleared out.
    In my case, one or more of the keys in this file appear to have been storing a property from my old dial-up ISP connection that was no longer valid for my new, Comcast cable modem connection.
    Once I deleted this file, and re-started iTunes, it was as if I had never run the software before. I bypassed the option for searching for and importing .mp4's from My Music, and Itunes opened correctly, with full access to the music store. My library and playlists were intact and all is well.
    Apple should re-write the protion of iTunes codes that stores anything pertaning to an internet connection that may change over time. Alternatively, iTunes should either A) Prompt for this information B) Enable user access to this parameter in a settings dialog C) Access this information dynamically at runtime.
    Paul

  • I am receiving an alert message that reads: Could not initialize the application's security component.

    Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.

    See this support article:
    *https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

Maybe you are looking for

  • How to use addAll with a set of integers in array

    Hi does anyone know how to use void addAll (Set other) with a set of integers?...i want to add all of the integers from the other set to this one. For example, if i have this set {4, 9, 2} and I wanted to add to it all of the integers from another se

  • Can someone verify video output from dock connector after 4.x update?

    Someone told me that they can no longer play videos on your TV (with a video cable) after iOS4.x updates. I recently paid $50+ for an Apple video cable to all me to play videos from my iPhone on my TV. I am still on 3.1.2. I want to make sure the upg

  • Scheduled Backup Failed

    Hi All, I performed database backup and send it as a job using EM. Upon viewing the backup jobs, i found out that the backup failed and the following is the the output log: <<< start of output log >>> Recovery Manager: Release 10.2.0.1.0 - Production

  • Can I limit which taxonomies display in the Taxonomy Query builder iview?

    I’ve built a bunch of (query based) taxonomies successfully.  I have also placed a taxonomy query builder iview on two portal content pages (one page is called OHS and the other Finance):   In the taxonomy query builder iview, is there a way to ONLY

  • Any plan for Pro*C to tolerate spaces in paths?

    As of the most recent Pro*C downloaded for use with the Instant Client (11.2.something), it still can't tolerate spaces in any of its inputs. Since Visual Studio installs by default into C:\Program Files\Microsoft Visual Studio X\..., there's an imme