AW: Orion on Solaris 8

2001-06-22 Thread Joerg Weishaupt

Hi,

the problems are solved in the meantime, thanks to Johan and
Abhilash ;-)
Had to use bash instead of sh and set an environment variable
LANG=LATIN-2

I learned about the switch -Xconcurrentio on a recent Java
Tuning Workshop at SUN. This switch (SUN Solaris only) helps
increasing performance for applications which use a lot of
threads. Don't forget to set your LD_LIBRARY_PATH to
/usr/lib/libthread.so

You can find more tips on this page:
http://java.sun.com/docs/hotspot/PerformanceFAQ.html




-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag von Ismael Blesa
Part
Gesendet: Mittwoch, 20. Juni 2001 17:26
An: Orion-Interest
Betreff: Re: Orion on Solaris 8


We have tried and it works fine this way.

What -Xconcurrentio means ?


Joerg Weishaupt wrote:

 Hi,

 I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1

 a) I'm unable to set the process into the background. As soon as I log
off from the SSH session the Orion process gets killed.
Startup is done by calling:
nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
$ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log


 b) All German specific vocales (Umlaute) are shown as a ? only.

 Maybe someone has some ideas ?

 TIA
 Joerg Weishaupt






Re: Orion on Solaris 8

2001-06-20 Thread Ismael Blesa Part

We have tried and it works fine this way.

What -Xconcurrentio means ?


Joerg Weishaupt wrote:

 Hi,

 I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1

 a) I'm unable to set the process into the background. As soon as I log
off from the SSH session the Orion process gets killed.
Startup is done by calling:
nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
$ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log 

 b) All German specific vocales (Umlaute) are shown as a ? only.

 Maybe someone has some ideas ?

 TIA
 Joerg Weishaupt





Re: Orion on Solaris 8

2001-06-12 Thread Marcus Lachmanez

The way to run a process in the background even after the login process is
terminated is very simple just
start orion in this way 'nohup java -jar orion.jar' This should work.

Marcus

Johan Fredriksson wrote:

 inline
 - Original Message -
 From: Joerg Weishaupt [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Monday, June 11, 2001 10:54 AM
 Subject: Orion on Solaris 8

  Hi,
 
  I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1
 
  a) I'm unable to set the process into the background. As soon as I log
 off from the SSH session the Orion process gets killed.
 Startup is done by calling:
 nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
 $ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log
 
 

 Check orionsupport.com, or use bash.

  b) All German specific vocales (Umlaute) are shown as a ? only.
 

 The shell you are running orion under has to have german language enabled.

 If you can type a double s at the prompt, then it should be set up
 correctly.

  Maybe someone has some ideas ?
 
  TIA
  Joerg Weishaupt
 
 

 Johan





Orion on Solaris 8

2001-06-11 Thread Joerg Weishaupt

Hi,

I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1

a) I'm unable to set the process into the background. As soon as I log
   off from the SSH session the Orion process gets killed.
   Startup is done by calling:
   nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out 
   $ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log 

b) All German specific vocales (Umlaute) are shown as a ? only.

Maybe someone has some ideas ?

TIA
Joerg Weishaupt






Re: Orion on Solaris 8

2001-06-11 Thread Johan Fredriksson

inline
- Original Message -
From: Joerg Weishaupt [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Monday, June 11, 2001 10:54 AM
Subject: Orion on Solaris 8


 Hi,

 I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1

 a) I'm unable to set the process into the background. As soon as I log
off from the SSH session the Orion process gets killed.
Startup is done by calling:
nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
$ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log



Check orionsupport.com, or use bash.

 b) All German specific vocales (Umlaute) are shown as a ? only.


The shell you are running orion under has to have german language enabled.

If you can type a double s at the prompt, then it should be set up
correctly.


 Maybe someone has some ideas ?

 TIA
 Joerg Weishaupt



Johan





RE: Problem with starting Orion on Solaris 8

2001-06-10 Thread elephantwalker

Mahesh,

there were issues with auto-deployment and earlier versions. I would upgrade
to 1.5.2 the latest stable version, 1.4.0 is a little behind the times now.
Check the permissions on your deploy directory and the application
directory, does orion have write access? (write permissions are not an issue
with nt, but are a unix issue). If you used jar to unzip your distribution,
you may not have the correct permissions on your directories, do a chmod +x
on each directory.  I would also take a look at www.orionsupport.com, there
is a good lesson on running orion on unix systems.

Also, do you have any error messages in the global application log or the
console when you start orion?

The initial step on the .ear is to expand the web tier to a web-tier
directory. Try doing this yourself with jar -xf myapp.ear , does this work?
if it doesn't, there's your problem.

Regards,

the elephantwalker

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, June 10, 2001 6:20 PM
To: Orion-Interest
Subject: Problem with starting Orion on Solaris 8


Hello everybody
   I have a problem in getting orion initialised. I am running 1.4.0 version
of orion on Solaris 8. I am able to auto-deploy the web and jar files
successfully . However the system hangs when auto-deploying the .ear file of
the application.
  It builds all class files successfully on running ant also. And it creates
the build directory in the application folder, it also creates the
application directory in the application-deployments and puts the
application.xml,  orion-application.xml and principals.xml files in that
directory. It also creates the application-ejb.jar but its empty. However it
cannot create the persistence and application-web
   Can anyone please tell me is there any problem specific to Solaris. I am
having Oracle 8i as my database and the data-source.xml has the same
configuration as the one i used for WindowsNT 4.0 version.
   My application is running successfully on WinNT4.0 OS and on Solaris i
could run the Orion-Primer eg on the orionserver.com site. But in the
addressbook eg it again gave me the same problem in auto-deploying the
addressbook.ear file.
   Please help me with this problem. I am not able to figure out why does it
hangs when i run any application having EJB in it which interacts with
database. Is there any specific configuration for jdbc connection for
Solaris platform or any specific changes i have to make with the
Configuration files in the config directory
  Please help me out

Thanking in advance
Mahesh


__
123India.com - India's Premier Portal
Get your Free Email Account at http://www.123india.com