Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Server startup FileNotFoundException(FileNotFoundException)
Server startup FileNotFoundException [message #760290] Thu, 01 December 2011 19:19
Kevin H is currently offline Kevin HFriend
Messages: 7
Registered: November 2010
Junior Member
This just recently started happening after a recent upgrade to using Rational Software Architect V8... When I start the Websphere Server from within RSA at startup I get these exceptions in the SystemOut. But if I just restart the server these errors go away. It happens at first start almost everytime.

These I am trying to direct the eclipselink logging out to .\logs\eclipselink.log in the persistence.xml settings -
<property name="eclipselink.logging.level" value="FINEST"/>
<property name="eclipselink.logging.file" value="./logs/eclipselink.log"/>

Here is the Error from the SystemOut.

Caused by: Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.2.0.v20110202-r8913): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [./logs/eclipselink.log]:[java.io.FileNotFoundException: .\logs\eclipselink.log (The system cannot find the path specified.)].
Internal Exception: java.io.FileNotFoundException: .\logs\eclipselink.log (The system cannot find the path specified.)
at org.eclipse.persistence.exceptions.ValidationException.invalidLoggingFile(ValidationException.java:2507)
at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLoggers(EntityManagerSetupImpl.java:626)
at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:987)
... 84 more
Caused by: java.io.FileNotFoundException: .\logs\eclipselink.log (The system cannot find the path specified.)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:190)
at java.io.FileOutputStream.<init>(FileOutputStream.java:81)
at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLoggers(EntityManagerSetupImpl.java:618)
... 85 more
Previous Topic:Join on concatenated columns
Next Topic:Exception Description: DatabaseAccessor not connected.
Goto Forum:
  


Current Time: Mon Sep 23 23:44:05 GMT 2024

Powered by FUDForum. Page generated in 0.02811 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top