[Bug 1488311] Re: import task still in progress although there occured an error

2015-11-10 Thread B ChandraSekhar Reddy
*** This bug is a duplicate of bug 1495519 ***
https://bugs.launchpad.net/bugs/1495519

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1488311

Title:
  import task still in progress although there occured an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1488311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


problem getting InitialContext....

2001-03-06 Thread B, Chandrasekhar

Hi all,
I have a constructor in DAO(Data Access Object) which gets
InitialContext.
I am using this DAO in my EJB.
its working fine if i use this DAO independently.
The problem is when i use this DAO in my EJB it couldn't get me the context
and giving the following exception.

java.rmi.RemoteException: Weblogic RemoteException(weblogic.rmi.ServerError)
remapped from:weblogic.rmi.ServerError: A RemoteException occurred in the
server method
 - with nested exception:
[java.lang.NoClassDefFoundError: javax/naming/NamingException]; nested
exception is:
weblogic.rmi.ServerError: A RemoteException occurred in the server
method
 - with nested exception:
[java.lang.NoClassDefFoundError: javax/naming/NamingException]
java.lang.NoClassDefFoundError: javax/naming/NamingException
at
com.qpi.components.instrument.entity.InstrumentDAO.init(InstrumentDAO.java
:35)
at
com.qpi.components.instrument.entity.InstrumentEntityEJB.ejbFindByPrimaryKey
(InstrumentEntityEJB.java:140)
at
com.qpi.components.instrument.entity.InstrumentEntityEJBHomeImpl.findByPrima
ryKey(InstrumentEntityEJBHomeImpl.java:81)
at
com.qpi.components.instrument.entity.InstrumentEntityEJBHomeImpl_WLSkel.invo
ke(InstrumentEntityEJBHomeImpl_WLSkel.java:90)
at
weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java, Compiled Code)
at
weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java:69)
at
weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
5)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

--- nested within: --
weblogic.rmi.ServerError: A RemoteException occurred in the server method
 - with nested exception:
[java.lang.NoClassDefFoundError: javax/naming/NamingException]
at
weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76)
at
com.qpi.components.instrument.entity.InstrumentEntityEJBHomeImpl_WLStub.find
ByPrimaryKey(InstrumentEntityEJBHomeImpl_WLStub.java:222)
at
com.qpi.components.instrument.entity.GetInstrumentEntityDetails.main(GetInst
rumentEntityDetails.java:25)


CODE FOR THIS:
---
   public InstrumentDAO() throws InstrumentDAOException{
try {
System.out.println("before ic context");
InitialContext ic1 = new  InitialContext();
System.out.println("after ic context");
ds = (DataSource)
ic1.lookup("weblogic.jdbc.jts.MCRSPool");
} catch(NamingException ne) {
  throw new InstrumentDAOException("Naming Exception
while looking "+
   " up DataSource Connection
weblogic.jdbc.jts.MCRSPool: \n" +
   ne.getMessage());
}
   }


in ejb i am instantiating DAO like this
InstrumentDAO iDao = new InstrumentDAO();

can anybody help me

Thanx in advance
chandra.

===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".




Re: add me to the mailing list

2001-02-15 Thread B, Chandrasekhar

r u playing

 -Original Message-
 From: srinivas chakri [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, February 15, 2001 12:21 PM
 To:   [EMAIL PROTECTED]
 Subject:  add me to the mailing list

 hello sir,
   Please add my mailid to the ejb mailing list.i am
 new to the EJB world.

 thank you,
 chakri
 [EMAIL PROTECTED]


 =
 keep smiling it doesnt cost u

 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35
 a year!  http://personal.mail.yahoo.com/

 ==
 =
 To unsubscribe, send email to [EMAIL PROTECTED] and include in the
 body
 of the message "signoff EJB-INTEREST".  For general help, send email to
 [EMAIL PROTECTED] and include in the body of the message "help".

===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".