472,958 Members | 2,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

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.
Jul 17 '05 #1
3 2114
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
Jul 17 '05 #2
Shanmuhanathan T <sh******@mailinator.com> wrote in message news:<6p*************@news.oracle.com>...
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


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.
Jul 17 '05 #3
ze******@nswccd.navy.mil (Bob Z) wrote in message news:<50*************************@posting.google.c om>...
Shanmuhanathan T <sh******@mailinator.com> wrote in message news:<6p*************@news.oracle.com>...
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


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.
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
2
by: Felix | last post by:
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another...
1
by: Richard Lewis Haggard | last post by:
I'm new to C# deployment project way of doing things and have run into a problem with a deployment project that has me stumped. I've put together a deployment of a project which works just fine for...
2
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e....
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
1
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: feng | last post by:
Hi, I am having a strange problem right now and I don't even know how to go about it. Someone please help me! Any inputs will be highly appreciated. We have an application that has a VB.Net...
0
by: Michael | last post by:
After a week of beating my head against a wall I still continue to receive the following error message when trying to deploy a package using the cabinet option. The same error occurs with a...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.