Blank pages in output

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Blank pages in output

Matt Warnock
Trying to get ofbiz up and running as a new install, though this isn't
my first attempt (in the past, I got farther, but last attempt was a
year ago or more).  Running under Debian 5.0 and Ubuntu 9.10 with
sun-java6-jdk installed from distribution repositories.  Have downloaded
ofbiz 4.0, 9.04, and trunk, unpacking each into their default separate
directories under /opt.

With all three versions I see the same behavior.  When I start them
using ./startofbiz.sh, they go through the verbose startup procedure
without apparent error (nothing in runtime/logs/error.log).

When I connect to localhost:8080, I see nothing.  Blank page.  

In runtime/logs/debug.log, there are some entries that read e.g.
"characters(      )" and "Pushing body text '      ' " but with a lot
more spaces between the respective delimiters.

Any ideas or suggestions?  Do I need to be running jdk 1.5 instead?  I
saw conflicting instructions on that subject on the Net.



--
Matt Warnock <[hidden email]>
RidgeCrest Herbals, Inc.

Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Ruth Hoffman-2
Hi Matt:
I've been told several times that you only need Java 1.6 for a trunk
release.
I use Java 1.5 for everything I do including a recent (about 3 weeks
ago) download and verification of the 9.04 release.
Did you type in http://localhost:8080/ecommerce? or http://localhost:8080/

Regards,
Ruth
----------------------------------------------------
Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
[hidden email]

Matt Warnock wrote:

> Trying to get ofbiz up and running as a new install, though this isn't
> my first attempt (in the past, I got farther, but last attempt was a
> year ago or more).  Running under Debian 5.0 and Ubuntu 9.10 with
> sun-java6-jdk installed from distribution repositories.  Have downloaded
> ofbiz 4.0, 9.04, and trunk, unpacking each into their default separate
> directories under /opt.
>
> With all three versions I see the same behavior.  When I start them
> using ./startofbiz.sh, they go through the verbose startup procedure
> without apparent error (nothing in runtime/logs/error.log).
>
> When I connect to localhost:8080, I see nothing.  Blank page.  
>
> In runtime/logs/debug.log, there are some entries that read e.g.
> "characters(      )" and "Pushing body text '      ' " but with a lot
> more spaces between the respective delimiters.
>
> Any ideas or suggestions?  Do I need to be running jdk 1.5 instead?  I
> saw conflicting instructions on that subject on the Net.
>
>
>
>  
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Matt Warnock
Thanks for the quick response.

Java 1.5 is no longer available in repositories for Ubuntu 9.10, AFAIK.
Debian 5.0 offers either 1.5 or 1.6.

I did not type in /ecommerce, so now I feel stupid.  I thought it used
to bring up a default page if you didn't specify, but maybe I am wrong.
It certainly seems odd to serve a BLANK page (no error/unconfigured page
like apache's "it works" page) by default.  Any idea on the rationale
behind that?

Seems like both Opentaps and Neogia (when I looked at them a year ago or
so) threw up a default page with several apps accessible by a click from
there.  Or maybe my mind is going...

On Mon, 2009-12-28 at 18:33 -0500, Ruth Hoffman wrote:

> Hi Matt:
> I've been told several times that you only need Java 1.6 for a trunk
> release.
> I use Java 1.5 for everything I do including a recent (about 3 weeks
> ago) download and verification of the 9.04 release.
> Did you type in http://localhost:8080/ecommerce? or http://localhost:8080/
>
> Regards,
> Ruth
> ----------------------------------------------------
> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
> [hidden email]
>
> Matt Warnock wrote:
> > Trying to get ofbiz up and running as a new install, though this isn't
> > my first attempt (in the past, I got farther, but last attempt was a
> > year ago or more).  Running under Debian 5.0 and Ubuntu 9.10 with
> > sun-java6-jdk installed from distribution repositories.  Have downloaded
> > ofbiz 4.0, 9.04, and trunk, unpacking each into their default separate
> > directories under /opt.
> >
> > With all three versions I see the same behavior.  When I start them
> > using ./startofbiz.sh, they go through the verbose startup procedure
> > without apparent error (nothing in runtime/logs/error.log).
> >
> > When I connect to localhost:8080, I see nothing.  Blank page.  
> >
> > In runtime/logs/debug.log, there are some entries that read e.g.
> > "characters(      )" and "Pushing body text '      ' " but with a lot
> > more spaces between the respective delimiters.
> >
> > Any ideas or suggestions?  Do I need to be running jdk 1.5 instead?  I
> > saw conflicting instructions on that subject on the Net.
> >
> >
> >
> >  


--
Matt Warnock <[hidden email]>
RidgeCrest Herbals, Inc.

Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Ruth Hoffman-2
Hi Matt:
Don't feel stupid. It use to work that way. When the ecommerce component
was moved to the specialpurpose directory, "they" changed the mount
point so that you have to type in ecommerce or some other application
name to get things to show up.

I agree that this is not only odd but really not very helpful.
Unfortunately, the focus of recent development has not been towards
making OFBiz more new user friendly. But don't despair - once you get
past all the ugly stuff, the underneath parts are really (still) rather
elegant.

Regards,
Ruth
----------------------------------------------------
Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
[hidden email]

Matt Warnock wrote:

> Thanks for the quick response.
>
> Java 1.5 is no longer available in repositories for Ubuntu 9.10, AFAIK.
> Debian 5.0 offers either 1.5 or 1.6.
>
> I did not type in /ecommerce, so now I feel stupid.  I thought it used
> to bring up a default page if you didn't specify, but maybe I am wrong.
> It certainly seems odd to serve a BLANK page (no error/unconfigured page
> like apache's "it works" page) by default.  Any idea on the rationale
> behind that?
>
> Seems like both Opentaps and Neogia (when I looked at them a year ago or
> so) threw up a default page with several apps accessible by a click from
> there.  Or maybe my mind is going...
>
> On Mon, 2009-12-28 at 18:33 -0500, Ruth Hoffman wrote:
>  
>> Hi Matt:
>> I've been told several times that you only need Java 1.6 for a trunk
>> release.
>> I use Java 1.5 for everything I do including a recent (about 3 weeks
>> ago) download and verification of the 9.04 release.
>> Did you type in http://localhost:8080/ecommerce? or http://localhost:8080/
>>
>> Regards,
>> Ruth
>> ----------------------------------------------------
>> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
>> [hidden email]
>>
>> Matt Warnock wrote:
>>    
>>> Trying to get ofbiz up and running as a new install, though this isn't
>>> my first attempt (in the past, I got farther, but last attempt was a
>>> year ago or more).  Running under Debian 5.0 and Ubuntu 9.10 with
>>> sun-java6-jdk installed from distribution repositories.  Have downloaded
>>> ofbiz 4.0, 9.04, and trunk, unpacking each into their default separate
>>> directories under /opt.
>>>
>>> With all three versions I see the same behavior.  When I start them
>>> using ./startofbiz.sh, they go through the verbose startup procedure
>>> without apparent error (nothing in runtime/logs/error.log).
>>>
>>> When I connect to localhost:8080, I see nothing.  Blank page.  
>>>
>>> In runtime/logs/debug.log, there are some entries that read e.g.
>>> "characters(      )" and "Pushing body text '      ' " but with a lot
>>> more spaces between the respective delimiters.
>>>
>>> Any ideas or suggestions?  Do I need to be running jdk 1.5 instead?  I
>>> saw conflicting instructions on that subject on the Net.
>>>
>>>
>>>
>>>  
>>>      
>
>
>  
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Scott Gray-2
On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:

> Hi Matt:
> Don't feel stupid. It use to work that way. When the ecommerce  
> component was moved to the specialpurpose directory, "they" changed  
> the mount point so that you have to type in ecommerce or some other  
> application name to get things to show up.

As far as I am aware ecommerce was never mounted as the root webapp.

Regards
Scott

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Ruth Hoffman-2
Hi Scott:
In days gone by you could install OFBiz and type in:
http://localhost:8080 and see the ecommerce landing web page. I'm
probably way wrong about the timing - it may have been long before the
move to the special purpose directory.

Regards,
Ruth

Scott Gray wrote:

> On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:
>
>> Hi Matt:
>> Don't feel stupid. It use to work that way. When the ecommerce
>> component was moved to the specialpurpose directory, "they" changed
>> the mount point so that you have to type in ecommerce or some other
>> application name to get things to show up.
>
> As far as I am aware ecommerce was never mounted as the root webapp.
>
> Regards
> Scott
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Ruth Hoffman-2
Hi Scott:
Actually, now that I reflect, maybe I had just wished that this had been
addressed a long time ago and I gave up thinking about it. Either way,
it would be nice to change this so that  something useful (like a
welcome screen) is displayed when you typed in http://localhost:8080.
Sort-of like Apache or Tomcat or just about every other web based
application I've ever used.

Regards,
Ruth

Ruth Hoffman wrote:

> Hi Scott:
> In days gone by you could install OFBiz and type in:
> http://localhost:8080 and see the ecommerce landing web page. I'm
> probably way wrong about the timing - it may have been long before the
> move to the special purpose directory.
>
> Regards,
> Ruth
>
> Scott Gray wrote:
>> On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:
>>
>>> Hi Matt:
>>> Don't feel stupid. It use to work that way. When the ecommerce
>>> component was moved to the specialpurpose directory, "they" changed
>>> the mount point so that you have to type in ecommerce or some other
>>> application name to get things to show up.
>>
>> As far as I am aware ecommerce was never mounted as the root webapp.
>>
>> Regards
>> Scott
>
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Jacques Le Roux
Administrator
Hi Ruth,

A good place for these kind of requests is
http://cwiki.apache.org/confluence/display/OFBADMIN/New+Features+Roadmap+-+Living+Document
For instance I was just dreaming about quicker and prettier lookups, and Sascha did it
https://issues.apache.org/jira/browse/OFBIZ-3374

Jacques

From: "Ruth Hoffman" <[hidden email]>

> Hi Scott:
> Actually, now that I reflect, maybe I had just wished that this had been addressed a long time ago and I gave up thinking about
> it. Either way, it would be nice to change this so that  something useful (like a welcome screen) is displayed when you typed in
> http://localhost:8080. Sort-of like Apache or Tomcat or just about every other web based application I've ever used.
>
> Regards,
> Ruth
>
> Ruth Hoffman wrote:
>> Hi Scott:
>> In days gone by you could install OFBiz and type in: http://localhost:8080 and see the ecommerce landing web page. I'm probably
>> way wrong about the timing - it may have been long before the move to the special purpose directory.
>>
>> Regards,
>> Ruth
>>
>> Scott Gray wrote:
>>> On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:
>>>
>>>> Hi Matt:
>>>> Don't feel stupid. It use to work that way. When the ecommerce component was moved to the specialpurpose directory, "they"
>>>> changed the mount point so that you have to type in ecommerce or some other application name to get things to show up.
>>>
>>> As far as I am aware ecommerce was never mounted as the root webapp.
>>>
>>> Regards
>>> Scott
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Ruth Hoffman-2
Hi Jacques:
So dreams really do come true ;-)
Regards,
Ruth

Jacques Le Roux wrote:

> Hi Ruth,
>
> A good place for these kind of requests is
> http://cwiki.apache.org/confluence/display/OFBADMIN/New+Features+Roadmap+-+Living+Document 
>
> For instance I was just dreaming about quicker and prettier lookups,
> and Sascha did it https://issues.apache.org/jira/browse/OFBIZ-3374
>
> Jacques
>
> From: "Ruth Hoffman" <[hidden email]>
>> Hi Scott:
>> Actually, now that I reflect, maybe I had just wished that this had
>> been addressed a long time ago and I gave up thinking about it.
>> Either way, it would be nice to change this so that  something useful
>> (like a welcome screen) is displayed when you typed in
>> http://localhost:8080. Sort-of like Apache or Tomcat or just about
>> every other web based application I've ever used.
>>
>> Regards,
>> Ruth
>>
>> Ruth Hoffman wrote:
>>> Hi Scott:
>>> In days gone by you could install OFBiz and type in:
>>> http://localhost:8080 and see the ecommerce landing web page. I'm
>>> probably way wrong about the timing - it may have been long before
>>> the move to the special purpose directory.
>>>
>>> Regards,
>>> Ruth
>>>
>>> Scott Gray wrote:
>>>> On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:
>>>>
>>>>> Hi Matt:
>>>>> Don't feel stupid. It use to work that way. When the ecommerce
>>>>> component was moved to the specialpurpose directory, "they"
>>>>> changed the mount point so that you have to type in ecommerce or
>>>>> some other application name to get things to show up.
>>>>
>>>> As far as I am aware ecommerce was never mounted as the root webapp.
>>>>
>>>> Regards
>>>> Scott
>>>
>>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Blank pages in output

Jacques Le Roux
Administrator
Nightmares as well sometimes ;o)

Jacques

From: "Ruth Hoffman" <[hidden email]>

> Hi Jacques:
> So dreams really do come true ;-)
> Regards,
> Ruth
>
> Jacques Le Roux wrote:
>> Hi Ruth,
>>
>> A good place for these kind of requests is
>> http://cwiki.apache.org/confluence/display/OFBADMIN/New+Features+Roadmap+-+Living+Document 
>>
>> For instance I was just dreaming about quicker and prettier lookups,
>> and Sascha did it https://issues.apache.org/jira/browse/OFBIZ-3374
>>
>> Jacques
>>
>> From: "Ruth Hoffman" <[hidden email]>
>>> Hi Scott:
>>> Actually, now that I reflect, maybe I had just wished that this had
>>> been addressed a long time ago and I gave up thinking about it.
>>> Either way, it would be nice to change this so that  something useful
>>> (like a welcome screen) is displayed when you typed in
>>> http://localhost:8080. Sort-of like Apache or Tomcat or just about
>>> every other web based application I've ever used.
>>>
>>> Regards,
>>> Ruth
>>>
>>> Ruth Hoffman wrote:
>>>> Hi Scott:
>>>> In days gone by you could install OFBiz and type in:
>>>> http://localhost:8080 and see the ecommerce landing web page. I'm
>>>> probably way wrong about the timing - it may have been long before
>>>> the move to the special purpose directory.
>>>>
>>>> Regards,
>>>> Ruth
>>>>
>>>> Scott Gray wrote:
>>>>> On 29/12/2009, at 1:16 PM, Ruth Hoffman wrote:
>>>>>
>>>>>> Hi Matt:
>>>>>> Don't feel stupid. It use to work that way. When the ecommerce
>>>>>> component was moved to the specialpurpose directory, "they"
>>>>>> changed the mount point so that you have to type in ecommerce or
>>>>>> some other application name to get things to show up.
>>>>>
>>>>> As far as I am aware ecommerce was never mounted as the root webapp.
>>>>>
>>>>> Regards
>>>>> Scott
>>>>
>>>
>>
>>
>>
>