Unable to login

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

Unable to login

subhradeep bhatacharya
Hi All,
   
  I downloaded the latest version of opentaps, build it, install it and then run it by the command "startofbiz". The console displays "C:\j2sdk1.4\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar  1>logs\console.log  - but then nothing is happening. Then I run it by omitting "1>logs\console.log". It runs fine but I am not able to login in any application - its giving page cannot be displayed. The ecommerce page opens fine but when I click login it gives Page cannot be displayed with no error in console. Same for the url http://localhost:8443/crmsfa/control/main. Please guide me.
   
  Regards,
  Subhra

 
---------------------------------
Groups are talking. We´re listening. Check out the handy changes to Yahoo! Groups.
Reply | Threaded
Open this post in threaded view
|

Re: Unable to login

Walter Vaughan
subhradeep bhatacharya wrote:

> I downloaded the latest version of opentaps, build it, install it
[..snip...]
> Same for the url http://localhost:8443/crmsfa/control/main. Please guide me.

<voice type="R. Lee Ermey">
What you have is what we call here in the US Marine Corps is a failure to
communicate.
</voice>
(Sorry, I watched "Full Metal Jacket" again this weekend)

Everything other than the public facing ecommmerce site runs in secure "https"
mode over port 8443. So you need to be connecting like the following...

https://localhost:8443/crmsfa/control/main

A normal webserver http works on port 80, and secure https on port 443. 8000 is
added to the port values, giving you the 8443 that you must run to use the
"https" protocol in order for everything to work under framework that Apache
OFBiz uses for a default installation.

--
Walter
Reply | Threaded
Open this post in threaded view
|

Re: Unable to login

Si Chen-2
In reply to this post by subhradeep bhatacharya
It should be https://localhost:8443 not http://

On Jul 31, 2006, at 7:54 AM, subhradeep bhatacharya wrote:

> Hi All,
>
>   I downloaded the latest version of opentaps, build it, install it  
> and then run it by the command "startofbiz". The console displays  
> "C:\j2sdk1.4\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar  1>logs
> \console.log  - but then nothing is happening. Then I run it by  
> omitting "1>logs\console.log". It runs fine but I am not able to  
> login in any application - its giving page cannot be displayed. The  
> ecommerce page opens fine but when I click login it gives Page  
> cannot be displayed with no error in console. Same for the url  
> http://localhost:8443/crmsfa/control/main. Please guide me.
>
>   Regards,
>   Subhra
>
>  
> ---------------------------------
> Groups are talking. We&acute;re listening. Check out the handy  
> changes to Yahoo! Groups.

Reply | Threaded
Open this post in threaded view
|

Re: Unable to login

subhradeep bhatacharya
Hi,
   
  Actually the url http://localhost:8080/crmsfa is redirecting automatically to https://localhost:8443/crmsfa/control/main. But the same is not working in another machine. The set up in both the machine is exactly the same. I am still wondering what the reason could be?
   
  Regards,
  Subhra

Si Chen <[hidden email]> wrote:
  It should be https://localhost:8443 not http://

On Jul 31, 2006, at 7:54 AM, subhradeep bhatacharya wrote:

> Hi All,
>
> I downloaded the latest version of opentaps, build it, install it
> and then run it by the command "startofbiz". The console displays
> "C:\j2sdk1.4\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar 1>logs
> \console.log - but then nothing is happening. Then I run it by
> omitting "1>logs\console.log". It runs fine but I am not able to
> login in any application - its giving page cannot be displayed. The
> ecommerce page opens fine but when I click login it gives Page
> cannot be displayed with no error in console. Same for the url
> http://localhost:8443/crmsfa/control/main. Please guide me.
>
> Regards,
> Subhra
>
>
> ---------------------------------
> Groups are talking. We´re listening. Check out the handy
> changes to Yahoo! Groups.



 
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.
Reply | Threaded
Open this post in threaded view
|

Re: Unable to login

Si Chen-2
Can you log into any webapp?  Does your log file say anything?  If  
there's no response and nothing in the log file, then is a firewall  
filtering out those higher number ports?

On Aug 1, 2006, at 7:26 AM, subhradeep bhatacharya wrote:

> Hi,
>
>   Actually the url http://localhost:8080/crmsfa is redirecting  
> automatically to https://localhost:8443/crmsfa/control/main. But  
> the same is not working in another machine. The set up in both the  
> machine is exactly the same. I am still wondering what the reason  
> could be?
>
>   Regards,
>   Subhra
>
> Si Chen <[hidden email]> wrote:
>   It should be https://localhost:8443 not http://
>
> On Jul 31, 2006, at 7:54 AM, subhradeep bhatacharya wrote:
>
>> Hi All,
>>
>> I downloaded the latest version of opentaps, build it, install it
>> and then run it by the command "startofbiz". The console displays
>> "C:\j2sdk1.4\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar 1>logs
>> \console.log - but then nothing is happening. Then I run it by
>> omitting "1>logs\console.log". It runs fine but I am not able to
>> login in any application - its giving page cannot be displayed. The
>> ecommerce page opens fine but when I click login it gives Page
>> cannot be displayed with no error in console. Same for the url
>> http://localhost:8443/crmsfa/control/main. Please guide me.
>>
>> Regards,
>> Subhra
>>
>>
>> ---------------------------------
>> Groups are talking. We´re listening. Check out the handy
>> changes to Yahoo! Groups.
>
>
>
>  
> ---------------------------------
> Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  
> Great rates starting at 1¢/min.

Reply | Threaded
Open this post in threaded view
|

Re: Unable to login

subhradeep bhatacharya
Hi,
   
  Si you are right, there's no response and there's nothing in the log file but i don't think its a firewall issue as my ofbiz built is running fine in the same machine. I am running the opentaps built first time in my pc. In my ofbiz (version 5028) there's no problem in establishing secure connections. Is there any change in the two builts? I have also checked my browser settings and have tried with some security settings modifications (also tried with lowering the security level), but all was of no use.
   
  Can anyone please give me any type of hint why its happening? I desparately need some workaround.
   
  Regards,
  Subhra
 

Si Chen <[hidden email]> wrote:
  Can you log into any webapp? Does your log file say anything? If
there's no response and nothing in the log file, then is a firewall
filtering out those higher number ports?

On Aug 1, 2006, at 7:26 AM, subhradeep bhatacharya wrote:

> Hi,
>
> Actually the url http://localhost:8080/crmsfa is redirecting
> automatically to https://localhost:8443/crmsfa/control/main. But
> the same is not working in another machine. The set up in both the
> machine is exactly the same. I am still wondering what the reason
> could be?
>
> Regards,
> Subhra
>
> Si Chen wrote:
> It should be https://localhost:8443 not http://
>
> On Jul 31, 2006, at 7:54 AM, subhradeep bhatacharya wrote:
>
>> Hi All,
>>
>> I downloaded the latest version of opentaps, build it, install it
>> and then run it by the command "startofbiz". The console displays
>> "C:\j2sdk1.4\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar 1>logs
>> \console.log - but then nothing is happening. Then I run it by
>> omitting "1>logs\console.log". It runs fine but I am not able to
>> login in any application - its giving page cannot be displayed. The
>> ecommerce page opens fine but when I click login it gives Page
>> cannot be displayed with no error in console. Same for the url
>> http://localhost:8443/crmsfa/control/main. Please guide me.
>>
>> Regards,
>> Subhra
>>
>>
>> ---------------------------------
>> Groups are talking. We´re listening. Check out the handy
>> changes to Yahoo! Groups.
>
>
>
>
> ---------------------------------
> Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.
> Great rates starting at 1¢/min.



 
---------------------------------
Get your email and more, right on the  new Yahoo.com