• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

OC4J cannot update access log: NullPointerException

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I recently installed the Standalone OC4j 10.1.3.0.0... I have a two EJB applications with a web-app running in this container (one in HTTP, the other in HTTPS). Both are set as default-web-app in their appropriate *-web-site.xml files.

Now, occassionally -- can't really figure out what triggers it -- I get this NullpointerException about OC4J not being able to update an access log.

The server is started with the following command:



This is the server output:



And this is what I find in the log.xml:



Anyone have any clue as to what might be the problem?

Regards,
Stan
[ July 17, 2006: Message edited by: Stan Ca ]
 
Stan Ca
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apparently, it's a bug in the OC4J. Everything works fine, just as long as you don't use SSL. Ain't that great?

Regards,
Stan
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Stan, I'm facing a similar problem, and I want to know what are you referring about when you say

Everything works fine, just as long as you don't use SSL.

Where are you using SSL?

Thanks in advance
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic