Unable to initialize SSLServerSocketFactory: Permission denied

2002-02-12 Thread BRICKER_JONATHAN_E

We have gotten this error with Orion 1.4.5 with a generated certificate and the server running as root.

Error starting HTTP-Server: Unable to initialize SSLServerSocketFactory 'com.evermind.ssl.JSSESSLServerSocketFactory': Permission denied

Do you have any idea what this is referring to? I can find no documentation on Orion's web site, groups.google.com or on the web in general. I have double checked permission's on the files I created (in the /orion/key and /orion/config directories) and believe they are all OK.

Jonathan Bricker
Lilly Research Labs
Java ATG

ClassDefNotFound Exception

2002-01-28 Thread BRICKER_JONATHAN_E

I was setting up SOAP on Orion and have run into a problem. Anytime I try to use any of the SOAP admin pages( List, Deploy, and un-deploy) I get a ClassDefNotFound Exception for HttpServlet on this line:

ServiceManager serviceManager =
org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(application);

I believe it is having a problem on the application call. I guessing that if can not find orion.jar or ejb.jar or it is looking for j2ee.jar.

I've set up SOAP by following the HOWTO on Atlassian and it looks fine and can find the soap.jar.

Has anyone seen this before and can give me some insight as to what the problem might be?

Jonathan Bricker
Lilly Research Labs
Java ATG

Re: SOAP problem with Orion

2002-01-21 Thread BRICKER_JONATHAN_E

This seems to be the line that is causing problems.
ServiceManager serviceManager =
  org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(application);

Apparently the implicit 'application' call is causing the NoClassDefException.

Anyone see this before?

Jonathan Bricker
Lilly Research Labs
Java ATG






[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
01/18/02 08:10 AM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:SOAP problem with Orion




I was installing SOAP on my Orion 1.5.2 server but get a ClassNotFoundException javax.servlet.http.HttpServlet when I try to run anything from the SOAP admin tool. 

I've followed the HOWTO from Atlassian for installing and as far as I can tell Orion can find soap.jar. 

My other applications run fine so I'm guessing that it is something with SOAP's jsp's or a class that or tag that I'm missing. 

Thanks for the help. 

Jonathan Bricker
Lilly Research Labs
Java ATG 



SOAP problem with Orion

2002-01-18 Thread BRICKER_JONATHAN_E

I was installing SOAP on my Orion 1.5.2 server but get a ClassNotFoundException javax.servlet.http.HttpServlet when I try to run anything from the SOAP admin tool.

I've followed the HOWTO from Atlassian for installing and as far as I can tell Orion can find soap.jar.

My other applications run fine so I'm guessing that it is something with SOAP's jsp's or a class that or tag that I'm missing.

Thanks for the help.

Jonathan Bricker
Lilly Research Labs
Java ATG

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread BRICKER_JONATHAN_E

You can get TogetherJ in a solo version for about 1/2 of the Control Center's price.

Jonathan Bricker
Lilly Research Labs
Java ATG






Oisin Kim [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/07/01 12:15 PM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Re: Off-topic: UML Tools...Help!!!



I agree totally, very feature rich, a real quality product, more
features than you could ever possibly use, but at £5000 a seat the price
is slightly prohibitive. I was lucky enough to use Together Control
Center for my Thesis, if you can afford it, get it!
Otherwise, for 10% of the functionality, for free get Poseidon! If you
like it and use it commercially pay the $150 or so dollars for the
Professional version.

Oisin

On Fri, 2001-12-07 at 13:47, Curt Smith wrote:
 I have a team using TogetherJ for our modeler, IDE and deploy tool.
 TogetherJ, the first to market with a great all Java UML modeler, round trip
 code generator product. Supports all IDE functions including debugging into
 your appserver's VM, deploy, call Ant, JUnit etc etc. Very feature rich.
 
 togethersoft.com
 
 Curt
 
 Oisin Kim wrote:
 
  John,
  have a look at Poseidon, the community edition is free and it's 100%
  Java so multi platform, although it runs best with 1.3.1_01 JRE...
  Oisin
 
  On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
   Hi,
  
   I have been asked by my manager to evaluate some UML modelling tools:
   Rational Rose and Select. However, I have never really used UML so I
   probably wasn't the best person to ask :)
  
   So, if anyone could tell me any pros and cons of these packages I would
   appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
   idea would be to farm out classes/beans you have designed and structured in
   the UML model.
  
   Any information or experiences you would like to share would be appreciated
   as I don't have a clue :)
  
   Thanks,
  
   Johnny
  
  
   Confidentiality Notice:
   The information in this e-Mail message is confidential and for the use of
   the named recipients only. The information may be protected by privilege,
   work product immunity or other applicable law.
   If you are not the intended recipient - the retention, dissemination,
   distribution or copying of this e-Mail message is strictly prohibited. If
   you receive this e-Mail message in error, please notify me immediately by
   telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
  
  --
 
  
  Oisin Kim
  Software Engineer
  Aurium - the new brand for Conceptual Drift
  Clifton House
  Lower Fitzwilliam Street
  Dublin 2
  Web - http://www.aurium.net
  Email - [EMAIL PROTECTED]
  Mobile - +353 86 841 9967
  Telephone - +353 1 661 1132
  
 
 
-- 


Oisin Kim
Software Engineer
Aurium - the new brand for Conceptual Drift 
Clifton House
Lower Fitzwilliam Street
Dublin 2
Web - http://www.aurium.net
Email - [EMAIL PROTECTED]
Mobile - +353 86 841 9967
Telephone - +353 1 661 1132








QL:EJB in Orion?

2001-11-13 Thread BRICKER_JONATHAN_E

Is the QL:EJB part of EJB 2.0 spec supported in Orion at this point?

Jonathan Bricker
Lilly Research Labs
Java ATG

RE: Design strategy

2001-10-03 Thread BRICKER_JONATHAN_E

I would think that is this better done with LDAP and defined roles and groups. Then use the J2EE security linked to the LDAP to control access. 

Remember that Entity beans represent data in the database. Unless each of these things are actual data then it should not be an entity bean.

Jonathan Bricker
Lilly Research Labs
Java ATG






Alex Paransky [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
10/02/01 05:06 PM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:RE: Design strategy



1) It seemed to me that a class was merely a container of N groups. From
your example, it seems that group (chemistry professor) was just a
sub-group of a group called (Professor). In other words:

Professor
 |
 +-- Chemistry Professor

I was not aware of other fields in the Class, and this was the reason for
the suggestion. Since you can still attach roles to the groups, from the
example above Chemistry Professor could inherit the roles from the
Professor Group

2) You can use standard many/many relationships for this. I have had
limited success with this.

-AP_


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of George Mardale
Sent: Monday, October 01, 2001 10:06 PM
To: Orion-Interest
Subject: RE: Design strategy


Hello Alex,

Thank you for your prompt response. Your suggestions are excellent.

You're right, the analysis is not correct. I tried to reduce the problem to
a
simple example. To avoid complexity, I just limited the relationships to
1..*.
Maybe the example is not the best, but I only wanted to know if I could
model
the Abstract being bean in Orion.

There are still 2 issues we are unclear about:
1. what are the advantages of dumping entity Class? (Class has specific
fields
that Group does not have)
2. could you please detail the best way to implement a *-* relationship in
Orion?

Thanks,
George.






Re: Using NT Authentication

2001-09-14 Thread BRICKER_JONATHAN_E

I've seen it down by asking for a FTP connection to the server and using the password. If it goes through then the password it good.

It is clunky but it works.

Jonathan Bricker
Lilly Research Labs
Java ATG






[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
09/14/01 04:08 AM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Using NT Authentication



Hi,
I am developing an intranet EJB application and am interested in using the users NT authentication as a means for user authentication. I know it is possible to do this in IIS, but has anyone ever tried doing it with a Java Web App? 
Any advice or suggestions would be appreciated.
Regards,
Johnny



Test - do not read - eom

2001-09-05 Thread BRICKER_JONATHAN_E

Jonathan Bricker
Lilly Research Labs
Java ATG

Re: Anyone using TogetherSoft TCC with Orion?

2001-06-26 Thread BRICKER_JONATHAN_E

We are using TogetherJ with Orion. I'm not sure I can help you but for hot deployment we just make an .ear file and move it to the applications directory. Orion does the rest. All done in a make file. 

From our makefile:
### begin: rules for creating application jar.

DIST_DIR=$(APP_HOME)/dist
EJB_TMP_DIR=$(APP_HOME)/ejb_tmp



deploy:
cp $(APP_NAME).ear $(ORION_HOME)/applications

dist:  pre_dist ejb_jar war 
@echo -
@echo Creating $(APP_NAME) EAR ...
@cd $(DIST_DIR); \
$(JAR) cf ../$(APP_NAME).ear *;
@echo -
rm -rf $(DIST_DIR);

pre_dist:FORCE
@echo -
@echo Preparing EAR ...
@mkdir -p $(DIST_DIR)/META-INF;
@cp application.xml $(DIST_DIR)/META-INF;
@echo -

war:$(DIST_DIR)
@echo -
@echo Creating WEB Archive (WAR)...
@rm -rf web/WEB-INF/classes/com;
@cd web/WEB-INF/classes; \
cp -rf $(APP_HOME)/lib/* .;
@cp -rf web web_tmp; 
@cd web_tmp; \
find . -name CVS -prune -exec rm -rf {} \; 
@cd web_tmp; \
$(JAR) cf $(DIST_DIR)/$(APP_NAME).war *;
@rm -rf web_tmp;
@echo -

ejb_jar:$(DIST_DIR) ejb-jar.xml
@echo -
@echo Creating EJB JAR...
@mkdir -p $(EJB_TMP_DIR);
@cd $(EJB_TMP_DIR); \
cp -rf $(APP_HOME)/lib/* .;
@mkdir -p $(EJB_TMP_DIR)/META-INF;
@cp $(APP_HOME)/ejb-jar.xml $(EJB_TMP_DIR)/META-INF/;
@cd $(EJB_TMP_DIR); \
$(JAR) cf $(DIST_DIR)/$(APP_NAME)Ejb.jar *;
@rm -rf $(EJB_TMP_DIR);
@echo -


$(DIST_DIR):
mkdir -p $(DIST_DIR);

$(EJB_TMP_DIR):
mkdir -p $(EJB_TMP_DIR);

deploy_web:
cd web; \
rm -f *~; \
cp -rf * $(ORION_HOME)/applications/$(APP_NAME)/$(APP_NAME)

### end: rules for creating application jar.
Jonathan Bricker
Lilly Research Labs
Java ATG






Ronald F. Lens [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
06/25/01 02:09 PM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Anyone using TogetherSoft TCC with Orion?

Hi all,

Does anyone have any experience using TogetherSoft TCC v5 (or 4.x) with
orion? I'm still struggling to get the deployment tool to work with orion.
I got pretty close using the EJB 2.0 generic version in TogetherSoft but
it doesn't provide all the bells and whistles you'd like (like hot
deployment).

Any help would be greatly appreciated.
Ronald

-- 

A thinking computer, isn't that like a swimming ship?







RE: Orion support company

2001-04-26 Thread BRICKER_JONATHAN_E

New features for OrionSphere will include easy deploying with VisualAge for Java. You can use another deployment tool but it will not be documented and can not be used for very much. You will have the ability to use IBM's java with debugging ties. Of course it is Java 1.2.2 and you must include ibm.jar will all of your deployments. 


Jonathan Bricker
Lilly Research Labs
Java ATG






Dan North [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
04/26/2001 03:32 AM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:RE: Orion support company

BEA made an offer, but IBM beat them to it.

As of version 1.5.0, Orion will become known as OrionSphere Application 
Server (TM)



At 14:48 26/04/2001 +1000, you wrote:
Okok everyone - for those confused. Orion did NOT get bought by BEA.

JoeO was just making a joke, which obviously quite a few people missed.

Call it a late April fools prank ;)

REPEATING: Orion has not been bought by BEA.

-mike

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Robert S.
  Sfeir
  Sent: Thursday, April 26, 2001 4:33 AM
  To: Orion-Interest
  Subject: RE: Orion support company
 
 
  At 11:37 AM 4/25/2001 -0400, you wrote:
   Orion's web site is still up? Every time I go to
  www.orionserver.bea.com,
   it comes back with an error.
 
  What's orionserver.bea.com? Dude how about www.orionserver.com, I didn't
  know BEA bought Orion... or did I miss some crazy post somewhere?
 
  R
 
 
 
 
  Robert S. Sfeir
  Director of Software Development
  PERCEPTICON corporation
  San Francisco, CA 94123
  w - http://www.percepticon.com/
  e- [EMAIL PROTECTED]
  t - (415) 749-2900 x205
 
 
 

--
Dan North
VP Development - Cadrion Technologies - +44 (0)20 7440 9550

CONFIDENTIALITY
This e-mail and any attachments are confidential
and may also be privileged. If you are not the named recipient,
please notify the sender immediately and do not disclose the
contents to another person, use it for any purpose, or store
or copy the information in any medium






Java URL to a file from within container

2001-04-10 Thread BRICKER_JONATHAN_E

I want to parse an XML file and I'm creating a java.net.URL to give the location but I seem to be running into trouble. Here is what I have:

The XML file is in the .war file and is in the application( /proj/orion/application/catd/catd)

I create a URL like this:

URL schemaURL = new URL(file,duck1.lilly.com,/proj/orion/application/catd/catd/validation.xsd);

basically, file protocol, the machine the file is on and the exact directory.

This is created and called within a servlet but with the exact URL it should not matter which layer of the container the files are at.

The file parses so it is not a problem with the parser or file.

Has anyone done something like this before?


Jonathan Bricker
Lilly Research Labs
Java ATG

Re: Java URL to a file from within container

2001-04-10 Thread BRICKER_JONATHAN_E

found the answer myself with some experimenting. I was able to reach the file by changing the protocol to http and putting in my port number. basically treating it like a jsp. Now I have my next problem. One that I have been worrying that I would have for about for a day or so.

java.io.IOException: Problems occurred:Error on line 6 of document
   http://duck1.lilly.com:7655/catd/validation.xsd: General Schema Error: Grammar with uri 2:
   http://www.w3.org/2000/10/XMLSchema , can not found. at

I'm inside a firewall, using a proxy server. Anyone have a solution or ideas for this one?


Jonathan Bricker
Lilly Research Labs
Java ATG






[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
04/10/01 09:45 AM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Java URL to a file from within container


I want to parse an XML file and I'm creating a java.net.URL to give the location but I seem to be running into trouble. Here is what I have: 

The XML file is in the .war file and is in the application( /proj/orion/application/catd/catd) 

I create a URL like this: 

URL schemaURL = new URL(file,duck1.lilly.com,/proj/orion/application/catd/catd/validation.xsd); 

basically, file protocol, the machine the file is on and the exact directory. 

This is created and called within a servlet but with the exact URL it should not matter which layer of the container the files are at. 

The file parses so it is not a problem with the parser or file. 

Has anyone done something like this before? 


Jonathan Bricker
Lilly Research Labs
Java ATG 



Re: Hot deployment not so hot

2001-03-30 Thread BRICKER_JONATHAN_E

When we had similar problems we would remove the application from the application directory, the ear and the files from the applications-deployment directory. Make sure you stop the server before doing this.

Jonathan Bricker
Lilly Research Labs
Java ATG






Dan North [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
03/30/2001 06:13 AM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Hot deployment not so hot

Hi all.

I've been having a number of problems with hot deployment ever since I 
started using orion, and I wondered if anyone could shed any light?

Typically it happens when I change an interface rather than just internal 
bean logic or code: orion says it is redeploying whatever-xyz.jar, but will 
complain that:

- A cmp-field is missing (that I have removed from both the bean and the 
ejb-jar.xml)
- A method doesn't exist (that I have just added to both the bean and the 
remote i/f)
- etc.

All the messages I get seem to come down to a conflict between some cached 
version of the bean and the new version. If I shut down and restart orion, 
all the problems go away and it deploys the new version fine.

This hasn't been a problem during development, but I'm concerned that I 
might be doing something wrong, and obviously once the system goes live I 
can't just stop and restart the server when I deploy changes, so what's the 
Right Way to redeploy a session or entity bean into a running server and 
tell orion to forget everything it knew about the previous version?

(I'm running 1.4.7 on Sun's jdk1.3 on Windows 2000 if it makes any difference.)

Thanks,
Dan/tastapod

--
Dan North
VP Development - Cadrion Software Ltd - +44 (0)20 7440 9550

CONFIDENTIALITY
This e-mail and any attachments are confidential
and may also be privileged. If you are not the named recipient,
please notify the sender immediately and do not disclose the
contents to another person, use it for any purpose, or store
or copy the information in any medium






Java Mail and javax.activation.DataSource

2001-03-20 Thread BRICKER_JONATHAN_E

Hello all,

I'm setting up J2EE program and I'm having trouble getting the Java mail to work. I am getting a java.lang. NoClassDefFoundError: javax/activation/DataSource error when I call Message msg = new MimeMessage(session);

Everything else is set up and my code is nearly identical to the ATM example. My mailing code is in a stateless session bean.

Anyone see anything like this before?

Jonathan Bricker
Lilly Research Labs
Java ATG