Home > Archive > Java Help > July 2004 > Deployment Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Deployment Problem
|
|
|
| Hello All,
I have a problem I just can't figure out. I am using Oracle's
jdeveloper and deploying to a stand-alone linux oc4j server. I have a
j2ee/struts application that runs fine from the self-embedded oc4j
server, but it doesn't deploy properly.
Most of the app runs fine, except for a few fields. These fields give
a 'no getter' error. The value object has the getters and setters in
it, or the test bed wouldn't work.
Anyone have any ideas about what could cause this type of error?
Thanks for any help.
Bob Z.
p.s. New to java/beans/struts development.
| |
|
| Bob Z wrote:
>
> I am using Oracle's
> jdeveloper and deploying to a stand-alone linux oc4j server. I have a
> j2ee/struts application that runs fine from the self-embedded oc4j
> server, but it doesn't deploy properly.
You could try deploying to your stand-alone OC4J from the command
prompt. I'm not at work now, so I can't verify the exact syntax,
but go to the "j2ee/home" subdirectory of your OC4J installation
and issue the following command:
java -jar admin.jar ormi://localhost admin <admin-password> -help
Are you familiar with Oracle's OTN Web site?
http://otn.oracle.com
By the way, I believe "comp.lang.java" is not a real newsgroup.
Good Luck,
Avi.
| |
| Shanmuhanathan T 2004-07-07, 8:59 am |
| on 7/7/2004 1:15 AM Bob Z said the following:
> Hello All,
>
> I have a problem I just can't figure out. I am using Oracle's
> jdeveloper and deploying to a stand-alone linux oc4j server. I have a
> j2ee/struts application that runs fine from the self-embedded oc4j
> server, but it doesn't deploy properly.
>
> Most of the app runs fine, except for a few fields. These fields give
> a 'no getter' error. The value object has the getters and setters in
> it, or the test bed wouldn't work.
>
> Anyone have any ideas about what could cause this type of error?
>
> Thanks for any help.
>
> Bob Z.
>
> p.s. New to java/beans/struts development.
Please verify the struts versions used in jdev and in the standalone
OC4J server. They might give a clue.
How are deploying ? Are you using war/ear files?
Hope this helps,
Shanmu
| |
|
| Shanmuhanathan T <shanmuha@mailinator.com> wrote in message news:<6pPGc.16$z9.115@news.oracle.com>...
> on 7/7/2004 1:15 AM Bob Z said the following:
> Please verify the struts versions used in jdev and in the standalone
> OC4J server. They might give a clue.
> How are deploying ? Are you using war/ear files?
>
> Hope this helps,
> Shanmu
OK. The struts version is 1.1 on both. Also my client has JRE 1.3.1
and the oc4j server is supposed to support that.
I am deploying using an EAR file.
| |
|
| zeinerrj@nswccd.navy.mil (Bob Z) wrote in message news:<506a7e09.0407070928.2c199a8@posting.google.com>...
> Shanmuhanathan T <shanmuha@mailinator.com> wrote in message news:<6pPGc.16$z9.115@news.oracle.com>...
>
> OK. The struts version is 1.1 on both. Also my client has JRE 1.3.1
> and the oc4j server is supposed to support that.
> I am deploying using an EAR file.
ARRRGGG Found the problem. The oc4j server just needed to be
restarted. No wonder I couldn't find a problem in the code.
Thanks for your help.
Bob Z.
|
|
|
|
|