OC4J Deployment with JMX

Hi,
I'm trying to deploy my .ear to OC4J. I've recently added JMX to the project. From what I've found about JMX and OC4J, the MBeanServerFactory is required. If I do not use the factory and just use the MBeanExporter (autodetect=true), I get a successful deploy, but no mbeans show up in the OC4J admin page.
And I have included -Doc4j.jmx.security.proxy.off=true as an argument for booting up OC4J.
I'm running into this error.
[INFO] 09/06/10 12:05:58 Notification ==>Operation failed with error:
[INFO] Cannot find class [org.springframework.jmx.support.MBeanServerFactory Bean] for bean with name 'mbeanserver' defined in ServletContext resource [WEB-INF/applicationContext.xml]; nested exception is oracle.classloader.util.AnnotatedClassNotFoundException:
[INFO]
[INFO] Missing class: org.springframework.jmx.support.MBeanServerFactory Bean
[INFO]
[INFO] Dependent class: org.springframework.util.ClassUtils
[INFO] Loader: project.web.module:0.0.0
[INFO] Code-Source: /D:/oracle/oc4j/j2ee/home/applications/project/module/WEB-INF/lib/spring-core-2.5.jar
[INFO] Configuration: WEB-INF/lib/ directory in D:\oracle\oc4j\j2ee\home\applications\project\module\WEB-INF\lib
[INFO]
[INFO] This load was initiated at project.web.module:0.0.0 using the loadClass() method.
[INFO]
[INFO] The missing class is not available from any code-source or loader in the system.
[INFO]
[INFO]
[INFO]
[INFO] Deploy error: Deploy error: Operation failed with error:
[INFO] Cannot find class [org.springframework.jmx.support.MBeanServerFactory Bean] for bean with name 'mbeanserver' defined in ServletContext resource [WEB-INF/applicationContext.xml]; nested exception is oracle.classloader.util.AnnotatedClassNotFoundException:
[INFO]
[INFO] Missing class: org.springframework.jmx.support.MBeanServerFactory Bean
[INFO]
[INFO] Dependent class: org.springframework.util.ClassUtils
[INFO] Loader: project.web.module:0.0.0
[INFO] Code-Source: /D:/oracle/oc4j/j2ee/home/applications/project/module/WEB-INF/lib/spring-core-2.5.jar
[INFO] Configuration: WEB-INF/lib/ directory in D:\oracle\oc4j\j2ee\home\applications\project\module\WEB-INF\lib
[INFO]
[INFO] This load was initiated at project.web. module:0.0.0 using the loadClass() method.
[INFO]
[INFO] The missing class is not available from any code-source or loader in the system.
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Result of cmd.exe /X /C "java -jar D:/oracle/oc4j/j2ee/home/admin_client.jar deployer:oc4j:localhost oc4jadmin welcome1 -deploy -file D:\SVN\project-with-maven\trunk\project-ear\target/project.ear -deploymentName project-deploymentPlan D:\SVN\ project-with-maven\trunk\project-ear\target/classes/project_plan.dat -bindAllWebApps" execution is: '1'.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Result of cmd.exe /X /C "java -jar D:/oracle/oc4j/j2ee/home/admin_client.jar deployer:oc4j:localhost oc4jadmin welcome1 -deploy -file D:\SVN\project-with-maven\trunk\project-ear\target/project.ear -deploymentName project-deploymentPlan D:\SVN\project-with-maven\trunk\project-ear\target/classes/project_plan.dat -bindAllWebApps" execution is: '1'.
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
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:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C "java -jar D:/oracle/oc4j/j2ee/home/admin_client.jar deployer:oc4j:localhost oc4jadmin welcome1 -deploy -file D:\SVN\ project-with-maven\trunk\ project-ear\target/project.ear -deploymentName project-deploymentPlan D:\SVN\ project-with-maven\trunk\ project-ear\target/classes/project_plan.dat -bindAllWebApps" execution is: '1'.
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:260)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 47 seconds
[INFO] Finished at: Wed Jun 10 12:05:59 PDT 2009
[INFO] Final Memory: 20M/55M
[INFO] ------------------------------------------------------------------------
Thanks,
~Scott

typo in my config file
"MBeanServerFactory Bean" instead of "MBeanServerFactoryBean"
....

Similar Messages

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • Error when associating an OC4J instance with OID

    Hi everybody,
    I'm having a problem when trying to associate a OC4J instance with OID, i get the following error:
    An error occurred while attempting to associate this instance with the specified Oracle Internet Directory. The security provider will NOT be changed for any application. Please ensure that the OID instance is indeed up and that the connect information provided is correct before retrying.
    Error invoking method: associateOC4JWithOID on MBean: oc4j:j2eeType=Security,name=SecurityProvider,J2EEApplication=default,J2EEServer=standalone
    Error invoking method: associateOC4JWithOID on MBean: oc4j:j2eeType=Security,name=SecurityProvider,J2EEApplication=default,J2EEServer=standaloneAfter have enabled the FINEST logging i found this in the log:
    12/06/26 06:37:54 FINEST: EJBJoinPointImpl.invoke Invoking method public java.lang.Object oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(javax.management.ObjectName,java.lang.String,java.io.Serializable[],java.lang.String[],java.util.Locale) throws javax.management.InstanceNotFoundException,javax.management.MBeanException,javax.management.ReflectionException,oracle.oc4j.admin.jmx.shared.exceptions.InternalException
    12/06/26 06:37:55 FINEST: EJBJoinPointImpl.invoke Error invoking public java.lang.Object oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(javax.management.ObjectName,java.lang.String,java.io.Serializable[],java.lang.String[],java.util.Locale) throws javax.management.InstanceNotFoundException,javax.management.MBeanException,javax.management.ReflectionException,oracle.oc4j.admin.jmx.shared.exceptions.InternalExceptionjavax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation associateOC4JWithOID
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:369)
         at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:844)
         at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:67)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.security.jazn.JAZNException: JAZN configuration failed: unable to create a JAZN entity in the directory.
         at oracle.security.jazn.util.AssociateOID.createJAZNInstanceEntity(AssociateOID.java:152)
         at oracle.security.jazn.util.AssociateOID.configure(AssociateOID.java:265)
         at oracle.security.jazn.jmx.SecurityProvider.associateOC4JWithOID(SecurityProvider.java:694)
         at oracle.oc4j.admin.management.mbeans.SecurityProviderManager.associateOC4JWithOID(SecurityProviderManager.java:1493)
         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:597)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:37)
         at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:244)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1074)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:955)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:365)
         ... 22 more
    Caused by: javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights]; remaining name 'orclApplicationCommonName=jaznadmin1,cn=JAZNContext,cn=products,cn=OracleContext'
         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3049)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
         at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:788)
         at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
         at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:178)
         at oracle.security.jazn.util.AssociateOID.createEntry(AssociateOID.java:382)
         at oracle.security.jazn.util.AssociateOID.createJAZNInstanceEntity(AssociateOID.java:137)
         ... 41 moreDoes anybody knows how to fix this error: "LDAP: error code 50" ?? which i guess is the problem
    Thanks for your help!
    Regards
    Carlos

    So after some days i found the answer to my problem, the user i was using when associating the OC4J instance was not in the appropriate groups, so i had to add it to these groups:
    cn=iASAdmins,cn=Groups,cn=OracleContext
    cn=OracleDASCreateUser,cn=Groups,cn=OracleContext
    hope this helps if someone gets stuck as i was :)

  • Any tool to help deploy with Exploded Directory Format

    I read through the "Oracle9iAS Containers for J2EE" Getting Started document and saw the section on "Deploying with Exploded Directory Format". I would like to take the Petstore1.1.2 code and put it in exploded directory format so that OC4J can easily pick up changes to servlets and EJBs. But the codebase for Petstore is complicated enough that I would like to have a tool (possibly ant) that can automate the process of going from either the source directory or even ear file to the "exploded directory format".
    Are there any tools available to help automate this process??

    Never mind. This stuff is a lot simpler than I initially thought. There is no need for a tool because it is easy enough to do by hand.
    Sorry for bothering everyone

  • BIEE and OC4J - OC4J stops with: I don't know why?

    Could I find the problem with these logs:
    --> global-application.log
    08/04/02 07:58:40.958 10.1.3.1.0 Started
    08/04/02 07:58:45.692 defaultWebApp: 10.1.3.1.0 Started
    08/04/02 07:58:45.864 jmsrouter_web: 10.1.3.1.0 Started
    08/04/02 08:01:30.862 defaultWebApp: 10.1.3.1.0 Stopped
    08/04/02 08:01:30.862 jmsrouter_web: 10.1.3.1.0 Stopped
    08/04/02 08:02:25.690 10.1.3.1.0 Started
    08/04/02 08:02:29.580 defaultWebApp: 10.1.3.1.0 Started
    08/04/02 08:02:29.877 jmsrouter_web: 10.1.3.1.0 Started
    --> ascontrol.log
    2008-04-02 07:58:46,864 [OC4J Launcher] WARN jmx.SecureWalletManager setPermission.161 - WARNING: Could not set file permissions administrators:F for wallet at C:\OracleBI\oc4jbi\j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2008-04-02 08:02:31,080 [OC4J Launcher] WARN jmx.SecureWalletManager setPermission.161 - WARNING: Could not set file permissions administrators:F for wallet at C:\OracleBI\oc4jbi\j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    --> ascontrol-application.log
    08/04/02 07:58:43.270 10.1.3.1.0 Started
    08/04/02 07:58:47.458 ascontrol: 10.1.3.1.0 Started
    08/04/02 08:01:30.878 ascontrol: 10.1.3.1.0 Stopped
    08/04/02 08:02:27.768 10.1.3.1.0 Started
    08/04/02 08:02:31.393 ascontrol: 10.1.3.1.0 Started
    -->hs_err_pid6132.log
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00c007ce, pid=6132, tid=5316
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
    # Problematic frame:
    # J EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$HashIterator.hasNext()Z
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x03308400): JavaThread "TaskManager" [_thread_in_Java, id=5316]
    siginfo: ExceptionCode=0xc0000005, reading address 0x841606df
    Registers:
    EAX=0x041606e0, EBX=0x25d53180, ECX=0x040c9320, EDX=0x25d53778
    ESP=0x2e9afa60, EBP=0x2e9afa78, ESI=0x041606e0, EDI=0x0000000a
    EIP=0x00c007ce, EFLAGS=0x00010212
    Top of Stack: (sp=0x2e9afa60)
    0x2e9afa60: 2e9afa60 25d52318 2e9afa88 25d52870
    0x2e9afa70: 00000000 25d52330 2e9afab4 00923379
    0x2e9afa80: 25d53768 00923379 040c9320 00000001
    0x2e9afa90: 07184860 2e9afa8c 256b6db9 2e9afacc
    0x2e9afaa0: 25754280 00000000 256b6e30 2e9afa88
    0x2e9afab0: 2e9afacc 2e9afaf8 00922c71 00000000
    0x2e9afac0: 00000000 040c9320 07184860 0717cdf0
    0x2e9afad0: 00000009 06fc04a8 2e9afad0 2466bcaf
    Instructions: (pc=0x00c007ce)
    0x00c007be: 90 90 8b 71 0c 83 fe 00 0f 84 67 00 00 00 3b 06
    0x00c007ce: 8b be ff ff ff 7f 83 ff 00 0f 85 a4 00 00 00 3b
    Stack: [0x2e960000,0x2e9b0000), sp=0x2e9afa60, free space=318k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$HashIterator.hasNext()Z
    j com.evermind.server.http.HttpApplication.removeUnusedCacheFiles()V+25
    j com.evermind.server.http.HttpSite.removeUnusedCacheFiles()V+31
    J com.evermind.server.http.SessionTimeoutTask.run()V
    J com.evermind.util.Task.schedule(Lcom/evermind/util/TaskManager;)V
    J com.evermind.util.TaskManager.run()V
    j com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run()V+24
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x031cf800 JavaThread "HTTPThreadGroup-11" [_thread_blocked, id=5304]
    0x03096800 JavaThread "HTTPThreadGroup-10" [_thread_blocked, id=1844]
    0x0353fc00 JavaThread "HTTPThreadGroup-9" [_thread_blocked, id=4132]
    0x03a3c400 JavaThread "Timer-10" [_thread_blocked, id=1744]
    0x00296400 JavaThread "DestroyJavaVM" [_thread_blocked, id=1568]
    =>0x03308400 JavaThread "TaskManager" [_thread_in_Java, id=5316]
    0x03a7cc00 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=4320]
    0x0339c800 JavaThread "DefaultQuartzScheduler_Worker-9" [_thread_blocked, id=4988]
    0x0377b800 JavaThread "DefaultQuartzScheduler_Worker-8" [_thread_blocked, id=5380]
    0x03864c00 JavaThread "DefaultQuartzScheduler_Worker-7" [_thread_blocked, id=6084]
    0x0336fc00 JavaThread "DefaultQuartzScheduler_Worker-6" [_thread_blocked, id=2304]
    0x037b0c00 JavaThread "DefaultQuartzScheduler_Worker-5" [_thread_blocked, id=1112]
    0x037b0400 JavaThread "DefaultQuartzScheduler_Worker-4" [_thread_blocked, id=5340]
    0x03522400 JavaThread "DefaultQuartzScheduler_Worker-3" [_thread_blocked, id=4524]
    0x03a5d800 JavaThread "DefaultQuartzScheduler_Worker-2" [_thread_blocked, id=184]
    0x03a8d400 JavaThread "DefaultQuartzScheduler_Worker-1" [_thread_blocked, id=4412]
    0x035a8400 JavaThread "DefaultQuartzScheduler_Worker-0" [_thread_blocked, id=380]
    0x03191400 JavaThread "Timer-9" [_thread_blocked, id=732]
    0x03190800 JavaThread "Timer-8" [_thread_blocked, id=1400]
    0x03753800 JavaThread "Timer-7" [_thread_blocked, id=5684]
    0x03237800 JavaThread "SystemThreadGroup-6" [_thread_in_native, id=1148]
    0x03728800 JavaThread "SystemThreadGroup-5" [_thread_in_native, id=4460]
    0x0318a000 JavaThread "SystemThreadGroup-4" [_thread_blocked, id=3408]
    0x031c2c00 JavaThread "Timer-6" [_thread_blocked, id=5124]
    0x0317f400 JavaThread "Timer-5" [_thread_blocked, id=3872]
    0x031bf800 JavaThread "Timer-4" [_thread_blocked, id=4836]
    0x0319e400 JavaThread "Timer-3" [_thread_blocked, id=4572]
    0x032d4400 JavaThread "Timer-1" daemon [_thread_blocked, id=4448]
    0x0317b800 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=4196]
    0x02cc0800 JavaThread "Thread-9" daemon [_thread_blocked, id=696]
    0x03131400 JavaThread "Timer-0" [_thread_blocked, id=3128]
    0x02ca7c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5568]
    0x03342400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2020]
    0x032f5400 JavaThread "RMIServer [0.0.0.0:23943] count:1" [_thread_in_native, id=392]
    0x032f4c00 JavaThread "RMIServer [0.0.0.0:23791] count:1" [_thread_in_native, id=4888]
    0x032d6800 JavaThread "JMSServer[pc1330:9127]" [_thread_in_native, id=2388]
    0x03738400 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=4104]
    0x03252400 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=1748]
    0x03270c00 JavaThread "Timer ServiceThread" [_thread_blocked, id=5188]
    0x03713400 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=3368]
    0x03757800 JavaThread "Event ServiceThread" [_thread_blocked, id=4360]
    0x036d1800 JavaThread "LogFlusher" daemon [_thread_blocked, id=4060]
    0x036f3c00 JavaThread "LogFlusher" daemon [_thread_blocked, id=5040]
    0x036d3800 JavaThread "LogFlusher" daemon [_thread_blocked, id=4220]
    0x02c79c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=312]
    0x02c78400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4428]
    0x02c77400 JavaThread "Attach Listener" daemon [_thread_blocked, id=428]
    0x02c76400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=816]
    0x02c71c00 JavaThread "Finalizer" daemon [_thread_blocked, id=5296]
    0x02c6d800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1864]
    Other Threads:
    0x02c64400 VMThread [id=6112]
    0x02c7b400 WatcherThread [id=4984]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1472K, used 871K [0x04010000, 0x041a0000, 0x06770000)
    eden space 1344K, 55% used [0x04010000, 0x040c9e40, 0x04160000)
    from space 128K, 100% used [0x04160000, 0x04180000, 0x04180000)
    to space 128K, 0% used [0x04180000, 0x04180000, 0x041a0000)
    tenured generation total 18276K, used 17667K [0x06770000, 0x07949000, 0x24010000)
    the space 18276K, 96% used [0x06770000, 0x078b0ef0, 0x078b1000, 0x07949000)
    compacting perm gen total 30208K, used 30203K [0x24010000, 0x25d90000, 0x2c010000)
    the space 30208K, 99% used [0x24010000, 0x25d8ef88, 0x25d8f000, 0x25d90000)
    ro space 8192K, 66% used [0x2c010000, 0x2c55c5d0, 0x2c55c600, 0x2c810000)
    rw space 12288K, 52% used [0x2c810000, 0x2ce58c98, 0x2ce58e00, 0x2d410000)
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Programme\Java\jdk1.6.0_01\bin\java.exe
    0x7c910000 - 0x7c9c7000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c907000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e4a000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee2000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fc0000 - 0x77fd1000      C:\WINDOWS\system32\Secur32.dll
    0x7c340000 - 0x7c396000      C:\Programme\Java\jdk1.6.0_01\jre\bin\msvcr71.dll
    0x6d870000 - 0x6dab7000      C:\Programme\Java\jdk1.6.0_01\jre\bin\client\jvm.dll
    0x7e360000 - 0x7e3f0000      C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f37000      C:\WINDOWS\system32\GDI32.dll
    0x76af0000 - 0x76b1e000      C:\WINDOWS\system32\WINMM.dll
    0x641f0000 - 0x641fc000      C:\PROGRA~1\NetInst\NiAMH.dll
    0x5de80000 - 0x5de88000      C:\WINDOWS\system32\rdpsnd.dll
    0x76300000 - 0x76310000      C:\WINDOWS\system32\WINSTA.dll
    0x597d0000 - 0x59824000      C:\WINDOWS\system32\NETAPI32.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\msvcrt.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d3c0000 - 0x6d3c8000      C:\Programme\Java\jdk1.6.0_01\jre\bin\hpi.dll
    0x6d820000 - 0x6d82c000      C:\Programme\Java\jdk1.6.0_01\jre\bin\verify.dll
    0x6d460000 - 0x6d47f000      C:\Programme\Java\jdk1.6.0_01\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      C:\Programme\Java\jdk1.6.0_01\jre\bin\zip.dll
    0x6d620000 - 0x6d633000      C:\Programme\Java\jdk1.6.0_01\jre\bin\net.dll
    0x71a10000 - 0x71a27000      C:\WINDOWS\system32\WS2_32.dll
    0x71a00000 - 0x71a08000      C:\WINDOWS\system32\WS2HELP.dll
    0x719b0000 - 0x719f0000      C:\WINDOWS\System32\mswsock.dll
    0x76ee0000 - 0x76f07000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f78000      C:\WINDOWS\System32\winrnr.dll
    0x76f20000 - 0x76f4d000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f86000      C:\WINDOWS\system32\rasadhlp.dll
    0x2dc10000 - 0x2dc38000      C:\WINDOWS\system32\rsaenh.dll
    0x76620000 - 0x766d5000      C:\WINDOWS\system32\USERENV.dll
    0x6d640000 - 0x6d649000      C:\Programme\Java\jdk1.6.0_01\jre\bin\nio.dll
    0x66710000 - 0x66769000      C:\WINDOWS\system32\hnetcfg.dll
    0x719f0000 - 0x719f8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d800000 - 0x6d808000      C:\Programme\Java\jdk1.6.0_01\jre\bin\sunmscapi.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x6d0b0000 - 0x6d273000      C:\Programme\Java\jdk1.6.0_01\jre\bin\awt.dll
    0x72f70000 - 0x72f96000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76330000 - 0x7634d000      C:\WINDOWS\system32\IMM32.dll
    0x774b0000 - 0x775ec000      C:\WINDOWS\system32\ole32.dll
    0x5b0f0000 - 0x5b128000      C:\WINDOWS\system32\uxtheme.dll
    0x736d0000 - 0x73719000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d360000 - 0x6d3b3000      C:\Programme\Java\jdk1.6.0_01\jre\bin\fontmanager.dll
    0x746a0000 - 0x746eb000      C:\WINDOWS\system32\MSCTF.dll
    0x6d2a0000 - 0x6d2bb000      C:\OracleBI\server\Bin\perfjni.dll
    0x6d2c0000 - 0x6d2da000      C:\OracleBI\web\bin\perfcoll_OracleBIPresentationServer.dll
    0x2e410000 - 0x2e42a000      C:\OracleBI\server\Bin\perfcoll_OracleBIServer.dll
    0x77b10000 - 0x77b32000      C:\WINDOWS\system32\Apphelp.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    VM Arguments:
    jvm_args: -Djava.library.path=C:\OracleBI\server\Bin;C:\OracleBI\web\bin -DSAROOTDIR=C:\OracleBI -DSADATADIR=C:\OracleBIData -XX:MaxPermSize=128m -Xmx512m
    java_command: C:\OracleBI\oc4j_bi\j2ee\home\oc4j.jar -config C:\OracleBI\oc4j_bi\j2ee\home\config\server.xml -userThreads
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Programme\Java\jdk1.6.0_01
    PATH=C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\Programme\Java\jdk1.6.0_01\bin;C:\OWB102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;h:\ora92\bin
    USERNAME=Busi
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2088428k(1257772k free), swap 3983224k(3327288k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0_01-b06) for windows-x86, built on Mar 14 2007 00:24:02 by "java_re" with unknown MS VC++:1310

    Please don't add to stale threads.
    Post your question as a new thread with full details about your environment and error logs.

  • Java DC not deployed with WebDynPro DC

    Hi,
    I've been testing the DC functionality and I'm trying to create the following:
    1) WebDynPro DC (DCA)
    2) Java DC (DCB)
    DCB has code for reading data from a database table (three classes, one is set as a public part). This code is functioning ok in another WebDynpro project where I've used it as an external jar file located in the lib directory and added to classpath.
    DCA has a small table in the view that I'm filling (or trying to) with data from the database.
    DCB has one java class as a Public Part. DCA has this PP defined in the Used DC's (DC Metadata --> DC definition --> Used DC's). I can see the DCB code fine from the DCA's view (I can use the methods from the class).
    I see no code errors and everything compiles ok. I've built the DCA and DCB separately (Development Component --> Build) before doing the project build and deployment.
    When I deploy, I'm getting java.lang.NoClassDefFoundError for the DCB class (User.class) when the program starts. So it seems that the DCB is not deployed with the DCA. I've tried to look at the properties and java classpath but nothing I've done has helped.
    Purpose is set to compilation, and there is a
    <at-build-time/>
    tag in the .dcdef file.
    Deployment of normal (no DC) Webdynpro projects works fine and the jars in the lib directory are deployed to the server OK.
    Seems like I've tried everything but have found no solution yet. Refreshed every part, re-created everything, re-built, re-deployed etc...
    Shortly: how to get DCB to deploy ?
    Any help is appreciated here
    Kind Regards,
    Jari Pakarinen

    Hi,
    What is the Java DC for then ? If it cannot be used as a part of another DC (deployable unit) then how should it be used ? What is the use if it does not end up at the server with Webdynpro code ?
    The scenario I'm looking for is to include Java classes in a Webdynpro project as a part of the project (not jars done somewhere else, I can do that already) deployed to the server with the Webdynpro.
    Thank you for your help, I'm not blaming you or anything
    Regards,
    Jari

  • How to use MDS deploying with EAR file

    Hi everybody.
    I would to use MDS in my web application in order to use customization across the sessions. I've performed every step to do this on JDeveloper (11.1.1.3.1). I've tested my application deploying directly from JDeveloper using Application menu > Deploy > "myApp" to "myApplicationServer" (in this way I can choose the repository with a window like this: http://i.stack.imgur.com/Kci9c.png). The repository was prevoiusly registered on the server. In this way my application works fine and they all lived happily ever after.
    My problem occurs when I perform the deployment with "myApp to EAR" mode. When I try to install my EAR file in weblogic, it reply me with this error message:
    An error occurred during activation of changes, please see the log for details.
    +:oracle.mds.config.MDSConfigurationException:MDS-01335: namespace "/xliffBundles" mapped to metadata-store-usage "MAR_TargetRepos" but its definition was not found in MDS configuration.+
    I've looked for a solution around the web (included this forum) and I think that I should modify something in adf-config.xml file (below).
    Which steps I have to perform in order to install my application correctly with an EAR file?
    Thanks in advance.
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"
    xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
    xmlns:sec="http://xmlns.oracle.com/adf/security/config"
    xmlns:ads="http://xmlns.oracle.com/adf/activedata/config">
    <adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
    <adf-property name="adfAppUID" value="BDO_GC_WEBAPP.bdogc"/>
    </adf:adf-properties-child>
    <!-- <ads:adf-activedata-config xmlns=
    "http://xmlns.oracle.com/adf/activedata/config">
    <latency-threshold>5000</latency-threshold>
    <keep-alive-interval>10000</keep-alive-interval>
    <max-reconnect-attempt-time>90000</max-reconnect-attempt-time>
    <reconnect-wait-time>8000</reconnect-wait-time>
    </ads:adf-activedata-config> -->
    <sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
    <CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
    credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
    <sec:JaasSecurityContext initialContextFactoryClass="oracle.adf.share.security.JAASInitialContextFactory"
    jaasProviderClass="oracle.adf.share.security.providers.jps.JpsSecurityContext"
    authorizationEnforce="true"
    authenticationRequire="true"/>
    </sec:adf-security-child>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/faces/config">
    <persistent-change-manager>
    <persistent-change-manager-class>
    oracle.adf.view.rich.change.MDSDocumentChangeManager
    </persistent-change-manager-class>
    </persistent-change-manager>
    <taglib-config>
    <taglib uri="http://xmlns.oracle.com/adf/faces/rich">
    <tag name="column">
    <attribute name="displayIndex">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="frozen">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="noWrap">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="selected">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="visible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    <attribute name="width">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    <tag name="table">
    <attribute name="filterVisible">
    <persist-changes>
    true
    </persist-changes>
    </attribute>
    </tag>
    </taglib>
    </taglib-config>
    </adf-faces-config>
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config" version="11.1.1.000">
    <cust-config>
    <match path="/">
    <customization-class name="oracle.adf.share.config.UserCC"/>
    </match>
    </cust-config>
    </mds-config>
    </adf-mds-config>
    </adf-config>

    Any suggestion?

  • EJB3.0 App deployed with warning:Object not found in lookup of JPA_DEFAULT

    Hi All ,
               I am working on NWCE7.1. I am deploying Enterprise Application DC wich is having
    1 . 3 EJB3.0 session DCs
    2.  1 JPA DC
    I am getting following warning in deployment. I have checked persistence.xml for jta-data-source , it is added. Still not working. I am getting this error after importing configuration(Track) for these DCs in my NWDS. Earlier build n deployment was working in other NWDS on other PC.
    --- Deploying file(s):
         D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
         Name:erecapp
         Vendor:asianpaints.com
         Location:J2N_ERECTT_D
         Version:20090217100038
         Deploy status:Warning
         Version:HIGHER
         Description:
              1. Exception has been returned while the 'asianpaints.com/erecapp' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 6358450:com.sap.engine.services.orpersistence.container.deploy.ActionException: [ERROR CODE DPL.DS.5030] Clusterwide exception: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPA_DEFAULT.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:344)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:360)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Result
    Status:Warning

    You have to give an explicit data source in your persistence.xml to solve this error normaly.
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
         <persistence-unit name="YOUR_UNIT">
        <jta-data-source>DSNAME</jta-data-source>
    Frank

  • Problem using SSL with JMX

    Hi ,
    I am trying to implement SSL with JMX. I took the example of Luis Miguel Alventosa to see how it works. I imported all the classes, password a access properties file. When I am able to start the MyApp server in the example. But when I am trying to run MyClient, it is giving me the following exception
    Initialize the environment map
    Create an RMI connector client and connect it to the RMI connector server
    Exception in thread "main" java.rmi.ConnectIOException: Exception creating connection to: <IP>; nested exception is:
         java.net.SocketException: Default SSL context init failed: null
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
         at sun.rmi.server.UnicastRef.newCall(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.example.MyClient.main(MyClient.java:30)
    Caused by: java.net.SocketException: Default SSL context init failed: null
         at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown Source)
         at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
         ... 6 moreHere is the MyApp code I used
    package com.example;
    import java.lang.management.*;
    import java.rmi.registry.*;
    import java.util.*;
    import javax.management.*;
    import javax.management.remote.*;
    import javax.management.remote.rmi.*;
    import javax.rmi.ssl.*;
    public class MyApp {
        public static void main(String[] args) throws Exception {
            // Ensure cryptographically strong random number generator used
            // to choose the object number - see java.rmi.server.ObjID
            System.setProperty("java.rmi.server.randomIDs", "true");
            // Start a secure RMI registry on port 3000.
            System.out.println("Create a secure RMI registry on port 3000");
            SslRMIClientSocketFactory csf = new SslRMIClientSocketFactory();
            SslRMIServerSocketFactory ssf = new SslRMIServerSocketFactory(null, null, true);
            Registry registry = LocateRegistry.createRegistry(3000, csf, ssf);
            // Retrieve the PlatformMBeanServer.
            System.out.println("Get the platform's MBean server");
            MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
            // Environment map.
            System.out.println("Initialize the environment map");
            Map<String,Object> env = new HashMap<String,Object>();
            // Provide the password file used by the connector server to
            // perform user authentication. The password file is a properties
            // based text file specifying username/password pairs.
            env.put("jmx.remote.x.password.file", "password.properties");
            // Provide the access level file used by the connector server to
            // perform user authorization. The access level file is a properties
            // based text file specifying username/access level pairs where
            // access level is either "readonly" or "readwrite" access to the
            // MBeanServer operations.
            env.put("jmx.remote.x.access.file", "access.properties");
            // Create and start an RMI connector server.
            // As specified in the JMXServiceURL the RMIServer stub will be
            // registered in the RMI registry running in the local host on
            // port 3000 with the name "jmxrmi". This is the same name the
            // out-of-the-box management agent uses to register the RMIServer
            // stub too.
            // JMXServiceURL = "service:jmx:rmi:///jndi/rmi://:3000/jmxrmi"
            System.out.println("Create and start an RMI connector server");
            JMXServiceURL url = new JMXServiceURL("service:jmx:rmi://");
            RMIJRMPServerImpl server = new RMIJRMPServerImpl(3000, csf, ssf, env);
            RMIConnectorServer cs = new RMIConnectorServer(url, env, server, mbs);
            cs.start();
            registry.bind("jmxrmi", server);
            System.out.println("Waiting for incoming connections...");
    }Here is the MyClient
    package com.example;
    import java.rmi.registry.*;
    import java.util.*;
    import javax.management.*;
    import javax.management.remote.rmi.*;
    import javax.rmi.ssl.SslRMIClientSocketFactory;
    public class MyClient {
        public static void main(String[] args) throws Exception {
            // Environment map
            System.out.println("\nInitialize the environment map");
            Map<String,Object> env = new HashMap<String,Object>();
            // Provide the credentials required by the server to successfully
            // perform user authentication
            String[] credentials = new String[] { "username" , "password" };
            env.put("jmx.remote.credentials", credentials);
            // Create an RMI connector client and
            // connect it to the RMI connector server
            System.out.println("\nCreate an RMI connector client and " +
                    "connect it to the RMI connector server");
            SslRMIClientSocketFactory csf = new SslRMIClientSocketFactory();
            Registry registry = LocateRegistry.getRegistry(null, 3000, csf);
            RMIServer stub = (RMIServer) registry.lookup("jmxrmi");
            RMIConnector jmxc = new RMIConnector(stub, env);
            jmxc.connect(env);
            // Get an MBeanServerConnection
            System.out.println("\nGet an MBeanServerConnection");
            MBeanServerConnection mbsc = jmxc.getMBeanServerConnection();
            // Get domains from MBeanServer
            System.out.println("\nDomains:");
            String domains[] = mbsc.getDomains();
            for (int i = 0; i < domains.length; i++) {
                System.out.println("\tDomain[" + i + "] = " + domains);
    // Get MBean count
    System.out.println("\nMBean count = " + mbsc.getMBeanCount());
    // Close MBeanServer connection
    System.out.println("\nClose the connection to the server");
    jmxc.close();
    System.out.println("\nBye! Bye!");
    Here is the password.properties
    monitorRole mrpasswd
    controlRole crpasswdand access.properties
    monitorRole readonly
    controlRole readwriteI used the following jvm parameters to run the apps
    -Djavax.net.ssl.keyStore=.keystore -Djavax.net.ssl.keyStorePassword=keypass -Djavax.net.ssl.trustStore=proxytruststore -Djavax.net.ssl.trustStorePassword=trustpassI really don't know where I am doing the mistake. Can anyone please give any idea ? For security I didnt disclosed the IP of my mechine in the error, insted I replace it with <IP>

    Hi,
    I assume you did create a keystore and trustore, right?
    Could you verify that the paths to these files you give in your java options
    are correct?
    You could also try to activate debug traces - in particular security traces - see
    at the end of this blog:
    http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole
    This may help you diagnose what is going wrong.
    Hope this helps,
    -- daniel
    JMX, SNMP, Java, etc...
    http://blogs.sun.com/jmxetc

  • SCCM: Application deployment vs Package deployment with requirements and prerequisits.

    Hey,
    My organization is in the process of implementing a new remote networking solution for all employees, however some employees require additional software vs others. What I am trying to find out is if there is a way to have one package with supersedes and
    requirements that we can use to do a massive deployement. 
    Here are the different scenarios with order of installation:
    Financial group Desktop:
    1.Install New solution
    2.Install Configuration
    3.Install Token Authentication 
    (nothing crazy)
    Financial Group Laptops
    1.Install Token Authentication
    2.Install New Solution
    3.Install COnfiguration
    4.Un-uninstall Old Solution
    5.Un-install Tunnel Guard application (requires a reboot, that's why it's last). (this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 5, but do 4, when 4 is triggered, it does 3 first, etc...)
    All other laptops
    1.Install New Solution
    2.Install COnfiguration
    3.Un-uninstall Old Solution
    4.Un-install Tunnel Guard application (requires a reboot, that's why it's last).(this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 4, but do 3, when 3 is triggered, it does 2 first, etc...)
    Because of the different requirements, is there a way to have one deployment with multiple deployment types to say based off:
    1. Computer types (we have a naming convention that identifies laptops and desktops.
    2. Only install certain pieces of software (Token validator in this case if financial application is detected on the machine).
    Or should I create different applications for each case with different collections or go with 3 different packages and collections with install this package first set in the package deployment
    Thanks for your help.

    The problem is the last uninstall, because it's not applicable to all machines. That means that if you would deploy that with all it's dependencies, it wouldn't do anything on the desktops as it's not applicable to them.
    In this case, if you want to use one deployment, the easiest solution is a task sequence. That way you can target everything in one time and still build some logic to prevent some (un-)installs.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Patch deployment with status "Enforcement state unknown"

    Hi All
    I am pretty new to the patch deployment.
    I generated a report and see there is Last State column with "Enforcement state unknown", not sure if it means failed for those hostnames or will be retried for the installation.
    Kindly clarify.
    Regards
    Ramesh
    Regards Ram

    They will only start to install updates automatically when there is an active update deployment with a scheduled deadline that has past. See for a lot more information:
    http://technet.microsoft.com/en-us/library/gg682168.aspx#BKMK_SUMCompliance
    Also, when Days since last communication is more than 0, that's usually an indication that the client is not communicating any more. That can be caused by a lot of things including something simple as that the device is turned of, or not
    connected with the network.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • ESS/MSS business packages "Deployed with Warning"

    Hello All,
       We are on NW04s SP10 on MS SQL server and Windows server. The Database and portal installations or on different machines. I installed the business packages ESS 1.0, MSS 1.0 and the XSS components - 600 using the JSPM.
    After I deploy, I get the message<b> "Deployed with Warning"</b>
    When I opened the log files and checked for errors, I found errors in deployment on these SDAs
    sap.com/essfiaddr  - WEBDYNPRO
    sap.com/essinaddr  - WEBDYNPRO
    sap.com/essinpdata  - WEBDYNPRO
    sap.com/mssexpdyn  - WEBDYNPRO
    sap.com/mssexpssa  - WEBDYNPRO
    sap.com/mssoprogeneraldescription  - WEBDYNPRO
    And I get the following exceptions for all the SDAs above.
    <b>07/01/11 09:54:10 -    sap.com/essfiaddr  - WEBDYNPRO
    07/01/11 09:54:10 -  ***********************************************************
    Jan 11, 2007 9:54:11 AM  Info: End of log messages of the target system.
    Jan 11, 2007 9:54:11 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jan 11, 2007 9:54:11 AM  Warning: Finished with warnings: development component 'ess/fi/addr'/'sap.com'/'MAIN_ERP05PAT_C'/'795293':
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application sap.com/ess/fi/addr and wait.
    Reason: Clusterwide exception: server ID 11376250:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''sap.com/essfiaddr'' for startup. Reason=
    Clusterwide exception: Failed to start application ''sap.com/essfiaddr'': The referenced application ''sap.com/ess~per'' can''t be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?
         at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1490)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:231)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:317)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:111)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:227)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4684)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4589)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4562)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)</b>
    Now, after this, when I log into the portal and see the MSS role, the links are all missing. I see only Overview and its worksets and pages and Reports and its worksets. Everything else is missing. The warning that I see is<b> "Linked object is unavailable"</b>
    Could anyone please suggest me what could be wrong?
    Thanks,
    Sunitha<b></b>

    Hi Sunitha,
    First of all I was not able to find if your backend is ERP 2004 or ERP 2005. It should be ERP 2005 if you want to user ESS 1.0 and MSS 1.0 BP
    Please check in Content Administrator if you can locate these applications and test the same. If yes then you can ignore this warning. If No, in that case you have to redeploy XSS, ESS and MSS using SDM again.
    The links in portal comes from your backend Area Page Customizing. To verify if the problem is with your Portal Business Package or with your backend customizing run your ESS applications using
    http://<portal>:<port>/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenuArea?sap.xss.menuhdr=SAPDEFAULT&sap.xss.menuargrp=SAPDEFAULTESS
    and MSS using
    http://<portal>:<port>/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenuArea?sap.xss.menuhdr=SAPDEFAULT&sap.xss.menuargrp=SAPDEFAULTMSS
    If you can see all the links correctly here, your backend customization is fine and there is a problem with your BP of ESS and MSS. So you will have to import the same again in the portal. However if you are not able to view the links in the page, then there is a problem with you Area Page Customization. You will need to check your config with the Client 000 configuration to find out the missing config.
    Hope this helps.
    Regards,
    Shubham

  • SAP Netweaver 04 SP16 deployed with Xalan 2.60 or Xalan 2.70

    SAP Netweaver 04 SP16 deployed with Xalan 2.60 or Xalan 2.70
    Have you tried to port and run (Sneak Preview)  SAPNetWeaver java 04 SP16 or 04S SP7 with a later version on Xalan version 2.60 or Xalan version 2.70 along with jdk 1.4.2_(8 or greater)?
    What specifically is failing? What patches or work around have you used to overcome compatibility issues with Xalan?
    When we run Sneak Preview SAPNetWeaver java 04 SP16 SP7 with a version on Xalan version 2.60 or Xalan version 2.70 along with jdk 1.4.2_11, We get error 503 Service Unavailable, Application cannot be started
    Details: com.sap.engine.services.deploy.container.ExceptionInfo: Error while parsing file “data-source-aliases.xml”.

    Hi
    SAP does not allow usage of any other XML parsers with SAP web AS.
    please have a look at this link
    http://help.sap.com/saphelp_nw04/helpdata/en/36/ef353e39011a38e10000000a114084/frameset.htm
    "Setting system properties in a system that supports more than one parser is prohibited".
    The Error which you are getting is because one of the
    java.system properties for parsing is
    getting changed by xalan. These system properties are explictly set by the SAP XML implementation which it does not allow you to change.
    Also can you please let me know where are you placing the xalan jar file ? is it deployed as a j2ee library or part of war ?
    Hope this helps. please mark points for helpful answers
    regards
    rajesh kr

  • OC4J installed with 11g Database

    We are migrating our database and applications to 11g database and imbeded Application Express. Our current configuration is 10g database and JSPs running under the OC4J installed with the database. Our develoment server is running Windows XP and currently has 11g database 11.1.0.6.0 installed, and the Application Express configured and running properly.
    In order to provide a smooth transiition from OC4J to Application Express, we would like to continue to run some applications under the OC4J installed with the 11g database, and the converted applications in Application Express, all on the same server and same 11g database installation.
    I have started the OC4J processes on the development server with the script:
    cd \Oracle\Ora11g\Ora11gDB\oc4j\j2ee\home
    java -jar oc4j.jar
    and the system responds with:
    09/01/08 10:53:29 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    However, when I try to bring up the console from a browser using:
    http://192.168.0.200:8888
    I get a the message that the page cannot be displayed.
    I understand the 11g OC4J standalone has been discontinued, however it looks like the 11g version I have installed is using the OC4J 10.1.3.0.0.
    So is the OC4J installed with 11g not functional, or am I missing a step in the startup/configuration, or URL call.
    Thanks,
    Rod

    Thanks for the replay Michael,
    Actually, on the development server I only have the 11g database installed with Application Express configured. The Apex runs on port 8080 and I see that in the netstat -ab listing, but I do not see port 8888 referenced anywhere. All the config files for the OC4J are standard from the db install. The port listed in the http-web-site.xml still shows 8888.
    Is it possible that the OC4J is not completing it's startup?
    The server.log, and the system-applicaiton.log both show entries indicating it has started, and the global-application.log shows it is started, however the defaultWebApp is not currently started. Here is the complete contents of that file:
    09/01/08 10:21:34.640 10.1.3.0.0 Started
    09/01/08 10:21:35.937 defaultWebApp: 10.1.3.0.0 Started
    09/01/08 10:22:13.968 defaultWebApp: 10.1.3.0.0 Stopped
    09/01/08 10:22:20.109 10.1.3.0.0 Started
    09/01/08 10:22:20.890 defaultWebApp: 10.1.3.0.0 Started
    09/01/08 10:49:06.203 defaultWebApp: 10.1.3.0.0 Stopped
    09/01/08 10:53:28.687 10.1.3.0.0 Started
    09/01/08 14:45:45.781 10.1.3.0.0 Started
    09/01/08 15:06:21.421 10.1.3.0.0 Started
    09/01/08 15:07:06.218 10.1.3.0.0 Started
    Thanks,
    Rod

  • Associating oc4j instance with OID

    Hi All,
    I am trying to associate oc4j instance with OID in enterprise manager (as a
    first step towards configuring workflow identity service with OID). But I am getting
    the following error whenever I tried
    An error occurred while attempting to associate this instance with the specified Oracle Internet Directory. The security provider will NOT be changed for any application. Please ensure that the OID instance is indeed up and that the connect information provided is correct before retrying.
    JAZN configuration failed: unable to create a JAZN entity in the directory.
    [LDAP: error code 50 - Insufficient Access Rights]
    I am logging in as orcladmin user (to OID) and this user has all the admin
    rights and all the privilages that I can see in ldap. Not sure what I am missing.
    Any pointers will be of great help.
    Thanks
    Raj

    Hi,
    I got this resolved. Basically there are two ids in OID cn=orcladmin and
    cn=orcladmin,cn=users,cn=mycompany,cn=com. I have to use
    cn=orcladmin to associate an oc4j instance with OID and I was using the other one.
    Thanks

Maybe you are looking for

  • Continual crashes with Windowserver, help!

    Some background. This is a G4, that's two years old with a year left on my warranty and I've had this problem persistantly for the last year, and I'm at wits end trying to track it down. So far, this machine has had the logic board, the ram, the hard

  • Pdf not opening in browser

    Just starting yesterday I am unable to open a PDF file with my browser (Chrome) . It wants me to download the file.  Until yesterday I was able to open any file and just view it with the browser with out downloading it as a file. What do I need to do

  • Where will i find - BP for Talent Development Specialist

    Hello!!! I have been searching for the BP for Talent Development Specialist (also called Talen Specialist i guess). Couldnt find anything relevant to that. It would be very helpful if someone could point me out in the correct direction. My system is

  • (SOLVED) Conky and battery status

    How come this will not work on my system: ${color red}$alignc Battery Information ${color lightgrey} Currently: $battery ${color lightgrey}$stippled_hr I have tried a dozen scripts for battery status and nothing works. Does anyone have a sure fire wa

  • Aironet 350 client adapters

    I have some Aironet 350 PCI cards fitted to some Compaq P4 desktop computers running WinXP Pro. These computers are part of a Domain and log in automatically using a few registry changes. This is the problem. When the machines log in the Wireless ada