This is a discussion on Need help getting ChiliSoft to work. within the Linux Web Servers forums, part of the Web Server and Related Forums category; I am trying to get Sun Java System Active Server Pages 4.0 (ChiliSoft) to work on CentOS 4 / Apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to get Sun Java System Active Server Pages 4.0 (ChiliSoft)
to work on CentOS 4 / Apache 2.0.59 and am having a heck of a time. I actually have it working under the ChiliSoft admin URL, i.e.; http://<domain>:5100/caspsamp/diag/hello.asp but it will not work under any virtual host. The only error I get is a seg fault in the httpd error log and I only get the error when trying to access ASP pages under a vhost. [Fri Feb 29 05:21:56 2008] [notice] child pid 17833 exit signal Segmentation fault (11) http://www.sun.com/software/chilisoft/ I have tried getting help from the Sun forums, but no luck. They seem to be pretty dead. ---- Thanks! |
|
|||
|
On 29 Feb, 12:34, jsamdirect <supp...@jsamdirect.com> wrote:
> I am trying to get Sun Java System Active Server Pages 4.0 (ChiliSoft) > to work on CentOS 4 / Apache 2.0.59 and am having a heck of a time. I > actually have it working under the ChiliSoft admin URL, i.e.; > http://<domain>:5100/caspsamp/diag/hello.asp but it will not work > under any virtual host. The only error I get is a seg fault in the > httpd error log and I only get the error when trying to access ASP > pages under a vhost. > > [Fri Feb 29 05:21:56 2008] [notice] child pid 17833 exit signal > Segmentation fault (11) > > http://www.sun.com/software/chilisoft/ > > I have tried getting help from the Sun forums, but no luck. They seem > to be pretty dead. Didn't you pay Sun for this? They're still selling it so they should still be supporting it. I'm guessing they only ship binaries so it's probably their problem to fix. You might get some clues about whats going on (an a better response from sun) if you snag the core file and run it through gdb. Alternatively if this is a legacy system then run the code through asp2php and execute it using PHP. C. |
|
|||
|
On Feb 29, 7:42 am, "C." <colin.mckin...@gmail.com> wrote:
> Didn't you pay Sun for this? They're still selling it so they should > still be supporting it. I'm guessing they only ship binaries so it's > probably their problem to fix. You might get some clues about whats > going on (an a better response from sun) if you snag the core file and > run it through gdb. > > Alternatively if this is a legacy system then run the code through > asp2php and execute it using PHP. > > C. The issue is I am using an eval and they technically do not support CentOS, although it is RHEL. Go figure. I will see what gdb can tell me and heck, asp2php may be the best way to go :) |
| Thread Tools | |
| Display Modes | |
|
|