Repost : How to configure weblogic client in IBM JRE

Still haven't gotten this to work.
I'm trying to get a java client (Lotus Domino 6.0.1 java agent) app to
connect to
Weblogic 6.1 sp3.
Both (Domino / weblogic) run fine separately (on different machine both
win2k sp3).
Domino is running with IBM JRE version :
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT
enabled: jitc))
I put weblogic.jar in the app's classpath but when i try to get an
InitialContext, I get the stack trace shown below. Anybody know how to
solve this this error?
Or how to configure a weblogic client (which normally expects a SUN JRE) to
use the IBM JRE.
Thanks.
04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
FAILED *****[ Assertion violated ]
04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
eDescriptor.java:218)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
.java:111)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
ryDelegate.java:154)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:145)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.init(InitialContext.java:218)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.<init>(InitialContext.java:174)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
Source)
04/04/2003 16:04:35 HTTP JVM: at
lotus.domino.NotesThread.run(NotesThread.java:208)
04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
FAILED *****[ Assertion violated ]
04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
eDescriptor.java:218)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
.java:111)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
ryDelegate.java:154)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:145)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.init(InitialContext.java:218)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.<init>(InitialContext.java:174)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
Source)
04/04/2003 16:04:35 HTTP JVM: at
lotus.domino.NotesThread.run(NotesThread.java:208)

Still haven't gotten this to work.
I'm trying to get a java client (Lotus Domino 6.0.1 java agent) app to
connect to
Weblogic 6.1 sp3.
Both (Domino / weblogic) run fine separately (on different machine both
win2k sp3).
Domino is running with IBM JRE version :
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT
enabled: jitc))
I put weblogic.jar in the app's classpath but when i try to get an
InitialContext, I get the stack trace shown below. Anybody know how to
solve this this error?
Or how to configure a weblogic client (which normally expects a SUN JRE) to
use the IBM JRE.
Thanks.
04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
FAILED *****[ Assertion violated ]
04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
eDescriptor.java:218)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
.java:111)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
ryDelegate.java:154)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:145)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.init(InitialContext.java:218)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.<init>(InitialContext.java:174)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
Source)
04/04/2003 16:04:35 HTTP JVM: at
lotus.domino.NotesThread.run(NotesThread.java:208)
04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
FAILED *****[ Assertion violated ]
04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
eDescriptor.java:218)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
.java:111)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
ryDelegate.java:154)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
04/04/2003 16:04:35 HTTP JVM: at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:145)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.init(InitialContext.java:218)
04/04/2003 16:04:35 HTTP JVM: at
javax.naming.InitialContext.<init>(InitialContext.java:174)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
04/04/2003 16:04:35 HTTP JVM: at
com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
Source)
04/04/2003 16:04:35 HTTP JVM: at
lotus.domino.NotesThread.run(NotesThread.java:208)

Similar Messages

  • How to configure weblogic client in IBM JRE

    I'm trying to get a java client (Lotus Domino java agent) app to connect to
    Weblogic 6.1 sp3.
    Both run separately fine.
    Domino is running with IBM JDK version :
    java version "1.3.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
    Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT
    enabled: jitc))
    I put weblogic.jar in the app's classpath but when i try to get an
    InitialContext, I get the following stack trace :
    04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
    FAILED *****[ Assertion violated ]
    04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
    eDescriptor.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
    .java:111)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
    ryDelegate.java:154)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:145)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.init(InitialContext.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.<init>(InitialContext.java:174)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
    04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
    04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
    Source)
    04/04/2003 16:04:35 HTTP JVM: at
    lotus.domino.NotesThread.run(NotesThread.java:208)
    04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: ***** ASSERTION
    FAILED *****[ Assertion violated ]
    04/04/2003 16:04:35 HTTP JVM: at weblogic.utils.Debug.assert(Debug.java:74)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
    eDescriptor.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
    .java:111)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
    ryDelegate.java:154)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:145)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.init(InitialContext.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.<init>(InitialContext.java:174)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
    04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
    04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
    Source)
    04/04/2003 16:04:35 HTTP JVM: at
    lotus.domino.NotesThread.run(NotesThread.java:208)
    Anybody have any idea what is going on?
    Thanks.

    Sorry, forgot to mention : both are running on separate boxers running W2K
    sp3.
    I will however see if i can change any of the vm parameters like jit
    j.
    "Wayne W. Scott" <[email protected]> wrote in message
    news:[email protected]...
    >
    Well, I guess you are running on AIX 4.3.3. First make sure PTF 9 is onthe OS.
    >
    Next, check with IBM for updates to that JDK. I believe they have an SP2.
    Finally, turn off jit. Then see how the system behaves.
    Wayne Scott
    Jo Willems wrote:
    I'm trying to get a java client (Lotus Domino java agent) app to connect
    to
    Weblogic 6.1 sp3.
    Both run separately fine.
    Domino is running with IBM JDK version :
    java version "1.3.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
    Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20020710(JIT
    enabled: jitc))
    I put weblogic.jar in the app's classpath but when i try to get an
    InitialContext, I get the following stack trace :
    04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: *****ASSERTION
    FAILED *****[ Assertion violated ]
    04/04/2003 16:04:35 HTTP JVM: atweblogic.utils.Debug.assert(Debug.java:74)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
    eDescriptor.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
    ..java:111)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
    ryDelegate.java:154)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:145)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.init(InitialContext.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.<init>(InitialContext.java:174)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
    04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
    04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
    Source)
    04/04/2003 16:04:35 HTTP JVM: at
    lotus.domino.NotesThread.run(NotesThread.java:208)
    04/04/2003 16:04:35 HTTP JVM: weblogic.utils.AssertionError: *****ASSERTION
    FAILED *****[ Assertion violated ]
    04/04/2003 16:04:35 HTTP JVM: atweblogic.utils.Debug.assert(Debug.java:74)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:123)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:106)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.computeInterfaces(ClientRuntim
    eDescriptor.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.rmi.internal.ClientRuntimeDescriptor.intern(ClientRuntimeDescriptor
    ..java:111)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFacto
    ryDelegate.java:154)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName1(Native Method)
    04/04/2003 16:04:35 HTTP JVM: at java.lang.Class.forName(Class.java:142)
    04/04/2003 16:04:35 HTTP JVM: at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:145)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.init(InitialContext.java:218)
    04/04/2003 16:04:35 HTTP JVM: at
    javax.naming.InitialContext.<init>(InitialContext.java:174)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.<init>(EJBHomeFactory.java:29)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.getFactory(EJBHomeFactory.java:49)
    04/04/2003 16:04:35 HTTP JVM: at
    com.approach.domino.util.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:56)
    04/04/2003 16:04:35 HTTP JVM: at WQO.NotesMain(WQO.java:13)
    04/04/2003 16:04:35 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown
    Source)
    04/04/2003 16:04:35 HTTP JVM: at
    lotus.domino.NotesThread.run(NotesThread.java:208)
    Anybody have any idea what is going on?
    Thanks.

  • How to configure dhcp client identifier

    Hi Everybody,
    The DHCP client ID is an id that is unique for DHCP clients at least in the same subnet. Usually the client uses MAC-address as Client-Identifier in the DHCPDISCOVER message. The Client-Identifier may be different other than MAC-Address, For example a FQDN name, as per the RFC 2132 Ref, (code 61).+_
    Usaually, we use the following to bind the ip address based on MAC-address
    pntadm -r SUNWfiles -p /var/dhcp -A 10.42.32.86 -i '0:3:ba:a5:a9:93' -a 10.42.32.80
    At server side, I am using the following for specifying the FQDN name.
    pntadm -r SUNWfiles -p /var/dhcp -A 10.42.32.86 -i 'one.atr.com' -a 10.42.32.80
    and at client side, I am inserting the following entry in the /etc/default/dhcpagent file
    CLIENT_ID='one.atr.com'
    But this is not working. What I am doing wrong.
    +1. At the server side, then how to assign the ip addresses to the clients , if the Client-Identifier is FQDN name in the DHCPDISCOVER message other than MAC-Address.+
    +2. How to configure the client-identifier as FQDN name at client side.+
    Please help me,
    Thanks Inadvance,
    Mummaneni.

    Sandman,
    Here is an example of a router acting as a DHCP server. Please remember that you have to exclude IP addresses that you don't want to lease out.
    ip dhcp pool example
    import all
    network 192.168.1.0 255.255.255.0
    dns-server 1.2.3.4
    default-router 192.168.1.1
    ip dhcp excluded-address 192.168.1.1 192.168.1.149
    ip dhcp excluded-address 192.168.1.200 192.168.1.254
    HTH,
    Mark

  • How to configure MI client in NWDS

    How to configure MI client in NWDS
    MI home folder
    MI servername: xxxx
    MI webapps TCP  port:
    AWT Runtime
    MI home folder:

    You need not install Tomcat, You have to Install MI client specific to your release.
    <<DO I HAVE TO INSTALL THE MDK PLUGINS OR IT IS INSTALL BY DEFAULT ?>>
    If you have installed NWDS, then by default it consists of MDK also. You have to just configure the MDK Plugin's to work.
    <<where can i download the file that you mentioned in the diagram
    c:\share\MI\MIM2.5SP09JSP>>
    The above path mentioned is just an example, and it need not be same for all.
    Its usually the MI home folder path (You will get this folder once you install the MI client).
    To find the Setup.exe of MI client you can refer to this Link
    Re: need path to download mi client
    Best Regards,
    Lakshmi

  • How to configure MQ-FTE and IBM Datapower along with PI7.1

    Hi Friends,
    Can somebody guide me with the steps to configure MQ-FTE and IBM Datapower with PI7.1 for B2B communication?
    Thanks,
    --Sonal

    1. What is the difference between JMS MQ and Native MQ? How to determine which one to use?Native MQ refers to a proprietary api provided by IBM in multiple languages including java so that applications running on these can communicate mq. IBM also provides JMS wrappers around this native api, so that a jms client can talk to mq using JMS API. This is called MQ JMS.
    2. If native MQ can be used here, what are the steps to configure Native MQ on WLS in my situation?SOA suite provides a MQ Resource Adaptor which can be used to connect to MQ. The developers of this resource adapter would have used the native api to enable the adaptor to talk to MQ, so that you dont have to worry about it. However you will need to configure the properties of your local MQ ( qmgr , q name etc). This is done in the outbound connection pool properties of the resource adaptor.
    please check this blog for how to do this : http://soa-bpel-esb.blogspot.com/2009/09/configuring-mq-in-11g-soa-suite.html.
    Since your MQ installation is in a remote machine you will have to configure the following properties specific to your environment - hostname, port, server connection channel, along with the queue manager name and queue name
    3. Do I need any foreign servers or message bridges to be configured?Not required for your case if you are using MQ Adaptor. Since MQ also provides a JMS transport , you would have required foreign servers if you have to use JMS Adaptor instead of MQ Adaptor. Native MQ is expected to be faster than MQ JMS as it doesn't have the extra JMS layer.

  • How to configure weblogic log file?

    HI
    How do i configure Weblogic server log file to log weblogic related information as well as my application?
    I need to maintain one log file for weblogic and my application.
    Thanks,

    Then glassfish instance is either not configured yet or installed somewhere else. Try looking under your user's home directory like C:\Documents and Settings\<username>\Application Data\glassfish\domains\domain1\logs

  • How to configure Webform60 Clients.

    My setup:
    Winnt40+sp4
    Oas407
    Jinitiator1.1.7.11
    IE5.0
    I have do everything said in Developer forms60 Clients setup
    manual.But I can only call the web form in Appletviewer
    window,And it give me an Error message:
    "FRM-99999:A network error occurred,the client will not be able
    to continue.
    Datails...
    Java Exception:
    java.net.SocketException:Connection reset by peer.
    I can not see the web Form in the Browser,it tell me that
    "applet alrady iniatialized".But I can show the online demo of
    Oracle Web forms on www-tools.us.oracle.com web site.
    Please help me to tell me more detail information about how
    to configure the web foem server 6.0. Thank you very much!
    Jims ma
    1999-07-12
    null

    http://www.macworld.co.uk/macsoftware/masterclass/index.cfm?articleid=383&pagtyp e=allchandate describes how my client's were able to automatically configure themselves to use the Leopard Server before. Why does it not work with Snow Leopard Server and Leopard clients?

  • How to configure weblogic as a SAML2 Service Provider

    Hi,
    I have to configure weblogic 11g to work with an external IdP, which is in fact the Dutch SurfConext for the Dutch Education Sector, so I used their metadata (https://wiki.surfnet.nl/display/surfconextdev/Connection+metadata)
    I configured the weblogic server mainly following https://blogs.oracle.com/blogbypuneeth/entry/steps_to_configure_saml_2.
    I have configured a SAML2 Authenticator (Sufficient) and SAM2 Identity Asserter (in that order). Then on the machine I configured the Service Provider tab under Federation Services and the SAML2 Services tab.
    But although I turned on the debug for saml2 at the configured managed server, I don't see any logging when I tried to reach the webapplication. I used the sample destination app from the blog. The application that I have to secure this way has an own login-page. When trying the sample dest webapplication URL I get the 403 forbidden error, but no logging on saml2.
    I search google around several times, and I feel that I should configure something in the web.xml and/or weblogic.xml. But I actually can't find the settings. I assumed that the web.xml of the sampl dest app (where auth-method is set to BASIC and realm-name myrealm) would do. And if that works that the actual application should be configured the same.
    What needs to happen is that when I try to reach the base URL of the web app, the browser gets rerouted to the IdP-'Where are you from" page, where the user can choose his/her college/university/organization and then login. After logging the Idp (SurfConext) should route the browser together with the SAML token to weblogic where the user gets routed to the actual main page of the webapp.
    So I feel that there is some configuration to do to get the webapplication secured via the SAML2 Identity Asserter. Either in weblogic (correct URL) and/or in the web.xml.
    Can anyone help me on the steps I apparently missed? And maybe ask me the correct questions to get me on the right track?
    Thanks in advance.
    Regards,
    Martien

    Apparently I wrongly repackaged the zip from the blog into a war file. There was an faulty extra level of directory structure in the zip.
    I created a new war file from the bottom up, with own jsp's. And that worked.

  • How to configure mail client to only download headers(titles) of emails

    Hi there?
    I have 10 different email accounts (for some weird reasons that i think irrelevant fir this question), and i want to use Mail app as my main client. iCloud, hotmail, yahoo, gmail, other imap and pop etc.
    Now the mail client is trying to download everything from the servers which is gigs of storgae space. I need to configure mail to only download titles of emails, not the entire email with attachments etc.
    I can do that very simply in MS Outlook, and even in the old outlook express client.
    How can i do that in Mavericks mail client please? I looked everywhere
    Thanks

    Try going to the web based site and see if you can set up a temporary folder there. Move anything you don't want to download to that folder.

  • How to configure weblogic 8.1 server for connecting to Oracle8.1.7

    Hi all,
    I m am A.Rama Krishna. I want an information regarding the connection to
    Oracle8.1.7 from weblogic8.1 Application server. I did every thing that I can
    do as mentioned in Documentation. But the datasource object is not available in
    JNDI tree. And also one more thing, after creating the connection pool with some
    name, I have to select the server to which I have to bind it by clicking "Target
    & Deploy" option. All the active servers in my domain are displayed there with
    a check box beside it asking me to choose all those severs to which I have to
    bind the connection pool. Once I check the server and click "Apply" button, a
    message like "Error on the page" dispalys on the bottom status bar. How to fix
    this problem. Please advice me some thng. I created all the connectionpool and
    Data source objects during the creating the server in the new domain with the
    help of Wizard.
    Thanx in advance
    Regards
    Ram

    Rama,
    If you have created and deployed a connection pool and data source via the
    WebLogic Server console, you should be able to access it from the Workshop
    IDE.
    If you configured the connection pool and datasource during configuration
    time, can you login to the console and check if they have been created and
    deployed successfully ?
    Can you also provide more information on what your are trying to ? Are you
    trying to create a db control which use this datasource ?
    Thanks
    Raj Alagumalai
    Backline Workshop Support
    "A.Rama Krishna" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi all,
    I m am A.Rama Krishna. I want an information regarding the connectionto
    Oracle8.1.7 from weblogic8.1 Application server. I did every thing that Ican
    do as mentioned in Documentation. But the datasource object is notavailable in
    JNDI tree. And also one more thing, after creating the connection poolwith some
    name, I have to select the server to which I have to bind it by clicking"Target
    & Deploy" option. All the active servers in my domain are displayed therewith
    a check box beside it asking me to choose all those severs to which I haveto
    bind the connection pool. Once I check the server and click "Apply"button, a
    message like "Error on the page" dispalys on the bottom status bar. How tofix
    this problem. Please advice me some thng. I created all the connectionpooland
    Data source objects during the creating the server in the new domain withthe
    help of Wizard.
    Thanx in advance
    Regards
    Ram

  • How to configure WebLogic with WebCenter¿?

    Hi,
    I have created 2 machines:
    - WebCenter in Oracle Linux with a database.
    - WebLogic Server in Oracle Linux too.
    From WebLogic Server I have to connect with WebCenter database, and I am not sure how to do it.
    I have tried to do it with:
    <WL_HOME>/common/bin/config.sh
    And I selected to create a new domain or create from an existing template (wls.jar), but with two options the wizard doesn't show me the JDBC configurations options.
    So, from WebLogic Server Admin Web in the Domain Structure there is JDBC, from here I think I can do it.
    But here is my doubt, if I want to work with JD Edwards EnterpriseOne too, the JDBC should be the JDE's database or webcenter's database¿?
    NOTE:
    with config.sh, after select the option "Create a new WebLogic domain" I need to select Domain Source, in the "Generate a domain configured automatically to support the following products", I only can select this:
    - WebLogic Advanced Web Services Extensions
    - Basic WebLogic Server is checked.
    But I haven't other options as:
    - Oracle WebCenter Spaces
    - Oracle EnterpriseManager
    - Oracle Portlet Producer
    etc
    Why I can see these options? Because I think that the new domain should be configurated to interact with WebCenter elements.
    Thanks and regards,
    Mónica.

    Hi,
    The configuration wizard (config.sh) lets you create a WebLogic Domain, however and depending on others "Oracle Middleware" products installed on the same "Oracle Home" (directory where weblogic has been installed) the configuration wizard allows you create the new weblogic domain to support the others middleware products such as WebCenter.
    When I say support It means that Configuration Wizard allows you to create the weblogic resources like JDBC connections, JMS services, and deploys all applications that integrates another product such as WebCenter.
    I suggest create your domain with support for WebCenter and then from Admin Console create the JDBC resource to connect to other database such as JD Edwards database.
    I hope this help.

  • How can configure weblogic for use Hibernate

    Hello everybody, my question is how can I configureit weblogic for use hibernate.
    I'm using JDeveloper 11g but I did not show any error when I run my jsp page, the page shows me all, but it is as if it never made the connection. the data of my table are empty.
    Thanks for your answers.

    thanks for answer. The jar was wrong, now I get not error, but also does not show me anything on my board ADF. seems to not connect. this is what I get in your log JDeveloper:
    C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=;C:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\jdeveloper\modules\features\adf.share_11.1.1.jar;;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;;
    PATH=C:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\patch_cie660\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.5\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Intel\DMIX;C:\Archivos de programa\Java\jdk1.6.0\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xmx512m -Djbo.34010=false -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.88\DEFAUL~1 -Doracle.home=C:\Oracle\Middleware\jdeveloper -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.88\DEFAUL~1\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    <06-02-2009 10:50:27 AM VET> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\antlr-2.7.6.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\asm.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\cglib-2.1.3.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\commons-collections-3.2.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\commons-logging-1.0.4.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\dom4j-1.6.1.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\hibernate3.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\jdom.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\jta.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\jtds-1.2.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\log4j-1.2.14.jar;C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\lib\mysql-connector-java-3.1.7-bin.jar;C:\Oracle\Middleware\patch_wls1030\profiles\default\sysext_manifest_classpath\weblogic_ext_patch.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ja.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ko.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <06-02-2009 10:50:28 AM VET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <06-02-2009 10:50:28 AM VET> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR380042 Thu Sep 11 13:33:40 PDT 2008
    WebLogic Server Temporary Patch for 7372756 Fri Sep 12 17:05:44 EDT 2008
    WebLogic Server Temporary Patch for CR381265 Wed Oct 08 10:15:58 PDT 2008
    WebLogic Server Temporary Patch for CR380913 Wed Oct 15 13:24:22 PDT 2008
    WebLogic Server Temporary Patch for CR381739 Tue Oct 21 14:06:14 IST 2008
    WebLogic Server 10.3 Mon Aug 18 22:39:18 EDT 2008 1142987 >
    <06-02-2009 10:50:29 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <06-02-2009 10:50:29 AM VET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <06-02-2009 10:50:29 AM VET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <06-02-2009 10:50:32 AM VET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <06-02-2009 10:50:36 AM VET> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <06-02-2009 10:50:36 AM VET> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <06-02-2009 10:50:37 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <06-02-2009 10:50:37 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <06-02-2009 10:50:38 AM VET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <06-02-2009 10:50:38 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <06-02-2009 10:50:38 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <06-02-2009 10:50:38 AM VET> <Warning> <Server> <BEA-002611> <Hostname "FAMILIA_KAWAIDA.mshome.net", maps to multiple IP addresses: 10.0.0.1, 201.222.105.26, 127.0.0.1>
    <06-02-2009 10:50:38 AM VET> <Warning> <Server> <BEA-002611> <Hostname "FAMILIA_KAWAIDA", maps to multiple IP addresses: 10.0.0.1, 201.222.105.26, 127.0.0.1>
    <06-02-2009 10:50:38 AM VET> <Warning> <Server> <BEA-002611> <Hostname "localhost", maps to multiple IP addresses: 10.0.0.1, 201.222.105.26, 127.0.0.1>
    <06-02-2009 10:50:38 AM VET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <06-02-2009 10:50:38 AM VET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 201.222.105.26:7101 for protocols iiop, t3, ldap, snmp, http.>
    <06-02-2009 10:50:38 AM VET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <06-02-2009 10:50:38 AM VET> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <06-02-2009 10:50:38 AM VET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <06-02-2009 10:50:38 AM VET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 16953 ms.
    DefaultServer started.
    [Running application TVB on Server Instance DefaultServer...]
    ---- Deployment started. ---- Feb 6, 2009 10:50:43 AM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-02-06 10:50:43.64: Writing WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\TVB\TVB-TVB-webapp
    2009-02-06 10:50:43.687: Wrote WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\TVB\TVB-TVB-webapp
    2009-02-06 10:50:43.906: Writing EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\TVB
    2009-02-06 10:50:43.921: Wrote EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\TVB
    Deploying Application...
    <06-02-2009 10:50:47 AM VET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application TVB is not versioned.>
    06-02-2009 10:50:47 AM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    ADF Library non-OC4J post-deployment (millis): 16
    06-02-2009 10:51:08 AM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    ADVERTENCIA: A duplicate definition for the feature "AdfDvtGraph" has been found at zip:C:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/TVB/6mq9lg/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. A feature with the same name was originally defined at zip:C:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    06-02-2009 10:51:08 AM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    ADVERTENCIA: A duplicate definition for the feature "AdfDvtGauge" has been found at zip:C:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/TVB/6mq9lg/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. A feature with the same name was originally defined at zip:C:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    06-02-2009 10:51:08 AM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    ADVERTENCIA: A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:C:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/TVB/6mq9lg/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. A feature with the same name was originally defined at zip:C:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    Application Deployed Successfully.
    Elapsed time for deployment: 26 seconds
    ---- Deployment finished. ---- Feb 6, 2009 10:51:09 AM
    Run startup time: 26766 ms.
    [Application TVB deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/TVB-TVB-context-root/faces/seguridad/grupo.jspx
    06-02-2009 10:51:17 AM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    ADVERTENCIA: ADFc: Sustituyendo la implementación del ciclo de vida de la página de ADF por 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    06-02-2009 10:51:17 AM oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: Marco portátil JMX inicializado con el SPI de plataforma "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    06-02-2009 10:51:17 AM oracle.adfinternal.controller.util.model.AdfmInterface initialize
    INFO: ADFc: BindingContext está presente, utilizando las API de ADFm para DataControlFrames.
    06-02-2009 10:51:17 AM oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider <init>
    INFO: ADFc: Almacenamiento de recursos de metadatos de MDS en la caché del controlador ACTIVADO.
    06-02-2009 10:51:17 AM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    INFO: ADFc: Cargando metadatos de inicialización de '/WEB-INF/adfc-config.xml'.
    thanks in advance for your response.

  • Not sure how to configure Weblogic with log4j.xml

    I tried something VERY similar to this. I wasn't sure where to put this code below. I figured in a Servlet environment, it should probably go in a Listener. I found an existing class inside of Spring that does exactly that: org.springframework.web.util.Log4jConfigListener
    I put my log4j configuration file into an entry in the classpath and configured web.xml as follows:
    <!-- Spring log4j parameters -->
            <context-param>
                <param-name>log4jConfigLocation</param-name>
                <param-value>classpath:gov/pa/dep/formu/resources/log4j.properties</param-value>
            </context-param>
            <context-param>
                <param-name>log4jRefreshInterval</param-name>
                <param-value>30000</param-value>
            </context-param>
            <!-- Spring Log4j config listener -->
         <listener>
              <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
         </listener>The server admin placed the actual log4j.properties file into an AppFileOverrides folder instead of under WEB-INF\classes. I don't know if this caused the problem or not. Since I also was using the DailyRollingFileAppender and running into problems LOSING my log entries each day because he file didn't get renamed, I followed Metalink BUG# 8459807, and used the datedFileAppender available at http://minaret.biz/tips/datedFileAppender.html.
    When the application started, the server log showed that log4j was being configured but none of my logging statements were going into the logs. It wasn't until the server admin placed a copy of log4j.properties (a different log4j.properties with a rolling file appender) that the log statements started going into the file that was configured based on web.xml.
    Surely, things can't be this difficult with log4j, and commons logging under WebLogic.
    All I want is APPLICATION LEVEL LOGS that are specific to the day.
    Can someone else elaborate on how they got this working?
    thanks a bunch,
    Eric

    Hi,
    The configuration wizard (config.sh) lets you create a WebLogic Domain, however and depending on others "Oracle Middleware" products installed on the same "Oracle Home" (directory where weblogic has been installed) the configuration wizard allows you create the new weblogic domain to support the others middleware products such as WebCenter.
    When I say support It means that Configuration Wizard allows you to create the weblogic resources like JDBC connections, JMS services, and deploys all applications that integrates another product such as WebCenter.
    I suggest create your domain with support for WebCenter and then from Admin Console create the JDBC resource to connect to other database such as JD Edwards database.
    I hope this help.

  • How to configure the client tnsnames.ora parameters with a MTS Server

    i have modified init.ora and start my oracle
    as a MTS instance.
    my client tnsnames.ora is the dedicate server
    model.
    how can i modify it and my clent can use
    MTS server.
    null

    Hi,
    I dont think u will have to configure anything seperatley on the tnsnames.ora file to connect to a MTS Database.
    I Hope i am right.
    Regards,
    Ganesh R

  • How to configure Weblogic for JSP

    Hi Everybody...
    I'm having weblogic server installed in my system. I'm trying to run <jsp:useBean> but it is giving me error while running my jsp.. Error is --- Cannot resolve symbol.
    Is this problem due to ..that my server is not configured or some other problem.
    I had placed my class file in [classes] folder under [WEB-INF] folder. My jsp file which I'm calling from an HTML page is placed under [DefaultWebApp] folder.
    for ur reference here are three file
    1. html
    2.jsp &
    3. java file
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>Session Learning</TITLE>
    </HEAD>
    <BODY>
    <FORM METHOD=POST ACTION="saveName.jsp">
         Enter name : <INPUT TYPE="text" NAME="username"><BR>
         Enter e-mail : <INPUT TYPE="test" NAME="emil">@edhan.com<br>
         Enter age : <INPUT TYPE="TEXT" NAME="age">
         <BR><INPUT TYPE="submit" VALUE="Enter">
    </FORM>
    </BODY>
    </HTML>
    <%@ page language="java" %>
    <%@ page import ="java.util.*" %>
    <jsp:useBean id="user" class="userData" scope="session"/>
    <jsp:setProperty name="user" property="*"/>
    <HTML>
         <BODY>
              Hello,
                   <%= user.getName() %>
                   <%= user.getEmail() %>
                   <%= user.getAge() %>
         </BODY>
    </HTML>
    public class userData {
         String name;
         String email;
         int age;
         public void setName(String mname) {
              name=mname;
         public void setEmail(String memail) {
              email=memail;
         public void setAge(int mage) {
              age=mage;
         public String getName() { return name; }
         public String getEmail() { return email; }
         public int getAge() { return age; }
    Please help me out.....
    Thanx

    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:88: cannot resolve symbol
    probably occurred due to an error in /saveName.jsp line 13:
    <jsp:useBean id="user" class="userData" scope="page" />
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:89: cannot resolve symbol
    probably occurred due to an error in /saveName.jsp line 13:
    <jsp:useBean id="user" class="userData" scope="page" />
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:92: cannot resolve symbol
    probably occurred due to an error in /saveName.jsp line 13:
    <jsp:useBean id="user" class="userData" scope="page" />
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:94: cannot resolve symbol
    probably occurred due to an error in /saveName.jsp line 13:
    <jsp:useBean id="user" class="userData" scope="page" />
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:88: cannot resolve symbol
    symbol : class userData
    location: class jsp_servlet.__savename
    userData user = null; //[ /saveName.jsp; Line: 13]
    ^
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:89: cannot resolve symbol
    symbol : class userData
    location: class jsp_servlet.__savename
    user = (userData)pageContext.getAttribute("user"); //[ /saveName.jsp; Line: 13]
    ^
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:92: cannot resolve symbol
    symbol : class userData
    location: class jsp_servlet.__savename
    user = (userData)pageContext.getAttribute("user"); //[ /saveName.jsp; Line: 13]
    ^
    C:\bea\user_projects\mydomain\myserver\.wlnotdelete\myserver_DefaultWebApp_DefaultWebApp\jsp_servlet\__savename.java:94: cannot resolve symbol
    symbol : class userData
    location: class jsp_servlet.__savename
    user = new userData(); //[ /saveName.jsp; Line: 13]
    ^

Maybe you are looking for

  • Lack of functionality

    Hi, I just downloaded the new Muse and have noticed that there are no form templates , payment widgets, and the lightbox does not allow single line of thumbnails under larger image with scrolling option. You can also not click on larger image and inc

  • Has Anyone gotten the Intelligent Agent to work???

    I have Oracle installed and all is well except for a few minor problems that I think the Intelligent Agent will solve. Has anyone gotten this to work on RedHat 6.0 with Oracle Enterprise Edition 8.0.5.1??? I was able to get it to work under Oracle8 S

  • Condition record of JIVC ( Central Sales tax) is not getting picked up

    Dear All, I have maintained the Central Sales tax condition type as JIVC and assigned a standard Access Seq. JCST. While creating a condition record, under key combination : Country/plant region/Region/Taxclassification1 Cust./Taxclassification Matl

  • APO DP Composite forecast and expost forecast

    Hi every body We want to use composite with standard mode with automatic correction of history by outlier. Univariates are univariates strategy 13 with moving average. It should be possible since I have seen doc explaining that we can store expost fo

  • URLEncoder.encode() for double-byte characters

    I use URLEncoder.encode(String s) and I know that this api is deprecated. Instead I use URLEncoder.encode(String s, String enc) api and I pass-in a URL as the value for 1st parameter which is "http://regexp.tistory.com/entry/깨진-한글-URL-변환" and for the