Q:CMP Primer and Oracle 8.1.7 deployment

2001-05-05 Thread Kalle Anka
Hi all,
I'm trying to deploy the CMP Primer (running on Win2000)using an Oracle 8.1.7 database on a Solaris box. Everything works fine if I use the default database provided by Orion (Hypersonic ??). The table is createdaccording to the extremly good example.But when I change the data-sources.xml into the following, the table is not created (I removed the hypersonic and added the Oracle one, so only one entry).

data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle" schema="database-schemas/oracle.xml" location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS" ejb-location="jdbc/OracleDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="scott" password="tiger" url="jdbc:oracle:thin:@sunprod:1521:orcl" inactivity-timeout="30" /

So, I turned on the debugging information for JDBC, but no errors:

C:\orionjava -Ddatasource.verbose=true -jar orion.jar Auto-deploying addressbook (New server version detected)...DataSource logwriter activated...jdbc:oracle:thin:@sunprod:1521:orcl: Startedjdbc:oracle:thin:@sunprod:1521:orcl: StartedAuto-deploying addressbook-ejb.jar (No previous deployment found)... 
Created newphysical connection: XA XA Orion Pooled jdbc:oracle:thin:@sunprod:1521:orclnull: Connection XA XA Orion Pooled jdbc:oracle:thin:@sunprod:1521:orcl allocated (Pool size: 0)jdbc:oracle:thin:@sunprod:1521:orcl: Opened connection Created new physical connection: Pooled oracle.jdbc.driver.OracleConnection@ece70d1aPooled jdbc:oracle:thin:@sunprod:1521:orcl: Connection Pooled oracle.jdbc.driver.OracleConnection@ece70d1a allocated (Pool size: 0)Pooled jdbc:oracle:thin:@sunprod:1521:orcl: Releasing connectionPooled oracle.jdbc.driver.OracleConnection@ece70d1a to pool (Pool size: 1)null: Releasing connection XA XA Orion Pooled jdbc:oracle:thin:@sunprod:1521:orcl to pool (Pool size: 1)done.Orion/1.4.5 initialized

Anyone got a clue why this is happening, or have I missed something ???

//KalleGet your FREE download of MSN Explorer at http://explorer.msn.com



Re: SV: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem

2001-05-04 Thread Kalle Anka

Hi,
if you get it to work, please let me know how you did it.

Thanks,
Kalle


From: Patrik Andersson [EMAIL PROTECTED]
Reply-To: Orion-Interest [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Subject: SV: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem
Date: Fri, 4 May 2001 12:21:31 +0200

Thanx a gazillion. :)

-Ursprungligt meddelande-
Från: Kalle Anka [mailto:[EMAIL PROTECTED]]
Skickat: den 4 maj 2001 04:08
Till: Orion-Interest
Ämne: Re: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem


Hi,
you can find it on http://www.allaire.com/products/kawa/index.cfm. It is
the
service pack 1.

Thanks,
Kalle


 From: Patrik Andersson [EMAIL PROTECTED]
 Reply-To: Orion-Interest [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Subject: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem
 Date: Thu, 3 May 2001 18:37:45 +0200
 
 Hi,
 
 where can I find the module containing:
 com.allaire.ejb.deployment.orion.OrionDeployer and how do I gettit to
work?
 
 -Ursprungligt meddelande-
 Från: Kalle Anka [mailto:[EMAIL PROTECTED]]
 Skickat: den 2 maj 2001 18:46
 Till: Orion-Interest
 Ämne: Q:Kawa 5.0 Ent SP1 and Orion, deployment problem
 
 
 Hi all,
 I am trying to use Kawa 5.0 ENT SP1 with Orion and I can't deploy to
Orion.
 I klnow that Orion is started and working fine but when I try to deploy
 from
 
 Kawa I'll get the following message:
 
 C:/java/jdk1.2.2/bin/java.exe
 com.allaire.ejb.deployment.orion.OrionDeployer
 
 C:/orion C:/projects/helloworld/HelloApp.ear
 java.net.SocketException: connect (code060) at
 com.sun.xml.parser.Parser.fatal(Parser.java:2817)at
 com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2506)  at
 com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1137) at
 com.sun.xml.parser.Parser.parseInternal(Parser.java:481) at
 com.sun.xml.parser.Parser.parse(Parser.java:284) at
 com.sun.xml.parser.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:95)
  at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:126)
 at
 com.allaire.ejb.deployment.orion.OrionDeployer.main(OrionDeployer.java,
 Compiled Code) Process Exit...
 
 My guess is that this is depending on that Kawa can't find the Orion
server
 (installed locally) or a security issue ?
 
 Thanks,
 Kalle
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com
 

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: Interests sake

2001-05-03 Thread Kalle Anka

Hi,
I'm running on Solaris 2.8.

//Kalle


From: Adam Cassar [EMAIL PROTECTED]
Reply-To: Orion-Interest [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Subject: Interests sake
Date: 03 May 2001 15:53:28 +1000


Hi all,

For interests sake, what OS is everyone on the list running orion on?

Windows 2000?
WinNT
Linux?

I would of thought that most people would be using Linux but I think
from postings on this list
that I might be mistaken

--

Adam Cassar
Technical Development Manager
___
NetRegistry http://www.netregistry.au.com
Tel: +61 2 9641 8609 | Fax: +61 2 9699 6088
PO Box 270 Broadway NSW 2007 Australia



_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Re: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem

2001-05-03 Thread Kalle Anka

Hi,
you can find it on http://www.allaire.com/products/kawa/index.cfm. It is the
service pack 1.

Thanks,
Kalle


From: Patrik Andersson [EMAIL PROTECTED]
Reply-To: Orion-Interest [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Subject: SV: Kawa 5.0 Ent SP1 and Orion, deployment problem
Date: Thu, 3 May 2001 18:37:45 +0200

Hi,

where can I find the module containing:
com.allaire.ejb.deployment.orion.OrionDeployer and how do I gettit to work?

-Ursprungligt meddelande-
Från: Kalle Anka [mailto:[EMAIL PROTECTED]]
Skickat: den 2 maj 2001 18:46
Till: Orion-Interest
Ämne: Q:Kawa 5.0 Ent SP1 and Orion, deployment problem


Hi all,
I am trying to use Kawa 5.0 ENT SP1 with Orion and I can't deploy to Orion.
I klnow that Orion is started and working fine but when I try to deploy
from

Kawa I'll get the following message:

C:/java/jdk1.2.2/bin/java.exe
com.allaire.ejb.deployment.orion.OrionDeployer

C:/orion C:/projects/helloworld/HelloApp.ear
java.net.SocketException: connect (code060)   at
com.sun.xml.parser.Parser.fatal(Parser.java:2817)  at
com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2506)at
com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1137)   at
com.sun.xml.parser.Parser.parseInternal(Parser.java:481)   at
com.sun.xml.parser.Parser.parse(Parser.java:284)   at
com.sun.xml.parser.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:95)
   at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:126)
at
com.allaire.ejb.deployment.orion.OrionDeployer.main(OrionDeployer.java,
Compiled Code) Process Exit...

My guess is that this is depending on that Kawa can't find the Orion server
(installed locally) or a security issue ?

Thanks,
Kalle
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Q:Kawa 5.0 Ent SP1 and Orion, deployment problem

2001-05-02 Thread Kalle Anka

Hi all,
I am trying to use Kawa 5.0 ENT SP1 with Orion and I can't deploy to Orion. 
I klnow that Orion is started and working fine but when I try to deploy from 
Kawa I'll get the following message:

C:/java/jdk1.2.2/bin/java.exe com.allaire.ejb.deployment.orion.OrionDeployer 
C:/orion C:/projects/helloworld/HelloApp.ear
java.net.SocketException: connect (code=10060)  at 
com.sun.xml.parser.Parser.fatal(Parser.java:2817)   at 
com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2506) at 
com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1137)at 
com.sun.xml.parser.Parser.parseInternal(Parser.java:481)at 
com.sun.xml.parser.Parser.parse(Parser.java:284)at 
com.sun.xml.parser.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:95) 
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:126)at 
com.allaire.ejb.deployment.orion.OrionDeployer.main(OrionDeployer.java, 
Compiled Code) Process Exit...

My guess is that this is depending on that Kawa can't find the Orion server 
(installed locally) or a security issue ?

Thanks,
Kalle
_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Q:Orion init.d script for Solaris

2001-05-01 Thread Kalle Anka

Hi all gurus,
has anyone written a script for managing Orion on a Sun Solaris 8 box ? I've 
seen the one for Linux but it requires some modifications to work, so 
instead of me doing this I'm wondering if anyone has done this already ??

Thanks
Kalle
_
Get your FREE download of MSN Explorer at http://explorer.msn.com





IDE tools and Orion

2001-04-13 Thread Kalle Anka

Hi,
I'm evaluating different tools for developing J2EE apps with Orion. So, I'm 
asking this excellent list which tools that supports Orion regarding 
deployment, debugging and so forth.

I know that Kawa Enterprise 5.0 with SP1 do, but maybe there are other ones 
that work as fine as Kawa does ??

//Kalle
_
Get your FREE download of MSN Explorer at http://explorer.msn.com





RE: Kawa 5.0 Ent and Orion 1.4.7

2001-04-13 Thread Kalle Anka

Hi,
the SP1 contains all the settings for Orion.

Thanks a lot all that helped my out.


From: Kemp Randy-W18971 [EMAIL PROTECTED]
Reply-To: Orion-Interest [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Subject: RE: Kawa 5.0 Ent and Orion 1.4.7
Date: Thu, 12 Apr 2001 08:35:18 -0400

I think someone on this list contacted the Kawa development team, and the
answer they received was that integration with Orion would be accomplished
in an up and coming Kawa service pack.

-Original Message-
From: Kalle Anka [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 5:06 PM
To: Orion-Interest
Subject: Kawa 5.0 Ent and Orion 1.4.7


Hi all,
has anyone succesfully been able to configure Kawa 5.0 Enterprise with 
Orion

1.4.7 ?
What I'm looking for is all the parameters needed for the EJB serve dialog
box like EJB Server parameters, Packager, Deployer, Unddeployer and so
forth.

I've tried Allaire but no answer so far besides read on the FAQ. But there
is nothing there.

Thanks,
Brynolf
_
Get your FREE download of MSN Explorer at http://explorer.msn.com



_
Get your FREE download of MSN Explorer at http://explorer.msn.com





Kawa 5.0 Ent and Orion 1.4.7

2001-04-11 Thread Kalle Anka

Hi all,
has anyone succesfully been able to configure Kawa 5.0 Enterprise with Orion 
1.4.7 ?
What I'm looking for is all the parameters needed for the EJB serve dialog 
box like EJB Server parameters, Packager, Deployer, Unddeployer and so 
forth.

I've tried Allaire but no answer so far besides read on the FAQ. But there 
is nothing there.

Thanks,
Brynolf
_
Get your FREE download of MSN Explorer at http://explorer.msn.com