POS does not stat up in Mac

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

POS does not stat up in Mac

bsetsu@asx.co.jp
Hi

I sorry to bother you.
I tried to start POS, but the application seems to stop after the ofbiz logo shows up. 
After I run the following command, the only screen i get is 

Is there anything I am missing? My mac OS is Yosemite beta. Thanks for you help!!!

-------------------------------------------------------------------------------------------------------
Marvins-MacBook-Air:ofbiz-release13.07 bsetsu$ ./ant start-pos
Buildfile: /Users/bsetsu/Workspace/ofbiz-release13.07/build.xml

start-pos:
     [java] Start.java using configuration file org/ofbiz/base/start/pos.properties
     [java] Set OFBIZ_HOME to - /Users/bsetsu/Workspace/ofbiz-release13.07
     [java] Admin socket not configured; set to port 0
     [java] Loaded ESAPI properties from classpath
     [java]   ========Master Configuration========
     [java]   |   LogEncodingRequired=false
     [java]   |   LogLevel=ALL
     [java]   |   MaxUploadFileBytes=500000000
     [java]   |   ResponseContentType=text/html; charset=UTF-8
     [java]   |   ValidExtensions=.zip,.pdf,.doc,.docx,.ppt,.pptx,.tar,.gz,.tgz,.rar,.war,.jar,.ear,.xls,.rtf,.properties,.java,.class,.txt,.xml,.jsp,.jsf,.exe,.dll
     [java]   |   Validator.AccountName=^[a-zA-Z0-9]{3,20}$
     [java]   |   Validator.CreditCard=^(\d{4}[- ]?){3}\d{4}$
     [java]   |   Validator.DirectoryName=^[a-zA-Z0-9.-\_ ]{0,255}$
     [java]   |   Validator.Email=^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[a-zA-Z]{2,4}$
     [java]   |   Validator.FileName=^[a-zA-Z0-9.\-_ ]{0,255}$
     [java]   |   Validator.HTTPCookieName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPCookieValue=^[a-zA-Z0-9\-\/+=_ ]*$
     [java]   |   Validator.HTTPHeaderName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPHeaderValue=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ]*$
     [java]   |   Validator.HTTPParameterName=^[a-zA-Z0-9_]{0,32}$
     [java]   |   Validator.HTTPParameterValue=^[a-zA-Z0-9.\-\/+=_ ]*$
     [java]   |   Validator.IPAddress=^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
     [java]   |   Validator.Redirect=^\/test.*$
     [java]   |   Validator.RoleName=^[a-z]{1,20}$
     [java]   |   Validator.SSN=^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([ -]?)(?!00)\d\d\3(?!0000)\d{4}$
     [java]   |   Validator.SafeString=^[p{L}p{N}.]{0,1024}$
     [java]   |   Validator.SystemCommand=^[a-zA-Z\-\/]{0,64}$
     [java]   |   Validator.URL=^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\:\'\/\\\+=&%\$#_]*)?$
     [java]   |   event.test.actions=disable,log
     [java]   |   event.test.count=2
     [java]   |   event.test.interval=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntegrityException.count=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.interval=5
     [java]   |   org.owasp.esapi.errors.IntrusionException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntrusionException.count=1
     [java]   |   org.owasp.esapi.errors.IntrusionException.interval=1
     [java] 20141004120555844 |main                 |ContainerLoader     |I| [Startup] Loading containers from /Users/bsetsu/Workspace/ofbiz-release13.07/framework/base/config/ofbiz-containers.xml for loaders {pos}
     [java] 20141004120556296 |main                 |ContainerLoader     |I| Loading container: component-container
     [java] 20141004120556329 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/framework]
     [java] 20141004120556423 |main                 |ComponentContainer  |I| Loading component : [base]
     [java] 20141004120556484 |main                 |ComponentContainer  |I| Loading component : [geronimo]
     [java] 20141004120556528 |main                 |ComponentContainer  |I| Loading component : [sql]
     [java] 20141004120556568 |main                 |ComponentContainer  |I| Loading component : [entity]
     [java] 20141004120556623 |main                 |ComponentContainer  |I| Loading component : [security]
     [java] 20141004120556676 |main                 |ComponentContainer  |I| Loading component : [datafile]
     [java] 20141004120556714 |main                 |ComponentContainer  |I| Loading component : [minilang]
     [java] 20141004120556780 |main                 |ComponentContainer  |I| Loading component : [common]
     [java] 20141004120556831 |main                 |ComponentContainer  |I| Loading component : [service]
     [java] 20141004120557021 |main                 |ComponentContainer  |I| Loading component : [catalina]
     [java] 20141004120557060 |main                 |ComponentContainer  |I| Loading component : [entityext]
     [java] 20141004120557093 |main                 |ComponentContainer  |I| Loading component : [bi]
     [java] 20141004120557117 |main                 |ComponentContainer  |I| Loading component : [webapp]
     [java] 20141004120557148 |main                 |ComponentContainer  |I| Loading component : [widget]
     [java] 20141004120557174 |main                 |ComponentContainer  |I| Loading component : [testtools]
     [java] 20141004120557209 |main                 |ComponentContainer  |I| Loading component : [webtools]
     [java] 20141004120557239 |main                 |ComponentContainer  |I| Loading component : [images]
     [java] 20141004120557239 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/themes]
     [java] 20141004120557265 |main                 |ComponentContainer  |I| Loading component : [flatgrey]
     [java] 20141004120557292 |main                 |ComponentContainer  |I| Loading component : [tomahawk]
     [java] 20141004120557292 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/applications]
     [java] 20141004120557332 |main                 |ComponentContainer  |I| Loading component : [party]
     [java] 20141004120557362 |main                 |ComponentContainer  |I| Loading component : [securityext]
     [java] 20141004120557408 |main                 |ComponentContainer  |I| Loading component : [content]
     [java] 20141004120557444 |main                 |ComponentContainer  |I| Loading component : [workeffort]
     [java] 20141004120557484 |main                 |ComponentContainer  |I| Loading component : [product]
     [java] 20141004120557518 |main                 |ComponentContainer  |I| Loading component : [manufacturing]
     [java] 20141004120557590 |main                 |ComponentContainer  |I| Loading component : [accounting]
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/securepay' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/cybersource' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/worldpay' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/worldpay' does not exist
     [java] 20141004120557613 |main                 |ComponentContainer  |I| Loading component : [humanres]
     [java] 20141004120557641 |main                 |ComponentContainer  |I| Loading component : [order]
     [java] 20141004120557667 |main                 |ComponentContainer  |I| Loading component : [marketing]
     [java] 20141004120557690 |main                 |ComponentContainer  |I| Loading component : [commonext]
     [java] 20141004120557692 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/specialpurpose]
     [java] 20141004120557728 |main                 |ComponentContainer  |I| Loading component : [ecommerce]
     [java] 20141004120557730 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/hot-deploy]
     [java] 20141004120557740 |main                 |ComponentContainer  |I| All components loaded
     [java] 20141004120557740 |main                 |ContainerLoader     |I| Loaded container: component-container
     [java] 20141004120557745 |main                 |ContainerLoader     |I| Loading component's container: classloader-container
     [java] 20141004120557937 |main                 |ClassLoaderContainer|I| CachedClassLoader created
     [java] 20141004120557937 |main                 |ContainerLoader     |I| Loaded component's container: classloader-container
     [java] 20141004120557937 |main                 |ContainerLoader     |I| Loading component's container: service-container
     [java] 20141004120557950 |main                 |ContainerLoader     |I| Loaded component's container: service-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| [Startup] Starting containers...
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container component-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container component-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container classloader-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container classloader-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container service-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container service-container


-- 
*-----------すべては笑顔のために--------------
株式会社アスタリス http://www.asx.co.jp
大連明日星科技有限公司
薛 文宝
[hidden email]
〒532-0011 大阪市淀川区西中島5-6-16 新大阪大日ビル201
〒105-0004 東京都港区新橋3-8-6 大新ビル5F
#107B,1 Hui Xian Yuan,Dalian Hi-tech Industrial Zone,Dalian,116025,PR.China
Tel:+81-50-5536-1185       Fax:+81-6-6886-1114
Tel:+86-133-9050-1898(大連)

------------------------------------------------------*

Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

Jacques Le Roux
Administrator
Hi,

OOTB the R13.07 branch and release have not all the specialpurpose component available (only ecommerce).
You might easily checkout the POS component from the trunk and use external if you want to keep it synchronised with the trunk HEAD.

This is what I did for all specialpurpose component in the official stable demo (though, for an obvious reason, we don't run the POS there).
You might get inspired by tools\demo-backup\branch13.7-demo.patch in trunk (url.properties change is unrelated and specific to the ASF architecture)

HTH

Jacques

Le 04/10/2014 05:11, [hidden email] a écrit :
Hi

I sorry to bother you.
I tried to start POS, but the application seems to stop after the ofbiz logo shows up. 
After I run the following command, the only screen i get is 

Is there anything I am missing? My mac OS is Yosemite beta. Thanks for you help!!!

-------------------------------------------------------------------------------------------------------
Marvins-MacBook-Air:ofbiz-release13.07 bsetsu$ ./ant start-pos
Buildfile: /Users/bsetsu/Workspace/ofbiz-release13.07/build.xml

start-pos:
     [java] Start.java using configuration file org/ofbiz/base/start/pos.properties
     [java] Set OFBIZ_HOME to - /Users/bsetsu/Workspace/ofbiz-release13.07
     [java] Admin socket not configured; set to port 0
     [java] Loaded ESAPI properties from classpath
     [java]   ========Master Configuration========
     [java]   |   LogEncodingRequired=false
     [java]   |   LogLevel=ALL
     [java]   |   MaxUploadFileBytes=500000000
     [java]   |   ResponseContentType=text/html; charset=UTF-8
     [java]   |   ValidExtensions=.zip,.pdf,.doc,.docx,.ppt,.pptx,.tar,.gz,.tgz,.rar,.war,.jar,.ear,.xls,.rtf,.properties,.java,.class,.txt,.xml,.jsp,.jsf,.exe,.dll
     [java]   |   Validator.AccountName=^[a-zA-Z0-9]{3,20}$
     [java]   |   Validator.CreditCard=^(\d{4}[- ]?){3}\d{4}$
     [java]   |   Validator.DirectoryName=^[a-zA-Z0-9.-\_ ]{0,255}$
     [java]   |   Validator.Email=^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[a-zA-Z]{2,4}$
     [java]   |   Validator.FileName=^[a-zA-Z0-9.\-_ ]{0,255}$
     [java]   |   Validator.HTTPCookieName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPCookieValue=^[a-zA-Z0-9\-\/+=_ ]*$
     [java]   |   Validator.HTTPHeaderName=^[a-zA-Z0-9\-_]{0,32}$
     [java]   |   Validator.HTTPHeaderValue=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ ]*$
     [java]   |   Validator.HTTPParameterName=^[a-zA-Z0-9_]{0,32}$
     [java]   |   Validator.HTTPParameterValue=^[a-zA-Z0-9.\-\/+=_ ]*$
     [java]   |   Validator.IPAddress=^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
     [java]   |   Validator.Redirect=^\/test.*$
     [java]   |   Validator.RoleName=^[a-z]{1,20}$
     [java]   |   Validator.SSN=^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([ -]?)(?!00)\d\d\3(?!0000)\d{4}$
     [java]   |   Validator.SafeString=^[p{L}p{N}.]{0,1024}$
     [java]   |   Validator.SystemCommand=^[a-zA-Z\-\/]{0,64}$
     [java]   |   Validator.URL=^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\:\'\/\\\+=&%\$#_]*)?$
     [java]   |   event.test.actions=disable,log
     [java]   |   event.test.count=2
     [java]   |   event.test.interval=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntegrityException.count=10
     [java]   |   org.owasp.esapi.errors.IntegrityException.interval=5
     [java]   |   org.owasp.esapi.errors.IntrusionException.actions=log,disable,logout
     [java]   |   org.owasp.esapi.errors.IntrusionException.count=1
     [java]   |   org.owasp.esapi.errors.IntrusionException.interval=1
     [java] 20141004120555844 |main                 |ContainerLoader     |I| [Startup] Loading containers from /Users/bsetsu/Workspace/ofbiz-release13.07/framework/base/config/ofbiz-containers.xml for loaders {pos}
     [java] 20141004120556296 |main                 |ContainerLoader     |I| Loading container: component-container
     [java] 20141004120556329 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/framework]
     [java] 20141004120556423 |main                 |ComponentContainer  |I| Loading component : [base]
     [java] 20141004120556484 |main                 |ComponentContainer  |I| Loading component : [geronimo]
     [java] 20141004120556528 |main                 |ComponentContainer  |I| Loading component : [sql]
     [java] 20141004120556568 |main                 |ComponentContainer  |I| Loading component : [entity]
     [java] 20141004120556623 |main                 |ComponentContainer  |I| Loading component : [security]
     [java] 20141004120556676 |main                 |ComponentContainer  |I| Loading component : [datafile]
     [java] 20141004120556714 |main                 |ComponentContainer  |I| Loading component : [minilang]
     [java] 20141004120556780 |main                 |ComponentContainer  |I| Loading component : [common]
     [java] 20141004120556831 |main                 |ComponentContainer  |I| Loading component : [service]
     [java] 20141004120557021 |main                 |ComponentContainer  |I| Loading component : [catalina]
     [java] 20141004120557060 |main                 |ComponentContainer  |I| Loading component : [entityext]
     [java] 20141004120557093 |main                 |ComponentContainer  |I| Loading component : [bi]
     [java] 20141004120557117 |main                 |ComponentContainer  |I| Loading component : [webapp]
     [java] 20141004120557148 |main                 |ComponentContainer  |I| Loading component : [widget]
     [java] 20141004120557174 |main                 |ComponentContainer  |I| Loading component : [testtools]
     [java] 20141004120557209 |main                 |ComponentContainer  |I| Loading component : [webtools]
     [java] 20141004120557239 |main                 |ComponentContainer  |I| Loading component : [images]
     [java] 20141004120557239 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/themes]
     [java] 20141004120557265 |main                 |ComponentContainer  |I| Loading component : [flatgrey]
     [java] 20141004120557292 |main                 |ComponentContainer  |I| Loading component : [tomahawk]
     [java] 20141004120557292 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/applications]
     [java] 20141004120557332 |main                 |ComponentContainer  |I| Loading component : [party]
     [java] 20141004120557362 |main                 |ComponentContainer  |I| Loading component : [securityext]
     [java] 20141004120557408 |main                 |ComponentContainer  |I| Loading component : [content]
     [java] 20141004120557444 |main                 |ComponentContainer  |I| Loading component : [workeffort]
     [java] 20141004120557484 |main                 |ComponentContainer  |I| Loading component : [product]
     [java] 20141004120557518 |main                 |ComponentContainer  |I| Loading component : [manufacturing]
     [java] 20141004120557590 |main                 |ComponentContainer  |I| Loading component : [accounting]
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/securepay' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/cybersource' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/worldpay' does not exist
     [java] 20141004120557593 |main                 |ComponentContainer  |W| Location '/Users/bsetsu/Workspace/ofbiz-release13.07/applications/accounting/lib/worldpay' does not exist
     [java] 20141004120557613 |main                 |ComponentContainer  |I| Loading component : [humanres]
     [java] 20141004120557641 |main                 |ComponentContainer  |I| Loading component : [order]
     [java] 20141004120557667 |main                 |ComponentContainer  |I| Loading component : [marketing]
     [java] 20141004120557690 |main                 |ComponentContainer  |I| Loading component : [commonext]
     [java] 20141004120557692 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/specialpurpose]
     [java] 20141004120557728 |main                 |ComponentContainer  |I| Loading component : [ecommerce]
     [java] 20141004120557730 |main                 |ComponentContainer  |I| Auto-Loading component directory : [/Users/bsetsu/Workspace/ofbiz-release13.07/hot-deploy]
     [java] 20141004120557740 |main                 |ComponentContainer  |I| All components loaded
     [java] 20141004120557740 |main                 |ContainerLoader     |I| Loaded container: component-container
     [java] 20141004120557745 |main                 |ContainerLoader     |I| Loading component's container: classloader-container
     [java] 20141004120557937 |main                 |ClassLoaderContainer|I| CachedClassLoader created
     [java] 20141004120557937 |main                 |ContainerLoader     |I| Loaded component's container: classloader-container
     [java] 20141004120557937 |main                 |ContainerLoader     |I| Loading component's container: service-container
     [java] 20141004120557950 |main                 |ContainerLoader     |I| Loaded component's container: service-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| [Startup] Starting containers...
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container component-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container component-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container classloader-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container classloader-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Starting container service-container
     [java] 20141004120557953 |main                 |ContainerLoader     |I| Started container service-container


-- 
*-----------すべては笑顔のために--------------
株式会社アスタリス http://www.asx.co.jp
大連明日星科技有限公司
薛 文宝
[hidden email]
〒532-0011 大阪市淀川区西中島5-6-16 新大阪大日ビル201
〒105-0004 東京都港区新橋3-8-6 大新ビル5F
#107B,1 Hui Xian Yuan,Dalian Hi-tech Industrial Zone,Dalian,116025,PR.China
<a class="moz-txt-link-freetext" href="Tel:+81-50-5536-1185">Tel:+81-50-5536-1185       Fax:+81-6-6886-1114
<a class="moz-txt-link-freetext" href="Tel:+86-133-9050-1898(大連)">Tel:+86-133-9050-1898(大連)

------------------------------------------------------*



  



	
	
	
	
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

joelfradkin@gmail.com
Not sure what you mean on that. Sorry for my ignorance.
I am not using any special project stuff so does not impact me,  but like if I wanted to try and help this guy I would like to be able to get a version of pos to run.
I did/can pull stuff off SVN, I believe I pulled 13.07. So if that is the version how would I pull a version of POS that would run? When you say external do you mean you config as hotdeploy?
Sorry for the dumb questions but if you could get a bit more specific for this example (where exactly in SVN to get a version that might run)? Where to put it in the 13.07 (back in special project folder)?
Thanks for the help, as mentioned not imperative, but could be helpful if I do find I want one of the projects in special.

Joel
Joel Fradkin
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

Jacques Le Roux
Administrator
It would be better if you had qyoted what I said, let me try only as a reference here

Hi,

OOTB the R13.07 branch and release have not all the specialpurpose component available (only ecommerce).
You might easily checkout the POS component from the trunk and use external if you want to keep it synchronised with the trunk HEAD.

This is what I did for all specialpurpose component in the official stable demo (though, for an obvious reason, we don't run the POS there).
You might get inspired by tools\demo-backup\branch13.7-demo.patch in trunk (url.properties change is unrelated and specific to the ASF architecture)

HTH

Jacques

Le 06/10/2014 15:50, [hidden email] a écrit :
> Not sure what you mean on that. Sorry for my ignorance.
> I am not using any special project stuff so does not impact me,  but like if
> I wanted to try and help this guy I would like to be able to get a version
> of pos to run.
> I did/can pull stuff off SVN, I believe I pulled 13.07. So if that is the
> version how would I pull a version of POS that would run? When you say
> external do you mean you config as hotdeploy?

I mean svn external (just google for it). That's why I spoke about tools\demo-backup\branch13.7-demo.patch, did you have a look into?

> Sorry for the dumb questions but if you could get a bit more specific for
> this example (where exactly in SVN to get a version that might run)?

As I said: <<You might easily checkout the POS component from the trunk >>

>   Where
> to put it in the 13.07 (back in special project folder)?

As it is normally: in specialpurpose (again have a look into branch13.7-demo.patch, where all specialpurpose components are introduced)

> Thanks for the help, as mentioned not imperative, but could be helpful if I
> do find I want one of the projects in special.

No worries, hope it's more clear now. The way I used can be useful not only for the POS but also other missing specialpurpose components . As ever,
easier to remove than to add.

Jacques

>
> Joel
>
>
>
> -----
> Joel Fradkin
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/POS-does-not-stat-up-in-Mac-tp4656496p4656553.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

joelfradkin@gmail.com
Sorry Not sure how to do a quote.
I appreciate the help. The where is clear.
I do not have the folder in tools (so I guess does not pull down with the svn I entered which had 13.07 in it I believe I got it from a release notice), but I will google the SVN thing and see if I can find it on the SVN.
I am not in need at this minute, so it may be a back burner thing for later. I saw a new release, so when I grab that I will research. I thought it would as simple as supplying the SVN path (maybe you did and since I have not looked up the extension thing I don't understand). Any how thanks much for letting me know its there and it should fire up. I have been following the whole what should be in the release debate and understand stuff not released may not play perfectly.
Joel Fradkin
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

bsetsu@asx.co.jp
In reply to this post by Jacques Le Roux
Hi Jacques and Jeol

Thanks for your help.
I just did not notice that before. What I am worrying about now is why do we have to remove those special-purpose modules.
Does that mean all of those module will not be maintained any more from now on?

I believe that some module like google base is no longer needed because the service is replaced by other service,
but I think most of them are good applications and very useful.

--
*-----------すべては笑顔のために--------------
株式会社アスタリス http://www.asx.co.jp <http://www.asx.co.jp/>
大連明日星科技有限公司
薛 文宝
[hidden email] <mailto:[hidden email]>
〒532-0011 大阪市淀川区西中島5-6-16 新大阪大日ビル201
〒105-0004 東京都港区新橋3-8-6 大新ビル5F
#107B,1 Hui Xian Yuan,Dalian Hi-tech Industrial Zone,Dalian,116025,PR.China
Tel:+81-50-5536-1185       Fax:+81-6-6886-1114
Tel:+86-133-9050-1898(大連)

http://asreader.com/en/
http://rfid.asreader.com/en/
------------------------------------------------------*

> On Oct 7, 2014, at 2:30 AM, Jacques Le Roux <[hidden email]> wrote:
>
> Jacques

Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

Jacques Le Roux
Administrator
In reply to this post by joelfradkin@gmail.com
Le 07/10/2014 14:00, [hidden email] a écrit :
> Sorry Not sure how to do a quote.

Though I put it in place for OFBiz,  I normally don't use Nabble. I prefer my email client (Thunderbird) to follow MLs

But you can also quote previous message with Nabble https://www.google.fr/search?q=quote+previous+message+with+Nabble&ie=UTF-8
Notably http://support.nabble.com/Quote-td7591104.html

> I appreciate the help. The where is clear.
> I do not have the folder in tools (so I guess does not pull down with the
> svn I entered which had 13.07 in it I believe I got it from a release
> notice), but I will google the SVN thing and see if I can find it on the
> SVN.

You are right it's not in R13.07.
You can always rely on the trunk: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/

> I am not in need at this minute, so it may be a back burner thing for later.
> I saw a new release, so when I grab that I will research. I thought it would
> as simple as supplying the SVN path (maybe you did and since I have not
> looked up the extension thing I don't understand). Any how thanks much for
> letting me know its there and it should fire up. I have been following the
> whole what should be in the release debate and understand stuff not released
> may not play perfectly.

I'd not worry about that, at least for the last current release. Later should be less complicated. We need to engage a serious discussion about that.
But one thing after the other: enjoy the last release ;)

Jacques

>
>
>
> -----
> Joel Fradkin
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/POS-does-not-stat-up-in-Mac-tp4656496p4656584.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

joelfradkin@gmail.com
Jacques Le Roux wrote
Le 07/10/2014 14:00, [hidden email] a écrit :
>
You are right it's not in R13.07.
You can always rely on the trunk: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/
Ok thanks for the heads up. I will check it out. So the trunk in this manner is 13.07 code but bloody dripping cutting edge?

Appreciate the quote lesson as well.
Joel Fradkin
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

Jacques Le Roux
Administrator
Le 07/10/2014 15:25, [hidden email] a écrit :
> Ok thanks for the heads up. I will check it out. So the trunk in this manner
> is 13.07 code but bloody dripping cutting edge?

Yes, with new features which can introduce regressions and bugs...

Jacques

>
>
> -----
> Joel Fradkin
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/POS-does-not-stat-up-in-Mac-tp4656496p4656592.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

Jacques Le Roux
Administrator
In reply to this post by bsetsu@asx.co.jp

Le 07/10/2014 14:24, [hidden email] a écrit :
> Hi Jacques and Jeol
>
> Thanks for your help.
> I just did not notice that before. What I am worrying about now is why do we have to remove those special-purpose modules.
> Does that mean all of those module will not be maintained any more from now on?
They are maintained but only in the trunk at the moment
> I believe that some module like google base is no longer needed because the service is replaced by other service,
> but I think most of them are good applications and very useful.
>
Recently, there was a discussion on this subject about the project manager. We will also engage more exchanges about other specialpurpose components
as well, maybe in dev ML though...

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: POS does not stat up in Mac

monica ford
Jacques
Ofbiz have value with its components. I know its not gone effect it but will put it behind.

Monica