Hi!

The directory name should be persistence with an e. I don't know
if this is the correct spelling of the word, but that's what my
Orion directory is called ;) (In my case: E:\orion\persistence )

HTH,
Fredrik Bromee

> -----Original Message-----
> From: yilmaz [mailto:[EMAIL PROTECTED]]
> Sent: den 9 oktober 2001 08:47
> To: Orion-Interest
> Subject: Re: starting orion application server
> 
> 
> though in my last email i misspelled it , the directory name 
> i created is
> correct (persistance, right?)
> cheers...
> ----- Original Message -----
> From: "Mark Bernardinis" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 09, 2001 7:02 AM
> Subject: Re: starting orion application server
> 
> 
> > have you spelled persistance right???
> >
> > > hi E.W!
> > > thanks for your reply, but it seems you didn't receive my last
> > > message. i am on win 2000, and i used winzip to unpack 
> orion package.
> > > tools.jar is already in c:\orion directory and i already created a
> > > persistence directory, but everysthing is still same. What can be
> > > wrong, where am i mistaken? Can you help me with this?
> > > thank you very much for taking time and for your concern.
> > > best regards :)
> > > ----- Original Message -----
> > > From: "The elephantwalker" <[EMAIL PROTECTED]>
> > > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > > Sent: Monday, October 08, 2001 12:14 PM
> > > Subject: RE: starting orion application server
> > >
> > >
> > >> Dear Yilmaz,
> > >>
> > >> I have seen this problem before in linux. If you used 
> jar to unzip
> > >> the
> > > Orion distribution, the directories created did not have 
> the bit set
> > > for each orion directory. This prevents Orion from 
> creating files in
> > > these directories. You need to do a chmod +d to all of these
> > > directories, and their sub directories. Its a pain in the 
> arse (excuse
> > > my old english), but so it goes.
> > >>
> > >> Regards,
> > >>
> > >> the elephantwalker
> > >> www.elephantwalker.com
> > >>
> > >> -----Original Message-----
> > >> From: [EMAIL PROTECTED]
> > >> [mailto:[EMAIL PROTECTED]]On Behalf Of yilmaz
> > >> Sent: Sunday, October 07, 2001 6:44 PM
> > >> To: Orion-Interest
> > >> Subject: Re: starting orion application server
> > >>
> > >>
> > >> hi Steve,
> > >> thanks for your kind reply.
> > >> I created the persistance directory, but the error is still
> > >> persisting :) ( i already copied the tools.jar into the 
> orion home
> > >> directory, and i am using sun's jdk1.3.1 )
> > >> below is the log file i tried to start it up:
> > >>
> > >> 2001/10/8 S^ 9:41 1.5.2 Started
> > >> 2001/10/8 S^ 9:41 1.5.2 Stopped (JVM termination)
> > >>
> > >> i am having the same error message saying that
> > >> (persistance/transaction.state) doesn't exist.Obviously 
> it can't find
> > >> the transaction.state file. How should i create it , or 
> do you have a
> > >> sample
> > > one
> > >> so that i can configure according to my environment.Thanks in
> > >> advance. cheers :)
> > >> ----- Original Message -----
> > >> From: "Stephen Davidson" <[EMAIL PROTECTED]>
> > >> To: "Orion-Interest" <[EMAIL PROTECTED]>
> > >> Sent: Saturday, October 06, 2001 11:05 PM
> > >> Subject: Re: Orion-Interest subscription notification
> > >>
> > >>
> > >> > Hi Yilmaz.
> > >> >
> > >> > You are obviously new here, or you would know that you 
> do not need
> > >> > to threaten in order to get help.
> > >> >
> > >> > On the topic of the persitance directory, there is an 
> issue where
> > >> > this directory is not created automatically under 
> WinNT/Win2K.  So
> > >> > you have to create it manually yourself.  You do NOT 
> need to put
> > >> > the orion directory into your classpath.
> > >> >
> > >> > The following command issued in the orion directory 
> should fix your
> > >> > issue with the transaction.state file.
> > >> >
> > >> > C:\orion>mkdir persistance
> > >> >
> > >> > I know about this because one of the developers on my 
> team ran into
> > >> > this issue yesterday when setting up Orion on his Win2K box.
> > >> >
> > >> > If you have not done so already, you also need to copy the
> > >> > tools.jar file from your jdk directory into your c:\orion
> > >> > directory.
> > >> >
> > >> > FYI, our testing has indicated that orion works best 
> on Bea's JDK,
> > >> > Sun's JDK, or IBM's Hotspot JDK.  On Microsoft's JVM, 
> we sometimes
> > >> > get for no apparent reason some rather funky errors 
> that go away
> > >> > when we switch JVM's.
> > >> >
> > >> > Regards,
> > >> > Steve
> > >> >
> > >> >
> > >> > yilmaz wrote:
> > >> > >
> > >> > > hi guys,
> > >> > > i am new to orion,
> > >> > > i already downloaded orion application server, and 
> unzipped under
> > >> c:\orion
> > >> > > directory.
> > >> > > according to instructions i also put the tools.jar 
> under c:\orion
> > >> > > Next on command window , i ran  java -jar orion.jar -install
> > >> > > which prompted me to enter a password, and it said 
> installation
> > >> > > was
> > > done
> > >> > > though i was surprised to  finish so fast,  i tried 
> running orion
> > >> > > by java -jar orion.jar
> > >> > > as i expected it didn't start , but gave me the 
> following strange
> > > error:
> > >> > >
> > >> > > C:\orion>java -jar orion.jar
> > >> > > Fatal Error: Transaction log file
> > >> (/C:/orion/persistence/transaction.state)
> > >> > > did
> > >> > > not exist and was not possible to create, the most 
> common reason
> > >> > > for
> > >> this is
> > >> > > an
> > >> > > invalid path or Orion lacking security to write to that path:
> > >> > > /C:/orion/persiste
> > >> > > nce/transaction.state
> > >> > > 
> (系統æ?¾ä¸?å^°æ??å®sçs?è·¯å¾?ã?,) (the
> > > last
> > >> part
> > >> of the message
> > >> > > says
> > >> > > system couldn't find the path in chinese).
> > >> > > can someone help me please with this,
> > >> > > so far i have used tomacat3, tomcat 4, jsdk, etc..
> > >> > > i have never seen this kind of strange problem, and 
> i don't have
> > >> > > any
> > >> idea
> > >> > > how to solve it
> > >> > > i tried several methods in vain.
> > >> > > i put c:\orion in my path, it didn't help
> > >> > > please give me some help, ( before i decide to 
> switch to another
> > >> > > one) thanks for your concern
> > >> > > cheers :)
> > >> >
> > >> > --
> > >> > Stephen Davidson
> > >> > Java Consultant
> > >> > Delphi Consultants, LLC
> > >> > http://www.delphis.com
> > >> > Phone: 214-696-6224 x208
> > >> >
> > >> >
> > >> >
> >
> >
> 
> 
> 

Reply via email to