ServiceControl instantiate issues

Hi
I'm trying to call ServiceControl from outsite web service. I got following exception:
<Feb 2, 2007 2:35:49 PM EST> <Error> <com.bea.control.servicecontrol.util.mement
o.ServiceClassMementoUtil> <000000> <com.bea.control.servicecontrol.util.memento
.ServiceClassMementoUtil: Could not load the following resource file: com/it
/case/controls/servicecontrol/HeartBeatServiceControlServiceClassM
emento.ser. There are two possibilities why this would occur. The first is that
you are trying to run a 9.0 version of the service control. In this case everyth
ing should still work fine and you can ignore this exception. The other case is
that the resource file is not in the proper location of the classpath. It should
be in the same directory as the service control interface class. You might have
to change your build scripts to make this work out for you. The resource file i
s generated during control assembly time and needs to be moved to the same direc
tory as the service control interface class.>
java.lang.IllegalArgumentException: EmptyBuildtimeBindings.getClassFromXmlType()
: unable to find java type for e=beating@http://com/it/case/se
rvices
at weblogic.wsee.bind.buildtime.internal.EmptyBuildtimeBindings.getClass
FromXmlType(EmptyBuildtimeBindings.java:179)
at weblogic.wsee.bind.buildtime.internal.EmptyBuildtimeBindings.getClass
FromSchemaElement(EmptyBuildtimeBindings.java:73)
at weblogic.wsee.tools.source.EndpointBuilder.getJavaClassName(EndpointB
uilder.java:729)
at weblogic.wsee.tools.source.EndpointBuilder.addPart(EndpointBuilder.ja
va:660)
at weblogic.wsee.tools.source.EndpointBuilder.createParams(EndpointBuild
er.java:587)
at weblogic.wsee.tools.source.EndpointBuilder.createDocumentParams(Endpo
intBuilder.java:561)
at weblogic.wsee.tools.source.EndpointBuilder.addMethod(EndpointBuilder.
java:515)
at weblogic.wsee.tools.source.EndpointBuilder.buildEndpoint(EndpointBuil
der.java:471)
at weblogic.wsee.tools.source.EndpointBuilder.buildJsService(EndpointBui
lder.java:248)
at weblogic.wsee.tools.clientgen.ClientGenUtil.setupJsService(ClientGenU
til.java:286)
at weblogic.wsee.tools.clientgen.ClientGenUtil.setupServiceWithExistingT
ypes(ClientGenUtil.java:120)
at com.bea.control.servicecontrol.util.ServiceAnalyzer.makeServiceClassF
romExistingTypes(ServiceAnalyzer.java:197)
at com.bea.control.servicecontrol.util.ServiceClassCache.insertEntry(Ser
viceClassCache.java:109)
at com.bea.control.servicecontrol.util.ServiceClassCache.getServiceClass
(ServiceClassCache.java:73)
at com.bea.control.servicecontrol.impl.ServiceControlImpl.getServiceClas
s(ServiceControlImpl.java:1560)
at com.bea.control.servicecontrol.impl.ServiceControlImpl.invoke(Service
ControlImpl.java:508)
at com.it.case.controls.servicecontrol.HeartBeatServic
eControlBean.beating(HeartBeatServiceControlBean.java:124)
at com.it.case.controls.custcontrol.CreateRemedyTicket
ControlImpl.process(CreateRemedyTicketControlImpl.java:71)
at com.it.case.controls.custcontrol.CreateRemedyTicket
ControlBean.process(CreateRemedyTicketControlBean.java:117)
at com.it.case.batchjob.RemedyTicketProcessListener.ti
merExpired(RemedyTicketProcessListener.java:46)
at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
ap.java:37)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:265)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkMan
agerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
com.bea.control.ServiceControlException: Unable to retrieve ServiceClass for WSD
L at path com/it/case/controls/servicecontrol/HeartBeatService
.wsdl, service HeartBeatService for control com.rogers.icm.casemanagement.contro
ls.servicecontrol.HeartBeatServiceControl from cache[com.bea.control.servicecont
rol.util.ServiceClassCacheException: Unable to restore ServiceClass from resourc
e com/it/case/controls/servicecontrol/HeartBeatServiceControlS
erviceClassMemento.ser, service HeartBeatService for control com.it.case
.controls.servicecontrol.HeartBeatServiceControl]
at com.bea.control.servicecontrol.impl.ServiceControlImpl.getServiceClas
s(ServiceControlImpl.java:1581)
at com.bea.control.servicecontrol.impl.ServiceControlImpl.invoke(Service
ControlImpl.java:508)
at com.it.case.controls.servicecontrol.HeartBeatServic
eControlBean.beating(HeartBeatServiceControlBean.java:124)
at com.it.case.controls.custcontrol.CreateRemedyTicket
ControlImpl.process(CreateRemedyTicketControlImpl.java:71)
at com.it.case.controls.custcontrol.CreateRemedyTicket
ControlBean.process(CreateRemedyTicketControlBean.java:117)
at com.it.case.batchjob.RemedyTicketProcessListener.ti
merExpired(RemedyTicketProcessListener.java:46)
at weblogic.timers.internal.commonj.ListenerWrap.timerExpired(ListenerWr
ap.java:37)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:265)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkMan
agerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Caused by: com.bea.control.servicecontrol.util.ServiceClassCacheException: Unabl
e to restore ServiceClass from resource com/it/case/controls/s
ervicecontrol/HeartBeatServiceControlServiceClassMemento.ser, service HeartBeatS
ervice for control com.it.case.controls.servicecontrol.HeartBe
atServiceControl
at com.bea.control.servicecontrol.util.ServiceClassCache.insertEntry(Ser
viceClassCache.java:138)
at com.bea.control.servicecontrol.util.ServiceClassCache.getServiceClass
(ServiceClassCache.java:73)
at com.bea.control.servicecontrol.impl.ServiceControlImpl.getServiceClas
s(ServiceControlImpl.java:1560)
... 10 more
Caused by: com.bea.control.servicecontrol.util.memento.ServiceClassMementoExcept
ion: Could not load the following resource file: com/it/case/c
ontrols/servicecontrol/HeartBeatServiceControlServiceClassMemento.ser. There are
two possibilities why this would occur. The first is that you are trying to run
a 9.0 version of the service control. In this case everything should still work
fine and you can ignore this exception. The other case is that the resource fil
e is not in the proper location of the classpath. It should be in the same direc
tory as the service control interface class. You might have to change your build
scripts to make this work out for you. The resource file is generated during co
ntrol assembly time and needs to be moved to the same directory as the service c
ontrol interface class.
at com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil.l
oadServiceClass(ServiceClassMementoUtil.java:66)
at com.bea.control.servicecontrol.util.ServiceClassCache.insertEntry(Ser
viceClassCache.java:94)
... 12 more
Here is my code in which I instantiate my customer control:
package com.it.case.batchjob;
import org.apache.beehive.controls.api.bean.Control;
import org.apache.beehive.controls.api.bean.ControlReferences;
import org.apache.beehive.controls.api.bean.Controls;
import org.apache.beehive.controls.test.container.ControlTestContainerContext;
import com.it.case.controls.custcontrol.*;
import commonj.timers.Timer;
import commonj.timers.TimerListener;
@ControlReferences
public class RemedyTicketProcessListener implements TimerListener {
     @Control
     private CreateRemedyTicketControl createRT;
     public void timerExpired(Timer arg0) {
          // TODO Auto-generated method stub
          try {
               Controls.initializeClient(Thread.currentThread().getContextClassLoader(), this, null);
               ControlTestContainerContext ctcc = new ControlTestContainerContext();
               ctcc.beginContext();
               createRT = Controls.instantiate(CreateRemedyTicketControlBean.class, null, ctcc, null);
               Log.debug("Processing create cases!");
               createRT.process();
               ctcc.endContext();
          }catch(Exception e){
               e.printStackTrace();
I used service control and JDBC control in my customer control, here is the code:
package com.it.case.controls.custcontrol;
import org.apache.beehive.controls.api.bean.ControlImplementation;
import java.io.Serializable;
import java.sql.SQLException;
import org.apache.beehive.controls.api.bean.Control;
import com.it.case.dbutil.CaseManagementDBControl;
import com.it.case.valueobjects.CIMTrans;
import com.it.case.common.CommonConstants;
import com.it.case.controls.servicecontrol.HeartBeatServiceControl;
import com.it.util.Log;
* @author Bryan
@ControlImplementation
public class CreateRemedyTicketControlImpl implements
          CreateRemedyTicketControl, Serializable {
     private static final long serialVersionUID = 1L;
     @Control
     private CaseManagementDBControl caseManagementDBControl;
     @Control
     private HeartBeatServiceControl heartBeatServiceControl;
     public void process() {
          CIMTrans [] ctArray = null;
          try{
               ctArray = caseManagementDBControl.findTransData(CommonConstants.TRANSACTION_TYPE_CREATE,
                         CommonConstants.STATUS_UNHANDLED);
          }catch (SQLException sqle){
               Log.printStack(sqle);
               return;
          if((ctArray != null) && (ctArray.length > 0)){
               for(int i=0; i<ctArray.length; i++){
                    Log.debug("Before new CreateRemedyTicket class!!!");
                    heartBeatServiceControl.beating();
          return;
caseManagementDBControl is a JDBC control which is working well. heartBeatServiceControl is the service control which throwed the exceptions.
Anybody can help? Can I use service control from outside a web service?
Thanks!
Bryan.

Hi,
Unfortunately you cannot use the Service Control outside of the container. In order to test services outside the container you would need to use clientgen to generate JAX-RPC stubs.
http://edocs.bea.com/wls/docs92/webserv/anttasks.html#clientgen
There's currently several container dependencies that keep the ServiceControl from running from a JUnit ControlTestCase. A reason is that the ServiceControl is wrapping a JSR109 client; so the ServiceControl does a comp/env JNDI lookup to find the Service at runtime. Unfortunately it's not as simple as constructing a Service and initializing the JNDI tree during setUp().
It is already possible with the JdbcControl when using the connection properties rather than JNDI name to call from a standalone VM using programmatic instantiation.
Vimala-

Similar Messages

  • Instantiate MXML component in actionscript - percent sizing issues

    Hey guys,
    I'm busting my head trying to sort out this issue.
    I have a MXML custom component which is being instantiated in
    actionscript, e.g.:
    component:CustomComponent = new CustomComponent();
    The custom component extends Canvas (i.e. the root XML tag is
    a Canvas). Inside the component is another Canvas that wraps the
    children so they can be laid out using constraint-based
    measurements (e.g. top, left, right, bottom).
    The component is then added to a VBox through
    addChild(component).
    Here's the problem - the component doesn't appear on the
    screen. It's because it's not getting a width and height set
    correctly. If I bind the Canvas inside it to
    height="{parent.height}" and width="{parent.width}", then it
    appears correctly. The problem with this is that the compiler warns
    me that the binding won't be able to detect changes to the parent
    sizes. This sux when I launch full screen mode because it doesn't
    expand to fill the VBox (which sizes correctly).
    Is there something I'm missing here? How does the percentage
    based widths and heights get applied? Perhaps there's a breakdown
    in the flow or something.
    Thanks!!

    Thanks Peter, but I've given that a go already.
    I'm looking into trying to get the component instantiated
    through MXML, and then returning it using it's ID. If another
    container addChilds it, then the component will be removed from the
    (temporary) display list it was previously added to (simply for
    instantiating), correct?
    I think these layout issues are only when I instantiate it in
    actionscript, but further poking should reveal the truth....

  • Hi Guys! Will you share your thoughts on a Thread issue?

    Hi! I am working on figuring out how to get my application to use threads to enable the simultaneous movement of (n) balls across the JFrame area. The task is to enable the user to click on the application and with each click a new ball should be created as a Thread and then it should bounce back and forth across the screen.
    I have been working on this now for a couple of days. It would be really great if one of you guys could help me! :-)
    Here are my specific issues:
    I am using the mousePressed() method to generate the data needed to instantiate a Ball object. However, I cannot get it to work as a Thread.
    I tried calling the start() method on it but all that happens is the application stays blank.
    I cannot get this thing to work -and I really need to make it work today -- Please --- is there a sweetheart out there who will take a minute to help? ;-)
    Jennifer
    My code is below:
    Balls.java
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Balls extends JFrame implements MouseListener
          private int x, y, r, g, b;//Variables to hold x,y and color values
          private Vector basketOBalls;//Hold all of the Ball objects (and Threads created)
          private Ball ballFactory;//Ball objects created here
            Method Name: Balls()
            Return Value: none
            Input Parameters: None
            Method Description: Constructor
          public Balls()
            //call to super for Title of app
            super( " Bouncing Balls " );
            //Listen for mouse events
            addMouseListener( this ); 
            //instantiate the basketOBalls object
            basketOBalls = new Vector(20);
                //Set Initial JFrame Window Size
            setSize( 400, 400 );
         //Show it!
         show();
         }//EOConstructor
            Method Name: mousePressed(MouseEvent e)
            Return Value: none
            Input Parameters: MouseEvent
            Method Description: This takes the info from the users
            mouse click and creates a new Ball Object and then adds it
            to the basketOBalls Vector. Presently, it (incorrectly?) also
            calls the repaint() method in order to draw the ball to the
            screen.
           public void mousePressed( MouseEvent e )
               x = e.getX();//set x value
               y = e.getY();//set y value
               r = 1 + (int) ( 254 * Math.random() );//set red value
               g = 1 + (int) ( 254 * Math.random() );//set green value
               b = 1 + (int) ( 254 * Math.random() );//set blue value
               Color colorin = new Color( r, g, b );
               ballFactory = new Ball( x, y, colorin );
               //new Thread(ballFactory).start(); //This is the Problem area!!!!!!!!!!!!!!!!!!!!!
               basketOBalls.addElement( ballFactory );
               repaint();
            }//EOmP
            Method Name: paint( Graphics g )
            Return Value: none
            Input Parameters: Graphics Object g
            Method Description: Walk through the Vector to
            explicitly cast each object back as a Ball and
            then calls the Ball draw() and ball move() methods
            in order to make the balls move on the screen.
        public void paint( Graphics g )
            Ball b;
            for( int i = 0; i < basketOBalls.size(); i++)
               b = (Ball) (basketOBalls.elementAt(i));
               b.draw(g);
               b.move();
            }//EOFor
          }//EOpaint
            Method Name: main()
            Return Value: none
            Input Parameters: String args[]
            Method Description: This makes it all go.
          public static void main( String args[] )
            Balls app = new Balls();
            app.addWindowListener(
              new WindowAdapter()
                     public void windowClosing( WindowEvent e )
                                    System.exit(0);
                     }//EOwindowClosing Method
              }//EOWindowAdapter Method
              );//EOaddWindowListener Argument
          }//EOMain
        public void mouseClicked( MouseEvent e ) { }
        public void mouseReleased( MouseEvent e ) { }
        public void mouseEntered( MouseEvent e ) { }
        public void mouseExited( MouseEvent e ) { }
    }//EOFBall.java
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Ball extends JFrame //implements Runnable
            public static final int APP_SIZE = 400;//set bounds for screen area
         public static final int RADIUS = 15;//set size of balls
            private Color bgColor = java.awt.Color.lightGray;//may be used to clear background of JFrame
         private int x, y;//x & y coordinates
         private int speedX, speedY;//distances to use to redraw the balls
            private Color color = null;//the color of a ball
            Method Name: Ball(int initX, int initY, Color colorin) 
            Return Value: none
            Input Parameters: int, int , color
            Method Description: Constructor that creates a Ball object
         public Ball(int initX, int initY, Color colorin)
              x = initX;
              y = initY;
                    color = colorin;
                 speedX = (int)(1 + (Math.random() * 10));
              speedY = (int)(1 + (Math.random() * 10));
            Method Name: move()
            Return Value: none
            Input Parameters: none
            Method Description: This calculates the balls position and keeps it within
            the 400 pixel size of the application frame.
         public void move()
              x += speedX;
              y += speedY;
              if ((x - RADIUS < 0) || (x + RADIUS > APP_SIZE))
                   speedX = -speedX;
                   x += speedX;
              if ((y - RADIUS < 0) || (y + RADIUS > APP_SIZE))
                   speedY = -speedY;
                   y += speedY;
         } //EOMove
            Method Name: draw(Graphics bg) 
            Return Value: none
            Input Parameters: graphics
            Method Description: This method is how the ball draws itself
            public void draw(Graphics bg)
                bg.setColor( color );
                bg.fillOval(x - RADIUS, y - RADIUS, 2 * RADIUS, 2 * RADIUS);
    //PROBLEM AREA PROBLEM AREA PROBLEM AREA PROBLEM AREA PROBLEM AREA PROBLEM AREA
            Method Name: run() 
            Return Value: none
            Input Parameters: none
            Method Description: This method is called by start() in the Balls.java file
            found in the mousePressed() method. however, it does not work properly.
         public void run()
               while(true)
              try
                 Thread.sleep(100);
                       move();
                       draw(g);
                       repaint();
                    catch(Exception e)
                    e.printStackTrace( System.out );
        }//EOF

    There needs to be only one thread. On every mouse pressed just add a new Ball object to the vector located in Balls class. That thread need only invoke a repaint on your main class called Balls.
    public class Balls extends JFrame implements Runnable,MouseListener{
    Vector vector = new Vector();
    public static void main(String[] args){
    Balls balls = new Balls(); balls.setSize(400,400);
    balls.setVisible(true);
    Thread thread = new Thread(this);
    thread.start();
    public void run(){ 
    while(true){
    repaint();
    try{
    Thread.sleep(4000); //delay
    }catch(InterruptedException e){}
    public void paint(Graphics){
    for(i=0; i<vector.size(); i++){
    Ball b = (Ball)vector.elementAt(i);
    reposition(b);
    g.drawArc(b.getX(),b.getY(),0,360);
    public void reposition(Ball b){
    // reposition ball using balls get/set methods.
    public void MouseClicked(MouseEvent e){
    // add a new ball to vector.
    public class Ball{
    int x,y;
    public int getX(){ return x; }
    public int getY(){ return y; }
    public int setX(int x){ this.x = x; }
    public int setY(int y){ this.y = y; }
    Do check the syntax and compilation errors. The code above should give you some idea for approach.

  • Issue while parsing the MYSAPSSO2 Cookie

    Hi All,
    We are trying to establish SSO with a non SAP web application using MYSAPSSO2 cookie.
    Plan is to write a java class which can parse out the MYSAPSSO2 cookie, extract the user Id and use it for single sign on.
    Following Libraries are used:
    logging.jar
    i18n_cp.jar
    iaik_jce.jar
    com.sap.security.api.jar
    com.sap.security.core.jar
    rscp4j.dll(this is downloaded from a SAP EP 7.0 instance running in windows 2003 server in our landscape).
    Our Source SAP EP 7.0 instance which will be issuing the cookie is running in Solaris.
    The target application in which the cookie is parsed, is running in Windos 2003 64 bit server.
    Following is the code which we are using.
    //Instantiate the rpovider
    IAIK provider = new IAIK();
    Security.addProvider(provider);
    //Instantiate the ticket
    tv  =   new com.sap.security.core.ticket.imp.Ticket();
    //set teh certificates
    tv.setCertificates(certificates);
    //set the MYSAPSSO2 cookie
    tv.setTicket(strCookie);
    if (!tv.isValid()){
         System.out.println("Ticket is not valid");
    //Verify the ticket
    tv.verify();
    isValid method is working fine - it is returning true or false exactly based on the validity.
    ISSUE:
    tv.verify();--->Raises the following exception:
    java.security.SignatureException-Certificate (Issuer="CN=SID,OU=XX,O=XYZ,L=LO,ST=ST,C=CO", S/N=1234567890) not found.
    When analyzed, it looks like the verify method is trying to compare the issuer's serial number in integer format
    but the portal is providing the serial number in hexadecimal format.
    So the keystore has the certificate with the same issuer and serial number but the serial number is in hexadecimal format.
    The certificate from SAP Enterprise Portal was imported to the local keystore using the keytool -import option.
    Could anyone help resolve this issue?
    Thanks in advance.

    Hi,
    im facing the exact same problem, and I think I found the reason for the behavior described above.
    The Problem seems to be located at
    [http://help.sap.com/javadocs/NW73/SPS01/CE/se/com.sap.se/com/sap/security/api/ticket/TicketVerifier.html#verify()]
    from com.sap.security.api.jar, just like mentioned.
    But the Problem seems to be the issuer, not the serial number.
    When decompiling  com.sap.security.api.jar with JD-GUI ([http://java.decompiler.free.fr/?q=jdgui]),
    you can see the following:
         public static java.security.cert.X509Certificate[] findCertificates(
                   java.security.cert.X509Certificate[] certificates, String issuer, BigInteger serial) {
              if ((certificates == null) || (certificates.length == 0)) {
                   return null;
              ArrayList certificateList = new ArrayList();
              for (int i = 0; i < certificates.length; i++) {
                   java.security.cert.X509Certificate certificate = certificates<i>;
                   if ((certificate.getIssuerDN().getName().equals(issuer)) && (certificate.getSerialNumber().equals(serial))) {
                        certificateList.add(certificate);
              if (certificateList.size() == 0) {
                   return null;
              java.security.cert.X509Certificate[] matchedCertificates = new java.security.cert.X509Certificate[certificateList
                        .size()];
              certificateList.toArray(matchedCertificates);
              return matchedCertificates;
    As you can see, the issuer-parameter is beeing compared with the issuer from the certificate. And here comes the weird stuff: While the  issuer-parameter contains an issuer like
    "OU=J2EE,CN=EXAMPLE"
    the issuer retrieved from the certificate is
    "OU=J2EE, CN=EXAMPLE"
    (see toString() of the java.security.cert.X509Certificate)
    You see the missing whitespace after the comma? This is the reason why the if-condition fails and you get something like
    java.security.SignatureException: Certificate (Issuer="OU=J2EE,CN=EXAMPLE", S/N=1234) not found.
    A workaround (a really UGLY one, I admit), is the following:
    1. Open  com.sap.security.api.jar with a ZIP-tool and delete
    /com/sap/security/api/ticket/TicketVerifier.class
    2. Copy the decompilied Version of TicketVerifier to Java-Class /com/sap/security/api/ticket/TicketVerifier.java
    3. Change
    for (int i = 0; i < certificates.length; i++) {
         java.security.cert.X509Certificate certificate = certificates<i>;
         if ((certificate.getIssuerDN().getName().equals(issuer)) && (certificate.getSerialNumber().equals(serial))) {
              certificateList.add(certificate);
    to
    for (int i = 0; i < certificates.length; i++) {
         X509Certificate certificate = certificates<i>;
         String dnNameFromCert = certificate.getIssuerDN().getName().replaceAll(", ", ",");
         BigInteger serialNumberFromCert = certificate.getSerialNumber();
         if ((dnNameFromCert.equals(issuer)) && (serialNumberFromCert.equals(serial))) {
              certificateList.add(certificate);
    4. Package this class into a jar and make it available in your classpath.
    5. Enjoy
    To me, this is a huge bug in the SAP-Library and has to be fixed.
    Regards
    Matthias
    Edited by: Matthias82 on Sep 29, 2011 12:47 PM

  • WSAD 5, xerces, datasource and classcastexception issue

    I am running into an issue trying to run my code once I upgraded from WDAD 5.0 to WSAD 5.01. I am getting the error below when I try and connect to my DataSource. This all was working fine before I upgraded. It looks like an issue with the xerces.jar file because if I take out the JAXP stuff in the xerces.jar file I work fine. But I need the JAXP stuff because I am doing messaging. Anyone have any ideas?
    [5/22/03 7:02:59:848 CDT] 2ec4c80 SystemOut O 2003.05.22 07:02:59.848--ServerSession(426724481)--Thread[asyncDelivery0,5,main]--Connection(47762586)--TopLink, version:TopLink - 9.0.3 (Build 423)
    2003.05.22 07:02:59.848--ServerSession(426724481)--Thread[asyncDelivery0,5,main]--Connection(47762586)--connecting(DatabaseLogin(
         platform => DB2Platform
         user name => "ou79ecm"
         datasource name => "jdbc/DB239DataSource"
    [5/22/03 7:03:00:118 CDT] 2ec4c80 ConnectionFac I J2CA0122I: Resource reference jdbc/DB239DataSource could not be located, so default values of the following are used: [Resource-ref settings]
         res-auth: 1 (APPLICATION)
         res-isolation-level: 0 (TRANSACTION_NONE)
         res-sharing-scope: true (SHAREABLE)
         res-resolution-control: 999 (undefined)
    [Other attributes]
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    [5/22/03 7:03:01:160 CDT] 2ec4c80 ConnectionFac E J2CA0009E: An exception occurred while trying to instantiate the ManagedConnectionFactory class com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl used by resource jdbc/DB239DataSource : java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl
         at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
         at com.ibm.ejs.j2c.XMLReader.validate(XMLReader.java:673)
         at com.ibm.ejs.j2c.XMLReader.init(XMLReader.java:241)
         at com.ibm.ejs.j2c.XMLReader.<init>(XMLReader.java:165)
         at com.ibm.ejs.j2c.ConnectorRuntime.getJ2C_Properties(ConnectorRuntime.java:341)
         at com.ibm.ejs.j2c.poolmanager.PoolManager.<init>(PoolManager.java:541)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createCFD_Common(ConnectionFactoryBuilderImpl.java:699)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createConnectionFactoryDetails(ConnectionFactoryBuilderImpl.java:417)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1400)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:884)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1675)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1538)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1458)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1130)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:122)
         at javax.naming.InitialContext.lookup(InitialContext.java:363)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)
    [5/22/03 7:03:01:310 CDT] 2ec4c80 ConnectionFac A J2CA0013I: An exception occurred while trying to create ManagedConnectionFactory for DB239DataSource : java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl
         at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
         at com.ibm.ejs.j2c.XMLReader.validate(XMLReader.java:673)
         at com.ibm.ejs.j2c.XMLReader.init(XMLReader.java:241)
         at com.ibm.ejs.j2c.XMLReader.<init>(XMLReader.java:165)
         at com.ibm.ejs.j2c.ConnectorRuntime.getJ2C_Properties(ConnectorRuntime.java:341)
         at com.ibm.ejs.j2c.poolmanager.PoolManager.<init>(PoolManager.java:541)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createCFD_Common(ConnectionFactoryBuilderImpl.java:699)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createConnectionFactoryDetails(ConnectionFactoryBuilderImpl.java:417)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1400)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:884)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1675)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1538)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1458)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1130)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:122)
         at javax.naming.InitialContext.lookup(InitialContext.java:363)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)
    [5/22/03 7:03:01:340 CDT] 2ec4c80 Helpers W NMSV0605W: A Reference object looked up from the context "localhost/nodes/localhost/servers/server1" with the name "jdbc/DB239DataSource" was sent to the JNDI Naming Manager and an exception resulted. Reference data follows:
    Reference Factory Class Name: com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl
    Reference Factory Class Location URLs: <null>
    Reference Class Name: DB239DataSource
    Type: connectorName
    Content: DB239DataSource
    Type: classpath
    Content: C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib/rsadapter.rar
    Type: FactoryJndiName
    Content: jdbc/DB239DataSource
    Address Type: dd
    AddressContents: ffffffac ffffffed 0 5 73 72 0 25 63 6f 6d 2e 69 62 6d 2e 65 6a 73 2e 6a 32 63 2e 52 65 73 6f 75 72 63 65 ...
    Address Type: poolProps
    AddressContents: ffffffac ffffffed 0 5 73 72 0 27 63 6f 6d 2e 69 62 6d 2e 65 6a 73 2e 6a 32 63 2e 43 6f 6e 6e 65 63 74 6f ...
    Address Type: configProps
    AddressContents: ffffffac ffffffed 0 5 73 72 0 23 63 6f 6d 2e 69 62 6d 2e 65 6a 73 2e 6a 32 63 2e 43 6f 6e 6e 65 63 74 6f ...
    Address Type: dsProps
    AddressContents: ffffffac ffffffed 0 5 73 72 0 14 6a 61 76 61 2e 75 74 69 6c 2e 50 72 6f 70 65 72 74 69 65 73 39 12 ffffffd0 7a ...
    Address Type: mcfProps
    AddressContents: ffffffac ffffffed 0 5 73 72 0 2d 63 6f 6d 2e 69 62 6d 2e 65 6a 73 2e 6a 32 63 2e 4d 61 6e 61 67 65 64 43 ...
    Address Type: mbeanProps
    AddressContents: ffffffac ffffffed 0 5 73 72 0 1a 63 6f 6d 2e 69 62 6d 2e 65 6a 73 2e 6a 32 63 2e 4d 42 65 61 6e 50 72 6f ...
    Exception data follows:
    java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl
         at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
         at com.ibm.ejs.j2c.XMLReader.validate(XMLReader.java:673)
         at com.ibm.ejs.j2c.XMLReader.init(XMLReader.java:241)
         at com.ibm.ejs.j2c.XMLReader.<init>(XMLReader.java:165)
         at com.ibm.ejs.j2c.ConnectorRuntime.getJ2C_Properties(ConnectorRuntime.java:341)
         at com.ibm.ejs.j2c.poolmanager.PoolManager.<init>(PoolManager.java:541)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createCFD_Common(ConnectionFactoryBuilderImpl.java:699)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createConnectionFactoryDetails(ConnectionFactoryBuilderImpl.java:417)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1400)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:884)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1675)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1538)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1458)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1130)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:122)
         at javax.naming.InitialContext.lookup(InitialContext.java:363)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)
    [5/22/03 7:03:01:891 CDT] 2ec4c80 Helpers W NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
    Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
    Context method: lookup
    Context name: localhost/nodes/localhost/servers/server1
    Target name: jdbc/DB239DataSource
    Other data:
    Exception stack trace: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. Root exception is java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl
         at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
         at com.ibm.ejs.j2c.XMLReader.validate(XMLReader.java:673)
         at com.ibm.ejs.j2c.XMLReader.init(XMLReader.java:241)
         at com.ibm.ejs.j2c.XMLReader.<init>(XMLReader.java:165)
         at com.ibm.ejs.j2c.ConnectorRuntime.getJ2C_Properties(ConnectorRuntime.java:341)
         at com.ibm.ejs.j2c.poolmanager.PoolManager.<init>(PoolManager.java:541)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createCFD_Common(ConnectionFactoryBuilderImpl.java:699)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createConnectionFactoryDetails(ConnectionFactoryBuilderImpl.java:417)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1400)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:884)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1675)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1538)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1458)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1130)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:122)
         at javax.naming.InitialContext.lookup(InitialContext.java:363)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)
    2003.05.22 07:03:02.111--ServerSession(426724481)--Thread[asyncDelivery0,5,main]--EXCEPTION [TOPLINK-7060] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.ValidationException
    EXCEPTION DESCRIPTION: Cannot acquire data source [jdbc/DB239DataSource].
    INTERNAL EXCEPTION: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl]LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-7060] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.ValidationException
    EXCEPTION DESCRIPTION: Cannot acquire data source [jdbc/DB239DataSource].
    INTERNAL EXCEPTION: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl]
         at oracle.toplink.exceptions.ValidationException.cannotAcquireDataSource(Unknown Source)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)
    INTERNAL EXCEPTION STACK:
    com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. Root exception is java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl
         at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
         at com.ibm.ejs.j2c.XMLReader.validate(XMLReader.java:673)
         at com.ibm.ejs.j2c.XMLReader.init(XMLReader.java:241)
         at com.ibm.ejs.j2c.XMLReader.<init>(XMLReader.java:165)
         at com.ibm.ejs.j2c.ConnectorRuntime.getJ2C_Properties(ConnectorRuntime.java:341)
         at com.ibm.ejs.j2c.poolmanager.PoolManager.<init>(PoolManager.java:541)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createCFD_Common(ConnectionFactoryBuilderImpl.java:699)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createConnectionFactoryDetails(ConnectionFactoryBuilderImpl.java:417)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1400)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:884)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1675)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1538)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1458)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1130)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:122)
         at javax.naming.InitialContext.lookup(InitialContext.java:363)
         at oracle.toplink.jndi.JNDIConnector.connect(Unknown Source)
         at oracle.toplink.sessions.DatabaseLogin.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.buildConnection(Unknown Source)
         at oracle.toplink.threetier.ConnectionPool.startUp(Unknown Source)
         at oracle.toplink.threetier.ServerSession.connect(Unknown Source)
         at oracle.toplink.publicinterface.DatabaseSession.login(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getSession(ToplinkServerSessionFactory.java:121)
         at com.deere.jdc.toplink.ToplinkServerSessionFactory.getClientSession(ToplinkServerSessionFactory.java:56)
         at com.deere.jdc.component.rcts.dao.RCTSGateway.findDealerASMByDealerNumber(RCTSGateway.java:194)
         at com.deere.jdc.component.rcts.service.RCTSService.getRCTSDealerASM(RCTSService.java:159)
         at com.deere.jdc.component.rcts.adapter.SoapRCTSService.getRCTSDealerASM(SoapRCTSService.java:107)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.invokeServiceMethod(RCTSMessageHandler.java:103)
         at com.deere.jdc.component.rcts.messaging.RCTSMessageHandler.processMessage(RCTSMessageHandler.java:62)
         at com.deere.jdc.mqseries.MQJMSMessageHandler.onMessage(MQJMSMessageHandler.java:122)
         at com.ibm.mq.jms.MQQueueReceiver.receiveAsync(MQQueueReceiver.java:861)
         at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:401)
         at java.lang.Thread.run(Thread.java:513)

    This looks like a classPath issue.check ur runtime
    class path and make sure xerces is before any other
    parser(xml4j /oracleParser)
    vasanth

  • Issue with Deploying and calling a BPEL process on ALBPM enterprise server

    Hi,
    I am trying to put in place a POC using Aqualogic BEA products (using ALBPM 5.7, Enterprise Server 5.7, ALSB 2.6, Weblogic App server 9.2). My goal is to put in place a simple BPEL process (using ALBPM) which would call a webservice exposed through ALSB. This BPEL process is initiated by a wrapper BPMN process calling the BPEL process through fuego code.
    Though we are able to do the above on a standalone ALBPM studio, When we try to deploy the exported BPM project on the enterprise server and access it through the hiper workspace portal we are getting the following error in the BPM Process Administrator Log of the Engine.
    A component failed while executing activity '/Process#Default-1.0/Global' (BP-method Global). Details: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. Caused by: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:916) at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1068) at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:389) at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:106) at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:481) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:655) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:616) at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:442) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:164) at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:142) at fuego.server.execution.Global.execute(Global.java:81) at fuego.server.AbstractProcessBean$38.execute(AbstractProcessBean.java:2496) at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:290) at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:462) at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:540) at fuego.transaction.TransactionAction.start(TransactionAction.java:213) at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:117) at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66) at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2491) at fuego.ejbengine.EJBProcessControlAdapter.runGlobalActivity(EJBProcessControlAdapter.java:386) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl.runGlobalActivity(EJBProcessControlAdapter_hu750h_EOImpl.java:2877) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335) at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252) at fuego.ejbengine.EJBProcessControlAdapter_hu750h_EOImpl_921_WLStub.runGlobalActivity(Unknown Source) 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:585) at fuego.papi.impl.AbstractProcessControlHandler.invokeInternal(AbstractProcessControlHandler.java:48) at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:111) at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:66) at $Proxy77.runGlobalActivity(Unknown Source) 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:585) at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1478) at fuego.lang.JavaObject.invoke(JavaObject.java:185) at fuego.papi.impl.j2ee.EJBExecution.next(EJBExecution.java:200) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:157) at fuego.portal.wapi.WebInteractiveExecution.process(WebInteractiveExecution.java:54) at fuego.portal.wapi.InteractiveExecution.process(InteractiveExecution.java:200) at fuego.portal.servlet.ExecutionDispatcher.runGlobalActivity(ExecutionDispatcher.java:659) at fuego.portal.servlet.ExecutionDispatcher.processRequest(ExecutionDispatcher.java:144) at fuego.portal.servlet.ExecutionDispatcher.doPost(ExecutionDispatcher.java:105) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at fuego.portal.servlet.AuthenticatedWamServlet.service(AuthenticatedWamServlet.java:1049) at fuego.portal.servlet.SingleThreadPerSession.service(SingleThreadPerSession.java:73) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at fuego.servlet.multipart.BaseMultipartFilter.doFilter(BaseMultipartFilter.java:57) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Caused by: fuego.connector.ConnectorException: The configuration name [ProcessService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. at fuego.connector.ConnectorException.connectorNotFound(ConnectorException.java:55) at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:586) at fuego.connector.ConnectorTransaction.getConnectorInterface(ConnectorTransaction.java:618) at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:254) at fuego.soaptype.WSConfiguration.getInstance(WSConfiguration.java:55) at fuego.soaptype.Endpoint.create(Endpoint.java:42) at fuego.soaptype.WebServiceInstantiator.instantiate(WebServiceInstantiator.java:58) at fuego.component.Component.instantiateDynamic(Component.java:123) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:241) at CapGemini.Process.Default_1_0.Instance.CIL_callBPEL(Instance.java:307) 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:585) at fuego.server.execution.EngineExecutionContext.invokeMethodAsCil(EngineExecutionContext.java:907) ... 64 more
    Two things here that might help to understand the problem better :
    1) As I understand the error is due to some issue while calling the BPEL process from the Fuego code.
    The Fuego code which call's the BPEL from the BPMN process is as follows :
    helloResponse as String = "someoutput"
    helloRequest as String = "someinput"
    sessionid as String
    // Starting a Session.
    // In case you are testing this in the Studio,
    // the password must be the same as the user
    startSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using user = "test",
    password = "test"
    returning sessionid = result
    // createTest is the name of the operation
    // in the exposed process.
    // In this case the process "ExposedProcess"
    // has a web service operation
    // called "createTest" that is a "Process Creation" type
    // and uses the Begin activity's argument set
    callHello BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid,
    arg1 = helloRequest
    returning helloResponse = result
    // Closing the session
    discardSession BPELWSDL.ProcessServiceListenerWSDL.ProcessService
    using sessionId = sessionid
    display "The BPEL's response : " + helloResponse
    2) Further, I had catalogued the BPEL's wsdl to the location http://localhost:9000/fuegoServices/ws/ProcessServiceListener?WSDL while running the same in Studio, but while deploying on the enterprise server , I made this point to http://localhost:7001/fuegoServices/ws/ProcessServiceListener?WSDL Is this correct ?
    Any thought on this issue would be appreciated.
    Regards
    Deepak

    Hi Deepak,
    We are also facing a similar problem, while accessing an external webservice from a BPM process.
    Were you able to resolve this issue.
    If so, Could you please let us know the procedure that you followed to resolve the issue.
    Thanks in Advance,
    Krishnaveni.

  • Issue while getting the Hibernate EntityManagerFactory in Weblogic (EJB3)

    I am facing an issue when am getting the EntityManagerFactory from JPA from the following code in weblogic StartUp Class
    EntityManagerFactory emf =
    Persistence.createEntityManagerFactory("testEJBPU");
    logger.info("Created EntityManagerFactory");
    Context ctx = new InitialContext();
    ctx.rebind("testEJBPU", emf);
    The above code is only returning the OPenJPA EntityManagerFactory instead of the Hibernate's I have the following in my Presistence.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright (c) 2006 Illuminatics, Inc.
    All rights reserved.
    -->
    <persistence 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"
    version="1.0">
    <persistence-unit name="testEJBPU" transaction-type="JTA">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <jta-data-source>jdbc/evolvDS</jta-data-source>
    <properties>
    <property name="hibernate.ejb.cfgfile"
    value="META-INF/hibernate.cfg.xml"/>
    <property name="hibernate.transaction.factory_class"
    value="org.hibernate.ejb.transaction.JoinableCMTTransactionFactory"/>
    <property name="hibernate.transaction.manager_lookup_class"
    value="org.hibernate.transaction.WeblogicTransactionManagerLookup"/>
    <property name="hibernate.cache.provider_class"
    value="org.hibernate.cache.EhCacheProvider"/>
    <property name="hibernate.cache.jndi"
    value="evolv-cache"/>
    </properties>
    </persistence-unit>
    </persistence>
    and am getting the following error which is related to openJPA when application starts up
    <Apr 14, 2009 9:48:18 AM PKT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "binder", <1.0.0 fatal user error> org.apache.openjpa.util.UserException: A JDBC Driver or DataSource class name must be specified in the ConnectionDriverName property.
    <1.0.0 fatal user error> org.apache.openjpa.util.UserException: A JDBC Driver or DataSource class name must be specified in the ConnectionDriverName property.
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.newDataSource(DataSourceFactory.java:70)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:802)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:568)
    at org.apache.openjpa.jdbc.meta.MappingRepository.endConfiguration(MappingRepository.java:1185)
    at org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations.java:450)
    at org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations.java:375)
    at org.apache.openjpa.lib.conf.PluginValue.instantiate(PluginValue.java:102)
    at kodo.conf.CachingMetaDataRepositoryPlugin.instantiate(CachingMetaDataRepositoryPlugin.java:29)
    at org.apache.openjpa.lib.conf.ObjectValue.instantiate(ObjectValue.java:79)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.newMetaDataRepositoryInstance(OpenJPAConfigurationImpl.java:833)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.getMetaDataRepositoryInstance(OpenJPAConfigurationImpl.java:828)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:539)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.readResolve(AbstractBrokerFactory.java:381)
    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:585)
    at java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:1033)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1728)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
    at weblogic.rmi.extensions.server.CBVInputStream.readObjectInternal(CBVInputStream.java:71)
    at weblogic.rmi.extensions.server.CBVInputStream.readObject(CBVInputStream.java:65)
    at weblogic.jndi.internal.JNDIHelper.copyObject(JNDIHelper.java:36)
    at weblogic.jndi.internal.WLEventContextImpl.copyObject(WLEventContextImpl.java:379)
    at weblogic.jndi.internal.WLEventContextImpl.rebind(WLEventContextImpl.java:114)
    at javax.naming.InitialContext.rebind(InitialContext.java:367)
    at com.illuminatics.test.weblogic.EntityManagerFactoryBinder.main(EntityManagerFactoryBinder.java:52)
    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:585)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeMain(ClassDeploymentManager.java:353)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:263)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
    at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    My EAR Structure is as:
    testEJBProject.ear
    -->lib/
    -->META-INF/
    ----->application.xml
    ----->MANIFEST.MF
    -->testEJB.jar
    ----->META-INF/
    --------->hibernate.cfg.xml
    --------->INDEX.LST
    --------->MANIFEST>MF
    --------->persistence.xml
    ----->com/../..*
    Kindly Let me know its solution if anyone has encountered it before!.

    Hi,
    It doesn't look like your persistence.xml file is being found so Kodo (the current default JPA provider in WLS) is being used (and it's complaining because it doesn't see a datasource configured or any necessary properties for Kodo to setup its own connection pool).
    In order for your persistence.xml to be found it must be visible to the context ClassLoader on the Thread when the Persistence.createEntityManagerFactory call is made. Is your startup class configured at the server level or is it configured in your application (via a weblogic-application.xml file)?
    I don't think a server startup class would work in this case but an application startup class should.
    - Matt

  • Issue in parsing MYSAPSSO2 Cookie -Certificate Serial no is in Hexadecimal

    Hi All,
    We are trying to establish SSO with a non SAP web application using MYSAPSSO2 cookie.
    Plan is to write a java class which can parse out the MYSAPSSO2 cookie, extract the user Id and use it for single sign on.
    Following Libraries are used:
    logging.jar
    i18n_cp.jar
    iaik_jce.jar
    com.sap.security.api.jar
    com.sap.security.core.jar
    rscp4j.dll(this is downloaded from a SAP EP 7.0 instance running in windows 2003 server in our landscape).
    Our Source SAP EP 7.0 instance which will be issuing the cookie is running in Solaris.
    The target application in which the cookie is parsed, is running in Windos 2003 64 bit server.
    Following is the code which we are using.
    //Instantiate the rpovider
    IAIK provider = new IAIK();
    Security.addProvider(provider);
    //Instantiate the ticket
    tv = new com.sap.security.core.ticket.imp.Ticket();
    //set teh certificates
    tv.setCertificates(certificates);
    //set the MYSAPSSO2 cookie
    tv.setTicket(strCookie);
    if (!tv.isValid()){
    System.out.println("Ticket is not valid");
    //Verify the ticket
    tv.verify();
    isValid method is working fine - it is returning true or false exactly based on the validity.
    ISSUE:
    tv.verify();--->Raises the following exception:
    java.security.SignatureException-Certificate (Issuer="CN=SID,OU=XX,O=XYZ,L=LO,ST=ST,C=CO", S/N=1234567890) not found.
    When analyzed, it looks like the verify method is trying to compare the issuer's serial number in integer format
    but the portal is providing the serial number in hexadecimal format.
    So the keystore has the certificate with the same issuer and serial number but the serial number is in hexadecimal format.
    If I print the certificates available in the keystore it is printing that certificate with serial number in hexadecimal format. if I convert that hexadecimal to decimal - I get the same number which is part of the error message raised by the code.
    The certificate from SAP Enterprise Portal was imported to the local keystore using the keytool -import option.
    Could anyone help resolve this issue?
    Thanks in advance.

    Any advice please?
    Do I need to post it in a different forum?

  • Coding Question Because of Compiling Issues

    Hi there, I need help with some code, here it is.
    import java.util.*;
    import java.text.*;
    public class InvestCalc {
         //declaration of instance variables
         private double interest, principal;
         //default constructor, sets interest and principal to zero
         public InvestCalc() {
              interest = 0.0;
              principal = 0.0;
         //overloaded constructor
         public InvestCalc( double startInterest, double startPrincipal) {
              interest = startInterest;
              principal = startPrincipal;
         //accessor methods for instance variables
         public double getRate() {
              return interest;
         public double getPrincipal() {
              return principal;
         //mutator methods
         public void setRate(double newInterest) {
              interest = newInterest;
         public void setPrincipal(double newPrincipal) {
              principal = newPrincipal;
         //String toString() method
         public String toString() {
              return "Interest Rate: " + percent.format(interest) + ", Principal: " + DOLLAR_FORMAT.format(principal);     
         //futureValue(int year) method
         public double futureValue(int year) {
              double futureValue = Math.pow((1 + interest), year)*principal;
              return futureValue;
         //public static final class variables
         public static final int shortTerm = 5;
         public static final int middleTerm = 10;
         public static final int longTerm = 20;
         //public void display Table() method
         public void displayTable() {
              System.out.println("Year" + "\t" + "Interest Rate" + "\t\t" + "Principal" + "\t\t" + "Future Value");
              System.out.println(shortTerm + "\t" + percent.format(interest) + "\t\t\t" + DOLLAR_FORMAT.format(principal) + "\t\t" + DOLLAR_FORMAT.format(futureValue(shortTerm)));
              System.out.println(middleTerm + "\t" + percent.format(interest) + "\t\t\t" + DOLLAR_FORMAT.format(principal) + "\t\t" + DOLLAR_FORMAT.format(futureValue(middleTerm)));
              System.out.println(longTerm + "\t" + percent.format(interest) + "\t\t\t" + DOLLAR_FORMAT.format(principal) + "\t\t" + DOLLAR_FORMAT.format(futureValue(longTerm)));
         //formatting section
         public static final NumberFormat DOLLAR_FORMAT = NumberFormat.getCurrencyInstance();
         public static final DecimalFormat percent = new DecimalFormat("##0.00%");
    import java.util.*;
    public class InvestCalcApp {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              //declare Scanner class and interest, principal vars
              Scanner input = new Scanner(System.in);          
              double interest, principal;     //vars for the interest rate and initial investment
              //instantiate a default object of the InvestCalc class
              InvestCalc value1 = new InvestCalc();
              System.out.println("Default InvestCalc Object");
              System.out.println(value1.toString()+ "\n");
              //query for interest and principal
              System.out.print("Enter an interest rate in decimal format: ");
              interest = input.nextDouble();
              System.out.print("Enter the initial investment value: ");
              principal = input.nextDouble();
              //change object and output
              value1.setRate(interest);
              value1.setPrincipal(principal);
              System.out.println("Updated InvestCalc Object");
              System.out.println(value1.toString());
              //test the futureValue method and the DOLLAR_FORMAT static class variable
              System.out.println("Value after 1 year " + InvestCalc.DOLLAR_FORMAT.format(value1.futureValue(1)) + "\n");     
              value1.displayTable();     
              //query for another interest and principal
              System.out.print("Enter another interest rate in decimal format: ");
              interest = input.nextDouble();
              System.out.print("Enter another initial investment value: ");
              principal = input.nextDouble();
              //instantiate an object of the InvestCalc class
              InvestCalc value2 = new InvestCalc(interest, principal);
              System.out.println("Non-Default InvestCalc Object");
              System.out.println(value2.toString()+ "\n");
              value2.displayTable();
    }When I compile InvestCalc.java it compiles; however, when I compile InvestCalcApp.java I receive 5 errors:
    InvestCalcApp.java:15: cannot find symbol
    symbol : class InvestCalc
    location: class InvestCalcApp
                     InvestCalc value1 = new InvestCalc();
    InvestCalcApp.java:15: cannot find symbol
    symbol : class InvestCalc
    location: class InvestCalcApp
                     InvestCalc value1 = new InvestCalc();
    InvestCalcApp.java:32: package InvestCalc does not exist
                                  System.out.println("Value after 1 year " + InvestCalc.DOLLAR_FORMAT.format(value1.futureValue(1)) + "\n");
    InvestCalcApp.java:42: cannot find symbol
    symbol : class InvestCalc
    location: class InvestCalcApp
                     InvestCalc value2 = new InvestCalc(interest, principal);
    InvestCalcApp.java:42: cannot find symbol
    symbol : class InvestCalc
    location: class InvestCalcApp
                     InvestCalc value2 = new InvestCalc(interest, principal);Sorry if that's a lot of reading, but I need help, I'm new at this and not quite sure what those errors mean. Thanks

    First of all make sure that class file for InvestCalc is in same directory, when you try to compile the second file.
    This will take away all the errors. Thats the primary issue here :
    you dont have files in the same place.

  • CM Program in EBS errors out "Failed to instantiate heap; 3G requested"

    Hi All,
    DB:11.2.0.2.0
    Oracle Apps:12.1.3
    O/S:IBM AIX 6.1 64 bits
    While running the Custom Concurrent Program "XX GL STAT Trial Balance Report" , it leads to the following error in the log file:
    Error Message:
    JVMJ9VM015W Initialization error for library j9gc24(2): Failed to instantiate heap; 3G requested
    Could not create the Java virtual machine.
    oracle.apps.xdo.oa.cp.JCP4XDODataEngine
    Program exited with status 1
    There is no such error captured in the OPP log files in the CM node.
    Moreover:
    DEVELOPER_PARAMETERS
    J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx2048m
    Howcome, the custom program as above is requesting for 3G as per the log file?
    $java -version
    java version "1.6.0"
    Java(TM) SE Runtime Environment (build pap3260sr2-20080818_01(SR2))
    IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20080816_22093 (JIT disabled, AOT disabled)
    J9VM - 20080816_022093_bHdSMr
    GC - 20080724_AA)
    JCL - 20080808_02
    Could anyone please share the resolution if this kind of issue is ever faced before anywhere?
    Thanks for your time and help!
    Regards,

    Please see these docs.
    Investigating BI Publisher Errors such as Acct Analysis Report Ends In Java Heap Error [ID 876227.1]
    Java Heap Errors when Running An FSG [ID 780081.1]
    Tuning Output Post Processor (OPP) to Improve Performance [ID 1399454.1]
    Thanks,
    Hussein

  • Pool connection issue with sql server database in adf application

    Hi everyone
    I'm Developing a BPM application using Oracle bpm 11.1.1.5.0
    My JDeveloper version is 11.1.1.5.0 and my database is SQL Server 2008.
    I have created a new BPM application, an application module and created several view objects based on my sql server tables in the database.
    I have only one initiator user task which has a task flow and one jspx page for that.
    The problem :
    when I deploy the application, in the bpm workspace initiator page, the page is shown correctly only once every other time.
    I mean it's strange, the first time the user instantiates the process, it's shown correctly. The second time, it is not! The third time, it is! etc...
    The interesting part is, when the page is not shown correctly, if I refresh the page it will be shown correctly.
    Here's the log output from when the page is not shown correctly:
    JBO-30003: Application pool model.sam.specialAppModuleLocal fails to check out an application module due to the following exception:
    java.lang.ClassCastException: weblogic.jdbc.wrapper.PoolConnection_com_microsoft_sqlserver_jdbc_SQLServerConnection cannot be cast to oracle.jdbc.OracleConnection
         at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5535)
         at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5307)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1190)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6823)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:301)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:332)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:592)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:422)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8995)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4603)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2533)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2343)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3242)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:572)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:234)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:505)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:500)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:516)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:862)
         at oracle.adf.model.binding.DCDataControl.setErrorHandler(DCDataControl.java:483)
         at oracle.jbo.uicli.binding.JUApplication.setErrorHandler(JUApplication.java:261)
         at oracle.adf.model.BindingContext.put(BindingContext.java:1326)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:174)
         at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1045)
         at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1565)
         at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1437)
         at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1397)
         at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1175)
         at oracle.adf.model.BindingContext.get(BindingContext.java:1128)
         at oracle.adf.model.binding.DCParameter.evaluateValue(DCParameter.java:82)
         at oracle.adf.model.binding.DCParameter.getValue(DCParameter.java:111)
         at oracle.adf.model.binding.DCBindingContainer.getChildByName(DCBindingContainer.java:2711)
         at oracle.adf.model.binding.DCBindingContainer.internalGet(DCBindingContainer.java:2759)
         at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:328)
         at oracle.adf.model.binding.DCBindingContainer.evaluateParameterWithElCheck(DCBindingContainer.java:1460)
         at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1590)
         at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2472)
         at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2416)
         at oracle.adf.model.binding.DCIteratorBinding.getAttributeDefs(DCIteratorBinding.java:3201)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.fetchAttrDefs(JUCtrlValueBinding.java:501)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDefs(JUCtrlValueBinding.java:452)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:528)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:518)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding$1JUAttributeDefHintsMap.<init>(JUCtrlValueBinding.java:3918)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeHintsMap(JUCtrlValueBinding.java:4020)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHints(JUCtrlValueBinding.java:2442)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGet(JUCtrlValueBinding.java:2277)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding.internalGet(FacesCtrlAttrsBinding.java:277)
         at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:749)
         at javax.el.MapELResolver.getValue(MapELResolver.java:164)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:934)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:213)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelLabelAndMessageRenderer.encodeAll(PanelLabelAndMessageRenderer.java:114)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:1015)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.access$100(PanelFormLayoutRenderer.java:46)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1491)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1410)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:352)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:187)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:508)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1032)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:456)
         at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailHeaderRenderer.renderContentRow(ShowDetailHeaderRenderer.java:165)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:217)
         at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailHeaderRenderer.encodeAll(ShowDetailHeaderRenderer.java:86)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:508)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1032)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:456)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:217)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1273)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)I'm almost sure this is a configuration issue and not anything else.
    Can some one please show me what I'm doing wrong here?
    Thanks in advance

    Hello thank you
    I found the file and changed the SQL Flavor to SQL Server but it still shows a blank page with the error instead of the page every once in a while.
    The error has changed though, now it is like this:
    oracle.adf.controller.activity.ActivityLogicException: ADFC-06014: An exception occured when invoking a task flow finalizer.
         at oracle.adfinternal.controller.util.Utils.createAndLogActivityLogicException(Utils.java:230)
         at oracle.adfinternal.controller.activity.TaskFlowReturnActivityLogic.invokeFinalizer(TaskFlowReturnActivityLogic.java:697)
         at oracle.adfinternal.controller.activity.TaskFlowReturnActivityLogic.abandonTaskFlow(TaskFlowReturnActivityLogic.java:412)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.handleException(ControlFlowEngine.java:668)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:887)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:778)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:243)
         at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.invokeTaskFlowByUrl(RemoteTaskFlowCallRequestHandler.java:99)
         at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.doCreateView(RemoteTaskFlowCallRequestHandler.java:64)
         at oracle.adfinternal.controller.application.BaseRequestHandlerImpl.createView(BaseRequestHandlerImpl.java:57)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:95)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:662)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:301)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.el.ELException: java.lang.NullPointerException: FacesContext.getRenderKit() returned null while trying to get the org.apache.myfaces.trinidad.render.ExtendedRenderKitService service;  please check your configuration.
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173)
         at oracle.adfinternal.controller.activity.TaskFlowReturnActivityLogic.invokeFinalizer(TaskFlowReturnActivityLogic.java:693)
         ... 55 more
    Caused by: java.lang.NullPointerException: FacesContext.getRenderKit() returned null while trying to get the org.apache.myfaces.trinidad.render.ExtendedRenderKitService service;  please check your configuration.
         at org.apache.myfaces.trinidad.util.Service.getRenderKitService(Service.java:113)
         at oracle.bpel.services.workflow.worklist.adf.InvokeActionBean.invokeScript(InvokeActionBean.java:1083)
         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)
         ... 59 more
    I have noticed that this time only if the user submits the page, the next time he/she initiates a new task the error appears.
    Do u think this has to do something with pool settings or session settings or something like that?
    Thanks again

  • Issues while starting Weblogic 10.0

    I am using Weblogic 10.0 that comes embedded with BEA weblogic studio.
    It was running fine but when i tried to redeploy the EAR, I got an error.
    Please help in resolving the issue.
    Thanks in advance.
    PFB the error logs:
    ####<Jan 13, 2009 11:38:17 AM IST> <Info> <Console> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1231826897083> <BEA-240001> <No Global.app was found in /console>
    ####<Jan 13, 2009 11:38:20 AM IST> <Info> <Console> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1231826900530> <BEA-240001> <Dynamically registering module /com/bea/console/actions/systemstatus, config XML /_pageflow/struts-config-com-bea-console-actions-systemstatus.xml>
    ####<Jan 13, 2009 11:38:20 AM IST> <Info> <Console> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1231826900530> <BEA-240001> <Dynamically registering module /com/bea/console/actions/systemstatus, config XML /_pageflow/struts-config-com-bea-console-actions-systemstatus.xml>
    ####<Jan 13, 2009 11:38:20 AM IST> <Info> <Console> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1231826900608> <BEA-240001> <Attempting to instantiate SharedFlowControllers for request /console/com/bea/console/actions/systemstatus/begin.do>
    ####<Jan 13, 2009 11:38:20 AM IST> <Error> <JMX> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1231826900998> <BEA-149500> <An exception occurred while registering the MBean null.
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : com.bea:ServerRuntime=cgServer,Name=weblogic.wsee.mdb.DispatchPolicy,ApplicationRuntime=ICRiS,Type=WorkManagerRuntime new:weblogic.work.WorkManagerRuntimeMBeanImpl@4a47a8 existing weblogic.work.WorkManagerRuntimeMBeanImpl@ee6b97
         at weblogic.management.jmx.ObjectNameManagerBase.registerObject(ObjectNameManagerBase.java:152)
         at weblogic.management.mbeanservers.internal.WLSObjectNameManager.lookupObjectName(WLSObjectNameManager.java:131)
         at weblogic.management.jmx.modelmbean.WLSModelMBeanFactory.registerWLSModelMBean(WLSModelMBeanFactory.java:87)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.registered(RuntimeMBeanAgent.java:104)
         at weblogic.management.provider.internal.RegistrationManagerImpl.initiateRegistrationHandler(RegistrationManagerImpl.java:216)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent.<init>(RuntimeMBeanAgent.java:51)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService.registerAllMBeans(RuntimeServerService.java:168)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService.access$000(RuntimeServerService.java:41)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService$1.accessed(RuntimeServerService.java:192)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer$1.run(WLSMBeanServer.java:96)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.triggerAccessCallback(WLSMBeanServer.java:93)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.queryMBeans(WLSMBeanServer.java:229)
         at weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.queryMBeans(ManagedMBeanServerConnection.java:258)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor$1.connection(FederatedMBeanServerInterceptor.java:155)
         at weblogic.management.mbeanservers.domainruntime.internal.MBeanServerConnectionManager.iterateConnections(MBeanServerConnectionManager.java:378)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.queryMBeans(FederatedMBeanServerInterceptor.java:152)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.queryMBeans(WLSMBeanServer.java:231)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1423)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
         at javax.management.remote.rmi.RMIConnectionImpl.queryMBeans(RMIConnectionImpl.java:496)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at javax.management.remote.rmi.RMIConnectionImpl_1001_WLStub.queryMBeans(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.queryMBeans(RMIConnector.java:782)
         at com.bea.console.utils.MBeanUtils.getRuntimeMBeansByType(MBeanUtils.java:2771)
         at com.bea.console.actions.systemstatus.SystemStatus.begin(SystemStatus.java:56)
         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:585)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
         at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:168)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:251)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:130)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1170)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:290)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:426)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:712)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:375)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:341)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:188)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:142)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:377)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:253)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:206)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:191)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:124)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Jan 13, 2009 11:38:21 AM IST> <Error> <JMX> <CHDSEZ157918D> <cgServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1231826901061> <BEA-149500> <An exception occurred while registering the MBean null.
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : com.bea:ServerRuntime=cgServer,Name=ICRiS,Type=ApplicationRuntime new:weblogic.j2ee.J2EEApplicationRuntimeMBeanImpl@ee6325 existing weblogic.j2ee.J2EEApplicationRuntimeMBeanImpl@49ef5d
         at weblogic.management.jmx.ObjectNameManagerBase.registerObject(ObjectNameManagerBase.java:152)
         at weblogic.management.mbeanservers.internal.WLSObjectNameManager.lookupObjectName(WLSObjectNameManager.java:131)
         at weblogic.management.jmx.modelmbean.WLSModelMBeanFactory.registerWLSModelMBean(WLSModelMBeanFactory.java:87)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.registered(RuntimeMBeanAgent.java:104)
         at weblogic.management.provider.internal.RegistrationManagerImpl.initiateRegistrationHandler(RegistrationManagerImpl.java:216)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent.<init>(RuntimeMBeanAgent.java:51)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService.registerAllMBeans(RuntimeServerService.java:168)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService.access$000(RuntimeServerService.java:41)
         at weblogic.management.mbeanservers.runtime.internal.RuntimeServerService$1.accessed(RuntimeServerService.java:192)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer$1.run(WLSMBeanServer.java:96)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.triggerAccessCallback(WLSMBeanServer.java:93)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.queryMBeans(WLSMBeanServer.java:229)
         at weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.queryMBeans(ManagedMBeanServerConnection.java:258)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor$1.connection(FederatedMBeanServerInterceptor.java:155)
         at weblogic.management.mbeanservers.domainruntime.internal.MBeanServerConnectionManager.iterateConnections(MBeanServerConnectionManager.java:378)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.queryMBeans(FederatedMBeanServerInterceptor.java:152)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.queryMBeans(WLSMBeanServerInterceptorBase.java:98)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.queryMBeans(WLSMBeanServer.java:231)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1423)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
         at javax.management.remote.rmi.RMIConnectionImpl.queryMBeans(RMIConnectionImpl.java:496)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at javax.management.remote.rmi.RMIConnectionImpl_1001_WLStub.queryMBeans(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.queryMBeans(RMIConnector.java:782)
         at com.bea.console.utils.MBeanUtils.getRuntimeMBeansByType(MBeanUtils.java:2771)
         at com.bea.console.actions.systemstatus.SystemStatus.begin(SystemStatus.java:56)
         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:585)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
         at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:168)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:251)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:130)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1170)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:290)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:426)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:712)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:375)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:341)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:188)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:142)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:377)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:253)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:206)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:191)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:124)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    You'll probably need to share some details about the application you are deploying. Are you using special deployment descriptors or annotations that are causing things like Work Managers to be registered? How is your application structured (EAR, WAR, etc). If you have web modules, what frameworks are you using (Apache Beehive, etc).

  • Osx Mountain Lion Issues

    Hi, I purchased a laptop from Apple around 8 weeks ago. I've had nothing but trouble with it ever since. I've been averaging a trip to the "Genius" bar roughly once a week. I'm onto the 2nd laptop, it has had it HD replaced. I've had to reinstall ML around 6-8 times, and have basically pulled what was left of my hair out.
    I haven't lost any data, as things started to happen as soon as I purchase and I haven't been game toi.
    I've been sent between the Support line and the Genius Bar, and no one has been able to help me. I don't want to start on a rant.
    Basically symptoms start with , me losing permissions, screen and graphics becoming unstable when accessing certain websites, and the notification centre.
    Not being able to access the app store. Updates being downloaded but not installed. System Preferences changing before my very eyes.
    Just a nightmare. I have various log files, screen shots and even a 13 minute video.
    It's the first time I've ever owned a Mac and have been upfront and said that if I'm doing something wrong, please tell me, as I have very limited knowledge.
    A common denominator seems to have been the download of a file About Downloads.pdf.
    Anyone else had similar problems??
    More than happy to put more info up, should anyone be willing and/or to help.
    Thanks

    Thanks for the responses.
    I'm taking the "thrown in the deep end" learning course on this, so please forgive me, if I don't make sense. I've been spending a fair bit of time on it, and am currently clutching at straws, because I've tried to follow the tutorials and try and learn what I can. I haven't been able to isolate the issue, and no one has been able to help me.
    Here's the log after install - I'm only guessing, but common sense to me, says that someone has remote acces and the ability to control my device??? This was just after I had an IT person, delete, partition and install - they only pressed the buttons and didn't hang around to see the results, as they were at work and just trying to do me a favour -
    Jan  3 01:54:01 localhost opendirectoryd[101]: opendirectoryd (build xxx.xx.x) launched - installer mode
    Jan  3 01:54:01 localhost opendirectoryd[101]: Logging level limit changed to 'notice'
    Jan  3 01:54:02 localhost opendirectoryd[101]: Initialize trigger support
    Jan  3 01:54:02 localhost opendirectoryd[101]: created endpoint for mach service 'com.apple.private.opendirectoryd.rpc' with work limit 10
    Jan  3 01:54:02 localhost opendirectoryd[101]: set default handler for RPC 'reset_cache'
    Jan  3 01:54:02 localhost opendirectoryd[101]: set default handler for RPC 'reset_statistics'
    Jan  3 01:54:02 localhost opendirectoryd[101]: set default handler for RPC 'show'
    Jan  3 01:54:02 localhost opendirectoryd[101]: starting endpoint for service 'com.apple.private.opendirectoryd.rpc'
    Jan  3 01:54:02 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Configure.plist'
    Jan  3 01:54:02 localhost opendirectoryd[101]: Registered node with name '/Configure' as hidden
    Jan  3 01:54:02 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Local.plist'
    Jan  3 01:54:02 localhost opendirectoryd[101]: Registered node with name '/Local' as hidden
    Jan  3 01:54:11 localhost Unknown[282]: kern.boottime: { sec = 1325584430, usec = 0 } Tue Jan  3 01:53:50 2012
    Jan  3 01:54:11 localhost Unknown[291]: Launching the Language Chooser for an OS Install
    Jan  3 01:54:17 localhost configd[112]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Jan  3 01:54:17 localhost configd[112]: DHCP en1: INIT transmit failed
    Jan  3 01:54:18 localhost Unknown[293]: 2012-01-03 01:54:18.926 LCA[292:707] NSSoftLinking - The Librarian framework's library couldn't be loaded from (null).
    Jan  3 01:54:18 localhost Unknown[293]: 2012-01-03 01:54:18.927 LCA[292:707] NSSoftLinking - The function 'LBCurrentProcessHasUbiquityContainer' can't be found in the Librarian framework.
    Jan  3 01:54:22 localhost configd[112]: subnet_route_if_index: can't get interface name
    Jan  3 01:54:23 localhost Unknown[293]: 2012-01-03 01:54:23.832 LCA[292:707] LCA+BT2: systemHasBluetooth entry
    Jan  3 01:54:23 localhost Unknown[293]: 2012-01-03 01:54:23.833 LCA[292:707] LCA+BT2: [[NSProcessInfo processInfo] processName] LCA
    Jan  3 01:54:23 localhost Unknown[293]: 2012-01-03 01:54:23.833 LCA[292:707] LCA+BT2: systemHasBluetooth exit - controller = 0x7fb128135f20
    Jan  3 01:54:24 localhost LCA[292]: Using keyboard layout 0
    Jan  3 01:54:24 localhost Unknown[293]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Jan  3 01:54:24 localhost Unknown[293]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Jan  3 01:54:24 localhost Unknown[293]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Jan  3 01:54:24 localhost Unknown[293]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Jan  3 01:54:24 localhost LCA[292]: Found primary language hint "English"
    Jan  3 01:54:25 localhost LCA[292]: Using keyboard layout 0
    Jan  3 01:54:25 localhost LCA[292]: Found primary language hint "English"
    Jan  3 01:54:26 localhost LCA[292]: Using keyboard layout 0
    Jan  3 01:54:26 localhost LCA[292]: Found primary language hint "English"
    Jan  3 01:54:26 localhost LCA[292]: Launching the Installer using language code "English"
    Jan  3 01:54:26 localhost Unknown[293]: 2012-01-03 01:54:26.867 OS X Installer[311:707] NSSoftLinking - The Librarian framework's library couldn't be loaded from (null).
    Jan  3 01:54:26 localhost Unknown[293]: 2012-01-03 01:54:26.868 OS X Installer[311:707] NSSoftLinking - The function 'LBCurrentProcessHasUbiquityContainer' can't be found in the Librarian framework.
    Jan  3 01:54:26 localhost OSInstaller[311]: OS X Installer application started
    Jan  3 01:54:26 localhost OSInstaller[311]: 1 display(s) found.
    Jan  3 01:54:26 localhost OSInstaller[311]: Display[1] is NOT using OpenGL acceleration.
    Jan  3 01:54:26 localhost OSInstaller[311]: @(#)PROGRAM:Install  PROJECT:Install-735
    Jan  3 01:54:26 localhost OSInstaller[311]: @(#)PROGRAM:OS X Installer  PROJECT:OSInstaller-419.1
    Jan  3 01:54:26 localhost OSInstaller[311]: Hardware: MacBookPro9,1 @ 2.30 GHz (x 8), 4096 MB RAM
    Jan  3 01:54:26 localhost OSInstaller[311]: Running OS Build: Mac OS X 10.8.3 (12D78)
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: DYLD_NO_FIX_PREBINDING=1
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: __CF_USER_TEXT_ENCODING=0x0:0:0
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: PWD=/
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: SHLVL=1
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: __OSINSTALL_ENVIRONMENT=1
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: OS_INSTALL=1
    Jan  3 01:54:26 localhost OSInstaller[311]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Jan  3 01:54:27 localhost OSInstaller[311]: Using product PKSecureNetEnabledProduct <file://localhost/Volumes/Mac/OS%20X%20Install%20Data/> at distance 5
    Jan  3 01:54:27 localhost OSInstaller[311]: Opening OSInstall automation file '/Volumes/Mac/OS X Install Data/minstallconfig.xml'.
    Jan  3 01:54:28 localhost OSInstaller[311]: Using product <OSInstallRootProduct> at distance 5
    Jan  3 01:54:28 localhost OSInstaller[311]: Using product <OSInstallDVDProduct> based on media at /Volumes/Mac OS X Install DVD at distance 5
    Jan  3 01:54:29 localhost OSInstaller[311]: /Volumes/Mac/OS X Install Data/MacOSXInstaller.choiceChanges file found.
    Jan  3 01:54:29 localhost OSInstaller[311]: JS: installCheckScript threw exception TypeError: 'null' is not an object (evaluating 'my.target.systemVersion')
    Jan  3 01:54:29 localhost OSInstaller[311]: Automated Install: Found requested target at /Volumes/Mac.
    Jan  3 01:54:29 localhost OSInstaller[311]: Applied choice changes from /Volumes/Mac/OS X Install Data/MacOSXInstaller.choiceChanges.
    Jan  3 01:54:29 localhost OSInstaller[311]: Allowing machine sleep.
    Jan  3 01:54:29 localhost OSInstaller[311]: Preventing machine sleep.
    Jan  3 01:54:29 localhost OSInstaller[311]: InstallerStatusNotifications plugin loaded
    Jan  3 01:54:29 localhost OSInstaller[311]: =============================================================================== =
    Jan  3 01:54:29 localhost OSInstaller[311]: Choices selected for installation:
    Jan  3 01:54:29 localhost OSInstaller[311]:           Install: "OS X"
    Jan  3 01:54:29 localhost OSInstaller[311]:                     BaseSystemBinaries.pkg : com.apple.pkg.BaseSystemBinaries : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     BaseSystemResources.pkg : com.apple.pkg.BaseSystemResources : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     OSInstall.mpkg : com.apple.mpkg.OSInstall : 10.8.0
    Jan  3 01:54:29 localhost OSInstaller[311]:                     Essentials.pkg : com.apple.pkg.Essentials : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     BSD.pkg : com.apple.pkg.BSD : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     JavaTools.pkg : com.apple.pkg.JavaTools : 1.0.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     RemoteDesktop.pkg : com.apple.pkg.RemoteDesktop : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     JavaEssentials.pkg : com.apple.pkg.JavaEssentials : 1.0.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     X11redirect.pkg : com.apple.pkg.X11redirect : 10.8.0.1.1.1306847324
    Jan  3 01:54:29 localhost OSInstaller[311]:                     OSInstall.pkg : com.apple.pkg.OSInstall : 10.8.0.1
    Jan  3 01:54:29 localhost OSInstaller[311]: =============================================================================== =
    Jan  3 01:54:29 localhost OSInstaller[311]: It took 0.00 seconds to summarize the package selections.
    Jan  3 01:54:29 localhost OSInstaller[311]: Memory statistics for 'Installing' pane:
    Jan  3 01:54:29 localhost OSInstaller[311]: Physical Memory Allocation:   630 MB wired,     9 MB trapped,   166 MB active,   120 MB inactive,  3171 MB free,  3457 MB usable,  4096 MB total
    Jan  3 01:54:29 localhost OSInstaller[311]: Dist disk is not root.
    Jan  3 01:54:29 localhost OSInstaller[311]: Set authorization level to root for session
    Jan  3 01:54:29 localhost runner[315]: Administrator authorization granted.
    Jan  3 01:54:29 localhost OSInstaller[311]: Recovery system image located at "/Volumes/Mac OS X Install DVD/BaseSystem.dmg"
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/BaseSystemBinaries.pkg (542305280 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: Remote Install Assistant found at :(null)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/BaseSystemResources.pkg (324925440 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: IF will install package file://localhost/System/Installation/Packages/OSInstall.mpkg (0 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/Essentials.pkg (4000102400 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/BSD.pkg (621839360 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/JavaTools.pkg (10464256 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/RemoteDesktop.pkg (62464 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: IF will install package file://localhost/System/Installation/Packages/OSInstall.mpkg (0 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/AdditionalEssentials.pkg (138320896 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg (293474304 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg (12862464 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/MediaFiles.pkg (88344576 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/JavaEssentials.pkg (16087040 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/OxfordDictionaries.pkg (101970944 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/X11redirect.pkg (3533824 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: PK will install package file://localhost/System/Installation/Packages/OSInstall.pkg (0 b)
    Jan  3 01:54:29 localhost OSInstaller[311]: Setting external root to: /
    Jan  3 01:54:30 localhost OSInstaller[311]: OSI: com.apple.pkg.BaseSystemResources remapped external root path to: /
    Jan  3 01:54:30 localhost OSInstaller[311]: Total install size including padding: 7228035072 b + 0 b non-OS collection items
    Jan  3 01:54:30 localhost OSInstaller[311]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Jan  3 01:54:30 localhost Unknown[293]: 2012-01-03 01:54:30.106 OS X Installer[311:707] *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Jan  3 01:54:30 localhost Unknown[293]: 2012-01-03 01:54:30.106 OS X Installer[311:707] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Jan  3 01:54:30 localhost OSInstaller[311]: Memory statistics for 'Install OS X' pane:
    Jan  3 01:54:30 localhost OSInstaller[311]: Physical Memory Allocation:   637 MB wired,     9 MB trapped,   169 MB active,   122 MB inactive,  3159 MB free,  3450 MB usable,  4096 MB total
    Jan  3 01:54:30 localhost OSInstaller[311]: Failed to delete automation file: The volume “Mac” is read only.
    Jan  3 01:54:30 localhost Unknown[293]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Jan  3 01:54:30 localhost Unknown[293]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Jan  3 01:54:30 localhost Unknown[293]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Jan  3 01:54:30 localhost Unknown[293]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Jan  3 01:54:31 localhost OSInstaller[311]: PK will install signed package file://localhost/Volumes/Mac/OS%20X%20Install%20Data/OSX_10_8_IncompatibleAppLi st.pkg
    Jan  3 01:54:31 localhost OSInstaller[311]: PFPackage::packageWithURL - can't instantiate package: /System/Installation/Packages/OSInstall.mpkg
    Jan  3 01:54:31 localhost OSInstaller[311]: Error opening package "OSInstall.mpkg".
    Jan  3 01:54:31 localhost OSInstaller[311]: Starting installation:
    Jan  3 01:54:31 localhost OSInstaller[311]: Performing volume consistency check on 'Mac'.
    Jan  3 01:54:31 localhost OSInstaller[311]: Checking Volume
    Jan  3 01:54:32 localhost OSInstaller[311]: Checking file system
    Jan  3 01:54:32 localhost OSInstaller[311]: Checking Journaled HFS Plus volume.
    Jan  3 01:54:32 localhost OSInstaller[311]: Checking extents overflow file.
    Jan  3 01:54:32 localhost OSInstaller[311]: Checking catalog file.
    Jan  3 01:54:34 localhost OSInstaller[311]: Checking multi-linked files.
    Jan  3 01:54:34 localhost OSInstaller[311]: Checking catalog hierarchy.
    Jan  3 01:54:34 localhost OSInstaller[311]: Checking extended attributes file.
    Jan  3 01:54:37 localhost OSInstaller[311]: Checking volume bitmap.
    Jan  3 01:54:37 localhost OSInstaller[311]: Checking volume information.
    Jan  3 01:54:37 localhost OSInstaller[311]: The volume Mac appears to be OK.
    Jan  3 01:54:37 localhost OSInstaller[311]: Volume passed consistency checks.
    Jan  3 01:54:37 localhost OSInstaller[311]: Promoting target imgsrc volume /Volumes/Mac.
    Jan  3 01:54:37 localhost OSInstaller[311]: Calculating expected install size requirements
    Jan  3 01:54:37 localhost OSInstaller[311]: Reserved for install:    7818.9 MB (0.0 MB non-OS collection items, 590.8 MB recovery system)
    Jan  3 01:54:37 localhost OSInstaller[311]: Currently available:     494616.8 MB
    Jan  3 01:54:38 localhost OSInstaller[311]: SMSystem_DMDiskBased Warning : 4294897418
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.002 OS X Installer[311:f42b] Looking for system packages
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.052 OS X Installer[311:f42b] no system packages found
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.053 OS X Installer[311:f42b] No or Invalid system receipts found on /Volumes/Mac/Recovered Items
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.053 OS X Installer[311:f42b] Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackS ystemFiles.plist
    Jan  3 01:54:38 localhost OSInstaller[311]: SMSystem_DMDiskBased Warning : 4294897418
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.220 OS X Installer[311:f42b] Finding system files...
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.401 OS X Installer[311:f42b] Writing system path cache.
    Jan  3 01:54:38 localhost Unknown[293]: 2012-01-03 01:54:38.403 OS X Installer[311:f42b] FSF cache NOT written: /Volumes/Mac/Recovered Items/Library/Caches/com.apple.FindSystemFiles.plist
    Jan  3 01:54:38 localhost OSInstaller[311]: Reapable space:          0.0 MB
    Jan  3 01:54:38 localhost OSInstaller[311]: Creating recovery system for volume "Mac".
    Jan  3 01:54:38 localhost OSInstaller[311]: Will bless Apple_Boot as recovery system.
    Jan  3 01:54:38 localhost OSInstaller[311]: Creating recovery volume.
    Jan  3 01:54:38 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: donor disk's storage system is simple so it itself will be the donor
    Jan  3 01:54:38 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: normalized donor: logical=0x7f812dd02fc8=disk0s2=Mac=(iflvuuid=(null)) physical=0x1063f4d00=disk0s2=Mac=disk0s2 storage=(null)
    Jan  3 01:54:38 localhost OSInstaller[311]: Attaching disk image /Volumes/Mac OS X Install DVD/BaseSystem.dmg
    Jan  3 01:54:39 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 1 (after adding up logical file sizes in dmg + expected to create ourselves) requiredFileSpaceForRecoveryFilesULL=472263649 =Sbydiv=922389 =Mbydiv=450
    Jan  3 01:54:39 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 2 (after considering ExistingIfAny booter volume files with physical on-disk rounded up to alloc block sizes) requiredFileSpaceForAllFilesULL=472263649 =Sbydiv=922389 =Mbydiv=450
    Jan  3 01:54:39 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 3 (converted to iomedia desired size) desiredMinRecoveryDiskIOMediaSizeULL=489040865 =Sbydiv=955157 =Mbydiv=466
    Jan  3 01:54:39 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 4 (after adding BootRoot iomedia allocation) desiredMinRecoveryDiskIOMediaSizeULL=589704161 =Sbydiv=1151765 =Mbydiv=562
    Jan  3 01:54:39 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 5 (after applying minimum) desiredMinRecoveryDiskIOMediaSizeULL=650000000 =Sbydiv=1269531 =Mbydiv=619
    Jan  3 01:54:40 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition getMakeBooterDisk:storage:phyUDS:logUDS:phyREF:logREF:recBSD:percentBegin:perce ntEnd:]: existing conditions right after PHY=disk0s2: usedOrNotSpaceB=134221312 hasBooter=0 booterPartID/disk=0/(null) booterLocB/SizeB=0/0
    Jan  3 01:54:40 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition getMakeBooterDisk:storage:phyUDS:logUDS:phyREF:logREF:recBSD:percentBegin:perce ntEnd:]: existing conditions of PHY: disk0s2 loc=S=409640=B=209735680 siz=S=976101344=B=499763888128=N=499763888128
    Jan  3 01:54:40 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition getMakeBooterDisk:storage:phyUDS:logUDS:phyREF:logREF:recBSD:percentBegin:perce ntEnd:]: existing conditions of LOG: disk0s2 (could be whole so no loc) siz=S=976101344=B=499763888128=N=499763888128
    Jan  3 01:54:40 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition getMakeBooterDisk:storage:phyUDS:logUDS:phyREF:logREF:recBSD:percentBegin:perce ntEnd:]: READY TO DO CASE: case=CreateNewBooterAfterShrinkingSimple spaceDeltaB=515778688 booterDeltaB=0 (adviceIfUnable=-69886)
    Jan  3 01:54:40 localhost OSInstaller[311]: Shrinking host partition and creating new recovery partition
    Jan  3 01:54:40 localhost OSInstaller[311]: Checking file system
    Jan  3 01:54:40 localhost OSInstaller[311]: Performing live verification.
    Jan  3 01:54:40 localhost OSInstaller[311]: Checking Journaled HFS Plus volume.
    Jan  3 01:54:40 localhost OSInstaller[311]: Checking extents overflow file.
    Jan  3 01:54:40 localhost Unknown[293]: 2012-01-03 01:54:40.582 OS X Installer[311:707] *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Jan  3 01:54:40 localhost Unknown[293]: 2012-01-03 01:54:40.583 OS X Installer[311:707] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Jan  3 01:54:40 localhost OSInstaller[311]: Checking catalog file.
    Jan  3 01:54:43 localhost OSInstaller[311]: Checking multi-linked files.
    Jan  3 01:54:43 localhost OSInstaller[311]: Checking catalog hierarchy.
    Jan  3 01:54:43 localhost OSInstaller[311]: Checking extended attributes file.
    Jan  3 01:54:45 localhost OSInstaller[311]: Checking volume bitmap.
    Jan  3 01:54:45 localhost OSInstaller[311]: Checking volume information.
    Jan  3 01:54:45 localhost OSInstaller[311]: The volume Mac appears to be OK.
    Jan  3 01:54:46 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition getMakeBooterDisk:storage:phyUDS:logUDS:phyREF:logREF:recBSD:percentBegin:perce ntEnd:]: done fsck of donor slice; err=0
    Jan  3 01:54:46 localhost OSInstaller[311]: Shrinking target volume from 499763888128 to 499248103424 bytes
    Jan  3 01:54:46 localhost OSInstaller[311]: Shrinking file system
    Jan  3 01:54:46 localhost OSInstaller[311]: Shrinking partition and creating new recovery partition
    Jan  3 01:54:46 localhost OSInstaller[311]: Modifying partition map
    Jan  3 01:54:46 localhost OSInstaller[311]: Formatting recovery partition
    Jan  3 01:54:47 localhost OSInstaller[311]: Initialized /dev/rdisk0s3 as a 620 MB HFS Plus volume with a 8192k journal
    Jan  3 01:54:47 localhost OSInstaller[311]: Mounting disk
    Jan  3 01:54:47 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: final recoveryDisk=disk0s3=0x1063f4ba0=disk0s3=Recovery HD
    Jan  3 01:54:47 localhost OSInstaller[311]: Mounting recovery partition
    Jan  3 01:54:47 localhost OSInstaller[311]: Creating boot loader directory
    Jan  3 01:54:47 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: successful creation or cleaning of RecoverySystem directory on booter volume
    Jan  3 01:54:47 localhost OSInstaller[311]: Copying boot loader
    Jan  3 01:54:47 localhost OSInstaller[311]: Copying kernel
    Jan  3 01:54:48 localhost OSInstaller[311]: Copying system image
    Jan  3 01:55:09 localhost OSInstaller[311]: Writing boot plist
    Jan  3 01:55:09 localhost OSInstaller[311]: Blessing boot file
    Jan  3 01:55:09 localhost OSInstaller[311]: Marking recovery partition
    Jan  3 01:55:09 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: at Exit; err=0
    Jan  3 01:55:09 localhost diskmanagementd[306]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: recoveryDiskBSD=disk0s3 physicalDonorBSD=disk0s2
    Jan  3 01:55:09 localhost OSInstaller[311]: Detaching disk image
    Jan  3 01:55:09 localhost OSInstaller[311]: Done creating recovery volume.
    Jan  3 01:55:10 localhost OSInstaller[311]: Configuring volume "Mac"
    Jan  3 01:55:10 localhost OSInstaller[311]: Preparing disk for Netbooted OS Install.
    Jan  3 01:55:10 localhost OSInstaller[311]: Volume disk0s2 mounted at /Volumes/Mac is ready
    Jan  3 01:55:10 localhost OSInstaller[311]: Preparing disk for local booted OS Install.
    Jan  3 01:55:10 localhost OSInstaller[311]: Physical memory statistics immediately before turning on virtual memory backing store:
    Jan  3 01:55:10 localhost OSInstaller[311]: Physical Memory Allocation:  1412 MB wired,    10 MB trapped,   168 MB active,   133 MB inactive,  2373 MB free,  2674 MB usable,  4096 MB total
    Jan  3 01:55:10 localhost OSInstaller[311]: Activated virtual memory backing store at mount point '/Volumes/Mac'
    Jan  3 01:55:10 localhost OSInstaller[311]: Preparing disk for local booted install.
    Jan  3 01:55:10 localhost OSInstaller[311]: Creating installation log on volume "Mac"
    Jan  3 01:55:10 localhost OSInstaller[311]: Create temporary directory "/Volumes/Mac/Install.31170ik9y"
    Jan  3 01:55:10 localhost OSInstaller[311]: IFPKInstallElement (15 packages)
    Jan  3 01:55:10 localhost OSInstaller[311]: Using authorization level of root for IFPKInstallElement
    Jan  3 01:55:10 localhost OSInstaller[311]: PackageKit: ----- Begin install -----
    Jan  3 01:55:10 localhost OSInstaller[311]: PackageKit: request=PKInstallRequest <15 packages, destination=/Volumes/Mac>
    Jan  3 01:55:10 localhost OSInstaller[311]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/BaseSystemBinaries.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/BaseSystemResources.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/Essentials.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/BSD.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/JavaTools.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/RemoteDesktop.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/AdditionalEssentials.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/MediaFiles.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/JavaEssentials.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/OxfordDictionaries.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/X11redirect.pkg>",
                  "PKLeopardPackage <file://localhost/System/Installation/Packages/OSInstall.pkg>",
                  "PKLeopardPackage <file://localhost/Volumes/Mac/OS%20X%20Install%20Data/OSX_10_8_IncompatibleAppL ist.pkg>"
    Jan  3 01:55:10 localhost OSInstaller[311]: PackageKit: Extracting file://localhost/System/Installation/Packages/BaseSystemBinaries.pkg (destination=/Volumes/Mac/.OSInstallSandbox-tmp/Root, uid=0)
    Jan  3 01:55:48 localhost OSInstaller[311]: PackageKit: Using / as external payload root for package com.apple.pkg.BaseSystemResources
    Jan  3 01:55:48 localhost OSInstaller[311]: PackageKit: Extracting file://localhost/System/Installation/Packages/BaseSystemResources.pkg (destination=/Volumes/Mac/.OSInstallSandbox-tmp/Root, uid=0)
    Jan  3 01:56:08 localhost Unknown[293]: 2012-01-03 01:56 OS X Installer[311] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 01:56:09 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:09 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:09 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:09 localhost OSInstaller[311]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 01:56:09 localhost OSInstaller[311]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 01:56:09 localhost Unknown[293]: 2012-01-03 01:56:09.653 OS X Installer[311:707] Invalid URL passed to an open/save panel: '(null)'.  Using 'file://localhost/' instead.
    Jan  3 01:56:25 localhost opendirectoryd[101]: 271.1 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Jan  3 01:56:25 localhost opendirectoryd[101]: 271.1 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1 - loading configuration for '/Local' from '/System/Library/OpenDirectory/Configurations/Local.plist'
    Jan  3 01:56:26 localhost opendirectoryd[101]: Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1 - unable to find authentication module 'ConfigurationProfiles'
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1 - unable to find service discovery callback for module 'PlistFile'
    Jan  3 01:56:26 localhost opendirectoryd[101]: Registered subnode with name '/Local/Default'
    Jan  3 01:56:26 localhost opendirectoryd[101]: Registering for network changes
    Jan  3 01:56:26 localhost opendirectoryd[101]: failed to open local node for internal record copy
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1.2 - Block: nodestate '/Local/Default'
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1.2, Module: PlistFile - Node is 10.7 or later
    Jan  3 01:56:26 localhost opendirectoryd[101]: Registering for power changes
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1.2 - nodestate - flagging '/Local/Default' online
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1.2 - Block completed
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1, Node: /Local/Default - node assigned UUID - 729A09A6-3C6E-4528-B2EF-5957A4B428D4
    Jan  3 01:56:26 localhost opendirectoryd[101]: Registering for network power changes
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.1, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.3 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.3 - ODQueryCreateWithNode request, NodeID: 729A09A6-3C6E-4528-B2EF-5957A4B428D4, RecordType(s): dsRecTypeNative:config, Attribute: dsAttrTypeStandard:RecordName, MatchType: EqualTo, Equality: CaseExact, Value(s): SharePoints, Requested Attributes: dsAttributesAll, Max Results: 1
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.3, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.3, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.3, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.4 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.4 - ODNodeCreateRecord request, NodeID: 729A09A6-3C6E-4528-B2EF-5957A4B428D4, RecordType: dsRecTypeNative:config, RecordName: SharePoints, Attributes: <none>
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.4, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.4, Node: /Local/Default, Module: PlistFile - ODNodeCreateRecord completed, delivered 1 result
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5 - ODQueryCreateWithNode request, NodeID: XXXXXX edited, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeStandard:GeneratedUID,dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNati ve:smb_name,dsAttrTypeNative:sharepoint_account_uuid,dsAttrTypeNative:smb_create mask,dsAttrTypeNative:sharepoint_version,dsAttrTypeStandard:AppleMetaNodeLocatio n,dsAttrTypeNative:afp_guestaccess,dsAttrTypeNative:afp_shared,dsAttrTypeStandar d:RecordType,dsAttrTypeNative:ftp_shared,dsAttrTypeNative:afp_name,dsAttrTypeNat ive:smb_oplocks,dsAttrTypeNative:afp_use_parent_owner,dsAttrTypeNative:smb_direc torymask,dsAttrTypeStandard:RecordName,dsAttrTypeNative:afp_use_parent_privs,dsA ttrTypeNative:smb_guestaccess,dsAttrTypeNative:smb_inherit_permissions,dsAttrTyp eStandard:AppleMetaRecordName,dsAttrTypeNative:smb_shared,dsAttrTypeNative:direc tory_path,dsAttrTypeNative:smb_strictlocking,dsAttrTypeNative:sharepoint_group_i d,dsAttrTypeNative:ftp_name, Max Results: 2147483647
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5, Node: /Local/Default, Module: PlistFile - flushing record '/private/var/db/dslocal/nodes/Default/config/SharePoints'
    Jan  3 01:56:26 localhost opendirectoryd[101]: Module: PlistFile - ___index_record_block_invoke_0: sqlite3_prepare_v2: 21
    Jan  3 01:56:26 localhost opendirectoryd[101]: Module: PlistFile - ___index_record_block_invoke_0: sqlite3_prepare_v2: 21
    Jan  3 01:56:26 localhost opendirectoryd[101]: 271.5, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
    Jan  3 01:56:29 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:29 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:29 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:56:29 localhost OSInstaller[311]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 01:56:29 localhost OSInstaller[311]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 01:56:38 localhost OSInstaller[311]: PackageKit: Extracting file://localhost/System/Installation/Packages/Essentials.pkg (destination=/Volumes/Mac/.OSInstallSandbox-tmp/Root, uid=0)
    Jan  3 01:57:16 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:57:16 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:57:16 localhost OSInstaller[311]: Connection to NetworkBrowserAgent became invalid
    Jan  3 01:57:17 localhost OSInstaller[311]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    about 10 lines repeated

  • Error deploying to new 10.1.3.4 App Server - "Error instantiate servlet..."

    Hello all,
    Your help would be greatly appreciated finding the root cause of this error. I'm trying to deploy your run of the mill .war to a newly installed Oracle Application Server version 10.1.3.4. The deployment fails at the very end with the exception below. The app server is running on RHEL 4.7. I built the war first with JDEV 11g, and then built it from Netbeans to try and make sure JDEV 11g wasn't doing something funny to the war. Both times, after deploying I receive the error below. Any insight would be greatly appreciated. I'm not using ADF or anything in particular like that. Thank you for any help you might be able to provide. -- Jason
    <blockquote>
         08/12/16 13:39:45 oracle.oc4j.admin.internal.DeployerException: Error instantiate servlet classes
         08/12/16 13:39:45 at com.evermind.server.http.deployment.WARAnnotationParser.getServletClasses(WARAnnotationParser.java:157)
         08/12/16 13:39:45 at com.evermind.server.http.deployment.WARAnnotationParser.parseAnnotations(WARAnnotationParser.java:95)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.parseMetaData(HttpApplication.java:8575)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1113)
         08/12/16 13:39:45 at com.evermind.server.http.HttpApplication.&lt;init&gt;(HttpApplication.java:738)
         08/12/16 13:39:45 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         08/12/16 13:39:45 at com.evermind.server.Application.getHttpApplication(Application.java:545)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.&lt;init&gt;(HttpSite.java:1909)
         08/12/16 13:39:45 at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
         08/12/16 13:39:45 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         08/12/16 13:39:45 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         08/12/16 13:39:45 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         08/12/16 13:39:45 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         08/12/16 13:39:45 at java.lang.Thread.run(Thread.java:595)
    </blockquote>

    "Not really. You can exclude the data-sources.xml from the EAR file and rely on the setup of the Global Datasource, created before deployment.
    --olaf"
    Thanks. Yes I did try this but when I setup the datasource via the datasources tab within the console I still received the error. This may have been due to an error on my part but I can't be sure as i've tried all sorts of different approaches over the last few days. I initially didn't have a datasource.xml so there wasn't one to exclude (via the deploy properties in Jdev) I had relied on Jdeveloper to setup the datasource via my connections. I read somewhere that Jdev does this fduring deploy and indeed it works fine for my embedded oc4j and when deplolying from Jdeveloper 10.1.2 so it would seem odd that the same approach doesn't work for Jdeveloper 10.1.3.
    Surely the release notes regarding the password issue is the reason why I can't deploy from Jdev 10.1.3.4 to app server 10.1.2?
    The release notes say that a patch is due to fix the issue with password indirection, Olaf do you know where I can get this?
    Also how do I setup Jdev not to write the datasources during deployment? If I don't have a datasources.xml then there is nothiing to exclude. Is there a setting somewhere in Jdev 10.1.3.4?
    Edited by: [email protected] on 05-Mar-2009 08:08
    Edited by: [email protected] on 05-Mar-2009 08:12

  • Thread issue in jsp.....

    I understand that the j2ee container (tomcat or jrun...) creates ONE instance of the jsp page (i.e. compiled into servlet class) when the jsp page (let's say, myPage.jsp) is accessed the first time. All request for this jsp page will be done through thread.
    My questions are:
    1. If I instantiate an object (say, myObject) within the scriptlet, will the container create one instance of this object for each "jsp" thread? Or will there be only one instance of the myObject object and each "jsp" thread be running on a thread of myObject?!
    2. If I use javaBean in my jsp (i.e. use the <jsp:useBean..../> tag), I know that the container will create a new instance of the bean class. So if there are multiple request on the same jsp page, is it true that many instances of the bean will be created? And there will be no thread issue involed?!!
    Thanks!!

    When you create an instance of an object inside a scriplet using <% ... %>, that instance is local to the service) method of the servlet corresponding to the JSP. So there is no threading related issue.
    Smilar is the argument why there is not threading related issue with using <jsp:useBean>

Maybe you are looking for