Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jameslu

    Problem when using ejbPassivate() and ejbActivate()

    Yes - due to certain constraints, I can only create stateful session beans. Please help!! Thanks, James
  2. jameslu

    Problem when using ejbPassivate() and ejbActivate()

    Hi, I'm trying to use a simple Java client to make calls to an EJB which is made available via a WebLogic server. I've got the whole thing setup so it's working fine - except when I try to test the passivation and activation functionalities. I've setup the WebLogic deployment descriptor for...
  3. jameslu

    Can't load 'registry.sl' error

    Hiya, I'm having problems booting any of my Tux servers at the moment. When I try, I get a failure and then in the ULOG, it seems to say: can't load 'registry.sl' I think this might have something to do with the licence file I am using. Can anyone out there confirm this at all? Thanks...
  4. jameslu

    Mismatched ABI Problem

    Hi, I'm having trouble building COOL:Gen applications and Tuxedo Oracle TMS servers both of which are giving me the same error message: /opt/app/oracle/product/9.2.0.4_64/lib/libclntsh.sl: Mismatched ABI. 64-bit PA shared library found in 32-bit link. I have checked the...
  5. jameslu

    Perl & Processes

    Thanks Paul. Will give this a go. Regards, James
  6. jameslu

    Perl & Processes

    Hiya, I need some Perl help!! Basically, I'm running a Perl script on Unix which makes a call to 'nohup' and starts a process off in the Background. 'nohup' returns a process id number (pid) which is also being used by my script. If I do a 'ps -efx' after calling 'nohup' I will see my command...
  7. jameslu

    Sun Linker Option

    Hiya, I'm looking for a rather obscure Sun Solaris ld linker option which is proving very difficult to find!! The scenario is that I'm building an executable which makes a call to a function which is resolved by a particular shared library. However, to get to this shared library, other shared...
  8. jameslu

    Sun C Compiler/Linker Option

    Hiya, I'm currently trying to build and link together a C source executable and have managed to do so on SEQUENT (Dynix) without problems because I can use the linker option: -Uf By default, if the linker or ld fails to resolve one or more symbols, it lists those symbols and then terminates...

Part and Inventory Search

Back
Top