• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Application Log if full !

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I try to access ejb from a java client, The Application log (win2k server) gets filled by three events
The error logs are
Event Source : iPlanet Application Server
Event Description: The description for Event ID ( 1 ) in Source ( iPlanet Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: Exception: null.
Event Source : iPlanet Application Server
Event Description: The description for Event ID ( 1 ) in Source ( iPlanet Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: EB-Stateless vs. Stateful - Codegen vs. Properties file mismatch : home_initMeta1: Missing id! Stateless vs. Stateful - Codegen vs. Properties file mismatch : home_initMeta1.
Event Source : iPlanet Application Server
Event Description: The description for Event ID ( 1 ) in Source ( iPlanet Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: [15/Aug/2002 14:24:39:1] error: EB-010: Unable to initialize transport for home with guid {3CB3029C-2E35-4B00-80F0-B35B38A0DC6D}
why does this happen?... any clues?.....
thanks in advance
 
Author
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is that the right GUID for the EJB?
Also, what version of the application server are you using? And what JDK is the client application?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Zayed,

Did u get any solution for the problem u reported long back.

I m facing this problem now. My app server logs are showing these messages. pls guide.

I m using iplanet 6.5 app server with SP1 MU4 on Solaris 9 platform.
-------------
Missing identifier: Stateless vs. Stateful - Codegen vs. Properties file mismatch : home_initMeta1 in resource: eb
[20/Oct/2005 13:30:57:7] error: EB-Stateless vs. Stateful - Codegen vs. Properties file mismatch : home_initMeta1: Missing id! Stateless vs.

Stateful - Codegen vs. Properties file mismatch : home_initMeta1
[20/Oct/2005 13:30:57:7] error: EB-010: Unable to initialize transport for home with guid {40F7ADB0-5619-11D5-91C0-0050BA321B05}
-------------

Thnx in advance!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic