You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by SelmaoO <se...@gmail.com> on 2012/07/28 00:44:18 UTC

Re: New to OFBiz(Start up Problem)

Hi,

I  had this problem too with port 0. when I started startofbiz.bat on
commande lines of windows, i received this Message:<<"Admin socket not
configured; set to port 0">>...
I do not know what can i do..if anyone has a good link for the correct
configuration of ofbiz .. thanks for giving it to me.

Best regards 
selma



--
View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635318.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New to OFBiz(Start up Problem)

Posted by Jacques Le Roux <ja...@les7arts.com>.
You should use a jdk 6 with OFBiz. It might work with 7 but was not tested (and I already know there are issues)

Jacques

From: "SelmaoO" <se...@gmail.com>
> I try it ....this is the result ==>
> {
>>ant -p
>
>>ECHO OFF
>
>>"C:\Program Files\Java\jdk1.7.0\bin\java" -jar
> framework/base/lib/ant-launcher.jar -p
> Buildfile: build.xml
>
> Main targets:
>
> distbin  Build a zip file containing an ofbiz version ready to run
> distsrc  Build a zip file containing an ofbiz version
> Default target: build
>>
> }
>
>
>
> -----
> Don't allow yourself to wake up with yesterday's issues troubling your mind.Refuse to live backwards,see everyday as a new 
> chapter.Have the courage to follow your heart and intuition for they already know what you want to become.In your heart of heart's 
> you know what needs to be done.
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635329.html
> Sent from the OFBiz - User mailing list archive at Nabble.com. 

Re: New to OFBiz(Start up Problem)

Posted by SelmaoO <se...@gmail.com>.
I try it ....this is the result ==>
{
>ant -p

>ECHO OFF

>"C:\Program Files\Java\jdk1.7.0\bin\java" -jar
 framework/base/lib/ant-launcher.jar -p
Buildfile: build.xml

Main targets:

 distbin  Build a zip file containing an ofbiz version ready to run
 distsrc  Build a zip file containing an ofbiz version
Default target: build
>
}



-----
Don't allow yourself to wake up with yesterday's issues troubling your mind.Refuse to live backwards,see everyday as a new chapter.Have the courage to follow your heart and intuition for they already know what you want to become.In your heart of heart's you know what needs to be done.
--
View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635329.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New to OFBiz(Start up Problem)

Posted by SelmaoO <se...@gmail.com>.
I try it ....this is the result ==>
{
>ant -p

>ECHO OFF

>"C:\Program Files\Java\jdk1.7.0\bin\java" -jar
 framework/base/lib/ant-launcher.jar -p
Buildfile: build.xml

Main targets:

 distbin  Build a zip file containing an ofbiz version ready to run
 distsrc  Build a zip file containing an ofbiz version
Default target: build
>
}



-----
Don't allow yourself to wake up with yesterday's issues troubling your mind.Refuse to live backwards,see everyday as a new chapter.Have the courage to follow your heart and intuition for they already know what you want to become.In your heart of heart's you know what needs to be done.
--
View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635330.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New to OFBiz(Start up Problem)

Posted by Jacques Le Roux <ja...@les7arts.com>.
Use ant -p to list the OFBiz OOTB ant targets

Jacques

From: "SelmaoO" <se...@gmail.com>
>
> Hello,
>
> Thanks Jay Jain & Aakash Garhwal,
>
> Yes,i have set the environment variables like you....and it's okay now with
>
> java -jar ofbiz.jar...
>
> About, "ant clean " what it does?
>
>
> Regards...
>
>
>
> -----
> Don't allow yourself to wake up with yesterday's issues troubling your mind.Refuse to live backwards,see everyday as a new 
> chapter.Have the courage to follow your heart and intuition for they already know what you want to become.In your heart of heart's 
> you know what needs to be done.
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635327.html
> Sent from the OFBiz - User mailing list archive at Nabble.com. 

Re: New to OFBiz(Start up Problem)

Posted by SelmaoO <se...@gmail.com>.
 
Hello, 

Thanks Jay Jain & Aakash Garhwal,

Yes,i have set the environment variables like you....and it's okay now with 

java -jar ofbiz.jar...

About, "ant clean " what it does?


Regards...



-----
Don't allow yourself to wake up with yesterday's issues troubling your mind.Refuse to live backwards,see everyday as a new chapter.Have the courage to follow your heart and intuition for they already know what you want to become.In your heart of heart's you know what needs to be done.
--
View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635327.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: New to OFBiz(Start up Problem)

Posted by Aakash Garhwal <aa...@hotwaxmedia.com>.
Hello Selma,

Did you set the JAVA_HOME variable pointing to your JDK as a Windows 
system variable?
Like that,

export JAVA_HOME=/opt/jdk1.6.0_11
export GROOVY_HOME=/opt/groovy/groovy-2.0.0
export ANT_HOME=/opt/ant
export PATH=$PATH:${JAVA_HOME}/bin:${ANT_HOME}/bin:${GROOVY_HOME}/bin

Also try this to run the server:
java -Xmx512M -jar ofbiz.jar / java -jar ofbiz.jar

-- 
Regards,
Aakash Garhwal
Subject-Matter Adept
Hotwax Media, Inc.| 67.221.226.154


On 07/28/2012 04:14 AM, SelmaoO wrote:
> Hi,
>
> I  had this problem too with port 0. when I started startofbiz.bat on
> commande lines of windows, i received this Message:<<"Admin socket not
> configured; set to port 0">>...
> I do not know what can i do..if anyone has a good link for the correct
> configuration of ofbiz .. thanks for giving it to me.
>
> Best regards
> selma
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635318.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: New to OFBiz(Start up Problem)

Posted by Jay Jain <ja...@hotwaxmedia.com>.
try to run "ant clean".

regards

Jay Jain
On 07/28/2012 04:14 AM, SelmaoO wrote:
> Hi,
>
> I  had this problem too with port 0. when I started startofbiz.bat on
> commande lines of windows, i received this Message:<<"Admin socket not
> configured; set to port 0">>...
> I do not know what can i do..if anyone has a good link for the correct
> configuration of ofbiz .. thanks for giving it to me.
>
> Best regards
> selma
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-Start-up-Problem-tp145109p4635318.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.