UNSUBSCRIBING NOT POSSIBLE

2001-05-17 Thread Sergi Baila

I've tried to unsubscribe from the www.orionserver.com twice without
success!

Perhaps there's a problem, or the server is highly overloaded by the
recent problems with all that traffic.

Is there any administrator here that can unsubscribe me? (and those guys
with problems also!)

Thanks!

-- 
-
Sergi Baila  [EMAIL PROTECTED]  www.imaginart.es
Area de InternetimaginArt Master Distributor
Via Augusta, 99 08006 Barcelona SPAIN
tel: +34 93.2920770 fax: +34 93.2177651
-




Orion init.d script (was Re: Orion on Red Hat 6.2)

2001-04-20 Thread Sergi Baila
   reloadorion
;;

'kill')
killorion
;;

'restart')
killorion
startorion
;;  

'status')
OP=`orionpid`
if [ $OP = "0" ] ; then
echo "orion is stopped"
exit 1
else
echo "orion (pid $OP) is running..."
exit 0
fi
;;

'help'|'-help'|'--help'|'h'|'-h'|'?'|'-?')
showhelp
exit 1
;;

'update')
killorion
cd $ORION_HOME
$JAVA_HOME/bin/java -jar autoupdate.jar
startorion
;;

*)
echo "Usage: $0 {start|stop|kill|restart|reload|status|update|help}"
exit 1
;;

esac

exit $?


-- 
-
Sergi Baila  [EMAIL PROTECTED]  www.imaginart.es
Area de InternetimaginArt Master Distributor
Via Augusta, 99 08006 Barcelona SPAIN
tel: +34 93.2920770 fax: +34 93.2177651
-




Re: orion server version 1.4.7

2001-04-03 Thread Sergi Baila

download version 1.4.5 from www.orionserver.com, install, and then
execute

java -jar autoupdate.jar

That will 'autoupdate' :) your Orion installation.

Vlad Stinsov wrote:
 
 Hi!
 Help me pls.
 On site www.orionserver.com I find server version 1.4.5, but in mailing
 list we
 talk about server version 1.4.7.
 When I can find it.
 Vlad Stinsov.

-- 
-
Sergi Baila  [EMAIL PROTECTED]  www.imaginart.es
Area de InternetimaginArt Master Distributor
Via Augusta, 99 08006 Barcelona SPAIN
tel: +34 93.2920770 fax: +34 93.2177651
-




Re: Orion using Interbase / VerifyError

2001-04-03 Thread Sergi Baila

I'm using Interbase 6.01 Classic with InterClient 1.6 on a Red Hat 6.2.
Java support is JDK 1.3 HotSpot from Sun.

I'm not using EJB (only JSP/servlets) but it works fine for me.

Kiss Tibor wrote:
 
 I have tried both 1.2 and 1.3. It is a problem with the interclient
 classes. (At least with version 2, never really tried 1.6)
 A rebuild from the sources solves the problem.
 (Although you have to modify a bit of the code, IIRC near
 XATransaction.)
 
 Tibor
-- 
-
Sergi Baila  [EMAIL PROTECTED]  www.imaginart.es
Area de InternetimaginArt Master Distributor
Via Augusta, 99 08006 Barcelona SPAIN
tel: +34 93.2920770 fax: +34 93.2177651
-